Index: do_sdk.bat
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_public_sdk/do_sdk.bat	(revision 896)
+++ /YC1308AC/branch/mouse_project/mouse_public_sdk/do_sdk.bat	(working copy)
@@ -11,7 +11,6 @@
 @rem set device_option=antilost
 @rem set device_option=dongle
 @rem set device_option=module
-@rem set device_option=test
 @rem set device_option=car
 @rem set device_option=remote_car
 @rem set device_option=mesh
@@ -34,13 +33,11 @@
 ) else if "%device_option%" equ "module" (
   copy sched\DM_module.dat + sched\1308.dat output\sched.rom
 ) else if "%device_option%" equ "shutter" (
-  copy sched\shutter.dat + sched\1308.dat output\sched.rom
+  copy sched\shutter.dat output\sched.rom
 ) else if "%device_option%" equ "antilost" (
   copy sched\antilost.dat + sched\1308.dat output\sched.rom
-) else if "%device_option%" equ "test" (
-  copy sched\test.dat + sched\1308.dat output\sched.rom
 ) else if "%device_option%" equ "dongle" (
-  copy sched\dongle.dat + sched\1308.dat output\sched.rom
+  copy sched\dongle.dat output\sched.rom
 ) else if "%device_option%" equ "car" (
   copy sched\car.dat + sched\1308.dat output\sched.rom
 ) else if "%device_option%" equ "remote_car" (
@@ -64,7 +61,13 @@
 osiuasm bt_program23 -O-W
 
 ::geneep -n -k key.dat
+echo no c51 code
 geneep -n
+::echo exist c51 code
+::geneep
+
+
+create_exen.pl 1  1024 64
 
 
 if "%device_option%" equ "mouse" (
Index: format/rom.format
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_public_sdk/format/rom.format	(revision 896)
+++ /YC1308AC/branch/mouse_project/mouse_public_sdk/format/rom.format	(working copy)
@@ -1208,6 +1208,7 @@
 0x55 DATATYPE_CONFIG	//bind step 2
 0x22 DATATYPE_OK		//bind step 3
 0xff DATATYPE_ATTEMP	//reconn
+0xaf DATATYPE_OTA
 )
 (
 5 BIND_MODE_CONTINUE
@@ -1234,6 +1235,7 @@
 0 STATE_24G_START
 1 STATE_24G_PAIR
 2 STATE_24G_RECONN
+3 STATE_24G_OTA
 )
 (//mem_24g_transmit_by_interrupt
 1 G24_TX_TIMER_INT_ENABLE
@@ -2878,6 +2880,54 @@
 
 7 MOUSE_DEVICE_NUMBER_FLAG
 )
+
+//G24 ota
+(
+0x0001 G24_OTA_VERSION
+0x5a G24_OTA_DATA_HEADER
+
+0 G24_OTA_STORAGE_ERROR
+0x02 G24_OTA_STORAGE_EEPROM
+0x03 G24_OTA_STORAGE_OTP
+0x04 G24_OTA_STORAGE_FLASH
+
+0x00 G24_OTA_STATUS_SUCCESS
+0x01 G24_OTA_STATUS_FAIL
+
+0x01 G24_OTA_TARGET_DONGLE
+0x02 G24_OTA_TARGET_MOUSE
+0x03 G24_OTA_TARGET_DONGLE_MOUSE
+
+0x1 G24_OTA_CMD_VERSION
+0x2 G24_OTA_CMD_INFO
+0X3 G24_OTA_CMD_CONFIG
+0X4 G24_OTA_CMD_SET_CONFIG_END
+0X5 G24_OTA_CMD_DATA
+0X6 G24_OTA_CMD_RESET
+0xff G24_OTA_CMD_PING
+
+0x01 G24_OTA_SM_RX_VERSION
+0x02 G24_OTA_SM_TX_VERSION
+0x03 G24_OTA_SM_TX_VERSION_OK
+0X04 G24_OTA_SM_RX_INFO
+0X05 G24_OTA_SM_TX_INFO
+0X06 G24_OTA_SM_TX_INFO_OK
+0X07 G24_OTA_SM_RX_CONFIG
+0X08 G24_OTA_SM_TX_CONFIG
+0X09 G24_OTA_SM_TX_CONFIG_OK
+0X0A G24_OTA_SM_RX_SET_CONFIG_END
+0X0B G24_OTA_SM_TX_SET_CONFIG_END
+0X0C G24_OTA_SM_TX_SET_CONFIG_END_OK
+0X0D G24_OTA_SM_RX_DATA
+0X0E G24_OTA_SM_TX_DATA
+0X0F G24_OTA_SM_TX_DATA_OK
+0X10 G24_OTA_SM_RX_RESET
+0X11 G24_OTA_SM_TX_RESET
+0X12 G24_OTA_SM_TX_RESET_OK
+
+)
+
+
 (
 // eeprom config
 0xb0 REMOTE_PARAM_EEPROM_CONFIG_ADDR
@@ -9586,6 +9636,29 @@
 
 8 mem_ka8g2_sensor_poweron_init
 2 mem_24g_pair_count
+
+1 mem_mouse_logo_led_gpio
+2 mem_mouse_logo_led_on_time_init
+
+//ota area start
+1 mem_g24_ota_config_type     //rr
+2 mem_g24_ota_storage_size   //byte
+2 mem_g24_ota_config_addr
+
+1 mem_g24_ota_rtn_state
+1 mem_g24_ota_mode
+1 mem_g24_ota_sm
+1 mem_g24_ota_prepare_send_len
+31 mem_g24_ota_txbuf
+2 mem_g24_ota_rx_alllen
+2 mem_g24_ota_rx_sum
+1 mem_g24_ota_rx_data_count
+1 mem_g24_ota_reset_timer
+//ota area end
+
+1 mem_le_name_patch_len
+19 mem_le_name_patch
+
 )
 
 
Index: output/bt_format.meta
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_public_sdk/output/bt_format.meta	(revision 896)
+++ /YC1308AC/branch/mouse_project/mouse_public_sdk/output/bt_format.meta	(working copy)
@@ -2206,6 +2206,22 @@
 0x4be2 mem_power_on_flag
 0x4be3 mem_ka8g2_sensor_poweron_init
 0x4beb mem_24g_pair_count
+0x4bed mem_mouse_logo_led_gpio
+0x4bee mem_mouse_logo_led_on_time_init
+0x4bf0 mem_g24_ota_config_type//rr
+0x4bf1 mem_g24_ota_storage_size//byte
+0x4bf3 mem_g24_ota_config_addr
+0x4bf5 mem_g24_ota_rtn_state
+0x4bf6 mem_g24_ota_mode
+0x4bf7 mem_g24_ota_sm
+0x4bf8 mem_g24_ota_prepare_send_len
+0x4bf9 mem_g24_ota_txbuf
+0x4c18 mem_g24_ota_rx_alllen
+0x4c1a mem_g24_ota_rx_sum
+0x4c1c mem_g24_ota_rx_data_count
+0x4c1d mem_g24_ota_reset_timer
+0x4c1e mem_le_name_patch_len
+0x4c1f mem_le_name_patch
 0x48d0 mem_remote_car_hard_soft_switch
 0x48d1 mem_remote_car_queue_each_size
 0x48d2 mem_remote_car_queue_length
@@ -3659,6 +3675,7 @@
 0x55 DATATYPE_CONFIG	//bind step 2
 0x22 DATATYPE_OK		//bind step 3
 0xff DATATYPE_ATTEMP	//reconn
+0xaf DATATYPE_OTA
 )
 (
 5 BIND_MODE_CONTINUE
@@ -3685,6 +3702,7 @@
 0 STATE_24G_START
 1 STATE_24G_PAIR
 2 STATE_24G_RECONN
+3 STATE_24G_OTA
 )
 (//mem_24g_transmit_by_interrupt
 1 G24_TX_TIMER_INT_ENABLE
@@ -5323,6 +5341,54 @@
 
 7 MOUSE_DEVICE_NUMBER_FLAG
 )
+
+//G24 ota
+(
+0x0001 G24_OTA_VERSION
+0x5a G24_OTA_DATA_HEADER
+
+0 G24_OTA_STORAGE_ERROR
+0x02 G24_OTA_STORAGE_EEPROM
+0x03 G24_OTA_STORAGE_OTP
+0x04 G24_OTA_STORAGE_FLASH
+
+0x00 G24_OTA_STATUS_SUCCESS
+0x01 G24_OTA_STATUS_FAIL
+
+0x01 G24_OTA_TARGET_DONGLE
+0x02 G24_OTA_TARGET_MOUSE
+0x03 G24_OTA_TARGET_DONGLE_MOUSE
+
+0x1 G24_OTA_CMD_VERSION
+0x2 G24_OTA_CMD_INFO
+0X3 G24_OTA_CMD_CONFIG
+0X4 G24_OTA_CMD_SET_CONFIG_END
+0X5 G24_OTA_CMD_DATA
+0X6 G24_OTA_CMD_RESET
+0xff G24_OTA_CMD_PING
+
+0x01 G24_OTA_SM_RX_VERSION
+0x02 G24_OTA_SM_TX_VERSION
+0x03 G24_OTA_SM_TX_VERSION_OK
+0X04 G24_OTA_SM_RX_INFO
+0X05 G24_OTA_SM_TX_INFO
+0X06 G24_OTA_SM_TX_INFO_OK
+0X07 G24_OTA_SM_RX_CONFIG
+0X08 G24_OTA_SM_TX_CONFIG
+0X09 G24_OTA_SM_TX_CONFIG_OK
+0X0A G24_OTA_SM_RX_SET_CONFIG_END
+0X0B G24_OTA_SM_TX_SET_CONFIG_END
+0X0C G24_OTA_SM_TX_SET_CONFIG_END_OK
+0X0D G24_OTA_SM_RX_DATA
+0X0E G24_OTA_SM_TX_DATA
+0X0F G24_OTA_SM_TX_DATA_OK
+0X10 G24_OTA_SM_RX_RESET
+0X11 G24_OTA_SM_TX_RESET
+0X12 G24_OTA_SM_TX_RESET_OK
+
+)
+
+
 (
 // eeprom config
 0xb0 REMOTE_PARAM_EEPROM_CONFIG_ADDR
Index: output/bt_program23.icode
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_public_sdk/output/bt_program23.icode	(revision 896)
+++ /YC1308AC/branch/mouse_project/mouse_public_sdk/output/bt_program23.icode	(working copy)
@@ -2,35 +2,35 @@
  00000001  0x0000000d beq  0x00000000 , 0x00000022 
  00000002  0x0000000e beq  0x00000003 , 0x00000026 
  00000003  0x0000000f beq  0x00000083 , 0x0000003f 
- 00000004  0x00000010 beq  0x0000008b , 0x00000076 
- 00000005  0x00000011 beq  0x0000009f , 0x00000083 
- 00000006  0x00000012 beq  0x000000ae , 0x00000085 
- 00000007  0x00000013 beq  0x000000b0 , 0x0000006a 
- 00000008  0x00000014 beq  0x000000c3 , 0x000001f4 
- 00000009  0x00000015 beq  0x000000c7 , 0x0000011a 
- 00000010  0x00000016 beq  0x000000c9 , 0x00000120 
- 00000011  0x00000017 beq  0x000000ca , 0x00000153 
- 00000012  0x00000018 beq  0x000000cc , 0x00000066 
- 00000013  0x00000019 beq  0x000000ce , 0x000002bd 
- 00000014  0x0000001a beq  0x000000d0 , 0x00000203 
- 00000015  0x0000001b beq  0x000000d1 , 0x000002dd 
- 00000016  0x0000001c beq  0x000000d4 , 0x000002c3 
- 00000017  0x0000001d beq  0x000000d6 , 0x00000170 
- 00000018  0x0000001e beq  0x000000d9 , 0x00000214 
- 00000019  0x0000001f beq  0x000000da , 0x00000262 
- 00000020  0x00000020 beq  0x000000de , 0x00000313 
- 00000021  0x00000021 beq  0x000000e8 , 0x0000026f 
+ 00000004  0x00000010 beq  0x0000008b , 0x00000080 
+ 00000005  0x00000011 beq  0x0000009f , 0x0000008d 
+ 00000006  0x00000012 beq  0x000000ae , 0x0000008f 
+ 00000007  0x00000013 beq  0x000000b0 , 0x00000074 
+ 00000008  0x00000014 beq  0x000000c3 , 0x0000023e 
+ 00000009  0x00000015 beq  0x000000c7 , 0x00000154 
+ 00000010  0x00000016 beq  0x000000c9 , 0x0000015a 
+ 00000011  0x00000017 beq  0x000000ca , 0x0000018e 
+ 00000012  0x00000018 beq  0x000000cc , 0x00000070 
+ 00000013  0x00000019 beq  0x000000ce , 0x0000031a 
+ 00000014  0x0000001a beq  0x000000d0 , 0x0000024d 
+ 00000015  0x0000001b beq  0x000000d1 , 0x00000345 
+ 00000016  0x0000001c beq  0x000000d4 , 0x0000032b 
+ 00000017  0x0000001d beq  0x000000d6 , 0x000001b9 
+ 00000018  0x0000001e beq  0x000000d9 , 0x0000025e 
+ 00000019  0x0000001f beq  0x000000da , 0x000002bf 
+ 00000020  0x00000020 beq  0x000000de , 0x0000037b 
+ 00000021  0x00000021 beq  0x000000e8 , 0x000002cc 
  00000022  0x00000022 branch  0x0000137c 
- 00000023  0x00000025 beq  0x00000033 , 0x00000046 
- 00000024  0x00000026 beq  0x00000034 , 0x0000004b 
- 00000025  0x00000027 beq  0x00000087 , 0x0000026b 
- 00000026  0x00000028 beq  0x000000a1 , 0x00000283 
- 00000027  0x00000029 beq  0x000000c0 , 0x0000028d 
- 00000028  0x0000002a beq  0x000000dd , 0x000001e4 
- 00000029  0x0000002b beq  0x000000e2 , 0x000001bf 
- 00000030  0x0000002c beq  0x000000e9 , 0x000001c7 
- 00000031  0x0000002d beq  0x000000ea , 0x000000e4 
- 00000032  0x0000002e beq  0x000000ec , 0x000002b4 
+ 00000023  0x00000025 beq  0x00000033 , 0x00000050 
+ 00000024  0x00000026 beq  0x00000034 , 0x00000055 
+ 00000025  0x00000027 beq  0x00000087 , 0x000002c8 
+ 00000026  0x00000028 beq  0x000000a1 , 0x000002e0 
+ 00000027  0x00000029 beq  0x000000c0 , 0x000002ea 
+ 00000028  0x0000002a beq  0x000000dd , 0x0000022d 
+ 00000029  0x0000002b beq  0x000000e2 , 0x00000208 
+ 00000030  0x0000002c beq  0x000000e9 , 0x00000210 
+ 00000031  0x0000002d beq  0x000000ea , 0x0000011d 
+ 00000032  0x0000002e beq  0x000000ec , 0x00000311 
  00000033  0x0000002f branch  0x0000137c 
  00000034  0x00000033 clear_stack 
  00000035  0x00000034 call  0x000030f3 
@@ -68,744 +68,1227 @@
  00000067  0x0000005c beq  0x00000018 , 0x00001168 
  00000068  0x0000005e jam  0x00000029 , 0x00008a87 
  00000069  0x0000005f branch  0x0000117d 
- 00000070  0x00000062 arg  0x0000099e , 0x00000011 
- 00000071  0x00000063 arg  0x0000000c , 0x00000002 
- 00000072  0x00000064 setarg  0x00000030 
- 00000073  0x00000065 call  0x00005e63 
- 00000074  0x00000066 branch  0x000060bf 
- 00000075  0x00000069 fetchr  0x00000012 , 0x00000001 , 0x00008a12 
- 00000076  0x0000006a jam  0x0000003d , 0x00008a12 
- 00000077  0x0000006b jam  0x000000aa , 0x00008a11 
- 00000078  0x0000006c jam  0x0000000c , 0x00008a0a 
- 00000079  0x0000006d fetch  0x00000001 , 0x00008a09 
- 00000080  0x0000006e set1  0x00000007 , 0x0000003f 
- 00000081  0x0000006f store  0x00000001 , 0x00008a09 
- 00000082  0x00000070 jam  0x00000004 , 0x00008a0b 
- 00000083  0x00000071 nop  0x0000003c 
- 00000084  0x00000072 jam  0x00000000 , 0x00008a16 
- 00000085  0x00000073 jam  0x00000006 , 0x00008a17 
- 00000086  0x00000074 call  0x0000611a 
- 00000087  0x00000075 store  0x00000001 , 0x00008a97 
- 00000088  0x00000077 jam  0x00000003 , 0x000080dc 
- 00000089  0x00000078 nop  0x0000003c 
- 00000090  0x00000079 fetch  0x00000001 , 0x00008053 
- 00000091  0x0000007a set1  0x00000007 , 0x0000003f 
- 00000092  0x0000007b store  0x00000001 , 0x00008053 
- 00000093  0x0000007c nop  0x000003e8 
- 00000094  0x0000007d fetch  0x00000002 , 0x00008150 
- 00000095  0x0000007e store  0x00000002 , 0x000044a2 
- 00000096  0x0000007f fetch  0x00000001 , 0x00008053 
- 00000097  0x00000080 set0  0x00000007 , 0x0000003f 
- 00000098  0x00000081 store  0x00000001 , 0x00008053 
- 00000099  0x00000082 jam  0x00000000 , 0x00008a97 
- 00000100  0x00000084 storer  0x00000012 , 0x00000001 , 0x00008a12 
- 00000101  0x00000085 rtn 
- 00000102  0x00000089 fetch  0x00000001 , 0x00004baa 
- 00000103  0x0000008a nrtn  0x00000034 
- 00000104  0x0000008b call  0x0000004b 
- 00000105  0x0000008c branch  0x00003ebb 
- 00000106  0x0000008f fetch  0x00000001 , 0x0000030d 
- 00000107  0x00000090 rtn  0x00000034 
- 00000108  0x00000091 increase  0xffffffff , 0x0000003f 
- 00000109  0x00000092 store  0x00000001 , 0x0000030d 
- 00000110  0x00000093 call  0x000077c5 
- 00000111  0x00000094 call  0x000031e3 
- 00000112  0x00000095 call  0x000031a4 
- 00000113  0x00000096 call  0x000031aa 
- 00000114  0x00000097 call  0x00005cdc 
- 00000115  0x00000099 fetch  0x00000002 , 0x0000446f 
- 00000116  0x0000009a call  0x00007e05 
- 00000117  0x0000009b branch  0x0000006a 
- 00000118  0x000000a2 jam  0x000000e6 , 0x00008a8b 
- 00000119  0x000000a4 call  0x0000126a 
- 00000120  0x000000a5 call  0x00001271 
- 00000121  0x000000a6 call  0x00001277 
- 00000122  0x000000a8 jam  0x00000009 , 0x00008a6d 
- 00000123  0x000000aa jam  0x00000005 , 0x00008a03 
- 00000124  0x000000ab jam  0x00000094 , 0x00008a7a 
- 00000125  0x000000ad jam  0x0000000b , 0x00008a0e 
- 00000126  0x000000ae jam  0x00000005 , 0x00008a0f 
- 00000127  0x000000af jam  0x00000090 , 0x00008a83 
- 00000128  0x000000b1 jam  0x00000000 , 0x00008a85 
- 00000129  0x000000b2 jam  0x00000040 , 0x00008921 
- 00000130  0x000000b4 branch  0x0000125d 
- 00000131  0x000000b9 jam  0x00000000 , 0x00000080 
- 00000132  0x000000ba branch  0x000013b7 
- 00000133  0x000000bf call  0x00006df3 
- 00000134  0x000000c0 call  0x0000008f 
- 00000135  0x000000c1 call  0x000041a7 
- 00000136  0x000000c2 rtn  0x0000002b 
- 00000137  0x000000c3 call  0x0000408e 
- 00000138  0x000000c4 call  0x00003d8a 
- 00000139  0x000000c5 call  0x00004728 
- 00000140  0x000000c6 call  0x0000009f 
- 00000141  0x000000c7 call  0x000002d5 
- 00000142  0x000000c8 branch  0x00003bc9 
- 00000143  0x000000cb rtn  0x0000002b 
- 00000144  0x000000cc call  0x00002607 
- 00000145  0x000000cd call  0x000022ff 
- 00000146  0x000000ce call  0x00003f1e 
- 00000147  0x000000cf call  0x00003d13 
- 00000148  0x000000d0 call  0x00000099 
- 00000149  0x000000d1 fetch  0x00000008 , 0x00004bab 
- 00000150  0x000000d2 bbit0  0x00000018 , 0x00003bf5 
- 00000151  0x000000d3 call  0x0000009c 
- 00000152  0x000000d4 branch  0x00003bf5 
- 00000153  0x000000d7 setarg  0x0000e290 
- 00000154  0x000000d8 store  0x00000003 , 0x000048ad 
- 00000155  0x000000d9 rtn 
- 00000156  0x000000db setarg  0x00001770 
- 00000157  0x000000dc store  0x00000003 , 0x000048ad 
- 00000158  0x000000dd rtn 
- 00000159  0x000000e0 setarg  0x000000a4 
- 00000160  0x000000e1 store  0x00000002 , 0x0000489b 
- 00000161  0x000000e2 setarg  0x000000be 
- 00000162  0x000000e3 store  0x00000002 , 0x0000489d 
- 00000163  0x000000e4 branch  0x00003bd3 
- 00000164  0x000000e7 rtnmark0  0x00000026 
- 00000165  0x000000e8 call  0x00003f70 
- 00000166  0x000000e9 nrtn  0x00000028 
- 00000167  0x000000ea fetch  0x00000008 , 0x00004bab 
- 00000168  0x000000eb bbit0  0x00000015 , 0x000000ab 
- 00000169  0x000000ec fetch  0x00000001 , 0x00004b8b 
- 00000170  0x000000ed nbranch  0x00004884 , 0x00000034 
- 00000171  0x000000ef call  0x000042cb 
- 00000172  0x000000f0 fetch  0x00000001 , 0x00004836 
- 00000173  0x000000f1 bbit1  0x00000001 , 0x000000ba 
- 00000174  0x000000f2 fetcht  0x00000001 , 0x000047c7 
- 00000175  0x000000f3 fetch  0x00000001 , 0x000048d0 
- 00000176  0x000000f4 ior  0x00000002 , 0x0000003f 
- 00000177  0x000000f5 store  0x00000001 , 0x000048d0 
- 00000178  0x000000f6 fetcht  0x00000001 , 0x000047cc 
- 00000179  0x000000f7 fetch  0x00000001 , 0x000048d5 
- 00000180  0x000000f8 iadd  0x00000002 , 0x0000003f 
- 00000181  0x000000f9 store  0x00000001 , 0x000048d5 
- 00000182  0x000000fa fetcht  0x00000001 , 0x000047cd 
- 00000183  0x000000fb fetch  0x00000001 , 0x000048d6 
- 00000184  0x000000fc iadd  0x00000002 , 0x0000003f 
- 00000185  0x000000fd store  0x00000001 , 0x000048d6 
- 00000186  0x000000ff jam  0x00000001 , 0x00004836 
- 00000187  0x00000100 arg  0x00000007 , 0x00000011 
- 00000188  0x00000101 arg  0x000048d0 , 0x00000012 
- 00000189  0x00000102 branch  0x000026e1 
- 00000190  0x00000105 fetch  0x00000008 , 0x00004bab 
- 00000191  0x00000106 rtnbit0  0x00000016 
- 00000192  0x00000107 fetch  0x00000001 , 0x00004aae 
- 00000193  0x00000108 rtn  0x00000034 
- 00000194  0x00000109 fetch  0x00000001 , 0x000048a7 
- 00000195  0x0000010a rtn  0x00000034 
- 00000196  0x0000010b fetch  0x00000001 , 0x00004ba1 
- 00000197  0x0000010c increase  0x00000001 , 0x0000003f 
- 00000198  0x0000010d and_into  0x00000003 , 0x0000003f 
- 00000199  0x0000010e store  0x00000001 , 0x00004ba1 
- 00000200  0x0000010f nrtn  0x00000034 
- 00000201  0x00000110 jam  0x00000000 , 0x00004ba2 
- 00000202  0x00000112 fetch  0x00000001 , 0x00004ba2 
- 00000203  0x00000113 increase  0x00000001 , 0x0000003f 
- 00000204  0x00000114 store  0x00000001 , 0x00004ba2 
- 00000205  0x00000115 sub  0x0000003f , 0x00000008 , 0x0000003e 
- 00000206  0x00000116 nbranch  0x000000d4 , 0x00000002 
- 00000207  0x00000117 call  0x0000259a 
- 00000208  0x00000118 call  0x0000265b 
- 00000209  0x00000119 nbranch  0x000000da , 0x00000018 
- 00000210  0x0000011a nbranch  0x000000da , 0x0000002f 
- 00000211  0x0000011b call  0x000048b5 
- 00000212  0x0000011d call  0x00002597 
- 00000213  0x0000011e fetch  0x00000001 , 0x00004ba3 
- 00000214  0x0000011f increase  0x00000001 , 0x0000003f 
- 00000215  0x00000120 store  0x00000001 , 0x00004ba3 
- 00000216  0x00000121 beq  0x00000010 , 0x000000dc 
- 00000217  0x00000122 rtn 
- 00000218  0x00000125 call  0x000022cb 
- 00000219  0x00000126 branch  0x000000ca 
- 00000220  0x00000129 jam  0x00000000 , 0x00004ba3 
- 00000221  0x0000012a fetch  0x00000001 , 0x00004ba4 
- 00000222  0x0000012b rtnbit1  0x00000000 
- 00000223  0x0000012c set1  0x00000000 , 0x0000003f 
- 00000224  0x0000012d store  0x00000001 , 0x00004ba4 
- 00000225  0x0000012e fetch  0x00000002 , 0x00004bbc 
- 00000226  0x0000012f store  0x00000002 , 0x00004ab2 
- 00000227  0x00000130 branch  0x000002d5 
- 00000228  0x00000133 call  0x00002631 
- 00000229  0x00000134 nbranch  0x00000165 , 0x00000028 
- 00000230  0x00000136 call  0x000000f3 
- 00000231  0x00000137 call  0x000026ee 
- 00000232  0x00000138 fetch  0x00000001 , 0x00004be1 
- 00000233  0x00000139 nbranch  0x000000ee , 0x00000034 
- 00000234  0x0000013a fetch  0x00000008 , 0x000048b0 
- 00000235  0x0000013b store  0x00000008 , 0x0000485c 
- 00000236  0x0000013c fetch  0x00000002 , 0x000048c2 
- 00000237  0x0000013d store  0x00000002 , 0x000048c4 
- 00000238  0x0000013f call  0x000026bb 
- 00000239  0x00000140 nrtn  0x00000028 
- 00000240  0x00000141 call  0x00007fdc 
- 00000241  0x00000142 fetch  0x00000003 , 0x000048ad 
- 00000242  0x00000143 branch  0x000026b8 
- 00000243  0x00000146 jam  0x00000000 , 0x000048a6 
- 00000244  0x00000148 fetchr  0x0000000b , 0x00000002 , 0x0000015f 
- 00000245  0x00000149 until  0x00000023 , 0x00000026 
- 00000246  0x0000014a call  0x0000265b 
- 00000247  0x0000014b fetch  0x00000001 , 0x0000482c 
- 00000248  0x0000014c beq  0x00000001 , 0x00002651 
- 00000249  0x0000014d nbranch  0x0000010b , 0x00000018 
- 00000250  0x0000014e nbranch  0x0000010b , 0x0000002f 
- 00000251  0x0000014f call  0x00002672 
- 00000252  0x00000150 call  0x000000fe 
- 00000253  0x00000151 branch  0x00002651 
- 00000254  0x00000154 fetch  0x00000001 , 0x00004be1 
- 00000255  0x00000155 ncall  0x00000102 , 0x00000034 
- 00000256  0x00000156 jam  0x00000000 , 0x00004be1 
- 00000257  0x00000157 rtn 
- 00000258  0x0000015a call  0x000041aa 
- 00000259  0x0000015b fetch  0x00000008 , 0x00004bab 
- 00000260  0x0000015c rtnbit0  0x0000003c 
- 00000261  0x0000015e fetch  0x00000001 , 0x00004913 
- 00000262  0x0000015f arg  0x00000040 , 0x00000002 
- 00000263  0x00000160 call  0x00006093 
- 00000264  0x00000161 fetch  0x00000001 , 0x00004914 
- 00000265  0x00000162 arg  0x00000040 , 0x00000002 
- 00000266  0x00000163 branch  0x00006093 
- 00000267  0x00000166 fetch  0x00000001 , 0x000048a7 
- 00000268  0x00000167 nrtn  0x00000034 
- 00000269  0x00000168 fetch  0x00000002 , 0x000048a3 
- 00000270  0x00000169 increase  0x00000001 , 0x0000003f 
- 00000271  0x0000016a store  0x00000002 , 0x000048a3 
- 00000272  0x0000016b fetch  0x00000001 , 0x000048a4 
- 00000273  0x0000016c bbit1  0x00000001 , 0x00002679 
- 00000274  0x0000016d call  0x0000267e 
- 00000275  0x0000016e call  0x00000115 
- 00000276  0x0000016f branch  0x00002647 
- 00000277  0x00000172 fetch  0x00000001 , 0x000048a4 
- 00000278  0x00000173 sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00000279  0x00000174 rtn  0x00000002 
- 00000280  0x00000175 arg  0x00000028 , 0x00000039 
- 00000281  0x00000176 branch  0x00007d13 
- 00000282  0x0000017b setarg  0x00000006 
- 00000283  0x0000017c call  0x00005b0d 
- 00000284  0x0000017d bbit1  0x00000003 , 0x00003e23 
- 00000285  0x0000017e call  0x000002ce 
- 00000286  0x0000017f call  0x000002d5 
- 00000287  0x00000180 branch  0x00003e23 
- 00000288  0x00000183 call  0x000042e9 
- 00000289  0x00000184 call  0x00007fdc 
- 00000290  0x00000185 call  0x00004015 
- 00000291  0x00000186 fetcht  0x00000001 , 0x00004910 
- 00000292  0x00000187 call  0x00006069 
- 00000293  0x00000188 fetcht  0x00000001 , 0x00004910 
- 00000294  0x00000189 call  0x00006042 
- 00000295  0x0000018a fetch  0x00000001 , 0x00004920 
- 00000296  0x0000018b arg  0x0000003f , 0x00000002 
- 00000297  0x0000018c call  0x00006093 
- 00000298  0x0000018d arg  0x00000003 , 0x00000002 
- 00000299  0x0000018e call  0x00003f56 
- 00000300  0x0000018f call  0x00003e40 
- 00000301  0x00000190 call  0x00006082 
- 00000302  0x00000191 arg  0x00000013 , 0x00000002 
- 00000303  0x00000192 call  0x00003f56 
- 00000304  0x00000193 call  0x00000133 
- 00000305  0x00000194 call  0x00000140 
- 00000306  0x00000195 branch  0x00000147 
- 00000307  0x00000198 fetch  0x00000003 , 0x00004bde 
- 00000308  0x00000199 store  0x00000003 , 0x0000095c 
- 00000309  0x0000019a arg  0x00000014 , 0x00000039 
- 00000310  0x0000019b arg  0x00000000 , 0x00000002 
- 00000311  0x0000019d fetch  0x00000003 , 0x0000095c 
- 00000312  0x0000019e isolate1  0x00000000 , 0x0000003f 
- 00000313  0x0000019f call  0x0000607f , 0x00000001 
- 00000314  0x000001a0 fetch  0x00000003 , 0x0000095c 
- 00000315  0x000001a1 rshift  0x0000003f , 0x0000003f 
- 00000316  0x000001a2 store  0x00000003 , 0x0000095c 
- 00000317  0x000001a3 increase  0x00000001 , 0x00000002 
- 00000318  0x000001a4 loop  0x00000137 
- 00000319  0x000001a5 rtn 
- 00000320  0x000001a8 fetch  0x00000008 , 0x00004bab 
- 00000321  0x000001a9 rtnbit0  0x00000014 
- 00000322  0x000001aa fetch  0x00000001 , 0x000048fd 
- 00000323  0x000001ab rtnne  0x00000002 
- 00000324  0x000001ac fetch  0x00000001 , 0x000048fc 
- 00000325  0x000001ad arg  0x000000c0 , 0x00000002 
- 00000326  0x000001ae branch  0x00006093 
- 00000327  0x000001b1 fetch  0x00000008 , 0x00004bab 
- 00000328  0x000001b2 rtnbit0  0x0000003c 
- 00000329  0x000001b4 fetcht  0x00000001 , 0x00004913 
- 00000330  0x000001b5 call  0x00006042 
- 00000331  0x000001b6 fetcht  0x00000001 , 0x00004914 
- 00000332  0x000001b7 call  0x00006042 
- 00000333  0x000001b9 fetch  0x00000001 , 0x00004913 
- 00000334  0x000001ba arg  0x00000080 , 0x00000002 
- 00000335  0x000001bb call  0x00006093 
- 00000336  0x000001bc fetch  0x00000001 , 0x00004914 
- 00000337  0x000001bd arg  0x00000080 , 0x00000002 
- 00000338  0x000001be branch  0x00006093 
- 00000339  0x000001c1 fetcht  0x00000001 , 0x00004913 
- 00000340  0x000001c2 call  0x00006050 
- 00000341  0x000001c3 fetcht  0x00000001 , 0x00004914 
- 00000342  0x000001c4 call  0x00006050 
- 00000343  0x000001c6 call  0x00003f88 
- 00000344  0x000001c7 fetch  0x00000001 , 0x0000491f 
- 00000345  0x000001c8 arg  0x0000003f , 0x00000002 
- 00000346  0x000001c9 call  0x00006093 
- 00000347  0x000001ca branch  0x00003e44 
- 00000348  0x000001cd jam  0x00000000 , 0x000048a5 
- 00000349  0x000001ce call  0x00002652 
- 00000350  0x000001cf setarg  0xffffffff 
- 00000351  0x000001d0 store  0x00000004 , 0x0000485c 
- 00000352  0x000001d1 setarg  0x00000000 
- 00000353  0x000001d2 store  0x00000007 , 0x000048d0 
- 00000354  0x000001d3 jam  0x00000001 , 0x00004be1 
- 00000355  0x000001d4 call  0x000002d5 
- 00000356  0x000001d5 branch  0x0000016a 
- 00000357  0x000001d8 fetch  0x00000001 , 0x000048a7 
- 00000358  0x000001d9 call  0x000026a7 , 0x00000034 
- 00000359  0x000001da fetch  0x00000001 , 0x000048bd 
- 00000360  0x000001db rtneq  0x00000001 
- 00000361  0x000001dc call  0x0000269f 
- 00000362  0x000001de call  0x000026bb 
- 00000363  0x000001df nrtn  0x00000028 
- 00000364  0x000001e0 fetch  0x00000001 , 0x00004be1 
- 00000365  0x000001e1 ncall  0x00003e33 , 0x00000034 
- 00000366  0x000001e2 fetch  0x00000004 , 0x0000485c 
- 00000367  0x000001e3 branch  0x000026b8 
- 00000368  0x000001e6 copy  0x00000013 , 0x0000003f 
- 00000369  0x000001e7 beq  0x00000001 , 0x00000179 
- 00000370  0x000001e8 beq  0x0000003c , 0x0000019b 
- 00000371  0x000001e9 beq  0x00000039 , 0x00000199 
- 00000372  0x000001ea beq  0x0000003a , 0x000001a2 
- 00000373  0x000001eb beq  0x00000032 , 0x00000185 
- 00000374  0x000001ec beq  0x00000044 , 0x0000018c 
- 00000375  0x000001ed beq  0x00000015 , 0x0000017b 
- 00000376  0x000001ee branch  0x00004336 
- 00000377  0x000001f1 call  0x00004544 
- 00000378  0x000001f2 branch  0x000043fa 
- 00000379  0x000001f5 setarg  0x00000000 
- 00000380  0x000001f6 store  0x00000002 , 0x00004af2 
- 00000381  0x000001f7 jam  0x00000000 , 0x00004ac6 
- 00000382  0x000001f8 setarg  0x00000006 
- 00000383  0x000001f9 store  0x00000002 , 0x00004372 
- 00000384  0x000001fa store  0x00000002 , 0x00004374 
- 00000385  0x000001fb fetch  0x00000008 , 0x00004bab 
- 00000386  0x000001fc bbit1  0x0000001b , 0x00004366 
- 00000387  0x000001fd setarg  0x00000007 
- 00000388  0x000001fe branch  0x00004364 
- 00000389  0x00000201 fetch  0x00000001 , 0x00004ac7 
- 00000390  0x00000202 beq  0x00000001 , 0x00000189 
- 00000391  0x00000203 jam  0x00000014 , 0x00004b76 
- 00000392  0x00000204 branch  0x00004373 
- 00000393  0x00000206 call  0x0000436c 
- 00000394  0x00000207 jam  0x00000005 , 0x00004b76 
- 00000395  0x00000208 branch  0x00004373 
- 00000396  0x0000020b fetch  0x00000001 , 0x000002c1 
- 00000397  0x0000020c sub  0x0000003f , 0x0000000c , 0x0000003e 
- 00000398  0x0000020d nbranch  0x00004384 , 0x00000002 
- 00000399  0x0000020e store  0x00000002 , 0x00004372 
- 00000400  0x0000020f store  0x00000002 , 0x00004374 
- 00000401  0x00000210 fetch  0x00000001 , 0x000002c3 
- 00000402  0x00000211 branch  0x0000439a , 0x00000034 
- 00000403  0x00000212 fetcht  0x00000001 , 0x00004b8a 
- 00000404  0x00000213 isub  0x00000002 , 0x0000003e 
- 00000405  0x00000214 branch  0x0000439a , 0x00000002 
- 00000406  0x00000215 fetch  0x00000001 , 0x000002c3 
- 00000407  0x00000216 store  0x00000001 , 0x00004b8a 
- 00000408  0x00000217 branch  0x00004386 
- 00000409  0x0000021b call  0x00004544 
- 00000410  0x0000021c branch  0x00004857 
- 00000411  0x0000021f fetch  0x00000004 , 0x0000483c 
- 00000412  0x00000220 store  0x00000004 , 0x00004891 
- 00000413  0x00000221 store  0x00000004 , 0x00004993 
- 00000414  0x00000222 call  0x0000257e 
- 00000415  0x00000223 call  0x000048c6 
- 00000416  0x00000224 call  0x00004544 
- 00000417  0x00000225 branch  0x0000484e 
- 00000418  0x00000229 fetch  0x00000001 , 0x000048a5 
- 00000419  0x0000022a nbranch  0x0000015c , 0x00000034 
- 00000420  0x0000022b fetch  0x00000001 , 0x0000488b 
- 00000421  0x0000022c beq  0x00000002 , 0x000001a9 
- 00000422  0x0000022d beq  0x00000004 , 0x000001b2 
- 00000423  0x0000022e beq  0x00000003 , 0x000001b7 
- 00000424  0x0000022f branch  0x00004839 
- 00000425  0x00000232 fetch  0x00000008 , 0x00004bab 
- 00000426  0x00000233 bbit1  0x0000002f , 0x00004811 
- 00000427  0x00000234 bbit1  0x00000030 , 0x00004811 
- 00000428  0x00000235 bbit0  0x0000003a , 0x00004806 
- 00000429  0x00000236 fetch  0x00000004 , 0x00004993 
- 00000430  0x00000237 fetcht  0x00000004 , 0x00004974 
- 00000431  0x00000238 isub  0x00000002 , 0x0000003e 
- 00000432  0x00000239 branch  0x00004827 , 0x00000005 
- 00000433  0x0000023a branch  0x00004806 
- 00000434  0x0000023d fetch  0x00000008 , 0x00004bab 
- 00000435  0x0000023e bbit0  0x0000002f , 0x000001bc 
- 00000436  0x0000023f fetch  0x00000001 , 0x00004bb4 
- 00000437  0x00000240 beq  0x00000001 , 0x000001bc 
- 00000438  0x00000241 branch  0x0000481a 
- 00000439  0x00000244 fetch  0x00000008 , 0x00004bab 
- 00000440  0x00000245 bbit0  0x0000002f , 0x000001bc 
- 00000441  0x00000246 bbit1  0x00000013 , 0x000001bc 
- 00000442  0x00000247 bbit1  0x00000012 , 0x000001bc 
- 00000443  0x00000248 branch  0x00004812 
- 00000444  0x0000024b fetch  0x00000008 , 0x00004bab 
- 00000445  0x0000024c bbit0  0x0000003c , 0x00004839 
- 00000446  0x0000024d branch  0x0000015c 
- 00000447  0x00000250 jam  0x00000000 , 0x0000488b 
- 00000448  0x00000251 fetch  0x00000002 , 0x00004beb 
- 00000449  0x00000252 increase  0x00000001 , 0x0000003f 
- 00000450  0x00000253 store  0x00000002 , 0x00004beb 
- 00000451  0x00000254 fetch  0x00000001 , 0x00004beb 
- 00000452  0x00000255 and  0x0000003f , 0x000000ff , 0x0000003f 
- 00000453  0x00000256 beq  0x00000000 , 0x00002341 
- 00000454  0x00000257 rtn 
- 00000455  0x0000025a fetch  0x00000002 , 0x00004889 
- 00000456  0x0000025b arg  0x000001f8 , 0x00000002 
- 00000457  0x0000025c iand  0x00000002 , 0x0000003f 
- 00000458  0x0000025d branch  0x000001cf , 0x00000034 
- 00000459  0x0000025e fetch  0x00000002 , 0x00004889 
- 00000460  0x0000025f increase  0x00000001 , 0x0000003f 
- 00000461  0x00000260 store  0x00000002 , 0x00004889 
- 00000462  0x00000261 rtn 
- 00000463  0x00000263 call  0x0000259a 
- 00000464  0x00000264 call  0x0000265b 
- 00000465  0x00000265 nbranch  0x000001d5 , 0x00000018 
- 00000466  0x00000266 nbranch  0x000001d5 , 0x0000002f 
- 00000467  0x00000267 call  0x00002672 
- 00000468  0x00000268 branch  0x00002586 
- 00000469  0x0000026b fetch  0x00000001 , 0x0000488c 
- 00000470  0x0000026c branch  0x000022cb , 0x00000034 
- 00000471  0x0000026d fetch  0x00000002 , 0x00004889 
- 00000472  0x0000026e increase  0x00000001 , 0x0000003f 
- 00000473  0x0000026f store  0x00000002 , 0x00004889 
- 00000474  0x00000270 fetch  0x00000001 , 0x0000488a 
- 00000475  0x00000271 isolate1  0x00000001 , 0x0000003f 
- 00000476  0x00000272 fetch  0x00000001 , 0x0000488b 
- 00000477  0x00000273 beq  0x00000001 , 0x000025ad 
- 00000478  0x00000274 beq  0x00000002 , 0x000025af 
- 00000479  0x00000275 beq  0x00000003 , 0x000025b1 
- 00000480  0x00000276 beq  0x00000004 , 0x000001e2 
- 00000481  0x00000277 branch  0x0000256e 
- 00000482  0x0000027a branch  0x00002575 , 0x00000001 
- 00000483  0x0000027b branch  0x00002339 
- 00000484  0x0000027e rtnmark1  0x00000034 
- 00000485  0x0000027f bmark1  0x00000027 , 0x0000240e 
- 00000486  0x00000281 rtnmark0  0x00000026 
- 00000487  0x00000282 fetch  0x00000001 , 0x000048a1 
- 00000488  0x00000283 bbit1  0x00000001 , 0x00002340 
- 00000489  0x00000284 bbit1  0x00000002 , 0x00002580 
- 00000490  0x00000285 fetch  0x00000001 , 0x000048bd 
- 00000491  0x00000286 beq  0x00000001 , 0x000001ed 
- 00000492  0x00000287 branch  0x00002621 
- 00000493  0x0000028a call  0x000022ea 
- 00000494  0x0000028b nbranch  0x000001e6 , 0x00000028 
- 00000495  0x0000028c call  0x000026db 
- 00000496  0x0000028d fetch  0x00000002 , 0x000048be 
- 00000497  0x0000028e increase  0x00000001 , 0x0000003f 
- 00000498  0x0000028f store  0x00000002 , 0x000048be 
- 00000499  0x00000290 branch  0x00002621 
- 00000500  0x00000293 fetch  0x00000008 , 0x00004bab 
- 00000501  0x00000294 bbit1  0x0000002f , 0x0000480a 
- 00000502  0x00000295 fetch  0x00000001 , 0x00004938 
- 00000503  0x00000296 beq  0x00000000 , 0x000001f9 
- 00000504  0x00000297 branch  0x00003d57 
- 00000505  0x0000029a fetch  0x00000008 , 0x00004bab 
- 00000506  0x0000029b bbit0  0x00000011 , 0x00004803 
- 00000507  0x0000029c call  0x00003d65 
- 00000508  0x0000029d branch  0x00004806 , 0x00000028 
- 00000509  0x0000029e fetch  0x00000008 , 0x00004bab 
- 00000510  0x0000029f bbit1  0x00000030 , 0x0000480c 
- 00000511  0x000002a0 bbit0  0x00000031 , 0x0000480c 
- 00000512  0x000002a1 call  0x00004110 
- 00000513  0x000002a2 and  0x00000011 , 0x00000007 , 0x0000003f 
- 00000514  0x000002a3 branch  0x000047ff 
- 00000515  0x000002a7 call  0x0000408f 
- 00000516  0x000002a8 call  0x00000206 
- 00000517  0x000002a9 branch  0x00004098 
- 00000518  0x000002ac fetch  0x00000001 , 0x00004923 
- 00000519  0x000002ad rtneq  0x000000ff 
- 00000520  0x000002ae fetch  0x00000002 , 0x00004ac2 
- 00000521  0x000002af nrtn  0x00000034 
- 00000522  0x000002b0 fetch  0x00000002 , 0x00004883 
- 00000523  0x000002b1 nrtn  0x00000034 
- 00000524  0x000002b2 fetch  0x00000002 , 0x00004887 
- 00000525  0x000002b3 nrtn  0x00000034 
- 00000526  0x000002b4 fetch  0x00000001 , 0x00004ba7 
- 00000527  0x000002b5 nrtn  0x00000034 
- 00000528  0x000002b6 fetch  0x00000001 , 0x00004bc1 
- 00000529  0x000002b7 branch  0x0000022d , 0x00000034 
- 00000530  0x000002b8 store  0x00000001 , 0x00004ba8 
- 00000531  0x000002b9 rtn 
- 00000532  0x000002bd call  0x00003e9b 
- 00000533  0x000002be call  0x00004956 
- 00000534  0x000002c0 call  0x0000232b 
- 00000535  0x000002c1 call  0x00002556 
- 00000536  0x000002c2 call  0x000047cd 
- 00000537  0x000002c4 call  0x000048be 
- 00000538  0x000002c5 call  0x0000022a 
- 00000539  0x000002c7 call  0x0000407c 
- 00000540  0x000002c8 call  0x000044cc 
- 00000541  0x000002c9 call  0x00000242 
- 00000542  0x000002ca call  0x000044ff 
- 00000543  0x000002cc call  0x00004504 
- 00000544  0x000002cd call  0x00004512 
- 00000545  0x000002ce call  0x00000257 
- 00000546  0x000002cf call  0x00004515 
- 00000547  0x000002d1 call  0x0000452a 
- 00000548  0x000002d2 call  0x0000452d 
- 00000549  0x000002d3 call  0x00004532 
- 00000550  0x000002d4 call  0x00004535 
- 00000551  0x000002d5 call  0x00004022 
- 00000552  0x000002d6 call  0x00004547 
- 00000553  0x000002d7 branch  0x0000025a 
- 00000554  0x000002da arg  0x00004ba8 , 0x00000013 
- 00000555  0x000002db arg  0x0000022d , 0x00000012 
- 00000556  0x000002dc branch  0x0000318a 
- 00000557  0x000002df fetch  0x00000001 , 0x00004927 
- 00000558  0x000002e0 beq  0x00000003 , 0x000048f2 
- 00000559  0x000002e1 beq  0x0000000b , 0x000048f2 
- 00000560  0x000002e2 fetch  0x00000001 , 0x00004923 
- 00000561  0x000002e3 store  0x00000001 , 0x0000492f 
- 00000562  0x000002e4 fetch  0x00000002 , 0x00004bc2 
- 00000563  0x000002e5 store  0x00000002 , 0x00004930 
- 00000564  0x000002e6 store  0x00000002 , 0x00004932 
- 00000565  0x000002e7 arg  0x00000000 , 0x00000011 
- 00000566  0x000002e8 fetcht  0x00000001 , 0x00004992 
- 00000567  0x000002e9 increase  0x00000002 , 0x00000002 
- 00000568  0x000002ea sub  0x00000002 , 0x00000003 , 0x0000003e 
- 00000569  0x000002eb call  0x0000023c , 0x00000002 
- 00000570  0x000002ec ncall  0x00000240 , 0x00000002 
- 00000571  0x000002ed branch  0x000048ff 
- 00000572  0x000002f0 fetch  0x00000008 , 0x00004bab 
- 00000573  0x000002f1 rtnbit0  0x0000001c 
- 00000574  0x000002f2 increase  0x00000001 , 0x00000002 
- 00000575  0x000002f3 rtn 
- 00000576  0x000002f6 increase  0xfffffffd , 0x00000002 
- 00000577  0x000002f7 rtn 
- 00000578  0x000002fb fetch  0x00000001 , 0x00004938 
- 00000579  0x000002fc beq  0x00000000 , 0x00000248 
- 00000580  0x000002fd fetch  0x00000008 , 0x00004bab 
- 00000581  0x000002fe rtnbit0  0x00000035 
- 00000582  0x000002ff fetcht  0x00000001 , 0x00004bca 
- 00000583  0x00000300 branch  0x0000024b 
- 00000584  0x00000303 fetch  0x00000008 , 0x00004bab 
- 00000585  0x00000304 rtnbit0  0x00000032 
- 00000586  0x00000305 fetcht  0x00000001 , 0x00004bcb 
- 00000587  0x00000307 storet  0x00000001 , 0x00004b9d 
- 00000588  0x00000308 call  0x00004115 
- 00000589  0x00000309 and  0x0000003f , 0x00000007 , 0x0000003f 
- 00000590  0x0000030a fetcht  0x00000001 , 0x00004b9d 
- 00000591  0x0000030b isub  0x00000002 , 0x0000003e 
- 00000592  0x0000030c branch  0x00000252 , 0x00000005 
- 00000593  0x0000030d branch  0x000044eb 
- 00000594  0x00000311 call  0x000044f6 
- 00000595  0x00000312 fetch  0x00000001 , 0x00004b9f 
- 00000596  0x00000313 rtneq  0x00000001 
- 00000597  0x00000314 jam  0x00000001 , 0x00004b9f 
- 00000598  0x00000315 rtn 
- 00000599  0x00000318 fetch  0x00000008 , 0x00004bab 
- 00000600  0x00000319 rtnbit1  0x0000003b 
- 00000601  0x0000031a branch  0x0000451f 
- 00000602  0x0000031e fetch  0x00000001 , 0x0000492a 
- 00000603  0x0000031f rtnbit1  0x00000007 
- 00000604  0x00000320 arg  0x00004ab2 , 0x00000013 
- 00000605  0x00000321 arg  0x0000025f , 0x00000012 
- 00000606  0x00000322 branch  0x00003191 
- 00000607  0x00000325 fetch  0x00000001 , 0x00004938 
- 00000608  0x00000326 beq  0x00000000 , 0x0000015c 
- 00000609  0x00000327 branch  0x0000431b 
- 00000610  0x0000032a fetch  0x00000002 , 0x0000478c 
- 00000611  0x0000032b isolate1  0x0000000b , 0x0000003f 
- 00000612  0x0000032c call  0x00004581 , 0x00000001 
- 00000613  0x0000032d fetch  0x00000002 , 0x0000478c 
- 00000614  0x0000032e isolate1  0x00000007 , 0x0000003f 
- 00000615  0x0000032f call  0x00004322 , 0x00000001 
- 00000616  0x00000330 setarg  0x00000000 
- 00000617  0x00000331 store  0x00000002 , 0x00004af2 
- 00000618  0x00000332 branch  0x00004554 
- 00000619  0x00000336 fetch  0x00000001 , 0x00004be2 
- 00000620  0x00000337 ncall  0x00007861 , 0x00000034 
- 00000621  0x00000338 jam  0x00000000 , 0x00004be2 
- 00000622  0x00000339 branch  0x00007851 
- 00000623  0x0000033c fetch  0x00000002 , 0x00000315 
- 00000624  0x0000033d copy  0x0000003f , 0x00000006 
- 00000625  0x0000033e ifetch  0x00000001 , 0x00000006 
- 00000626  0x0000033f store  0x00000001 , 0x000045f5 
- 00000627  0x00000340 and  0x0000003f , 0x0000000f , 0x00000002 
- 00000628  0x00000341 rshift4  0x0000003f , 0x0000003f 
- 00000629  0x00000342 beq  0x00000009 , 0x00000277 
- 00000630  0x00000343 branch  0x00004d93 
- 00000631  0x00000346 arg  0x00000001 , 0x00000011 
- 00000632  0x00000347 call  0x00004dc0 
- 00000633  0x00000348 fetch  0x00000002 , 0x000044dc 
- 00000634  0x00000349 istore  0x00000002 , 0x00000005 
- 00000635  0x0000034a setarg  0x00000000 
- 00000636  0x0000034b istore  0x00000001 , 0x00000005 
- 00000637  0x0000034c jam  0x00000001 , 0x00000950 
- 00000638  0x0000034d fetch  0x00000001 , 0x000044e2 
- 00000639  0x0000034e set1  0x00000006 , 0x0000003f 
- 00000640  0x0000034f store  0x00000001 , 0x000044e2 
- 00000641  0x00000350 jam  0x00000012 , 0x0000095b 
- 00000642  0x00000351 branch  0x00007871 
- 00000643  0x00000355 fetch  0x00000001 , 0x000043dd 
- 00000644  0x00000356 pincrease  0x00000001 
- 00000645  0x00000357 store  0x00000001 , 0x000043dd 
- 00000646  0x00000358 beq  0x0000000c , 0x0000165a 
- 00000647  0x00000359 call  0x0000191b 
- 00000648  0x0000035a call  0x0000196a 
- 00000649  0x0000035b fetch  0x00000001 , 0x000002bd 
- 00000650  0x0000035c call  0x0000168b 
- 00000651  0x0000035d call  0x00001838 
- 00000652  0x0000035e branch  0x00001655 
- 00000653  0x00000361 ifetch  0x00000002 , 0x00000006 
- 00000654  0x00000362 beq  0x00000004 , 0x00000290 
- 00000655  0x00000363 branch  0x000019e4 
- 00000656  0x00000366 ifetch  0x00000003 , 0x00000006 
- 00000657  0x00000367 store  0x00000003 , 0x00004436 
- 00000658  0x00000368 beq  0x0000000a , 0x00000295 
- 00000659  0x00000369 beq  0x00000012 , 0x000002a4 
- 00000660  0x0000036a branch  0x00001cd3 
- 00000661  0x0000036d fetch  0x00000008 , 0x00004bab 
- 00000662  0x0000036e bbit0  0x0000003b , 0x00001de7 
- 00000663  0x0000036f call  0x00001e8d 
- 00000664  0x00000370 fetcht  0x00000002 , 0x00004437 
- 00000665  0x00000371 fetch  0x00000001 , 0x000043c0 
- 00000666  0x00000372 bbit1  0x00000003 , 0x0000029f 
- 00000667  0x00000375 fetch  0x00000002 , 0x00004437 
- 00000668  0x00000376 beq  0x00000030 , 0x00001ec8 
- 00000669  0x00000377 fetcht  0x00000002 , 0x00004437 
- 00000670  0x00000378 branch  0x00001deb 
- 00000671  0x0000037b fetch  0x00000002 , 0x000043d1 
- 00000672  0x0000037c isub  0x00000002 , 0x0000003e 
- 00000673  0x0000037d nbranch  0x0000029b , 0x00000005 
- 00000674  0x0000037e nbranch  0x0000029b , 0x00000028 
- 00000675  0x0000037f branch  0x00001e10 
- 00000676  0x00000383 copy  0x00000006 , 0x00000011 
- 00000677  0x00000384 fetch  0x00000002 , 0x000043d4 
- 00000678  0x00000385 add  0x0000003f , 0xfffffffd , 0x00000012 
- 00000679  0x00000386 call  0x00001a25 
- 00000680  0x00000387 fetch  0x00000001 , 0x00004ac1 
- 00000681  0x00000388 beq  0x000000ff , 0x00001e73 
- 00000682  0x00000389 fetch  0x00000001 , 0x00004ac7 
- 00000683  0x0000038a branch  0x00001e73 , 0x00000034 
- 00000684  0x0000038b fetch  0x00000001 , 0x00004b75 
- 00000685  0x0000038c bbit1  0x00000001 , 0x00001e73 
- 00000686  0x0000038d setarg  0x0000001a 
- 00000687  0x0000038e fetcht  0x00000002 , 0x00004437 
- 00000688  0x0000038f isub  0x00000002 , 0x0000003e 
- 00000689  0x00000390 nbranch  0x00001e73 , 0x00000005 
- 00000690  0x00000391 jam  0x00000005 , 0x000002d8 
- 00000691  0x00000392 branch  0x00001ec9 
- 00000692  0x00000395 fetch  0x00000001 , 0x00004baa 
- 00000693  0x00000396 ncall  0x000026e1 , 0x00000034 
- 00000694  0x00000397 enable  0x00000028 
- 00000695  0x00000398 call  0x00001465 
- 00000696  0x00000399 fetch  0x00000003 , 0x00004174 
- 00000697  0x0000039a branch  0x00007e56 , 0x00000034 
- 00000698  0x0000039b fetch  0x00000001 , 0x00004099 
- 00000699  0x0000039c branch  0x00007e56 , 0x00000034 
- 00000700  0x0000039d branch  0x000026c4 
- 00000701  0x000003a0 disable  0x00000028 
- 00000702  0x000003a1 setarg  0x00000000 
- 00000703  0x000003a2 store  0x00000006 , 0x000048d1 
- 00000704  0x000003a3 call  0x00004240 
- 00000705  0x000003a4 call  0x0000408e 
- 00000706  0x000003a5 branch  0x00003f75 
- 00000707  0x000003a8 call  0x00003f65 
- 00000708  0x000003a9 fetch  0x00000001 , 0x00004927 
- 00000709  0x000003aa beq  0x0000000b , 0x000002ca 
- 00000710  0x000003ab call  0x00004232 
- 00000711  0x000003ac arg  0x00004aa3 , 0x00000013 
- 00000712  0x000003ad call  0x0000422b 
- 00000713  0x000003ae branch  0x0000408e 
- 00000714  0x000003b1 call  0x000002d1 
- 00000715  0x000003b2 arg  0x00004be3 , 0x00000013 
- 00000716  0x000003b3 call  0x0000422b 
- 00000717  0x000003b4 branch  0x0000408e 
- 00000718  0x000003b7 fetch  0x00000001 , 0x00004927 
- 00000719  0x000003b8 beq  0x0000000b , 0x000002d1 
- 00000720  0x000003b9 branch  0x00004232 
- 00000721  0x000003bb setarg  0x00009706 
- 00000722  0x000003bc call  0x00005b0c 
- 00000723  0x000003bd nop  0x00002ee0 
- 00000724  0x000003be rtn 
- 00000725  0x000003c1 call  0x000041a7 
- 00000726  0x000003c2 call  0x00003f65 
- 00000727  0x000003c3 fetch  0x00000001 , 0x00004927 
- 00000728  0x000003c4 beq  0x0000000b , 0x000002db 
- 00000729  0x000003c5 setarg  0x00000806 
- 00000730  0x000003c6 branch  0x00005b0c 
- 00000731  0x000003c8 setarg  0x00001f06 
- 00000732  0x000003c9 branch  0x00005b0c 
- 00000733  0x000003ce fetch  0x00000001 , 0x00004be1 
- 00000734  0x000003cf ncall  0x00004121 , 0x00000034 
- 00000735  0x000003d0 arg  0x00000000 , 0x00000011 
- 00000736  0x000003d1 call  0x000002e6 
- 00000737  0x000003d2 call  0x000002eb 
- 00000738  0x000003d3 call  0x000002f0 
- 00000739  0x000003d4 call  0x000002f5 
- 00000740  0x000003d5 call  0x00000302 
- 00000741  0x000003d6 branch  0x0000411e 
- 00000742  0x000003d9 fetch  0x00000001 , 0x00004918 
- 00000743  0x000003da call  0x0000030f 
- 00000744  0x000003db call  0x00004124 
- 00000745  0x000003dc fetcht  0x00000001 , 0x00004918 
- 00000746  0x000003dd branch  0x00003f56 
- 00000747  0x000003df fetch  0x00000001 , 0x00004919 
- 00000748  0x000003e0 call  0x0000030f 
- 00000749  0x000003e1 call  0x0000412a 
- 00000750  0x000003e2 fetcht  0x00000001 , 0x00004919 
- 00000751  0x000003e3 branch  0x00003f56 
- 00000752  0x000003e5 fetch  0x00000001 , 0x0000491a 
- 00000753  0x000003e6 call  0x0000030f 
- 00000754  0x000003e7 call  0x00004130 
- 00000755  0x000003e8 fetcht  0x00000001 , 0x0000491a 
- 00000756  0x000003e9 branch  0x00003f56 
- 00000757  0x000003ec fetch  0x00000001 , 0x0000490d 
- 00000758  0x000003ed rtneq  0x000000ff 
- 00000759  0x000003ee jam  0x00000003 , 0x00004b96 
- 00000760  0x000003ef fetch  0x00000001 , 0x00004b91 
- 00000761  0x000003f0 copy  0x0000003f , 0x00000013 
- 00000762  0x000003f1 fetcht  0x00000001 , 0x0000490d 
- 00000763  0x000003f2 fetch  0x00000001 , 0x00004910 
- 00000764  0x000003f3 beq  0x000000ff , 0x000002fe 
- 00000765  0x000003f4 branch  0x0000413e 
- 00000766  0x000003f6 fetch  0x00000001 , 0x0000490d 
- 00000767  0x000003f7 call  0x00000311 
- 00000768  0x000003f8 fetcht  0x00000001 , 0x0000490d 
- 00000769  0x000003f9 branch  0x0000414b 
- 00000770  0x000003fc fetch  0x00000001 , 0x0000490e 
- 00000771  0x000003fd rtneq  0x000000ff 
- 00000772  0x000003fe jam  0x00000004 , 0x00004b96 
- 00000773  0x000003ff fetch  0x00000001 , 0x00004b92 
- 00000774  0x00000400 copy  0x0000003f , 0x00000013 
- 00000775  0x00000401 fetcht  0x00000001 , 0x0000490e 
- 00000776  0x00000402 fetch  0x00000001 , 0x00004910 
- 00000777  0x00000403 beq  0x000000ff , 0x0000030b 
- 00000778  0x00000404 branch  0x00004157 
- 00000779  0x00000406 fetch  0x00000001 , 0x0000490e 
- 00000780  0x00000407 call  0x00000311 
- 00000781  0x00000408 fetcht  0x00000001 , 0x0000490e 
- 00000782  0x00000409 branch  0x00004164 
- 00000783  0x0000040d arg  0x0000003f , 0x00000002 
- 00000784  0x0000040e branch  0x00006093 
- 00000785  0x00000412 arg  0x0000003e , 0x00000002 
- 00000786  0x00000413 branch  0x00006093 
- 00000787  0x00000416 call  0x00004990 
- 00000788  0x00000417 call  0x00007936 
- 00000789  0x00000418 call  0x00000317 
- 00000790  0x00000419 branch  0x0000464f 
- 00000791  0x0000041b fetch  0x00000008 , 0x00004bab 
- 00000792  0x0000041c bbit1  0x0000002e , 0x00004036 
- 00000793  0x0000041d fetch  0x00000001 , 0x0000490f 
- 00000794  0x0000041e rtneq  0x000000ff 
- 00000795  0x0000041f arg  0x00000000 , 0x00000011 
- 00000796  0x00000420 jam  0x00000005 , 0x00004b96 
- 00000797  0x00000421 fetcht  0x00000001 , 0x0000490f 
- 00000798  0x00000422 call  0x00000320 
- 00000799  0x00000423 branch  0x0000402f 
- 00000800  0x00000426 fetch  0x00000008 , 0x00004bab 
- 00000801  0x00000427 bbit1  0x0000002c , 0x00004048 
- 00000802  0x00000428 fetch  0x00000001 , 0x00004b93 
- 00000803  0x00000429 copy  0x0000003f , 0x00000013 
- 00000804  0x0000042a fetch  0x00000001 , 0x00004910 
- 00000805  0x0000042b beq  0x000000ff , 0x00000327 
- 00000806  0x0000042c branch  0x0000403f 
- 00000807  0x0000042e fetch  0x00000001 , 0x0000490f 
- 00000808  0x0000042f call  0x00000311 
- 00000809  0x00000430 fetcht  0x00000001 , 0x0000490f 
- 00000810  0x00000431 branch  0x00004195 
+ 00000070  0x00000063 call  0x00005b94 
+ 00000071  0x00000064 call  0x000003e8 
+ 00000072  0x00000065 branch  0x0000004a , 0x00000028 
+ 00000073  0x00000066 rtn 
+ 00000074  0x00000069 arg  0x00005de2 , 0x00000013 
+ 00000075  0x0000006a fetch  0x00000002 , 0x00004bf3 
+ 00000076  0x0000006b increase  0x00000003 , 0x0000003f 
+ 00000077  0x0000006c byteswap  0x0000003f , 0x0000003f 
+ 00000078  0x0000006d store  0x00000002 , 0x000002e4 
+ 00000079  0x0000006e branch  0x00005b3f 
+ 00000080  0x00000072 arg  0x0000099e , 0x00000011 
+ 00000081  0x00000073 arg  0x0000000c , 0x00000002 
+ 00000082  0x00000074 setarg  0x00000030 
+ 00000083  0x00000075 call  0x00005e63 
+ 00000084  0x00000076 branch  0x000060bf 
+ 00000085  0x00000079 fetchr  0x00000012 , 0x00000001 , 0x00008a12 
+ 00000086  0x0000007a jam  0x0000003d , 0x00008a12 
+ 00000087  0x0000007b jam  0x000000aa , 0x00008a11 
+ 00000088  0x0000007c jam  0x0000000c , 0x00008a0a 
+ 00000089  0x0000007d fetch  0x00000001 , 0x00008a09 
+ 00000090  0x0000007e set1  0x00000007 , 0x0000003f 
+ 00000091  0x0000007f store  0x00000001 , 0x00008a09 
+ 00000092  0x00000080 jam  0x00000004 , 0x00008a0b 
+ 00000093  0x00000081 nop  0x0000003c 
+ 00000094  0x00000082 jam  0x00000000 , 0x00008a16 
+ 00000095  0x00000083 jam  0x00000006 , 0x00008a17 
+ 00000096  0x00000084 call  0x0000611a 
+ 00000097  0x00000085 store  0x00000001 , 0x00008a97 
+ 00000098  0x00000087 jam  0x00000003 , 0x000080dc 
+ 00000099  0x00000088 nop  0x0000003c 
+ 00000100  0x00000089 fetch  0x00000001 , 0x00008053 
+ 00000101  0x0000008a set1  0x00000007 , 0x0000003f 
+ 00000102  0x0000008b store  0x00000001 , 0x00008053 
+ 00000103  0x0000008c nop  0x000003e8 
+ 00000104  0x0000008d fetch  0x00000002 , 0x00008150 
+ 00000105  0x0000008e store  0x00000002 , 0x000044a2 
+ 00000106  0x0000008f fetch  0x00000001 , 0x00008053 
+ 00000107  0x00000090 set0  0x00000007 , 0x0000003f 
+ 00000108  0x00000091 store  0x00000001 , 0x00008053 
+ 00000109  0x00000092 jam  0x00000000 , 0x00008a97 
+ 00000110  0x00000094 storer  0x00000012 , 0x00000001 , 0x00008a12 
+ 00000111  0x00000095 rtn 
+ 00000112  0x00000099 fetch  0x00000001 , 0x00004baa 
+ 00000113  0x0000009a nrtn  0x00000034 
+ 00000114  0x0000009b call  0x00000055 
+ 00000115  0x0000009c branch  0x00003ebb 
+ 00000116  0x0000009f fetch  0x00000001 , 0x0000030d 
+ 00000117  0x000000a0 rtn  0x00000034 
+ 00000118  0x000000a1 increase  0xffffffff , 0x0000003f 
+ 00000119  0x000000a2 store  0x00000001 , 0x0000030d 
+ 00000120  0x000000a3 call  0x000077c5 
+ 00000121  0x000000a4 call  0x000031e3 
+ 00000122  0x000000a5 call  0x000031a4 
+ 00000123  0x000000a6 call  0x000031aa 
+ 00000124  0x000000a7 call  0x00005cdc 
+ 00000125  0x000000a9 fetch  0x00000002 , 0x0000446f 
+ 00000126  0x000000aa call  0x00007e05 
+ 00000127  0x000000ab branch  0x00000074 
+ 00000128  0x000000b2 jam  0x000000e6 , 0x00008a8b 
+ 00000129  0x000000b4 call  0x0000126a 
+ 00000130  0x000000b5 call  0x00001271 
+ 00000131  0x000000b6 call  0x00001277 
+ 00000132  0x000000b8 jam  0x00000009 , 0x00008a6d 
+ 00000133  0x000000ba jam  0x00000005 , 0x00008a03 
+ 00000134  0x000000bb jam  0x00000094 , 0x00008a7a 
+ 00000135  0x000000bd jam  0x0000000b , 0x00008a0e 
+ 00000136  0x000000be jam  0x00000005 , 0x00008a0f 
+ 00000137  0x000000bf jam  0x00000090 , 0x00008a83 
+ 00000138  0x000000c1 jam  0x00000000 , 0x00008a85 
+ 00000139  0x000000c2 jam  0x00000040 , 0x00008921 
+ 00000140  0x000000c4 branch  0x0000125d 
+ 00000141  0x000000c9 jam  0x00000000 , 0x00000080 
+ 00000142  0x000000ca branch  0x000013b7 
+ 00000143  0x000000cf ncall  0x00000046 , 0x0000002b 
+ 00000144  0x000000d0 ncall  0x0000009b , 0x0000002b 
+ 00000145  0x000000d1 call  0x00006df3 
+ 00000146  0x000000d2 call  0x000000c6 
+ 00000147  0x000000d3 call  0x000041a7 
+ 00000148  0x000000d4 rtn  0x0000002b 
+ 00000149  0x000000d5 call  0x0000408e 
+ 00000150  0x000000d6 call  0x00003d8a 
+ 00000151  0x000000d7 call  0x00004728 
+ 00000152  0x000000d8 call  0x000000d6 
+ 00000153  0x000000d9 call  0x0000033d 
+ 00000154  0x000000da branch  0x00003bc9 
+ 00000155  0x000000dd fetch  0x00000008 , 0x00004c1f 
+ 00000156  0x000000de rtn  0x00000034 
+ 00000157  0x000000e0 fetch  0x00000001 , 0x00004c1e 
+ 00000158  0x000000e1 copy  0x0000003f , 0x00000011 
+ 00000159  0x000000e2 sub  0x0000003f , 0x0000000b , 0x0000003e 
+ 00000160  0x000000e3 nbranch  0x000000ad , 0x00000002 
+ 00000161  0x000000e5 arg  0x00004c1f , 0x00000006 
+ 00000162  0x000000e6 arg  0x00004adb , 0x00000005 
+ 00000163  0x000000e7 copy  0x00000011 , 0x00000039 
+ 00000164  0x000000e8 call  0x00007d5f 
+ 00000165  0x000000ea arg  0x00004c1f , 0x00000006 
+ 00000166  0x000000eb arg  0x0000440a , 0x00000005 
+ 00000167  0x000000ec copy  0x00000011 , 0x00000039 
+ 00000168  0x000000ed call  0x00007d5f 
+ 00000169  0x000000ef arg  0x00004c1f , 0x00000006 
+ 00000170  0x000000f0 arg  0x000042f8 , 0x00000005 
+ 00000171  0x000000f1 copy  0x00000011 , 0x00000039 
+ 00000172  0x000000f2 branch  0x00007d5f 
+ 00000173  0x000000f5 call  0x000000c3 
+ 00000174  0x000000f6 fetch  0x00000001 , 0x00004c1e 
+ 00000175  0x000000f7 increase  0x00000001 , 0x0000003f 
+ 00000176  0x000000f8 store  0x00000001 , 0x00004ad2 
+ 00000177  0x000000f9 jam  0x00000009 , 0x00004ad3 
+ 00000178  0x000000fa arg  0x00004c1f , 0x00000006 
+ 00000179  0x000000fb arg  0x00004ad4 , 0x00000005 
+ 00000180  0x000000fc copy  0x00000011 , 0x00000039 
+ 00000181  0x000000fd call  0x00007d5f 
+ 00000182  0x000000ff fetch  0x00000001 , 0x00004c1e 
+ 00000183  0x00000100 increase  0x00000001 , 0x0000003f 
+ 00000184  0x00000101 store  0x00000001 , 0x00004408 
+ 00000185  0x00000102 jam  0x00000009 , 0x00004409 
+ 00000186  0x00000103 arg  0x00004c1f , 0x00000006 
+ 00000187  0x00000104 arg  0x0000440a , 0x00000005 
+ 00000188  0x00000105 copy  0x00000011 , 0x00000039 
+ 00000189  0x00000106 call  0x00007d5f 
+ 00000190  0x00000108 arg  0x00004c1e , 0x00000006 
+ 00000191  0x00000109 arg  0x000042f7 , 0x00000005 
+ 00000192  0x0000010a copy  0x00000011 , 0x00000039 
+ 00000193  0x0000010b increase  0x00000001 , 0x00000039 
+ 00000194  0x0000010c branch  0x00007d5f 
+ 00000195  0x0000010f arg  0x00004ad2 , 0x00000005 
+ 00000196  0x00000110 arg  0x00000014 , 0x00000039 
+ 00000197  0x00000111 branch  0x00007d26 
+ 00000198  0x00000114 rtn  0x0000002b 
+ 00000199  0x00000115 call  0x00002607 
+ 00000200  0x00000116 call  0x000022ff 
+ 00000201  0x00000117 call  0x00003f1e 
+ 00000202  0x00000118 call  0x00003d13 
+ 00000203  0x00000119 call  0x000000d0 
+ 00000204  0x0000011a fetch  0x00000008 , 0x00004bab 
+ 00000205  0x0000011b bbit0  0x00000018 , 0x00003bf5 
+ 00000206  0x0000011c call  0x000000d3 
+ 00000207  0x0000011d branch  0x00003bf5 
+ 00000208  0x00000120 setarg  0x0000e290 
+ 00000209  0x00000121 store  0x00000003 , 0x000048ad 
+ 00000210  0x00000122 rtn 
+ 00000211  0x00000124 setarg  0x00001770 
+ 00000212  0x00000125 store  0x00000003 , 0x000048ad 
+ 00000213  0x00000126 rtn 
+ 00000214  0x00000129 setarg  0x000000db 
+ 00000215  0x0000012a store  0x00000002 , 0x0000489b 
+ 00000216  0x0000012b setarg  0x000000f7 
+ 00000217  0x0000012c store  0x00000002 , 0x0000489d 
+ 00000218  0x0000012d branch  0x00003bd3 
+ 00000219  0x00000130 rtnmark0  0x00000026 
+ 00000220  0x00000131 fetch  0x00000001 , 0x00004bf6 
+ 00000221  0x00000132 nbranch  0x000004a1 , 0x00000034 
+ 00000222  0x00000133 call  0x00003f70 
+ 00000223  0x00000134 nrtn  0x00000028 
+ 00000224  0x00000135 fetch  0x00000008 , 0x00004bab 
+ 00000225  0x00000136 bbit0  0x00000015 , 0x000000e4 
+ 00000226  0x00000137 fetch  0x00000001 , 0x00004b8b 
+ 00000227  0x00000138 nbranch  0x00004884 , 0x00000034 
+ 00000228  0x0000013a call  0x000042cb 
+ 00000229  0x0000013b fetch  0x00000001 , 0x00004836 
+ 00000230  0x0000013c bbit1  0x00000001 , 0x000000f3 
+ 00000231  0x0000013d fetcht  0x00000001 , 0x000047c7 
+ 00000232  0x0000013e fetch  0x00000001 , 0x000048d0 
+ 00000233  0x0000013f ior  0x00000002 , 0x0000003f 
+ 00000234  0x00000140 store  0x00000001 , 0x000048d0 
+ 00000235  0x00000141 fetcht  0x00000001 , 0x000047cc 
+ 00000236  0x00000142 fetch  0x00000001 , 0x000048d5 
+ 00000237  0x00000143 iadd  0x00000002 , 0x0000003f 
+ 00000238  0x00000144 store  0x00000001 , 0x000048d5 
+ 00000239  0x00000145 fetcht  0x00000001 , 0x000047cd 
+ 00000240  0x00000146 fetch  0x00000001 , 0x000048d6 
+ 00000241  0x00000147 iadd  0x00000002 , 0x0000003f 
+ 00000242  0x00000148 store  0x00000001 , 0x000048d6 
+ 00000243  0x0000014a jam  0x00000001 , 0x00004836 
+ 00000244  0x0000014b arg  0x00000007 , 0x00000011 
+ 00000245  0x0000014c arg  0x000048d0 , 0x00000012 
+ 00000246  0x0000014d branch  0x000026e1 
+ 00000247  0x00000150 fetch  0x00000008 , 0x00004bab 
+ 00000248  0x00000151 rtnbit0  0x00000016 
+ 00000249  0x00000152 fetch  0x00000001 , 0x00004aae 
+ 00000250  0x00000153 rtn  0x00000034 
+ 00000251  0x00000154 fetch  0x00000001 , 0x000048a7 
+ 00000252  0x00000155 rtn  0x00000034 
+ 00000253  0x00000156 fetch  0x00000001 , 0x00004ba1 
+ 00000254  0x00000157 increase  0x00000001 , 0x0000003f 
+ 00000255  0x00000158 and_into  0x00000003 , 0x0000003f 
+ 00000256  0x00000159 store  0x00000001 , 0x00004ba1 
+ 00000257  0x0000015a nrtn  0x00000034 
+ 00000258  0x0000015b jam  0x00000000 , 0x00004ba2 
+ 00000259  0x0000015d fetch  0x00000001 , 0x00004ba2 
+ 00000260  0x0000015e increase  0x00000001 , 0x0000003f 
+ 00000261  0x0000015f store  0x00000001 , 0x00004ba2 
+ 00000262  0x00000160 sub  0x0000003f , 0x00000008 , 0x0000003e 
+ 00000263  0x00000161 nbranch  0x0000010d , 0x00000002 
+ 00000264  0x00000162 call  0x0000259a 
+ 00000265  0x00000163 call  0x0000265b 
+ 00000266  0x00000164 nbranch  0x00000113 , 0x00000018 
+ 00000267  0x00000165 nbranch  0x00000113 , 0x0000002f 
+ 00000268  0x00000166 call  0x000048b5 
+ 00000269  0x00000168 call  0x00002597 
+ 00000270  0x00000169 fetch  0x00000001 , 0x00004ba3 
+ 00000271  0x0000016a increase  0x00000001 , 0x0000003f 
+ 00000272  0x0000016b store  0x00000001 , 0x00004ba3 
+ 00000273  0x0000016c beq  0x00000010 , 0x00000115 
+ 00000274  0x0000016d rtn 
+ 00000275  0x00000170 call  0x000022cb 
+ 00000276  0x00000171 branch  0x00000103 
+ 00000277  0x00000174 jam  0x00000000 , 0x00004ba3 
+ 00000278  0x00000175 fetch  0x00000001 , 0x00004ba4 
+ 00000279  0x00000176 rtnbit1  0x00000000 
+ 00000280  0x00000177 set1  0x00000000 , 0x0000003f 
+ 00000281  0x00000178 store  0x00000001 , 0x00004ba4 
+ 00000282  0x00000179 fetch  0x00000002 , 0x00004bbc 
+ 00000283  0x0000017a store  0x00000002 , 0x00004ab2 
+ 00000284  0x0000017b branch  0x0000033d 
+ 00000285  0x0000017e call  0x00002631 
+ 00000286  0x0000017f nbranch  0x000001a0 , 0x00000028 
+ 00000287  0x00000181 call  0x0000012c 
+ 00000288  0x00000182 call  0x000026ee 
+ 00000289  0x00000183 fetch  0x00000001 , 0x00004be1 
+ 00000290  0x00000184 nbranch  0x00000127 , 0x00000034 
+ 00000291  0x00000185 fetch  0x00000008 , 0x000048b0 
+ 00000292  0x00000186 store  0x00000008 , 0x0000485c 
+ 00000293  0x00000187 fetch  0x00000002 , 0x000048c2 
+ 00000294  0x00000188 store  0x00000002 , 0x000048c4 
+ 00000295  0x0000018a call  0x000026bb 
+ 00000296  0x0000018b nrtn  0x00000028 
+ 00000297  0x0000018c call  0x00007fdc 
+ 00000298  0x0000018d fetch  0x00000003 , 0x000048ad 
+ 00000299  0x0000018e branch  0x000026b8 
+ 00000300  0x00000191 jam  0x00000000 , 0x000048a6 
+ 00000301  0x00000193 fetchr  0x0000000b , 0x00000002 , 0x0000015f 
+ 00000302  0x00000194 until  0x00000023 , 0x00000026 
+ 00000303  0x00000195 call  0x0000265b 
+ 00000304  0x00000196 fetch  0x00000001 , 0x0000482c 
+ 00000305  0x00000197 beq  0x00000001 , 0x00002651 
+ 00000306  0x00000198 nbranch  0x00000145 , 0x00000018 
+ 00000307  0x00000199 nbranch  0x00000145 , 0x0000002f 
+ 00000308  0x0000019a call  0x00002672 
+ 00000309  0x0000019b call  0x000003a9 
+ 00000310  0x0000019c call  0x00000138 
+ 00000311  0x0000019d branch  0x00002651 
+ 00000312  0x000001a0 fetch  0x00000001 , 0x00004be1 
+ 00000313  0x000001a1 ncall  0x0000013c , 0x00000034 
+ 00000314  0x000001a2 jam  0x00000000 , 0x00004be1 
+ 00000315  0x000001a3 rtn 
+ 00000316  0x000001a6 call  0x000041aa 
+ 00000317  0x000001a7 fetch  0x00000008 , 0x00004bab 
+ 00000318  0x000001a8 rtnbit0  0x0000003c 
+ 00000319  0x000001aa fetch  0x00000001 , 0x00004913 
+ 00000320  0x000001ab arg  0x00000040 , 0x00000002 
+ 00000321  0x000001ac call  0x00006093 
+ 00000322  0x000001ad fetch  0x00000001 , 0x00004914 
+ 00000323  0x000001ae arg  0x00000040 , 0x00000002 
+ 00000324  0x000001af branch  0x00006093 
+ 00000325  0x000001b2 fetch  0x00000001 , 0x000048a7 
+ 00000326  0x000001b3 nrtn  0x00000034 
+ 00000327  0x000001b4 fetch  0x00000002 , 0x000048a3 
+ 00000328  0x000001b5 increase  0x00000001 , 0x0000003f 
+ 00000329  0x000001b6 store  0x00000002 , 0x000048a3 
+ 00000330  0x000001b7 fetch  0x00000001 , 0x000048a4 
+ 00000331  0x000001b8 bbit1  0x00000001 , 0x00002679 
+ 00000332  0x000001b9 call  0x0000267e 
+ 00000333  0x000001ba call  0x0000014f 
+ 00000334  0x000001bb branch  0x0000012d 
+ 00000335  0x000001be fetch  0x00000001 , 0x000048a4 
+ 00000336  0x000001bf sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00000337  0x000001c0 rtn  0x00000002 
+ 00000338  0x000001c1 arg  0x00000028 , 0x00000039 
+ 00000339  0x000001c2 branch  0x00007d13 
+ 00000340  0x000001c7 setarg  0x00000006 
+ 00000341  0x000001c8 call  0x00005b0d 
+ 00000342  0x000001c9 bbit1  0x00000003 , 0x00003e23 
+ 00000343  0x000001ca call  0x00000336 
+ 00000344  0x000001cb call  0x0000033d 
+ 00000345  0x000001cc branch  0x00003e23 
+ 00000346  0x000001cf call  0x000042e9 
+ 00000347  0x000001d0 call  0x00007fdc 
+ 00000348  0x000001d1 call  0x00000283 
+ 00000349  0x000001d2 call  0x00004015 
+ 00000350  0x000001d3 fetcht  0x00000001 , 0x00004910 
+ 00000351  0x000001d4 call  0x00006069 
+ 00000352  0x000001d5 fetcht  0x00000001 , 0x00004910 
+ 00000353  0x000001d6 call  0x00006042 
+ 00000354  0x000001d7 fetch  0x00000001 , 0x00004920 
+ 00000355  0x000001d8 arg  0x0000003f , 0x00000002 
+ 00000356  0x000001d9 call  0x00006093 
+ 00000357  0x000001da arg  0x00000003 , 0x00000002 
+ 00000358  0x000001db call  0x00003f56 
+ 00000359  0x000001dc call  0x00003e40 
+ 00000360  0x000001dd call  0x00006082 
+ 00000361  0x000001de arg  0x00000013 , 0x00000002 
+ 00000362  0x000001df call  0x00003f56 
+ 00000363  0x000001e0 call  0x0000016e 
+ 00000364  0x000001e1 call  0x0000017b 
+ 00000365  0x000001e2 branch  0x00000182 
+ 00000366  0x000001e5 fetch  0x00000003 , 0x00004bde 
+ 00000367  0x000001e6 store  0x00000003 , 0x0000095c 
+ 00000368  0x000001e7 arg  0x00000014 , 0x00000039 
+ 00000369  0x000001e8 arg  0x00000000 , 0x00000002 
+ 00000370  0x000001ea fetch  0x00000003 , 0x0000095c 
+ 00000371  0x000001eb isolate1  0x00000000 , 0x0000003f 
+ 00000372  0x000001ec call  0x0000607f , 0x00000001 
+ 00000373  0x000001ed fetch  0x00000003 , 0x0000095c 
+ 00000374  0x000001ee rshift  0x0000003f , 0x0000003f 
+ 00000375  0x000001ef store  0x00000003 , 0x0000095c 
+ 00000376  0x000001f0 increase  0x00000001 , 0x00000002 
+ 00000377  0x000001f1 loop  0x00000172 
+ 00000378  0x000001f2 rtn 
+ 00000379  0x000001f5 fetch  0x00000008 , 0x00004bab 
+ 00000380  0x000001f6 rtnbit0  0x00000014 
+ 00000381  0x000001f7 fetch  0x00000001 , 0x000048fd 
+ 00000382  0x000001f8 rtnne  0x00000002 
+ 00000383  0x000001f9 fetch  0x00000001 , 0x000048fc 
+ 00000384  0x000001fa arg  0x000000c0 , 0x00000002 
+ 00000385  0x000001fb branch  0x00006093 
+ 00000386  0x000001fe fetch  0x00000008 , 0x00004bab 
+ 00000387  0x000001ff rtnbit0  0x0000003c 
+ 00000388  0x00000201 fetcht  0x00000001 , 0x00004913 
+ 00000389  0x00000202 call  0x00006042 
+ 00000390  0x00000203 fetcht  0x00000001 , 0x00004914 
+ 00000391  0x00000204 call  0x00006042 
+ 00000392  0x00000206 fetch  0x00000001 , 0x00004913 
+ 00000393  0x00000207 arg  0x00000080 , 0x00000002 
+ 00000394  0x00000208 call  0x00006093 
+ 00000395  0x00000209 fetch  0x00000001 , 0x00004914 
+ 00000396  0x0000020a arg  0x00000080 , 0x00000002 
+ 00000397  0x0000020b branch  0x00006093 
+ 00000398  0x0000020e fetcht  0x00000001 , 0x00004913 
+ 00000399  0x0000020f call  0x00006050 
+ 00000400  0x00000210 fetcht  0x00000001 , 0x00004914 
+ 00000401  0x00000211 call  0x00006050 
+ 00000402  0x00000213 call  0x00003f88 
+ 00000403  0x00000214 fetch  0x00000001 , 0x0000491f 
+ 00000404  0x00000215 arg  0x0000003f , 0x00000002 
+ 00000405  0x00000216 call  0x00006093 
+ 00000406  0x00000217 branch  0x00003e44 
+ 00000407  0x0000021a jam  0x00000000 , 0x000048a5 
+ 00000408  0x0000021b call  0x00002652 
+ 00000409  0x0000021c setarg  0xffffffff 
+ 00000410  0x0000021d store  0x00000004 , 0x0000485c 
+ 00000411  0x0000021e setarg  0x00000000 
+ 00000412  0x0000021f store  0x00000007 , 0x000048d0 
+ 00000413  0x00000220 jam  0x00000001 , 0x00004be1 
+ 00000414  0x00000221 call  0x0000033d 
+ 00000415  0x00000222 branch  0x000001a5 
+ 00000416  0x00000225 fetch  0x00000001 , 0x000048a7 
+ 00000417  0x00000226 call  0x000001ab , 0x00000034 
+ 00000418  0x00000227 fetch  0x00000001 , 0x000048bd 
+ 00000419  0x00000228 rtneq  0x00000001 
+ 00000420  0x00000229 call  0x0000269f 
+ 00000421  0x0000022b call  0x000026bb 
+ 00000422  0x0000022c nrtn  0x00000028 
+ 00000423  0x0000022d fetch  0x00000001 , 0x00004be1 
+ 00000424  0x0000022e ncall  0x00003e33 , 0x00000034 
+ 00000425  0x0000022f fetch  0x00000004 , 0x0000485c 
+ 00000426  0x00000230 branch  0x000026b8 
+ 00000427  0x00000233 jam  0x00000001 , 0x00004836 
+ 00000428  0x00000234 jam  0x00000001 , 0x000048a7 
+ 00000429  0x00000235 call  0x00002642 
+ 00000430  0x00000236 store  0x00000001 , 0x000047c6 
+ 00000431  0x00000237 setarg  0x00000000 
+ 00000432  0x00000238 store  0x00000007 , 0x000047c7 
+ 00000433  0x00000239 fetch  0x00000004 , 0x000048a9 
+ 00000434  0x0000023a store  0x00000004 , 0x000047ce 
+ 00000435  0x0000023b jam  0x0000000c , 0x00004835 
+ 00000436  0x0000023c fetch  0x00000001 , 0x00004836 
+ 00000437  0x0000023d set1  0x00000003 , 0x0000003f 
+ 00000438  0x0000023e store  0x00000001 , 0x00004836 
+ 00000439  0x0000023f call  0x00002291 
+ 00000440  0x00000240 branch  0x0000011f 
+ 00000441  0x00000243 copy  0x00000013 , 0x0000003f 
+ 00000442  0x00000244 beq  0x00000001 , 0x000001c2 
+ 00000443  0x00000245 beq  0x0000003c , 0x000001e4 
+ 00000444  0x00000246 beq  0x00000039 , 0x000001e2 
+ 00000445  0x00000247 beq  0x0000003a , 0x000001eb 
+ 00000446  0x00000248 beq  0x00000032 , 0x000001ce 
+ 00000447  0x00000249 beq  0x00000044 , 0x000001d5 
+ 00000448  0x0000024a beq  0x00000015 , 0x000001c4 
+ 00000449  0x0000024b branch  0x00004336 
+ 00000450  0x0000024e call  0x00004544 
+ 00000451  0x0000024f branch  0x000043fa 
+ 00000452  0x00000252 setarg  0x00000000 
+ 00000453  0x00000253 store  0x00000002 , 0x00004af2 
+ 00000454  0x00000254 jam  0x00000000 , 0x00004ac6 
+ 00000455  0x00000255 setarg  0x00000006 
+ 00000456  0x00000256 store  0x00000002 , 0x00004372 
+ 00000457  0x00000257 store  0x00000002 , 0x00004374 
+ 00000458  0x00000258 fetch  0x00000008 , 0x00004bab 
+ 00000459  0x00000259 bbit1  0x0000001b , 0x00004366 
+ 00000460  0x0000025a setarg  0x00000007 
+ 00000461  0x0000025b branch  0x00004364 
+ 00000462  0x0000025e fetch  0x00000001 , 0x00004ac7 
+ 00000463  0x0000025f beq  0x00000001 , 0x000001d2 
+ 00000464  0x00000260 jam  0x00000014 , 0x00004b76 
+ 00000465  0x00000261 branch  0x00004373 
+ 00000466  0x00000263 call  0x0000436c 
+ 00000467  0x00000264 jam  0x00000005 , 0x00004b76 
+ 00000468  0x00000265 branch  0x00004373 
+ 00000469  0x00000268 fetch  0x00000001 , 0x000002c1 
+ 00000470  0x00000269 sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00000471  0x0000026a nbranch  0x00004384 , 0x00000002 
+ 00000472  0x0000026b store  0x00000002 , 0x00004372 
+ 00000473  0x0000026c store  0x00000002 , 0x00004374 
+ 00000474  0x0000026d fetch  0x00000001 , 0x000002c3 
+ 00000475  0x0000026e branch  0x0000439a , 0x00000034 
+ 00000476  0x0000026f fetcht  0x00000001 , 0x00004b8a 
+ 00000477  0x00000270 isub  0x00000002 , 0x0000003e 
+ 00000478  0x00000271 branch  0x0000439a , 0x00000002 
+ 00000479  0x00000272 fetch  0x00000001 , 0x000002c3 
+ 00000480  0x00000273 store  0x00000001 , 0x00004b8a 
+ 00000481  0x00000274 branch  0x00004386 
+ 00000482  0x00000278 call  0x00004544 
+ 00000483  0x00000279 branch  0x00004857 
+ 00000484  0x0000027c fetch  0x00000004 , 0x0000483c 
+ 00000485  0x0000027d store  0x00000004 , 0x00004891 
+ 00000486  0x0000027e store  0x00000004 , 0x00004993 
+ 00000487  0x0000027f call  0x0000257e 
+ 00000488  0x00000280 call  0x000048c6 
+ 00000489  0x00000281 call  0x00004544 
+ 00000490  0x00000282 branch  0x0000484e 
+ 00000491  0x00000286 fetch  0x00000001 , 0x000048a5 
+ 00000492  0x00000287 nbranch  0x00000197 , 0x00000034 
+ 00000493  0x00000288 fetch  0x00000001 , 0x0000488b 
+ 00000494  0x00000289 beq  0x00000002 , 0x000001f2 
+ 00000495  0x0000028a beq  0x00000004 , 0x000001fb 
+ 00000496  0x0000028b beq  0x00000003 , 0x00000200 
+ 00000497  0x0000028c branch  0x00004839 
+ 00000498  0x0000028f fetch  0x00000008 , 0x00004bab 
+ 00000499  0x00000290 bbit1  0x0000002f , 0x00004811 
+ 00000500  0x00000291 bbit1  0x00000030 , 0x00004811 
+ 00000501  0x00000292 bbit0  0x0000003a , 0x00004806 
+ 00000502  0x00000293 fetch  0x00000004 , 0x00004993 
+ 00000503  0x00000294 fetcht  0x00000004 , 0x00004974 
+ 00000504  0x00000295 isub  0x00000002 , 0x0000003e 
+ 00000505  0x00000296 branch  0x00004827 , 0x00000005 
+ 00000506  0x00000297 branch  0x00004806 
+ 00000507  0x0000029a fetch  0x00000008 , 0x00004bab 
+ 00000508  0x0000029b bbit0  0x0000002f , 0x00000205 
+ 00000509  0x0000029c fetch  0x00000001 , 0x00004bb4 
+ 00000510  0x0000029d beq  0x00000001 , 0x00000205 
+ 00000511  0x0000029e branch  0x0000481a 
+ 00000512  0x000002a1 fetch  0x00000008 , 0x00004bab 
+ 00000513  0x000002a2 bbit0  0x0000002f , 0x00000205 
+ 00000514  0x000002a3 bbit1  0x00000013 , 0x00000205 
+ 00000515  0x000002a4 bbit1  0x00000012 , 0x00000205 
+ 00000516  0x000002a5 branch  0x00004812 
+ 00000517  0x000002a8 fetch  0x00000008 , 0x00004bab 
+ 00000518  0x000002a9 bbit0  0x0000003c , 0x00004839 
+ 00000519  0x000002aa branch  0x00000197 
+ 00000520  0x000002ad jam  0x00000000 , 0x0000488b 
+ 00000521  0x000002ae fetch  0x00000002 , 0x00004beb 
+ 00000522  0x000002af increase  0x00000001 , 0x0000003f 
+ 00000523  0x000002b0 store  0x00000002 , 0x00004beb 
+ 00000524  0x000002b1 fetch  0x00000001 , 0x00004beb 
+ 00000525  0x000002b2 and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00000526  0x000002b3 beq  0x00000000 , 0x00002341 
+ 00000527  0x000002b4 rtn 
+ 00000528  0x000002b7 fetch  0x00000002 , 0x00004889 
+ 00000529  0x000002b8 arg  0x000001f8 , 0x00000002 
+ 00000530  0x000002b9 iand  0x00000002 , 0x0000003f 
+ 00000531  0x000002ba branch  0x00000218 , 0x00000034 
+ 00000532  0x000002bb fetch  0x00000002 , 0x00004889 
+ 00000533  0x000002bc increase  0x00000001 , 0x0000003f 
+ 00000534  0x000002bd store  0x00000002 , 0x00004889 
+ 00000535  0x000002be rtn 
+ 00000536  0x000002c0 call  0x0000259a 
+ 00000537  0x000002c1 call  0x0000265b 
+ 00000538  0x000002c2 nbranch  0x0000021e , 0x00000018 
+ 00000539  0x000002c3 nbranch  0x0000021e , 0x0000002f 
+ 00000540  0x000002c4 call  0x00002672 
+ 00000541  0x000002c5 branch  0x00002586 
+ 00000542  0x000002c8 fetch  0x00000001 , 0x0000488c 
+ 00000543  0x000002c9 branch  0x000022cb , 0x00000034 
+ 00000544  0x000002ca fetch  0x00000002 , 0x00004889 
+ 00000545  0x000002cb increase  0x00000001 , 0x0000003f 
+ 00000546  0x000002cc store  0x00000002 , 0x00004889 
+ 00000547  0x000002cd fetch  0x00000001 , 0x0000488a 
+ 00000548  0x000002ce isolate1  0x00000001 , 0x0000003f 
+ 00000549  0x000002cf fetch  0x00000001 , 0x0000488b 
+ 00000550  0x000002d0 beq  0x00000001 , 0x000025ad 
+ 00000551  0x000002d1 beq  0x00000002 , 0x000025af 
+ 00000552  0x000002d2 beq  0x00000003 , 0x000025b1 
+ 00000553  0x000002d3 beq  0x00000004 , 0x0000022b 
+ 00000554  0x000002d4 branch  0x0000256e 
+ 00000555  0x000002d7 branch  0x00002575 , 0x00000001 
+ 00000556  0x000002d8 branch  0x00002339 
+ 00000557  0x000002db rtnmark1  0x00000034 
+ 00000558  0x000002dc bmark1  0x00000027 , 0x0000240e 
+ 00000559  0x000002de rtnmark0  0x00000026 
+ 00000560  0x000002df fetch  0x00000001 , 0x000048a1 
+ 00000561  0x000002e0 bbit1  0x00000003 , 0x000003b3 
+ 00000562  0x000002e1 bbit1  0x00000001 , 0x00002340 
+ 00000563  0x000002e2 bbit1  0x00000002 , 0x00002580 
+ 00000564  0x000002e3 fetch  0x00000001 , 0x000048bd 
+ 00000565  0x000002e4 beq  0x00000001 , 0x00000237 
+ 00000566  0x000002e5 branch  0x00002621 
+ 00000567  0x000002e8 call  0x000022ea 
+ 00000568  0x000002e9 nbranch  0x0000022f , 0x00000028 
+ 00000569  0x000002ea call  0x000026db 
+ 00000570  0x000002eb fetch  0x00000002 , 0x000048be 
+ 00000571  0x000002ec increase  0x00000001 , 0x0000003f 
+ 00000572  0x000002ed store  0x00000002 , 0x000048be 
+ 00000573  0x000002ee branch  0x00002621 
+ 00000574  0x000002f1 fetch  0x00000008 , 0x00004bab 
+ 00000575  0x000002f2 bbit1  0x0000002f , 0x0000480a 
+ 00000576  0x000002f3 fetch  0x00000001 , 0x00004938 
+ 00000577  0x000002f4 beq  0x00000000 , 0x00000243 
+ 00000578  0x000002f5 branch  0x00003d57 
+ 00000579  0x000002f8 fetch  0x00000008 , 0x00004bab 
+ 00000580  0x000002f9 bbit0  0x00000011 , 0x00004803 
+ 00000581  0x000002fa call  0x00003d65 
+ 00000582  0x000002fb branch  0x00004806 , 0x00000028 
+ 00000583  0x000002fc fetch  0x00000008 , 0x00004bab 
+ 00000584  0x000002fd bbit1  0x00000030 , 0x0000480c 
+ 00000585  0x000002fe bbit0  0x00000031 , 0x0000480c 
+ 00000586  0x000002ff call  0x00004110 
+ 00000587  0x00000300 and  0x00000011 , 0x00000007 , 0x0000003f 
+ 00000588  0x00000301 branch  0x000047ff 
+ 00000589  0x00000305 call  0x0000408f 
+ 00000590  0x00000306 call  0x00000250 
+ 00000591  0x00000307 branch  0x00004098 
+ 00000592  0x0000030a fetch  0x00000001 , 0x00004923 
+ 00000593  0x0000030b rtneq  0x000000ff 
+ 00000594  0x0000030c fetch  0x00000002 , 0x00004ac2 
+ 00000595  0x0000030d nrtn  0x00000034 
+ 00000596  0x0000030e fetch  0x00000002 , 0x00004883 
+ 00000597  0x0000030f nrtn  0x00000034 
+ 00000598  0x00000310 fetch  0x00000002 , 0x00004887 
+ 00000599  0x00000311 nrtn  0x00000034 
+ 00000600  0x00000312 fetch  0x00000001 , 0x00004ba7 
+ 00000601  0x00000313 nrtn  0x00000034 
+ 00000602  0x00000314 fetch  0x00000001 , 0x00004bc1 
+ 00000603  0x00000315 branch  0x0000028a , 0x00000034 
+ 00000604  0x00000316 store  0x00000001 , 0x00004ba8 
+ 00000605  0x00000317 rtn 
+ 00000606  0x0000031b call  0x00003e9b 
+ 00000607  0x0000031c call  0x00004956 
+ 00000608  0x0000031e call  0x0000232b 
+ 00000609  0x0000031f call  0x00002556 
+ 00000610  0x00000320 call  0x000047cd 
+ 00000611  0x00000322 call  0x000048be 
+ 00000612  0x00000323 call  0x00000287 
+ 00000613  0x00000325 call  0x0000407c 
+ 00000614  0x00000326 call  0x000044cc 
+ 00000615  0x00000327 call  0x0000029f 
+ 00000616  0x00000328 call  0x000044ff 
+ 00000617  0x0000032a call  0x00004504 
+ 00000618  0x0000032b call  0x00004512 
+ 00000619  0x0000032c call  0x000002b4 
+ 00000620  0x0000032d call  0x00004515 
+ 00000621  0x0000032f call  0x0000452a 
+ 00000622  0x00000330 call  0x0000452d 
+ 00000623  0x00000331 call  0x00004532 
+ 00000624  0x00000332 call  0x00004535 
+ 00000625  0x00000333 call  0x00004022 
+ 00000626  0x00000334 call  0x00004547 
+ 00000627  0x00000335 call  0x00000279 
+ 00000628  0x00000336 call  0x000002b7 
+ 00000629  0x00000337 branch  0x00000276 
+ 00000630  0x0000033a arg  0x00004c1d , 0x00000013 
+ 00000631  0x0000033b arg  0x00005d8c , 0x00000012 
+ 00000632  0x0000033c branch  0x0000318a 
+ 00000633  0x00000340 fetch  0x00000001 , 0x00004bed 
+ 00000634  0x00000341 rtneq  0x000000ff 
+ 00000635  0x00000342 fetch  0x00000002 , 0x00004ab2 
+ 00000636  0x00000343 rtn  0x00000034 
+ 00000637  0x00000344 fetch  0x00000002 , 0x00004bbe 
+ 00000638  0x00000345 fetcht  0x00000002 , 0x00004ab2 
+ 00000639  0x00000346 isub  0x00000002 , 0x00000002 
+ 00000640  0x00000347 fetch  0x00000002 , 0x00004bee 
+ 00000641  0x00000348 isub  0x00000002 , 0x0000003f 
+ 00000642  0x00000349 branch  0x00000285 , 0x00000002 
+ 00000643  0x0000034b fetcht  0x00000001 , 0x00004bed 
+ 00000644  0x0000034c branch  0x00006065 
+ 00000645  0x0000034f fetcht  0x00000001 , 0x00004bed 
+ 00000646  0x00000350 call  0x00006069 
+ 00000647  0x00000353 arg  0x00004ba8 , 0x00000013 
+ 00000648  0x00000354 arg  0x0000028a , 0x00000012 
+ 00000649  0x00000355 branch  0x0000318a 
+ 00000650  0x00000358 fetch  0x00000001 , 0x00004927 
+ 00000651  0x00000359 beq  0x00000003 , 0x000048f2 
+ 00000652  0x0000035a beq  0x0000000b , 0x000048f2 
+ 00000653  0x0000035b fetch  0x00000001 , 0x00004923 
+ 00000654  0x0000035c store  0x00000001 , 0x0000492f 
+ 00000655  0x0000035d fetch  0x00000002 , 0x00004bc2 
+ 00000656  0x0000035e store  0x00000002 , 0x00004930 
+ 00000657  0x0000035f store  0x00000002 , 0x00004932 
+ 00000658  0x00000360 arg  0x00000000 , 0x00000011 
+ 00000659  0x00000361 fetcht  0x00000001 , 0x00004992 
+ 00000660  0x00000362 increase  0x00000002 , 0x00000002 
+ 00000661  0x00000363 sub  0x00000002 , 0x00000003 , 0x0000003e 
+ 00000662  0x00000364 call  0x00000299 , 0x00000002 
+ 00000663  0x00000365 ncall  0x0000029d , 0x00000002 
+ 00000664  0x00000366 branch  0x000048ff 
+ 00000665  0x00000369 fetch  0x00000008 , 0x00004bab 
+ 00000666  0x0000036a rtnbit0  0x0000001c 
+ 00000667  0x0000036b increase  0x00000001 , 0x00000002 
+ 00000668  0x0000036c rtn 
+ 00000669  0x0000036f increase  0xfffffffd , 0x00000002 
+ 00000670  0x00000370 rtn 
+ 00000671  0x00000374 fetch  0x00000001 , 0x00004938 
+ 00000672  0x00000375 beq  0x00000000 , 0x000002a5 
+ 00000673  0x00000376 fetch  0x00000008 , 0x00004bab 
+ 00000674  0x00000377 rtnbit0  0x00000035 
+ 00000675  0x00000378 fetcht  0x00000001 , 0x00004bca 
+ 00000676  0x00000379 branch  0x000002a8 
+ 00000677  0x0000037c fetch  0x00000008 , 0x00004bab 
+ 00000678  0x0000037d rtnbit0  0x00000032 
+ 00000679  0x0000037e fetcht  0x00000001 , 0x00004bcb 
+ 00000680  0x00000380 storet  0x00000001 , 0x00004b9d 
+ 00000681  0x00000381 call  0x00004115 
+ 00000682  0x00000382 and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00000683  0x00000383 fetcht  0x00000001 , 0x00004b9d 
+ 00000684  0x00000384 isub  0x00000002 , 0x0000003e 
+ 00000685  0x00000385 branch  0x000002af , 0x00000005 
+ 00000686  0x00000386 branch  0x000044eb 
+ 00000687  0x0000038a call  0x000044f6 
+ 00000688  0x0000038b fetch  0x00000001 , 0x00004b9f 
+ 00000689  0x0000038c rtneq  0x00000001 
+ 00000690  0x0000038d jam  0x00000001 , 0x00004b9f 
+ 00000691  0x0000038e rtn 
+ 00000692  0x00000391 fetch  0x00000008 , 0x00004bab 
+ 00000693  0x00000392 rtnbit1  0x0000003b 
+ 00000694  0x00000393 branch  0x0000451f 
+ 00000695  0x00000397 fetch  0x00000001 , 0x0000492a 
+ 00000696  0x00000398 rtnbit1  0x00000007 
+ 00000697  0x00000399 arg  0x00004ab2 , 0x00000013 
+ 00000698  0x0000039a arg  0x000002bc , 0x00000012 
+ 00000699  0x0000039b branch  0x00003191 
+ 00000700  0x0000039e fetch  0x00000001 , 0x00004938 
+ 00000701  0x0000039f beq  0x00000000 , 0x00000197 
+ 00000702  0x000003a0 branch  0x0000431b 
+ 00000703  0x000003a3 fetch  0x00000002 , 0x0000478c 
+ 00000704  0x000003a4 isolate1  0x0000000b , 0x0000003f 
+ 00000705  0x000003a5 call  0x00004581 , 0x00000001 
+ 00000706  0x000003a6 fetch  0x00000002 , 0x0000478c 
+ 00000707  0x000003a7 isolate1  0x00000007 , 0x0000003f 
+ 00000708  0x000003a8 call  0x00004322 , 0x00000001 
+ 00000709  0x000003a9 setarg  0x00000000 
+ 00000710  0x000003aa store  0x00000002 , 0x00004af2 
+ 00000711  0x000003ab branch  0x00004554 
+ 00000712  0x000003af fetch  0x00000001 , 0x00004be2 
+ 00000713  0x000003b0 ncall  0x00007861 , 0x00000034 
+ 00000714  0x000003b1 jam  0x00000000 , 0x00004be2 
+ 00000715  0x000003b2 branch  0x00007851 
+ 00000716  0x000003b5 fetch  0x00000002 , 0x00000315 
+ 00000717  0x000003b6 copy  0x0000003f , 0x00000006 
+ 00000718  0x000003b7 ifetch  0x00000001 , 0x00000006 
+ 00000719  0x000003b8 store  0x00000001 , 0x000045f5 
+ 00000720  0x000003b9 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00000721  0x000003ba rshift4  0x0000003f , 0x0000003f 
+ 00000722  0x000003bb beq  0x00000009 , 0x000002d4 
+ 00000723  0x000003bc branch  0x00004d93 
+ 00000724  0x000003bf arg  0x00000001 , 0x00000011 
+ 00000725  0x000003c0 call  0x00004dc0 
+ 00000726  0x000003c1 fetch  0x00000002 , 0x000044dc 
+ 00000727  0x000003c2 istore  0x00000002 , 0x00000005 
+ 00000728  0x000003c3 setarg  0x00000000 
+ 00000729  0x000003c4 istore  0x00000001 , 0x00000005 
+ 00000730  0x000003c5 jam  0x00000001 , 0x00000950 
+ 00000731  0x000003c6 fetch  0x00000001 , 0x000044e2 
+ 00000732  0x000003c7 set1  0x00000006 , 0x0000003f 
+ 00000733  0x000003c8 store  0x00000001 , 0x000044e2 
+ 00000734  0x000003c9 jam  0x00000012 , 0x0000095b 
+ 00000735  0x000003ca branch  0x00007871 
+ 00000736  0x000003ce fetch  0x00000001 , 0x000043dd 
+ 00000737  0x000003cf pincrease  0x00000001 
+ 00000738  0x000003d0 store  0x00000001 , 0x000043dd 
+ 00000739  0x000003d1 beq  0x0000000c , 0x0000165a 
+ 00000740  0x000003d2 call  0x0000191b 
+ 00000741  0x000003d3 call  0x0000196a 
+ 00000742  0x000003d4 fetch  0x00000001 , 0x000002bd 
+ 00000743  0x000003d5 call  0x0000168b 
+ 00000744  0x000003d6 call  0x00001838 
+ 00000745  0x000003d7 branch  0x00001655 
+ 00000746  0x000003da ifetch  0x00000002 , 0x00000006 
+ 00000747  0x000003db beq  0x00000004 , 0x000002ed 
+ 00000748  0x000003dc branch  0x000019e4 
+ 00000749  0x000003df ifetch  0x00000003 , 0x00000006 
+ 00000750  0x000003e0 store  0x00000003 , 0x00004436 
+ 00000751  0x000003e1 beq  0x0000000a , 0x000002f2 
+ 00000752  0x000003e2 beq  0x00000012 , 0x00000301 
+ 00000753  0x000003e3 branch  0x00001cd3 
+ 00000754  0x000003e6 fetch  0x00000008 , 0x00004bab 
+ 00000755  0x000003e7 bbit0  0x0000003b , 0x00001de7 
+ 00000756  0x000003e8 call  0x00001e8d 
+ 00000757  0x000003e9 fetcht  0x00000002 , 0x00004437 
+ 00000758  0x000003ea fetch  0x00000001 , 0x000043c0 
+ 00000759  0x000003eb bbit1  0x00000003 , 0x000002fc 
+ 00000760  0x000003ee fetch  0x00000002 , 0x00004437 
+ 00000761  0x000003ef beq  0x00000030 , 0x00001ec8 
+ 00000762  0x000003f0 fetcht  0x00000002 , 0x00004437 
+ 00000763  0x000003f1 branch  0x00001deb 
+ 00000764  0x000003f4 fetch  0x00000002 , 0x000043d1 
+ 00000765  0x000003f5 isub  0x00000002 , 0x0000003e 
+ 00000766  0x000003f6 nbranch  0x000002f8 , 0x00000005 
+ 00000767  0x000003f7 nbranch  0x000002f8 , 0x00000028 
+ 00000768  0x000003f8 branch  0x00001e10 
+ 00000769  0x000003fc copy  0x00000006 , 0x00000011 
+ 00000770  0x000003fd fetch  0x00000002 , 0x000043d4 
+ 00000771  0x000003fe add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00000772  0x000003ff call  0x00001a25 
+ 00000773  0x00000400 fetch  0x00000001 , 0x00004ac1 
+ 00000774  0x00000401 beq  0x000000ff , 0x00001e73 
+ 00000775  0x00000402 fetch  0x00000001 , 0x00004ac7 
+ 00000776  0x00000403 branch  0x00001e73 , 0x00000034 
+ 00000777  0x00000404 fetch  0x00000001 , 0x00004b75 
+ 00000778  0x00000405 bbit1  0x00000001 , 0x00001e73 
+ 00000779  0x00000406 setarg  0x0000001a 
+ 00000780  0x00000407 fetcht  0x00000002 , 0x00004437 
+ 00000781  0x00000408 isub  0x00000002 , 0x0000003e 
+ 00000782  0x00000409 nbranch  0x00001e73 , 0x00000005 
+ 00000783  0x0000040a jam  0x00000005 , 0x000002d8 
+ 00000784  0x0000040b branch  0x00001ec9 
+ 00000785  0x0000040e fetch  0x00000001 , 0x00004baa 
+ 00000786  0x0000040f ncall  0x000026e1 , 0x00000034 
+ 00000787  0x00000410 enable  0x00000028 
+ 00000788  0x00000411 call  0x00001465 
+ 00000789  0x00000412 fetch  0x00000003 , 0x00004174 
+ 00000790  0x00000413 branch  0x00007e56 , 0x00000034 
+ 00000791  0x00000414 fetch  0x00000001 , 0x00004099 
+ 00000792  0x00000415 branch  0x00007e56 , 0x00000034 
+ 00000793  0x00000416 branch  0x000026c4 
+ 00000794  0x00000419 disable  0x00000028 
+ 00000795  0x0000041a setarg  0x00000000 
+ 00000796  0x0000041b store  0x00000006 , 0x000048d1 
+ 00000797  0x0000041c call  0x00004240 
+ 00000798  0x0000041d call  0x0000408e 
+ 00000799  0x0000041e call  0x00003f7e 
+ 00000800  0x0000041f call  0x00003f83 
+ 00000801  0x00000420 call  0x000040dc 
+ 00000802  0x00000421 fetch  0x00000001 , 0x000048d0 
+ 00000803  0x00000422 and_into  0x0000001f , 0x0000003f 
+ 00000804  0x00000423 store  0x00000001 , 0x000048d0 
+ 00000805  0x00000424 nbranch  0x00004728 , 0x00000028 
+ 00000806  0x00000425 call  0x00000328 
+ 00000807  0x00000426 branch  0x00004544 
+ 00000808  0x00000429 fetch  0x00000001 , 0x00004927 
+ 00000809  0x0000042a rtneq  0x00000003 
+ 00000810  0x0000042b branch  0x0000471a 
+ 00000811  0x0000042e call  0x00003f65 
+ 00000812  0x0000042f fetch  0x00000001 , 0x00004927 
+ 00000813  0x00000430 beq  0x0000000b , 0x00000332 
+ 00000814  0x00000431 call  0x00004232 
+ 00000815  0x00000432 arg  0x00004aa3 , 0x00000013 
+ 00000816  0x00000433 call  0x0000422b 
+ 00000817  0x00000434 branch  0x0000408e 
+ 00000818  0x00000437 call  0x00000339 
+ 00000819  0x00000438 arg  0x00004be3 , 0x00000013 
+ 00000820  0x00000439 call  0x0000422b 
+ 00000821  0x0000043a branch  0x0000408e 
+ 00000822  0x0000043d fetch  0x00000001 , 0x00004927 
+ 00000823  0x0000043e beq  0x0000000b , 0x00000339 
+ 00000824  0x0000043f branch  0x00004232 
+ 00000825  0x00000441 setarg  0x00009706 
+ 00000826  0x00000442 call  0x00005b0c 
+ 00000827  0x00000443 nop  0x00002ee0 
+ 00000828  0x00000444 rtn 
+ 00000829  0x00000447 call  0x000041a7 
+ 00000830  0x00000448 call  0x00003f65 
+ 00000831  0x00000449 fetch  0x00000001 , 0x00004927 
+ 00000832  0x0000044a beq  0x0000000b , 0x00000343 
+ 00000833  0x0000044b setarg  0x00000806 
+ 00000834  0x0000044c branch  0x00005b0c 
+ 00000835  0x0000044e setarg  0x00001f06 
+ 00000836  0x0000044f branch  0x00005b0c 
+ 00000837  0x00000454 fetch  0x00000001 , 0x00004be1 
+ 00000838  0x00000455 ncall  0x00004121 , 0x00000034 
+ 00000839  0x00000456 arg  0x00000000 , 0x00000011 
+ 00000840  0x00000457 call  0x0000034e 
+ 00000841  0x00000458 call  0x00000353 
+ 00000842  0x00000459 call  0x00000358 
+ 00000843  0x0000045a call  0x0000035d 
+ 00000844  0x0000045b call  0x0000036a 
+ 00000845  0x0000045c branch  0x0000411e 
+ 00000846  0x0000045f fetch  0x00000001 , 0x00004918 
+ 00000847  0x00000460 call  0x00000377 
+ 00000848  0x00000461 call  0x00004124 
+ 00000849  0x00000462 fetcht  0x00000001 , 0x00004918 
+ 00000850  0x00000463 branch  0x00003f56 
+ 00000851  0x00000465 fetch  0x00000001 , 0x00004919 
+ 00000852  0x00000466 call  0x00000377 
+ 00000853  0x00000467 call  0x0000412a 
+ 00000854  0x00000468 fetcht  0x00000001 , 0x00004919 
+ 00000855  0x00000469 branch  0x00003f56 
+ 00000856  0x0000046b fetch  0x00000001 , 0x0000491a 
+ 00000857  0x0000046c call  0x00000377 
+ 00000858  0x0000046d call  0x00004130 
+ 00000859  0x0000046e fetcht  0x00000001 , 0x0000491a 
+ 00000860  0x0000046f branch  0x00003f56 
+ 00000861  0x00000472 fetch  0x00000001 , 0x0000490d 
+ 00000862  0x00000473 rtneq  0x000000ff 
+ 00000863  0x00000474 jam  0x00000003 , 0x00004b96 
+ 00000864  0x00000475 fetch  0x00000001 , 0x00004b91 
+ 00000865  0x00000476 copy  0x0000003f , 0x00000013 
+ 00000866  0x00000477 fetcht  0x00000001 , 0x0000490d 
+ 00000867  0x00000478 fetch  0x00000001 , 0x00004910 
+ 00000868  0x00000479 beq  0x000000ff , 0x00000366 
+ 00000869  0x0000047a branch  0x0000413e 
+ 00000870  0x0000047c fetch  0x00000001 , 0x0000490d 
+ 00000871  0x0000047d call  0x00000379 
+ 00000872  0x0000047e fetcht  0x00000001 , 0x0000490d 
+ 00000873  0x0000047f branch  0x0000414b 
+ 00000874  0x00000482 fetch  0x00000001 , 0x0000490e 
+ 00000875  0x00000483 rtneq  0x000000ff 
+ 00000876  0x00000484 jam  0x00000004 , 0x00004b96 
+ 00000877  0x00000485 fetch  0x00000001 , 0x00004b92 
+ 00000878  0x00000486 copy  0x0000003f , 0x00000013 
+ 00000879  0x00000487 fetcht  0x00000001 , 0x0000490e 
+ 00000880  0x00000488 fetch  0x00000001 , 0x00004910 
+ 00000881  0x00000489 beq  0x000000ff , 0x00000373 
+ 00000882  0x0000048a branch  0x00004157 
+ 00000883  0x0000048c fetch  0x00000001 , 0x0000490e 
+ 00000884  0x0000048d call  0x00000379 
+ 00000885  0x0000048e fetcht  0x00000001 , 0x0000490e 
+ 00000886  0x0000048f branch  0x00004164 
+ 00000887  0x00000493 arg  0x0000003f , 0x00000002 
+ 00000888  0x00000494 branch  0x00006093 
+ 00000889  0x00000498 arg  0x0000003e , 0x00000002 
+ 00000890  0x00000499 branch  0x00006093 
+ 00000891  0x0000049c call  0x00004990 
+ 00000892  0x0000049d call  0x00007936 
+ 00000893  0x0000049e call  0x0000037f 
+ 00000894  0x0000049f branch  0x0000464f 
+ 00000895  0x000004a1 fetch  0x00000008 , 0x00004bab 
+ 00000896  0x000004a2 bbit1  0x0000002e , 0x00004036 
+ 00000897  0x000004a3 fetch  0x00000001 , 0x0000490f 
+ 00000898  0x000004a4 rtneq  0x000000ff 
+ 00000899  0x000004a5 arg  0x00000000 , 0x00000011 
+ 00000900  0x000004a6 jam  0x00000005 , 0x00004b96 
+ 00000901  0x000004a7 fetcht  0x00000001 , 0x0000490f 
+ 00000902  0x000004a8 call  0x00000388 
+ 00000903  0x000004a9 branch  0x0000402f 
+ 00000904  0x000004ac fetch  0x00000008 , 0x00004bab 
+ 00000905  0x000004ad bbit1  0x0000002c , 0x00004048 
+ 00000906  0x000004ae fetch  0x00000001 , 0x00004b93 
+ 00000907  0x000004af copy  0x0000003f , 0x00000013 
+ 00000908  0x000004b0 fetch  0x00000001 , 0x00004910 
+ 00000909  0x000004b1 beq  0x000000ff , 0x0000038f 
+ 00000910  0x000004b2 branch  0x0000403f 
+ 00000911  0x000004b4 fetch  0x00000001 , 0x0000490f 
+ 00000912  0x000004b5 call  0x00000379 
+ 00000913  0x000004b6 fetcht  0x00000001 , 0x0000490f 
+ 00000914  0x000004b7 branch  0x00004195 
+ 00000915  0x000004be fetch  0x00000001 , 0x00004bf6 
+ 00000916  0x000004bf rtn  0x00000034 
+ 00000917  0x000004c0 fetch  0x00000001 , 0x00004bf7 
+ 00000918  0x000004c1 beq  0x00000002 , 0x0000039f 
+ 00000919  0x000004c2 beq  0x00000005 , 0x000003a1 
+ 00000920  0x000004c3 beq  0x00000008 , 0x000003a3 
+ 00000921  0x000004c4 beq  0x0000000b , 0x000003a5 
+ 00000922  0x000004c5 beq  0x0000000e , 0x000003a7 
+ 00000923  0x000004c6 beq  0x00000011 , 0x0000039d 
+ 00000924  0x000004c7 rtn 
+ 00000925  0x000004ca jam  0x00000012 , 0x00004bf7 
+ 00000926  0x000004cb rtn 
+ 00000927  0x000004ce jam  0x00000003 , 0x00004bf7 
+ 00000928  0x000004cf rtn 
+ 00000929  0x000004d2 jam  0x00000006 , 0x00004bf7 
+ 00000930  0x000004d3 rtn 
+ 00000931  0x000004d6 jam  0x00000009 , 0x00004bf7 
+ 00000932  0x000004d7 rtn 
+ 00000933  0x000004da jam  0x0000000c , 0x00004bf7 
+ 00000934  0x000004db rtn 
+ 00000935  0x000004de jam  0x0000000f , 0x00004bf7 
+ 00000936  0x000004df rtn 
+ 00000937  0x000004e3 fetch  0x00000001 , 0x0000482a 
+ 00000938  0x000004e4 branch  0x00000393 , 0x00000034 
+ 00000939  0x000004e5 copy  0x0000003f , 0x00000012 
+ 00000940  0x000004e8 jam  0x00000000 , 0x0000482a 
+ 00000941  0x000004e9 fetch  0x00000001 , 0x0000480a 
+ 00000942  0x000004ea beq  0x000000af , 0x000003bb 
+ 00000943  0x000004eb rtn 
+ 00000944  0x000004ef jam  0x00000001 , 0x00004bf6 
+ 00000945  0x000004f1 jam  0x00000000 , 0x00004099 
+ 00000946  0x000004f2 branch  0x0000049b 
+ 00000947  0x000004f7 rtn 
+ 00000948  0x000004fb jam  0x000000af , 0x000047c6 
+ 00000949  0x000004fc call  0x00002291 
+ 00000950  0x000004fd call  0x0000265b 
+ 00000951  0x000004fe nrtn  0x00000018 
+ 00000952  0x000004ff nrtn  0x0000002f 
+ 00000953  0x00000500 call  0x00002597 
+ 00000954  0x00000501 branch  0x00002672 
+ 00000955  0x00000505 fetch  0x00000001 , 0x0000480a 
+ 00000956  0x00000506 rtnne  0x000000af 
+ 00000957  0x00000507 ifetch  0x00000001 , 0x00000006 
+ 00000958  0x00000509 ifetcht  0x00000001 , 0x00000006 
+ 00000959  0x0000050a sub  0x00000002 , 0x00000002 , 0x0000003e 
+ 00000960  0x0000050b nbranch  0x0000137a , 0x00000005 
+ 00000961  0x0000050c beq  0x00000001 , 0x000003ca 
+ 00000962  0x0000050d beq  0x00000002 , 0x000003cd 
+ 00000963  0x0000050e beq  0x00000003 , 0x000003cf 
+ 00000964  0x0000050f beq  0x00000004 , 0x000003d1 
+ 00000965  0x00000510 beq  0x00000005 , 0x00000429 
+ 00000966  0x00000511 beq  0x00000006 , 0x0000044f 
+ 00000967  0x00000512 beq  0x000000ff , 0x000003c9 
+ 00000968  0x00000513 branch  0x0000137a 
+ 00000969  0x00000516 rtn 
+ 00000970  0x0000051a call  0x000003b0 
+ 00000971  0x0000051b jam  0x00000001 , 0x00004bf7 
+ 00000972  0x0000051c rtn 
+ 00000973  0x0000051f jam  0x00000004 , 0x00004bf7 
+ 00000974  0x00000520 rtn 
+ 00000975  0x00000523 jam  0x00000007 , 0x00004bf7 
+ 00000976  0x00000524 rtn 
+ 00000977  0x00000528 jam  0x0000000a , 0x00004bf7 
+ 00000978  0x0000052a ifetch  0x00000002 , 0x00000006 
+ 00000979  0x0000052b ifetcht  0x00000002 , 0x00000006 
+ 00000980  0x0000052c fetchr  0x00000011 , 0x00000002 , 0x00004c18 
+ 00000981  0x0000052d isub  0x00000011 , 0x0000003e 
+ 00000982  0x0000052e nbranch  0x00000447 , 0x00000005 
+ 00000983  0x0000052f fetch  0x00000002 , 0x00004c1a 
+ 00000984  0x00000530 isub  0x00000002 , 0x0000003e 
+ 00000985  0x00000531 nbranch  0x00000447 , 0x00000005 
+ 00000986  0x00000532 call  0x000003dd 
+ 00000987  0x00000533 nbranch  0x00000447 , 0x00000028 
+ 00000988  0x00000534 branch  0x00000445 
+ 00000989  0x00000537 call  0x000003e8 
+ 00000990  0x00000538 nrtn  0x00000028 
+ 00000991  0x00000539 fetch  0x00000002 , 0x00004c1a 
+ 00000992  0x0000053a isub  0x00000030 , 0x0000003e 
+ 00000993  0x0000053b nbranch  0x00007e56 , 0x00000005 
+ 00000994  0x0000053c fetcht  0x00000002 , 0x000009e8 
+ 00000995  0x0000053d fetch  0x00000002 , 0x00004c18 
+ 00000996  0x0000053e increase  0xfffffffb , 0x0000003f 
+ 00000997  0x0000053f isub  0x00000002 , 0x0000003e 
+ 00000998  0x00000540 nbranch  0x00007e56 , 0x00000005 
+ 00000999  0x00000541 branch  0x00007e54 
+ 00001000  0x00000545 fetch  0x00000002 , 0x00004bf3 
+ 00001001  0x00000546 byteswap  0x0000003f , 0x0000003f 
+ 00001002  0x00000547 store  0x00000002 , 0x000002e4 
+ 00001003  0x00000548 arg  0x00000003 , 0x00000002 
+ 00001004  0x00000549 arg  0x000009d2 , 0x00000011 
+ 00001005  0x0000054a call  0x00005de2 
+ 00001006  0x0000054c fetch  0x00000001 , 0x000009d2 
+ 00001007  0x0000054d bne  0x0000005a , 0x00007e56 
+ 00001008  0x0000054e ifetcht  0x00000002 , 0x00000006 
+ 00001009  0x00000553 storet  0x00000002 , 0x0000095c 
+ 00001010  0x00000554 storet  0x00000002 , 0x000009e8 
+ 00001011  0x00000556 fetch  0x00000001 , 0x000009d2 
+ 00001012  0x00000557 arg  0x0000ffff , 0x0000002b 
+ 00001013  0x00000558 arg  0x00000000 , 0x00000002 
+ 00001014  0x00000559 arg  0x000009d2 , 0x00000006 
+ 00001015  0x0000055a arg  0x00000003 , 0x00000039 
+ 00001016  0x0000055b call  0x0000045f 
+ 00001017  0x0000055c copy  0x00000002 , 0x00000030 
+ 00001018  0x0000055e fetch  0x00000002 , 0x00004bf3 
+ 00001019  0x0000055f add  0x0000003f , 0x00000003 , 0x00000037 
+ 00001020  0x00000560 call  0x0000040c 
+ 00001021  0x00000562 byteswap  0x00000037 , 0x0000003f 
+ 00001022  0x00000563 store  0x00000002 , 0x000002e4 
+ 00001023  0x00000564 arg  0x00000002 , 0x00000002 
+ 00001024  0x00000565 arg  0x000009d2 , 0x00000011 
+ 00001025  0x00000566 call  0x00005de2 
+ 00001026  0x00000567 fetch  0x00000002 , 0x000009d2 
+ 00001027  0x00000568 isub  0x0000002b , 0x0000003e 
+ 00001028  0x00000569 nbranch  0x00007e56 , 0x00000005 
+ 00001029  0x0000056a fetch  0x00000001 , 0x000009d2 
+ 00001030  0x0000056b iadd  0x00000030 , 0x00000030 
+ 00001031  0x0000056c ifetch  0x00000001 , 0x00000006 
+ 00001032  0x0000056d iadd  0x00000030 , 0x00000030 
+ 00001033  0x0000056e setarg  0x0000ffff 
+ 00001034  0x0000056f iand  0x00000030 , 0x00000030 
+ 00001035  0x00000570 branch  0x00007e54 
+ 00001036  0x00000573 fetch  0x00000002 , 0x0000095c 
+ 00001037  0x00000574 rtn  0x00000034 
+ 00001038  0x00000575 copy  0x0000003f , 0x00000002 
+ 00001039  0x00000576 sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00001040  0x00000577 branch  0x00000427 , 0x00000002 
+ 00001041  0x00000578 increase  0xfffffff0 , 0x0000003f 
+ 00001042  0x00000579 arg  0x00000010 , 0x00000002 
+ 00001043  0x0000057b store  0x00000002 , 0x0000095c 
+ 00001044  0x0000057c copy  0x00000002 , 0x0000002f 
+ 00001045  0x0000057d copy  0x00000037 , 0x0000003f 
+ 00001046  0x0000057e byteswap  0x0000003f , 0x0000003f 
+ 00001047  0x0000057f store  0x00000002 , 0x000002e4 
+ 00001048  0x00000580 arg  0x000009d2 , 0x00000011 
+ 00001049  0x00000581 call  0x00005de2 
+ 00001050  0x00000582 copy  0x00000037 , 0x0000003f 
+ 00001051  0x00000583 iadd  0x0000002f , 0x00000037 
+ 00001052  0x00000584 copy  0x0000002f , 0x00000039 
+ 00001053  0x00000585 copy  0x0000002b , 0x0000003f 
+ 00001054  0x00000586 arg  0x000009d2 , 0x00000006 
+ 00001055  0x00000587 icrc  0x00000006 
+ 00001056  0x00000588 copy  0x0000003f , 0x0000002b 
+ 00001057  0x00000589 copy  0x0000002f , 0x00000039 
+ 00001058  0x0000058a arg  0x000009d2 , 0x00000006 
+ 00001059  0x0000058b copy  0x00000030 , 0x00000002 
+ 00001060  0x0000058c call  0x0000045f 
+ 00001061  0x0000058d copy  0x00000002 , 0x00000030 
+ 00001062  0x0000058e branch  0x0000040c 
+ 00001063  0x00000591 setarg  0x00000000 
+ 00001064  0x00000592 branch  0x00000413 
+ 00001065  0x00000597 jam  0x0000000d , 0x00004bf7 
+ 00001066  0x00000599 ifetch  0x00000001 , 0x00000006 
+ 00001067  0x0000059a copy  0x00000006 , 0x00000011 
+ 00001068  0x0000059b fetcht  0x00000001 , 0x00004c1c 
+ 00001069  0x0000059c isub  0x00000002 , 0x0000003e 
+ 00001070  0x0000059d branch  0x00000445 , 0x00000005 
+ 00001071  0x0000059e call  0x00000456 
+ 00001072  0x0000059f nbranch  0x00000447 , 0x00000028 
+ 00001073  0x000005a0 sub  0x00000012 , 0x00000004 , 0x0000003e 
+ 00001074  0x000005a1 branch  0x00000447 , 0x00000002 
+ 00001075  0x000005a2 increase  0xfffffffc , 0x00000012 
+ 00001076  0x000005a4 storer  0x00000012 , 0x00000002 , 0x00000959 
+ 00001077  0x000005a5 storer  0x00000011 , 0x00000002 , 0x00000957 
+ 00001078  0x000005a6 call  0x00005dd3 
+ 00001079  0x000005a7 call  0x00000449 
+ 00001080  0x000005a8 call  0x00005dda 
+ 00001081  0x000005a9 fetchr  0x00000012 , 0x00000002 , 0x00000959 
+ 00001082  0x000005aa fetchr  0x00000011 , 0x00000002 , 0x00000957 
+ 00001083  0x000005ac fetch  0x00000002 , 0x00004c18 
+ 00001084  0x000005ad iadd  0x00000012 , 0x0000003f 
+ 00001085  0x000005ae store  0x00000002 , 0x00004c18 
+ 00001086  0x000005af copy  0x00000012 , 0x00000039 
+ 00001087  0x000005b0 arg  0x00000000 , 0x00000002 
+ 00001088  0x000005b1 copy  0x00000011 , 0x00000006 
+ 00001089  0x000005b2 call  0x0000045f 
+ 00001090  0x000005b3 fetch  0x00000002 , 0x00004c1a 
+ 00001091  0x000005b4 iadd  0x00000002 , 0x0000003f 
+ 00001092  0x000005b5 store  0x00000002 , 0x00004c1a 
+ 00001093  0x000005b8 jam  0x00000000 , 0x00004bf5 
+ 00001094  0x000005b9 rtn 
+ 00001095  0x000005bc jam  0x00000001 , 0x00004bf5 
+ 00001096  0x000005bd rtn 
+ 00001097  0x000005c1 fetch  0x00000002 , 0x00004bf3 
+ 00001098  0x000005c2 rtn  0x00000034 
+ 00001099  0x000005c3 fetcht  0x00000002 , 0x00004c18 
+ 00001100  0x000005c4 iadd  0x00000002 , 0x0000003f 
+ 00001101  0x000005c5 copy  0x00000012 , 0x00000002 
+ 00001102  0x000005c6 branch  0x00005e04 
+ 00001103  0x000005ca fetch  0x00000001 , 0x00004bf7 
+ 00001104  0x000005cb rtneq  0x00000010 
+ 00001105  0x000005cc rtneq  0x00000011 
+ 00001106  0x000005cd rtneq  0x00000012 
+ 00001107  0x000005ce jam  0x00000005 , 0x00004c1d 
+ 00001108  0x000005cf jam  0x00000010 , 0x00004bf7 
+ 00001109  0x000005d0 rtn 
+ 00001110  0x000005d4 fetcht  0x00000001 , 0x00004c1c 
+ 00001111  0x000005d5 store  0x00000001 , 0x00004c1c 
+ 00001112  0x000005d6 beq  0x00000000 , 0x0000045c 
+ 00001113  0x000005d7 isub  0x00000002 , 0x0000003f 
+ 00001114  0x000005d8 beq  0x00000001 , 0x00007e54 
+ 00001115  0x000005d9 branch  0x00007e56 
+ 00001116  0x000005dc sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00001117  0x000005dd branch  0x00007e54 , 0x00000005 
+ 00001118  0x000005de branch  0x00007e56 
+ 00001119  0x000005e1 ifetch  0x00000001 , 0x00000006 
+ 00001120  0x000005e2 iadd  0x00000002 , 0x00000002 
+ 00001121  0x000005e3 loop  0x0000045f 
+ 00001122  0x000005e4 rtn 
+ 00001123  0x000005ea setarg  0x0000ffff 
+ 00001124  0x000005eb icrc  0x00000006 
+ 00001125  0x000005ec rtn 
+ 00001126  0x000005ef fetchr  0x00000039 , 0x00000001 , 0x0000482a 
+ 00001127  0x000005f0 sub  0x00000039 , 0x00000002 , 0x0000003e 
+ 00001128  0x000005f1 branch  0x00007e56 , 0x00000002 
+ 00001129  0x000005f2 arg  0x0000480a , 0x0000003f 
+ 00001130  0x000005f3 iadd  0x00000039 , 0x00000006 
+ 00001131  0x000005f4 increase  0xfffffffe , 0x00000006 
+ 00001132  0x000005f5 ifetcht  0x00000002 , 0x00000006 
+ 00001133  0x000005f6 arg  0x0000480a , 0x00000006 
+ 00001134  0x000005f7 call  0x00000463 
+ 00001135  0x000005f8 isub  0x00000002 , 0x0000003e 
+ 00001136  0x000005f9 branch  0x00007e54 , 0x00000005 
+ 00001137  0x000005fa branch  0x00007e56 
+ 00001138  0x000005fe ifetch  0x00000001 , 0x00000006 
+ 00001139  0x000005ff bne  0x0000005a , 0x0000048b 
+ 00001140  0x00000600 copy  0x00000011 , 0x00000001 , 0x00000006 
+ 00001141  0x00000601 fetcht  0x00000002 , 0x00000006 
+ 00001142  0x00000603 sub  0x00000002 , 0x00000003 , 0x0000003e 
+ 00001143  0x00000604 branch  0x0000048b , 0x00000002 
+ 00001144  0x00000605 increase  0x00000002 , 0x00000006 
+ 00001145  0x00000606 ifetchr  0x00000039 , 0x00000001 , 0x00000006 
+ 00001146  0x00000607 sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00001147  0x00000608 nbranch  0x0000048b , 0x00000005 
+ 00001148  0x00000609 copy  0x00000039 , 0x0000003f 
+ 00001149  0x0000060a iadd  0x00000006 , 0x00000006 
+ 00001150  0x0000060b copy  0x00000002 , 0x0000003f 
+ 00001151  0x0000060c increase  0x00000003 , 0x00000039 
+ 00001152  0x0000060d isub  0x00000039 , 0x00000002 
+ 00001153  0x0000060e nbranch  0x00000476 , 0x00000005 
+ 00001154  0x0000060f ifetcht  0x00000002 , 0x00000006 
+ 00001155  0x00000610 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00001156  0x00000611 ifetch  0x00000002 , 0x00000006 
+ 00001157  0x00000612 add  0x0000003f , 0x00000002 , 0x00000039 
+ 00001158  0x00000613 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00001159  0x00000614 call  0x00000463 
+ 00001160  0x00000615 isub  0x00000002 , 0x0000003e 
+ 00001161  0x00000616 nbranch  0x0000048b , 0x00000005 
+ 00001162  0x00000618 branch  0x00007e54 
+ 00001163  0x0000061c branch  0x00007e56 
+ 00001164  0x0000061f fetch  0x00000002 , 0x00004bf3 
+ 00001165  0x00000620 copy  0x0000003f , 0x00000006 
+ 00001166  0x00000621 call  0x00000472 
+ 00001167  0x00000622 nbranch  0x00000497 , 0x00000028 
+ 00001168  0x00000623 fetchr  0x00000011 , 0x00000002 , 0x00004bf3 
+ 00001169  0x00000624 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00001170  0x00000625 ifetch  0x00000002 , 0x00000006 
+ 00001171  0x00000626 increase  0x00000005 , 0x0000003f 
+ 00001172  0x00000627 iadd  0x00000011 , 0x0000003f 
+ 00001173  0x00000628 store  0x00000002 , 0x00004bf3 
+ 00001174  0x00000629 branch  0x0000048c 
+ 00001175  0x0000062c fetch  0x00000002 , 0x00004bf1 
+ 00001176  0x0000062d fetcht  0x00000002 , 0x00004bf3 
+ 00001177  0x0000062e isub  0x00000002 , 0x0000003f 
+ 00001178  0x0000062f rtn 
+ 00001179  0x00000633 setarg  0x00000000 
+ 00001180  0x00000634 store  0x00000002 , 0x00004c18 
+ 00001181  0x00000635 store  0x00000002 , 0x00004c1a 
+ 00001182  0x00000636 store  0x00000001 , 0x00004c1c 
+ 00001183  0x00000637 store  0x00000001 , 0x00004bf7 
+ 00001184  0x00000638 rtn 
+ 00001185  0x0000063b call  0x00007e56 
+ 00001186  0x0000063c fetch  0x00000001 , 0x00004bf7 
+ 00001187  0x0000063d beq  0x00000001 , 0x000004aa 
+ 00001188  0x0000063e beq  0x00000004 , 0x000004b4 
+ 00001189  0x0000063f beq  0x00000007 , 0x000004d3 
+ 00001190  0x00000640 beq  0x0000000a , 0x000004f9 
+ 00001191  0x00000641 beq  0x0000000d , 0x000004ee 
+ 00001192  0x00000642 beq  0x00000010 , 0x000004d7 
+ 00001193  0x00000643 branch  0x00000502 
+ 00001194  0x00000646 jam  0x000000af , 0x000047c6 
+ 00001195  0x00000647 jam  0x00000001 , 0x000047c7 
+ 00001196  0x00000648 jam  0x00000000 , 0x000047c8 
+ 00001197  0x00000649 jam  0x00000002 , 0x000047c9 
+ 00001198  0x0000064a setarg  0x00000001 
+ 00001199  0x0000064b store  0x00000002 , 0x000047ca 
+ 00001200  0x0000064c jam  0x00000001 , 0x00004836 
+ 00001201  0x0000064d jam  0x00000006 , 0x00004835 
+ 00001202  0x00000651 jam  0x00000002 , 0x00004bf7 
+ 00001203  0x00000652 rtn 
+ 00001204  0x00000655 jam  0x000000af , 0x000047c6 
+ 00001205  0x00000656 jam  0x00000002 , 0x000047c7 
+ 00001206  0x00000657 jam  0x00000000 , 0x000047c8 
+ 00001207  0x00000658 jam  0x00000002 , 0x000047c9 
+ 00001208  0x00000659 fetch  0x00000002 , 0x00008000 
+ 00001209  0x0000065a store  0x00000002 , 0x000047ca 
+ 00001210  0x0000065b setarg  0x00006661 
+ 00001211  0x0000065c istore  0x00000002 , 0x00000005 
+ 00001212  0x0000065d setarg  0x00000001 
+ 00001213  0x0000065e istore  0x00000006 , 0x00000005 
+ 00001214  0x0000065f setarg  0x00000000 
+ 00001215  0x00000660 istore  0x00000002 , 0x00000005 
+ 00001216  0x00000661 istore  0x00000002 , 0x00000005 
+ 00001217  0x00000662 call  0x000004db 
+ 00001218  0x00000663 istore  0x00000001 , 0x00000005 
+ 00001219  0x00000664 setarg  0x00000000 
+ 00001220  0x00000665 istore  0x00000001 , 0x00000005 
+ 00001221  0x00000666 fetcht  0x00000002 , 0x00004bf3 
+ 00001222  0x00000667 istoret  0x00000002 , 0x00000005 
+ 00001223  0x00000668 fetch  0x00000002 , 0x00004bf1 
+ 00001224  0x00000669 lshift8  0x0000003f , 0x0000003f 
+ 00001225  0x0000066a rshift  0x0000003f , 0x0000003f 
+ 00001226  0x0000066b isub  0x00000002 , 0x0000003f 
+ 00001227  0x0000066c nbranch  0x000004d1 , 0x00000002 
+ 00001228  0x0000066e istore  0x00000002 , 0x00000005 
+ 00001229  0x0000066f jam  0x00000018 , 0x00004835 
+ 00001230  0x00000670 jam  0x00000001 , 0x00004836 
+ 00001231  0x00000671 jam  0x00000005 , 0x00004bf7 
+ 00001232  0x00000672 rtn 
+ 00001233  0x00000675 setarg  0x00000000 
+ 00001234  0x00000676 branch  0x000004cc 
+ 00001235  0x00000679 jam  0x00000008 , 0x00004bf7 
+ 00001236  0x0000067a jam  0x00000003 , 0x000047c7 
+ 00001237  0x0000067b jam  0x00000004 , 0x00004835 
+ 00001238  0x0000067c branch  0x000004e4 
+ 00001239  0x0000067f jam  0x00000011 , 0x00004bf7 
+ 00001240  0x00000680 jam  0x00000006 , 0x000047c7 
+ 00001241  0x00000681 jam  0x00000004 , 0x00004835 
+ 00001242  0x00000682 branch  0x000004e4 
+ 00001243  0x00000685 fetch  0x00000008 , 0x00004bab 
+ 00001244  0x00000686 bbit1  0x00000013 , 0x000004e0 
+ 00001245  0x00000687 bbit1  0x00000012 , 0x000004e2 
+ 00001246  0x00000688 setarg  0x00000000 
+ 00001247  0x00000689 rtn 
+ 00001248  0x0000068c setarg  0x00000002 
+ 00001249  0x0000068d rtn 
+ 00001250  0x00000690 setarg  0x00000004 
+ 00001251  0x00000691 rtn 
+ 00001252  0x00000695 jam  0x00000001 , 0x00004836 
+ 00001253  0x00000696 jam  0x000000af , 0x000047c6 
+ 00001254  0x00000697 jam  0x00000000 , 0x000047c8 
+ 00001255  0x00000698 jam  0x00000002 , 0x000047c9 
+ 00001256  0x00000699 rtn 
+ 00001257  0x0000069c jam  0x00000001 , 0x000047c8 
+ 00001258  0x0000069d jam  0x00000001 , 0x00004836 
+ 00001259  0x0000069e jam  0x000000af , 0x000047c6 
+ 00001260  0x0000069f jam  0x00000002 , 0x000047c9 
+ 00001261  0x000006a0 rtn 
+ 00001262  0x000006a4 jam  0x0000000f , 0x00004bf7 
+ 00001263  0x000006a6 jam  0x00000005 , 0x000047c7 
+ 00001264  0x000006a7 fetch  0x00000001 , 0x00004c1c 
+ 00001265  0x000006a8 store  0x00000001 , 0x000047ca 
+ 00001266  0x000006a9 jam  0x00000005 , 0x00004835 
+ 00001267  0x000006aa jam  0x00000001 , 0x00004836 
+ 00001268  0x000006ab jam  0x000000af , 0x000047c6 
+ 00001269  0x000006ac fetch  0x00000001 , 0x00004bf5 
+ 00001270  0x000006ad store  0x00000001 , 0x000047c8 
+ 00001271  0x000006ae jam  0x00000002 , 0x000047c9 
+ 00001272  0x000006af rtn 
+ 00001273  0x000006b3 jam  0x0000000c , 0x00004bf7 
+ 00001274  0x000006b4 jam  0x00000004 , 0x000047c7 
+ 00001275  0x000006b5 jam  0x00000004 , 0x00004835 
+ 00001276  0x000006b7 jam  0x00000001 , 0x00004836 
+ 00001277  0x000006b8 jam  0x000000af , 0x000047c6 
+ 00001278  0x000006b9 fetch  0x00000001 , 0x00004bf5 
+ 00001279  0x000006ba store  0x00000001 , 0x000047c8 
+ 00001280  0x000006bb jam  0x00000002 , 0x000047c9 
+ 00001281  0x000006bc rtn 
+ 00001282  0x000006c0 jam  0x000000af , 0x000047c6 
+ 00001283  0x000006c1 jam  0x000000ff , 0x000047c7 
+ 00001284  0x000006c2 jam  0x00000000 , 0x000047c8 
+ 00001285  0x000006c3 jam  0x00000002 , 0x000047c9 
+ 00001286  0x000006c6 jam  0x00000001 , 0x00004836 
+ 00001287  0x000006c7 jam  0x00000004 , 0x00004835 
+ 00001288  0x000006c8 rtn 
+ 00001289  0x000006cb copy  0x0000003f , 0x00000011 
+ 00001290  0x000006cc jam  0x00000000 , 0x00004bf8 
+ 00001291  0x000006cd jam  0x00000001 , 0x00004836 
+ 00001292  0x000006ce arg  0x00004bf9 , 0x00000012 
+ 00001293  0x000006cf rtn 
Index: output/bt_program23.list
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_public_sdk/output/bt_program23.list	(revision 896)
+++ /YC1308AC/branch/mouse_project/mouse_public_sdk/output/bt_program23.list	(working copy)
@@ -77,855 +77,1404 @@
 :      000093 p_set_sync_on_16m:
 0x44 000094 jam 0x29 ,core_syn_afc_cfg1 
 0x45 000095 branch set_sync_on_16m 
-:      000097 p_adc_init_data:
-0x46 000098 arg mem_temp_block2 ,rega 
-0x47 000099 arg 12 ,temp 
-0x48 000100 setarg efuse_offset_adc_param 
-0x49 000101 call efuse_read_data 
-0x4a 000102 branch adc_init_data + 6 
-:      000104 p_enable_adc:
-0x4b 000105 fetchr regb ,1 ,core_rf_ldo_cfg6 
-0x4c 000106 jam 0x3d ,core_rf_ldo_cfg6 
-0x4d 000107 jam 0xaa ,core_rf_ldo_cfg5 
-0x4e 000108 jam 0x0c ,core_rf_ldo_en0 
-0x4f 000109 fetch 1 ,core_clkpll_cfg6 
-0x50 000110 set1 7 ,pdata 
-0x51 000111 store 1 ,core_clkpll_cfg6 
-0x52 000112 jam 0x04 ,core_rf_ldo_en1 
-0x53 000113 nop 60 
-0x54 000114 jam 0 ,core_syn_en 
-0x55 000115 jam 6 ,core_rx_en0 
-0x56 000116 call read_adc_mode 
-0x57 000117 store 1 ,core_gpadc_ctrl 
-0x58 000119 jam 0x03 ,core_sum_ctrl 
-0x59 000120 nop 60 
-0x5a 000121 fetch 1 ,core_sum_en 
-0x5b 000122 set1 7 ,pdata 
-0x5c 000123 store 1 ,core_sum_en 
-0x5d 000124 nop 1000 
-0x5e 000125 fetch 2 ,core_adc_sum 
-0x5f 000126 store 2 ,mem_adc_current_value 
-0x60 000127 fetch 1 ,core_sum_en 
-0x61 000128 set0 7 ,pdata 
-0x62 000129 store 1 ,core_sum_en 
-0x63 000130 jam 0 ,core_gpadc_ctrl 
-0x64 000132 storer regb ,1 ,core_rf_ldo_cfg6 
-0x65 000133 rtn 
-:      000136 p_mouse_adc_read_start:
-0x66 000137 fetch 1 ,mem_24g_device_led_status 
-0x67 000138 nrtn blank 
-0x68 000139 call p_enable_adc 
-0x69 000140 branch mouse_adc_read_start + 3 
-:      000142 p_app_evt_100ms_loop:
-0x6a 000143 fetch 1 ,mem_app_evt_timer_count 
-0x6b 000144 rtn blank 
-0x6c 000145 increase -1 ,pdata 
-0x6d 000146 store 1 ,mem_app_evt_timer_count 
-0x6e 000147 call ui_button_polling 
-0x6f 000148 call app_lpm_wake_auto_lock_timer 
-0x70 000149 call app_unsniff_delay_timer 
-0x71 000150 call app_discovery_timer 
-0x72 000151 call flash_write_spi_sm_timer 
-0x73 000153 fetch 2 ,mem_cb_event_timer 
-0x74 000154 call callback_func 
-0x75 000155 branch p_app_evt_100ms_loop 
-:      000160 p_initialize_radio_cont:
-0x76 000162 jam 0xe6 ,core_syn_aac_cfg1 
-0x77 000164 call initialize_syn_afc_cfg1 
-0x78 000165 call initialize_rf_ldo_cfg1 
-0x79 000166 call initialize_rc_cal 
-0x7a 000168 jam 0x09 ,core_rx_bq_cfg0 
-0x7b 000170 jam 5 ,core_clkpll_cfg0 
-0x7c 000171 jam 0x94 ,core_rx_iqadc_cfg 
-0x7d 000173 jam 0x0b ,core_rf_ldo_cfg2 
-0x7e 000174 jam 0x05 ,core_rf_ldo_cfg3 
-0x7f 000175 jam 0x90 ,core_syn_pfd_lkd_cfg 
-0x80 000177 jam 0x00 ,core_syn_loopdiv_dsm_cfg 
-0x81 000178 jam 0x40 ,core_rx_ctrl1 
-0x82 000180 branch initialize_radio_cont + 8 
-:      000184 p_init_param:
-0x83 000185 jam 0 ,mem_lmo_tid2 
-0x84 000186 branch init_param_next + 1 
-:      000189 p_app_init:
-:      000190 p_mouse_init:
-0x85 000191 call enable_authrom 
-0x86 000192 call p_mouse_setting_config 
-0x87 000193 call mouse_init_sunt 
-0x88 000194 rtn wake 
-0x89 000195 call mouse_dpi_config 
-0x8a 000196 call mouse_usb_check_enable 
-0x8b 000197 call mouse_drawing_optima_init 
-0x8c 000198 call p_mouse_cb_fuction 
-0x8d 000199 call p_mouse_sensor_powerdown 
-0x8e 000200 branch mouse_init + 8 
-:      000202 p_mouse_setting_config:
-0x8f 000203 rtn wake 
-0x90 000204 call g24_transmit_init 
-0x91 000205 call g24_chmap_param_init 
-0x92 000206 call mouse_gpio_init 
-0x93 000207 call mouse_param_init 
-0x94 000208 call p_g24_short_sleep_set_8ms 
-0x95 000209 fetch mouse_flag_len ,mem_mouse_flag 
-0x96 000210 bbit0 mouse_enable_24g_250hz ,mouse_setting_config_next 
-0x97 000211 call p_g24_short_sleep_set_4ms 
-0x98 000212 branch mouse_setting_config_next 
-:      000214 p_g24_short_sleep_set_8ms:
-0x99 000215 setarg 58000 
-0x9a 000216 store 3 ,mem_24g_short_sleep_set 
-0x9b 000217 rtn 
-:      000218 p_g24_short_sleep_set_4ms:
-0x9c 000219 setarg 6000 
-0x9d 000220 store 3 ,mem_24g_short_sleep_set 
-0x9e 000221 rtn 
-:      000223 p_mouse_cb_fuction:
-0x9f 000224 setarg p_mouse_24g_package_data 
-0xa0 000225 store 2 ,mem_cb_24g_transmit_data 
-0xa1 000226 setarg p_mouse_24g_search_dongle 
-0xa2 000227 store 2 ,mem_cb_24g_search_receiver 
-0xa3 000228 branch mouse_cb_fuction + 4 
-:      000230 p_mouse_24g_package_data:
-0xa4 000231 rtnmark0 mark_24g 
-0xa5 000232 call mouse_motion 
-0xa6 000233 nrtn user 
-0xa7 000234 fetch mouse_flag_len ,mem_mouse_flag 
-0xa8 000235 bbit0 mouse_enable_keyboard ,p_mouse_24g_mouse_package_data 
-0xa9 000236 fetch 1 ,mem_customer_key 
-0xaa 000237 nbranch mouse_24g_keyboard_package_data ,blank 
-:      000238 p_mouse_24g_mouse_package_data:
-0xab 000239 call mouse_data_xy_release 
-0xac 000240 fetch 1 ,mem_24g_data_type 
-0xad 000241 bbit1 1 ,p_mouse_24g_mouse_package_data_now 
-0xae 000242 fetcht 1 ,mem_24g_txbuf + 1 
-0xaf 000243 fetch 1 ,mem_mouse_key 
-0xb0 000244 ior temp ,pdata 
-0xb1 000245 store 1 ,mem_mouse_key 
-0xb2 000246 fetcht 1 ,mem_24g_txbuf + 6 
-0xb3 000247 fetch 1 ,mem_mouse_z 
-0xb4 000248 iadd temp ,pdata 
-0xb5 000249 store 1 ,mem_mouse_z 
-0xb6 000250 fetcht 1 ,mem_24g_txbuf + 7 
-0xb7 000251 fetch 1 ,mem_mouse_tz 
-0xb8 000252 iadd temp ,pdata 
-0xb9 000253 store 1 ,mem_mouse_tz 
-:      000254 p_mouse_24g_mouse_package_data_now:
-0xba 000255 jam type_ms ,mem_24g_data_type 
-0xbb 000256 arg 7 ,rega 
-0xbc 000257 arg mem_mouse_key ,regb 
-0xbd 000258 branch g24_transmit_by_interrupt_enable 
-:      000260 p_mouse_24g_search_dongle:
-0xbe 000261 fetch mouse_flag_len ,mem_mouse_flag 
-0xbf 000262 rtnbit0 mouse_enable_24g_search_dongle 
-0xc0 000263 fetch 1 ,mem_mouse_long_mult_flag 
-0xc1 000264 rtn blank 
-0xc2 000265 fetch 1 ,mem_24g_abort_pac 
-0xc3 000266 rtn blank 
-0xc4 000267 fetch 1 ,mem_mouse_search_dongle_interval 
-0xc5 000268 increase 1 ,pdata 
-0xc6 000269 and_into 3 ,pdata 
-0xc7 000270 store 1 ,mem_mouse_search_dongle_interval 
-0xc8 000271 nrtn blank 
-0xc9 000272 jam 0 ,mem_mouse_search_dongle_ch 
-:      000273 p_mouse_24g_search_dongle_loop:
-0xca 000274 fetch 1 ,mem_mouse_search_dongle_ch 
-0xcb 000275 increase 1 ,pdata 
-0xcc 000276 store 1 ,mem_mouse_search_dongle_ch 
-0xcd 000277 sub pdata ,g24_ch_number ,null 
-0xce 000278 nbranch p_mouse_24g_search_dongle_loop_end ,positive 
-0xcf 000279 call g24_reconn_data_prep 
-0xd0 000280 call g24_transmit_receive_ack 
-0xd1 000281 nbranch p_mouse_24g_search_dongle_loop_retry ,sync 
-0xd2 000282 nbranch p_mouse_24g_search_dongle_loop_retry ,user3 
-0xd3 000283 call mouse_24g_search_dongle_success 
-:      000284 p_mouse_24g_search_dongle_loop_end:
-0xd4 000285 call g24_txbuf_clear 
-0xd5 000286 fetch 1 ,mem_mouse_search_dongle_count 
-0xd6 000287 increase 1 ,pdata 
-0xd7 000288 store 1 ,mem_mouse_search_dongle_count 
-0xd8 000289 beq g24_ch_poll_count ,p_mouse_24g_search_dongle_check 
-0xd9 000290 rtn 
-:      000292 p_mouse_24g_search_dongle_loop_retry:
-0xda 000293 call g24_ch 
-0xdb 000294 branch p_mouse_24g_search_dongle_loop 
-:      000296 p_mouse_24g_search_dongle_check:
-0xdc 000297 jam 0 ,mem_mouse_search_dongle_count 
-0xdd 000298 fetch 1 ,mem_mouse_search_dongle_action 
-0xde 000299 rtnbit1 g24_disconn_state 
-0xdf 000300 set1 g24_disconn_state ,pdata 
-0xe0 000301 store 1 ,mem_mouse_search_dongle_action 
-0xe1 000302 fetch 2 ,mem_mouse_24g_search_dongle_time_init 
-0xe2 000303 store 2 ,mem_mouse_no_data_timer 
-0xe3 000304 branch p_mouse_sensor_powerdown 
-:      000306 p_g24_transmit_no_interrupt:
-0xe4 000307 call g24_txdata_prep 
-0xe5 000308 nbranch p_g24_nodata_transmit ,user 
-:      000309 p_g24_transmit_start:
-0xe6 000310 call p_g24_transmit_process 
-0xe7 000311 call power_ctrl_start 
-0xe8 000312 fetch 1 ,mem_sensor_shutdown_flag 
-0xe9 000313 nbranch p_g24_short_sleep ,blank 
-0xea 000314 fetch 8 ,mem_24g_long_sleep_set 
-0xeb 000315 store 8 ,mem_24g_enter_hibernate 
-0xec 000316 fetch 2 ,mem_24g_long_sleep_param_update_timer_init 
-0xed 000317 store 2 ,mem_24g_long_sleep_param_update_timer 
-:      000318 p_g24_short_sleep:
-0xee 000319 call g24_lpm_wait 
-0xef 000320 nrtn user 
-0xf0 000321 call clear_wake 
-0xf1 000322 fetch 3 ,mem_24g_short_sleep_set 
-0xf2 000323 branch g24_long_sleep2 
-:      000325 p_g24_transmit_process:
-0xf3 000326 jam 0 ,mem_24g_retry 
-:      000327 p_g24_transmit_loop:
-0xf4 000328 fetchr timeup ,2 ,mem_param_rx_setup 
-0xf5 000329 until clkn_rt ,meet 
-0xf6 000330 call g24_transmit_receive_ack 
-0xf7 000331 fetch 1 ,mem_24g_no_ack 
-0xf8 000332 beq no_ack_24g ,g24_transmit_no_ack 
-0xf9 000333 nbranch p_g24_retransmit ,sync 
-0xfa 000334 nbranch p_g24_retransmit ,user3 
-0xfb 000335 call g24_ackpayload_parse 
-0xfc 000336 call p_mouse_wakeup_24g 
-0xfd 000337 branch g24_transmit_no_ack 
-:      000339 p_mouse_wakeup_24g:
-0xfe 000340 fetch 1 ,mem_sensor_shutdown_flag 
-0xff 000341 ncall p_mouse_wakeup_24g_from_long_sleep ,blank 
-0x100 000342 jam 0 ,mem_sensor_shutdown_flag 
-0x101 000343 rtn 
-:      000345 p_mouse_wakeup_24g_from_long_sleep:
-0x102 000346 call mouse_init_sensor_wakeup 
-0x103 000347 fetch mouse_flag_len ,mem_mouse_flag 
-0x104 000348 rtnbit0 mouse_enable_wheel_wake_up_cancel 
-:      000349 p_mouse_wheel_set_wakeup:
-0x105 000350 fetch 1 ,mem_whee_a_data_gpio 
-0x106 000351 arg gpcfg_pullup ,temp 
-0x107 000352 call gpio_config_function_int 
-0x108 000353 fetch 1 ,mem_whee_b_data_gpio 
-0x109 000354 arg gpcfg_pullup ,temp 
-0x10a 000355 branch gpio_config_function_int 
-:      000357 p_g24_retransmit:
-0x10b 000358 fetch 1 ,mem_24g_abort_pac 
-0x10c 000359 nrtn blank 
-0x10d 000360 fetch 2 ,mem_24g_txfail_cnt 
-0x10e 000361 increase 1 ,pdata 
-0x10f 000362 store 2 ,mem_24g_txfail_cnt 
-0x110 000363 fetch 1 ,mem_24g_txfail_cnt + 1 
-0x111 000364 bbit1 1 ,g24_tx_attempt_fail 
-0x112 000365 call g24_transmit_hop_process 
-0x113 000366 call p_delay_40ms 
-0x114 000367 branch g24_transmit_loop 
-:      000369 p_delay_40ms:
-0x115 000370 fetch 1 ,mem_24g_txfail_cnt + 1 
-0x116 000371 sub pdata ,0x00 ,null 
-0x117 000372 rtn positive 
-0x118 000373 arg 40 ,loopcnt 
-0x119 000374 branch delay_ms_wait 
-:      000378 p_mouse_app_enter_hibernate:
-0x11a 000379 setarg pan_reg_config 
-0x11b 000380 call twspi_read 
-0x11c 000381 bbit1 3 ,mouse_app_enter_hibernate + 3 
-0x11d 000382 call p_mouse_sensor_reset 
-0x11e 000383 call p_mouse_sensor_powerdown 
-0x11f 000384 branch mouse_app_enter_hibernate + 3 
-:      000386 p_mouse_setgpio_hibernate:
-0x120 000387 call mouse_set_sdio_high 
-0x121 000388 call clear_wake 
-0x122 000389 call mouse_before_hibernate_wheel_gpio_set 
-0x123 000390 fetcht 1 ,mem_matrix_public_gpio 
-0x124 000391 call gpio_out_active 
-0x125 000392 fetcht 1 ,mem_matrix_public_gpio 
-0x126 000393 call gpio_clr_wake 
-0x127 000394 fetch 1 ,mem_mouse_sensor_sdio_gpio 
-0x128 000395 arg gpcfg_output_high ,temp 
-0x129 000396 call gpio_config_function_int 
-0x12a 000397 arg 3 ,temp 
-0x12b 000398 call mouse_gpio_config_input_pu 
-0x12c 000399 call mouse_lpm_before_common 
-0x12d 000400 call gpio_pd_idle 
-0x12e 000401 arg 19 ,temp 
-0x12f 000402 call mouse_gpio_config_input_pu 
-0x130 000403 call p_mouse_gpio_set_high_impedance 
-0x131 000404 call p_mouse_adc_gpio_set_before_hibernate 
-0x132 000405 branch p_mouse_wheel_gpio_set_before_hibernate 
-:      000407 p_mouse_gpio_set_high_impedance:
-0x133 000408 fetch 3 ,mem_mouse_set_high_impedance_bit_set 
-0x134 000409 store 3 ,mem_pdatatemp 
-0x135 000410 arg 20 ,loopcnt 
-0x136 000411 arg 0 ,temp 
-:      000412 p_mouse_gpio_set_high_impedance_bit_loop:
-0x137 000413 fetch 3 ,mem_pdatatemp 
-0x138 000414 isolate1 0 ,pdata 
-0x139 000415 call gpio_set_high_impedance ,true 
-0x13a 000416 fetch 3 ,mem_pdatatemp 
-0x13b 000417 rshift pdata ,pdata 
-0x13c 000418 store 3 ,mem_pdatatemp 
-0x13d 000419 increase 1 ,temp 
-0x13e 000420 loop p_mouse_gpio_set_high_impedance_bit_loop 
-0x13f 000421 rtn 
-:      000423 p_mouse_adc_gpio_set_before_hibernate:
-0x140 000424 fetch mouse_flag_len ,mem_mouse_flag 
-0x141 000425 rtnbit0 mouse_enable_adc 
-0x142 000426 fetch 1 ,mem_adc_config_flag_init 
-0x143 000427 rtnne adc_config_gpio 
-0x144 000428 fetch 1 ,mem_adc_channel_gpio 
-0x145 000429 arg gpcfg_no_ie ,temp 
-0x146 000430 branch gpio_config_function_int 
-:      000432 p_mouse_wheel_gpio_set_before_hibernate:
-0x147 000433 fetch mouse_flag_len ,mem_mouse_flag 
-0x148 000434 rtnbit0 mouse_enable_wheel_wake_up_cancel 
-:      000435 p_mouse_wheel_clr_wakeup:
-0x149 000436 fetcht 1 ,mem_whee_a_data_gpio 
-0x14a 000437 call gpio_clr_wake 
-0x14b 000438 fetcht 1 ,mem_whee_b_data_gpio 
-0x14c 000439 call gpio_clr_wake 
-0x14d 000441 fetch 1 ,mem_whee_a_data_gpio 
-0x14e 000442 arg gpcfg_pulldown ,temp 
-0x14f 000443 call gpio_config_function_int 
-0x150 000444 fetch 1 ,mem_whee_b_data_gpio 
-0x151 000445 arg gpcfg_pulldown ,temp 
-0x152 000446 branch gpio_config_function_int 
-:      000448 p_mouse_lpm_before_common:
-0x153 000449 fetcht 1 ,mem_whee_a_data_gpio 
-0x154 000450 call gpio_config_input 
-0x155 000451 fetcht 1 ,mem_whee_b_data_gpio 
-0x156 000452 call gpio_config_input 
-0x157 000454 call mouse_wheel_check 
-0x158 000455 fetch 1 ,mem_mouse_sensor_sclk_gpio 
-0x159 000456 arg gpcfg_output_high ,temp 
-0x15a 000457 call gpio_config_function_int 
-0x15b 000458 branch mouse_lpm_before_common_next 
-:      000460 p_mouse_24g_hibernate_set:
-0x15c 000461 jam 0 ,mem_24g_attempt_fail_flag 
-0x15d 000462 call g24_transmit_next_packet 
-0x15e 000463 setarg -1 
-0x15f 000464 store 4 ,mem_24g_enter_hibernate 
-0x160 000465 setarg 0 
-0x161 000466 store 7 ,mem_mouse_key 
-0x162 000467 jam 1 ,mem_sensor_shutdown_flag 
-0x163 000468 call p_mouse_sensor_powerdown 
-0x164 000469 branch p_g24_long_sleep 
-:      000471 p_g24_nodata_transmit:
-0x165 000472 fetch 1 ,mem_24g_abort_pac 
-0x166 000473 call g24_send_abort_packet ,blank 
-0x167 000474 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x168 000475 rtneq g24_tx_timer_int_enable 
-0x169 000476 call g24_search_receiver 
-:      000477 p_g24_long_sleep:
-0x16a 000478 call g24_lpm_wait 
-0x16b 000479 nrtn user 
-0x16c 000480 fetch 1 ,mem_sensor_shutdown_flag 
-0x16d 000481 ncall mouse_setgpio_hibernate ,blank 
-0x16e 000482 fetch 4 ,mem_24g_enter_hibernate 
-0x16f 000483 branch g24_long_sleep2 
-:      000485 p_mouse_priority_bb_event:
-0x170 000486 copy regc ,pdata 
-0x171 000487 beq bt_evt_bb_connected ,p_mouse_bb_event_connected 
-0x172 000488 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
-0x173 000489 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
-0x174 000490 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
-0x175 000491 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
-0x176 000492 beq bt_evt_le_parse_conn_param_accepted ,p_mouse_le_parse_conn_param_accepted 
-0x177 000493 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
-0x178 000494 branch mouse_priority_bb_event + 2 
-:      000496 p_mouse_bb_event_connected:
-0x179 000497 call mouse_no_data_timer_init 
-0x17a 000498 branch mouse_bb_event_connected 
-:      000500 p_mouse_le_bb_disconnected:
-0x17b 000501 setarg 0 
-0x17c 000502 store 2 ,mem_le_battery_level_updata_timer 
-0x17d 000503 jam 0 ,mem_mouse_le_bb_connected_flag 
-0x17e 000504 setarg le_interval_7_5ms 
-0x17f 000505 store 2 ,mem_le_interval_min 
-0x180 000506 store 2 ,mem_le_interval_min + 2 
-0x181 000507 fetch mouse_flag_len ,mem_mouse_flag 
-0x182 000508 bbit1 mouse_enable_bt_125hz ,mouse_le_bb_disconnected_next + 2 
-0x183 000509 setarg le_interval_8_75ms 
-0x184 000510 branch mouse_le_bb_disconnected_next 
-:      000512 p_mouse_le_ll_start_encryt:
-0x185 000513 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x186 000514 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
-0x187 000515 jam 20 ,mem_le_start_encrypt_timer 
-0x188 000516 branch mouse_le_ll_enable_start_enc_flag 
-:      000517 p_mouse_le_ll_reconn_start_encryt:
-0x189 000518 call mouse_updata_le_param 
-0x18a 000519 jam 5 ,mem_le_start_encrypt_timer 
-0x18b 000520 branch mouse_le_ll_enable_start_enc_flag 
-:      000522 p_mouse_le_parse_conn_param_accepted:
-0x18c 000523 fetch 1 ,mem_le_new_conninterval 
-0x18d 000524 sub pdata ,le_interval_15ms ,null 
-0x18e 000525 nbranch mouse_le_conn_param_lpm_disable ,positive 
-0x18f 000526 store 2 ,mem_le_interval_min 
-0x190 000527 store 2 ,mem_le_interval_min + 2 
-0x191 000528 fetch 1 ,mem_le_new_connslavelatency 
-0x192 000529 branch mouse_le_lpm_mult_reinit ,blank 
-0x193 000530 fetcht 1 ,mem_lpm_mult_init 
-0x194 000531 isub temp ,null 
-0x195 000532 branch mouse_le_lpm_mult_reinit ,positive 
-0x196 000533 fetch 1 ,mem_le_new_connslavelatency 
-0x197 000534 store 1 ,mem_lpm_mult_init 
-0x198 000535 branch mouse_le_conn_param_lpm_enable 
-:      000538 p_mouse_24g_pairing_complete:
-0x199 000539 call mouse_no_data_timer_init 
-0x19a 000540 branch mouse_24g_pairing_complete 
-:      000542 p_mouse_24g_attempt_success:
-0x19b 000543 fetch 4 ,mem_24g_addr 
-0x19c 000544 store 4 ,mem_24g_receiver_addr 
-0x19d 000545 store 4 ,mem_mouse_24g_addr 
-0x19e 000546 call g24_ch_syncword_crc8_init 
-0x19f 000547 call mouse_device_poweron_timer_init 
-0x1a0 000548 call mouse_no_data_timer_init 
-0x1a1 000549 branch mouse_24g_attempt_success 
-:      000552 p_mouse_24g_attempt_fail:
-0x1a2 000553 fetch 1 ,mem_24g_attempt_fail_flag 
-0x1a3 000554 nbranch p_mouse_24g_hibernate_set ,blank 
-0x1a4 000555 fetch 1 ,mem_24g_reconn_type 
-0x1a5 000556 beq fast_conn_and_3_0_addr ,p_mouse_24g_fast_conn_attempt_fail 
-0x1a6 000557 beq pair_and_3_0_addr ,p_mouse_24g_auto_pair_attempt_fail 
-0x1a7 000558 beq receiver_and_3_0_addr ,p_mouse_reconn_dongle_attempt_fail 
-0x1a8 000559 branch mouse_24g_attempt_fail_enter_hibernate 
-:      000561 p_mouse_24g_fast_conn_attempt_fail:
-0x1a9 000562 fetch mouse_flag_len ,mem_mouse_flag 
-0x1aa 000563 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
-0x1ab 000564 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
-0x1ac 000565 bbit0 mouse_enable_24g_auto_pair_nerver_been_paired ,mouse_24g_reconn_dongle_start 
-0x1ad 000566 fetch 4 ,mem_mouse_24g_addr 
-0x1ae 000567 fetcht 4 ,mem_mouse_compare_addr_ff 
-0x1af 000568 isub temp ,null 
-0x1b0 000569 branch mouse_24g_start_pair_mode ,zero 
-0x1b1 000570 branch mouse_24g_reconn_dongle_start 
-:      000572 p_mouse_24g_auto_pair_attempt_fail:
-0x1b2 000573 fetch mouse_flag_len ,mem_mouse_flag 
-0x1b3 000574 bbit0 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_attempt_fail_enter_hibernate 
-0x1b4 000575 fetch 1 ,mem_device_number 
-0x1b5 000576 beq 1 ,p_mouse_24g_attempt_fail_enter_hibernate 
-0x1b6 000577 branch mouse_24g_first_bluetooth_reconnect 
-:      000579 p_mouse_reconn_dongle_attempt_fail:
-0x1b7 000580 fetch mouse_flag_len ,mem_mouse_flag 
-0x1b8 000581 bbit0 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_attempt_fail_enter_hibernate 
-0x1b9 000582 bbit1 mouse_enable_eeprom ,p_mouse_24g_attempt_fail_enter_hibernate 
-0x1ba 000583 bbit1 mouse_enable_flash ,p_mouse_24g_attempt_fail_enter_hibernate 
-0x1bb 000584 branch mouse_24g_start_auto_pair + 1 
-:      000586 p_mouse_24g_attempt_fail_enter_hibernate:
-0x1bc 000587 fetch mouse_flag_len ,mem_mouse_flag 
-0x1bd 000588 bbit0 mouse_enable_wheel_wake_up_cancel ,mouse_24g_attempt_fail_enter_hibernate 
-0x1be 000589 branch p_mouse_24g_hibernate_set 
-:      000591 p_g24_pair_dispatch:
-0x1bf 000592 jam default_24g_device ,mem_24g_reconn_type 
-0x1c0 000593 fetch 2 ,mem_24g_pair_count 
-0x1c1 000594 increase 1 ,pdata 
-0x1c2 000595 store 2 ,mem_24g_pair_count 
-0x1c3 000596 fetch 1 ,mem_24g_pair_count 
-0x1c4 000597 and pdata ,0xff ,pdata 
-0x1c5 000598 beq 0 ,g24_pair_dispatch + 1 
-0x1c6 000599 rtn 
-:      000601 p_g24_reconn_dispatch:
-0x1c7 000602 fetch 2 ,mem_24g_reconn_count 
-0x1c8 000603 arg 0x01f8 ,temp 
-0x1c9 000604 iand temp ,pdata 
-0x1ca 000605 branch p_g24_reconn_dispatch_next ,blank 
-0x1cb 000606 fetch 2 ,mem_24g_reconn_count 
-0x1cc 000607 increase 1 ,pdata 
-0x1cd 000608 store 2 ,mem_24g_reconn_count 
-0x1ce 000609 rtn 
-:      000610 p_g24_reconn_dispatch_next:
-0x1cf 000611 call g24_reconn_data_prep 
-0x1d0 000612 call g24_transmit_receive_ack 
-0x1d1 000613 nbranch p_g24_reconn_device_fail ,sync 
-0x1d2 000614 nbranch p_g24_reconn_device_fail ,user3 
-0x1d3 000615 call g24_ackpayload_parse 
-0x1d4 000616 branch g24_reconn_receiver_succ 
-:      000618 p_g24_reconn_device_fail:
-0x1d5 000619 fetch 1 ,mem_24g_fast_conn_enable 
-0x1d6 000620 branch g24_ch ,blank 
-0x1d7 000621 fetch 2 ,mem_24g_reconn_count 
-0x1d8 000622 increase 1 ,pdata 
-0x1d9 000623 store 2 ,mem_24g_reconn_count 
-0x1da 000624 fetch 1 ,mem_24g_reconn_count + 1 
-0x1db 000625 isolate1 1 ,pdata 
-0x1dc 000626 fetch 1 ,mem_24g_reconn_type 
-0x1dd 000627 beq fast_conn_and_receiver ,g24_reconn_fast_conn_and_receiver 
-0x1de 000628 beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn_and_3_0 
-0x1df 000629 beq receiver_and_3_0_addr ,g24_reconn_receiver_and_3_0 
-0x1e0 000630 beq pair_and_3_0_addr ,p_g24_reconn_pair_and_3_0 
-0x1e1 000631 branch g24_reconn_receiver_addr 
-:      000633 p_g24_reconn_pair_and_3_0:
-0x1e2 000634 branch g24_reconn_device_3_0_addr ,true 
-0x1e3 000635 branch g24_pair_init_param 
-:      000637 p_g24_dispatch:
-0x1e4 000638 rtnmark1 mark_adc_enable 
-0x1e5 000639 bmark1 mark_24g_rxmode ,g24_receive_dispatch 
-:      000640 p_g24_transmit_dispatch:
-0x1e6 000641 rtnmark0 mark_24g 
-0x1e7 000642 fetch 1 ,mem_24g_conn_sm 
-0x1e8 000643 bbit1 state_24g_pair ,g24_pair_dispatch 
-0x1e9 000644 bbit1 state_24g_reconn ,g24_reconn_dispatch 
-0x1ea 000645 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x1eb 000646 beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
-0x1ec 000647 branch g24_transmit_no_interrupt 
-:      000649 p_g24_transmit_by_interrupt:
-0x1ed 000650 call g24_timer_check 
-0x1ee 000651 nbranch p_g24_transmit_dispatch ,user 
-0x1ef 000652 call g24_interval_calibrate 
-0x1f0 000653 fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0x1f1 000654 increase 1 ,pdata 
-0x1f2 000655 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0x1f3 000656 branch g24_transmit_no_interrupt 
-:      000658 p_mouse_start_work:
-0x1f4 000659 fetch mouse_flag_len ,mem_mouse_flag 
-0x1f5 000660 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_start_auto_pair_mode 
-0x1f6 000661 fetch 1 ,mem_device_flag 
-0x1f7 000662 beq mode_24g_device ,p_mouse_24g_start_mode 
-0x1f8 000663 branch mouse_start_work + 5 
-:      000665 p_mouse_24g_start_mode:
-0x1f9 000666 fetch mouse_flag_len ,mem_mouse_flag 
-0x1fa 000667 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
-0x1fb 000668 call mouse_wakeup_from_power_check 
-0x1fc 000669 branch mouse_24g_reconn_dongle_start ,user 
-0x1fd 000670 fetch mouse_flag_len ,mem_mouse_flag 
-0x1fe 000671 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_reconn_general_dongle 
-0x1ff 000672 bbit0 mouse_enable_24g_power_on_pairing ,mouse_24g_reconn_general_dongle 
-0x200 000673 call mouse_key_check_once 
-0x201 000674 and rega ,0x07 ,pdata 
-0x202 000675 branch mouse_24g_start_mode + 9 
-:      000678 p_mouse_seting_dpi:
-0x203 000679 call mouse_setting_dpi_4_level 
-0x204 000680 call p_mouse_dpi_led_blink_delay 
-0x205 000681 branch mouse_seting_sensor_type 
-:      000683 p_mouse_dpi_led_blink_delay:
-0x206 000684 fetch 1 ,mem_dpi_led_gpio 
-0x207 000685 rtneq gpio_disable 
-0x208 000686 fetch 2 ,mem_mouse_discovery_timer 
-0x209 000687 nrtn blank 
-0x20a 000688 fetch 2 ,mem_24g_pair_timeout 
-0x20b 000689 nrtn blank 
-0x20c 000690 fetch 2 ,mem_24g_reconn_timeout 
-0x20d 000691 nrtn blank 
-0x20e 000692 fetch 1 ,mem_mouse_device_poweron_timer_count 
-0x20f 000693 nrtn blank 
-0x210 000694 fetch 1 ,mem_mouse_dpi_led_delay_count_init 
-0x211 000695 branch p_mouse_dpi_led_blink_init ,blank 
-0x212 000696 store 1 ,mem_mouse_dpi_led_delay_count 
-0x213 000697 rtn 
-:      000700 p_mouse_bb_event_timer:
-0x214 000701 call mouse_adc_read 
-0x215 000702 call mouse_low_voltage_led_timer 
-0x216 000704 call g24_pair_timeout_timer 
-0x217 000705 call g24_reconn_timeout_timer 
-0x218 000706 call mouse_24g_long_sleep_param_update_timer 
-0x219 000708 call mouse_device_poweron_timer 
-0x21a 000709 call p_mouse_dpi_led_blink_delay_timer 
-0x21b 000711 call mouse_dpi_key_check_long_press 
-0x21c 000712 call mouse_bt_discovery_check 
-0x21d 000713 call p_mouse_commbination_key_process 
-0x21e 000714 call mouse_check_discovery_timeout_timer 
-0x21f 000716 call mouse_check_direct_timeout_timer 
-0x220 000717 call mouse_le_enable_att_list_timer 
-0x221 000718 call p_mouse_le_battery_updata_timer 
-0x222 000719 call mouse_le_send_smp_security_request_timer 
-0x223 000721 call mouse_check_hid_handshake_timer 
-0x224 000722 call mouse_bt_check_sniff_req_timeout_timer 
-0x225 000723 call mouse_check_reconnect_delay_long_sleep 
-0x226 000724 call mouse_current_mult_update_timer 
-0x227 000725 call mouse_wheel_trigger_timer 
-0x228 000726 call mouse_store_information_delay_timer 
-0x229 000727 branch p_mouse_check_no_data_timeout_timer 
-:      000729 p_mouse_dpi_led_blink_delay_timer:
-0x22a 000730 arg mem_mouse_dpi_led_delay_count ,regc 
-0x22b 000731 arg p_mouse_dpi_led_blink_init ,regb 
-0x22c 000732 branch timer_single_step 
-:      000734 p_mouse_dpi_led_blink_init:
-0x22d 000735 fetch 1 ,mem_config_sensor_type 
-0x22e 000736 beq p3212 ,mouse_dpi_led_blink_init 
-0x22f 000737 beq ka8g2 ,mouse_dpi_led_blink_init 
-0x230 000738 fetch 1 ,mem_dpi_led_gpio 
-0x231 000739 store 1 ,mem_mouse_struct_led_gpio 
-0x232 000740 fetch 2 ,mem_mouse_dpi_led_blink_time 
-0x233 000741 store 2 ,mem_mouse_on_time 
-0x234 000742 store 2 ,mem_mouse_off_time 
-0x235 000743 arg 0 ,rega 
-0x236 000744 fetcht 1 ,mem_mouse_dpi 
-0x237 000745 increase 2 ,temp 
-0x238 000746 sub temp ,3 ,null 
-0x239 000747 call p_mouse_dpi_led_blink_init_level_4 ,positive 
-0x23a 000748 ncall p_mouse_dpi_led_blink_count_clean ,positive 
-0x23b 000749 branch mouse_dpi_led_blink_init_end 
-:      000751 p_mouse_dpi_led_blink_init_level_4:
-0x23c 000752 fetch mouse_flag_len ,mem_mouse_flag 
-0x23d 000753 rtnbit0 mouse_enable_dpi_level_4 
-0x23e 000754 increase 1 ,temp 
-0x23f 000755 rtn 
-:      000757 p_mouse_dpi_led_blink_count_clean:
-0x240 000758 increase -3 ,temp 
-0x241 000759 rtn 
-:      000762 p_mouse_commbination_key_process:
-0x242 000763 fetch 1 ,mem_device_flag 
-0x243 000764 beq mode_24g_device ,p_mouse_24g_commbination_key_process 
-0x244 000765 fetch mouse_flag_len ,mem_mouse_flag 
-0x245 000766 rtnbit0 mouse_enable_commbination_key_by_bt_discovery 
-0x246 000767 fetcht 1 ,mem_mouse_commbination_key_bt 
-0x247 000768 branch p_mouse_commbination_key_start 
-:      000770 p_mouse_24g_commbination_key_process:
-0x248 000771 fetch mouse_flag_len ,mem_mouse_flag 
-0x249 000772 rtnbit0 mouse_enable_commbination_key_by_24g_pairing 
-0x24a 000773 fetcht 1 ,mem_mouse_commbination_key_24g 
-:      000774 p_mouse_commbination_key_start:
-0x24b 000775 storet 1 ,mem_mouse_commbination_key 
-0x24c 000776 call mouse_check_key_gpio 
-0x24d 000777 and pdata ,0x07 ,pdata 
-0x24e 000778 fetcht 1 ,mem_mouse_commbination_key 
-0x24f 000779 isub temp ,null 
-0x250 000780 branch p_mouse_commbination_key_down ,zero 
-0x251 000781 branch mouse_commbination_key_up 
-:      000784 p_mouse_commbination_key_down:
-0x252 000785 call mouse_combination_ui_timer 
-0x253 000786 fetch 1 ,mem_commbination_key_statue 
-0x254 000787 rtneq commbination_key_state_down 
-0x255 000788 jam commbination_key_state_down ,mem_commbination_key_statue 
-0x256 000789 rtn 
-:      000791 p_mouse_le_battery_updata_timer:
-0x257 000792 fetch mouse_flag_len ,mem_mouse_flag 
-0x258 000793 rtnbit1 mouse_enable_le_battery_service_cancel 
-0x259 000794 branch mouse_le_battery_updata_timer 
-:      000797 p_mouse_check_no_data_timeout_timer:
-0x25a 000798 fetch 1 ,mem_usb_addr 
-0x25b 000799 rtnbit1 7 
-0x25c 000800 arg mem_mouse_no_data_timer ,regc 
-0x25d 000801 arg p_mouse_check_no_data_timeout ,regb 
-0x25e 000802 branch timer_single_step_2b 
-:      000804 p_mouse_check_no_data_timeout:
-0x25f 000805 fetch 1 ,mem_device_flag 
-0x260 000806 beq mode_24g_device ,p_mouse_24g_hibernate_set 
-0x261 000807 branch mouse_disconnect 
-:      000809 p_mouse_start_discovery:
-0x262 000810 fetch 2 ,mem_ui_state_map 
-0x263 000811 isolate1 ui_state_ble_adv ,pdata 
-0x264 000812 call mouse_stop_le_adv ,true 
-0x265 000813 fetch 2 ,mem_ui_state_map 
-0x266 000814 isolate1 ui_state_bt_reconnect ,pdata 
-0x267 000815 call mouse_cancel_reconnect ,true 
-0x268 000816 setarg 0 
-0x269 000817 store 2 ,mem_le_battery_level_updata_timer 
-0x26a 000818 branch mouse_start_discovery + 1 
-:      000821 p_ui_timer_check:
-0x26b 000822 fetch 1 ,mem_power_on_flag 
-0x26c 000823 ncall ui_timer_init ,blank 
-0x26d 000824 jam 0 ,mem_power_on_flag 
-0x26e 000825 branch ui_timer_check + 1 
-:      000827 p_hid_rx_process:
-0x26f 000828 fetch 2 ,mem_l2cap_payload_ptr 
-0x270 000829 copy pdata ,contr 
-0x271 000830 ifetch 1 ,contr 
-0x272 000831 store 1 ,mem_l2cap_rcv_hidtype 
-0x273 000832 and pdata ,0x0f ,temp 
-0x274 000833 rshift4 pdata ,pdata 
-0x275 000834 beq hid_type_set_idle ,p_hid_rx_process_handshake 
-0x276 000835 branch hid_rx_process + 7 
-:      000837 p_hid_rx_process_handshake:
-0x277 000838 arg 1 ,rega 
-0x278 000839 call hid_malloc_tx_buff 
-0x279 000840 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x27a 000841 istore 2 ,contw 
-0x27b 000842 setarg 0 
-0x27c 000843 istore 1 ,contw 
-0x27d 000844 jam 1 ,mem_ui_data_txbuff_length 
-0x27e 000845 fetch 1 ,mem_hid_control_state 
-0x27f 000846 set1 l2cap_channel_hid_handshake_done ,pdata 
-0x280 000847 store 1 ,mem_hid_control_state 
-0x281 000848 jam bt_evt_hid_handshake ,mem_fifo_temp 
-0x282 000849 branch ui_ipc_send_event 
-:      000852 p_le_slave_match:
-0x283 000853 fetch 1 ,mem_le_md_count 
-0x284 000854 pincrease 1 
-0x285 000855 store 1 ,mem_le_md_count 
-0x286 000856 beq le_md_max_count ,le_slave_cont 
-0x287 000857 call le_acknowledge 
-0x288 000858 call le_prepare_tx 
-0x289 000859 fetch 1 ,mem_le_tx_phy 
-0x28a 000860 call le_enable_phy_by_pdata 
-0x28b 000861 call le_transmit 
-0x28c 000862 branch le_slave_match + 10 
-:      000864 p_le_parse_l2cap:
-0x28d 000865 ifetch 2 ,contr 
-0x28e 000866 beq le_l2cap_cid_att ,p_le_parse_att 
-0x28f 000867 branch le_parse_l2cap + 10 
-:      000869 p_le_parse_att:
-0x290 000870 ifetch 3 ,contr 
-0x291 000871 store 3 ,mem_le_att_opcode 
-0x292 000872 beq attop_read_request ,p_le_parse_att_read_request 
-0x293 000873 beq attop_write_request ,p_le_parse_att_write_request 
-0x294 000874 branch le_parse_att + 2 
-:      000876 p_le_parse_att_read_request:
-0x295 000877 fetch mouse_flag_len ,mem_mouse_flag 
-0x296 000878 bbit0 mouse_enable_le_battery_service_cancel ,le_parse_att_read_request 
-0x297 000879 call le_check_encrypt_state 
-0x298 000880 fetcht 2 ,mem_le_att_handle 
-0x299 000881 fetch 1 ,mem_le_configuration 
-0x29a 000882 bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
-:      000884 p_le_send_att_read_response:
-0x29b 000885 fetch 2 ,mem_le_att_handle 
-0x29c 000886 beq 0x30 ,le_send_att_error_response_notfound 
-0x29d 000887 fetcht 2 ,mem_le_att_handle 
-0x29e 000888 branch le_send_att_read_response 
-:      000890 p_le_send_att_read_response_check_auth:
-0x29f 000891 fetch 2 ,mem_le_pairing_handle 
-0x2a0 000892 isub temp ,null 
-0x2a1 000893 nbranch p_le_send_att_read_response ,zero 
-0x2a2 000894 nbranch p_le_send_att_read_response ,user 
-0x2a3 000895 branch le_send_att_read_response_error_insufficient_auth 
-:      000898 p_le_parse_att_write_request:
-0x2a4 000899 copy contr ,rega 
-0x2a5 000900 fetch 2 ,mem_le_l2cap_size 
-0x2a6 000901 add pdata ,-3 ,regb 
-0x2a7 000902 call le_writeatt_cb 
-0x2a8 000903 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
-0x2a9 000904 beq 0xff ,le_send_att_write_response_check_auth 
-0x2aa 000905 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x2ab 000906 branch le_send_att_write_response_check_auth ,blank 
-0x2ac 000907 fetch 1 ,mem_le_connect_status_flag 
-0x2ad 000908 bbit1 ll_start_enc_flag ,le_send_att_write_response_check_auth 
-0x2ae 000909 setarg 0x001a 
-0x2af 000910 fetcht 2 ,mem_le_att_handle 
-0x2b0 000911 isub temp ,null 
-0x2b1 000912 nbranch le_send_att_write_response_check_auth ,zero 
-0x2b2 000913 jam att_err_insufficient_authentication ,mem_le_err_code 
-0x2b3 000914 branch le_send_att_error_response 
-:      000916 p_g24_lpm_wait:
-0x2b4 000917 fetch 1 ,mem_24g_device_led_status 
-0x2b5 000918 ncall g24_transmit_by_interrupt_enable ,blank 
-0x2b6 000919 enable user 
-0x2b7 000920 call lpo_calibration 
-0x2b8 000921 fetch 3 ,mem_clks_per_lpo 
-0x2b9 000922 branch disable_user ,blank 
-0x2ba 000923 fetch 1 ,mem_lpm_mode 
-0x2bb 000924 branch disable_user ,blank 
-0x2bc 000925 branch g24_setgpio_lpm_before 
-:      000927 p_mouse_motion:
-0x2bd 000928 disable user 
-0x2be 000929 setarg 0 
-0x2bf 000930 store 6 ,mem_mouse_x 
-0x2c0 000931 call mouse_check_sensor_data 
-0x2c1 000932 call mouse_dpi_config 
-0x2c2 000933 branch mouse_motion + 5 
-:      000935 p_mouse_sensor_poweron:
-0x2c3 000936 call mouse_sensor_spi_init 
-0x2c4 000937 fetch 1 ,mem_config_sensor_type 
-0x2c5 000938 beq ka8g2 ,p_mouse_ka8g2_sensor_init 
-0x2c6 000939 call mouse_sensor_reset 
-0x2c7 000940 arg mem_sensor_poweron_init ,regc 
-0x2c8 000941 call mouse_sensor_wr_seq 
-0x2c9 000942 branch mouse_dpi_config 
-:      000944 p_mouse_ka8g2_sensor_init:
-0x2ca 000945 call p_mouse_ka8g2_sensor_reset 
-0x2cb 000946 arg mem_ka8g2_sensor_poweron_init ,regc 
-0x2cc 000947 call mouse_sensor_wr_seq 
-0x2cd 000948 branch mouse_dpi_config 
-:      000950 p_mouse_sensor_reset:
-0x2ce 000951 fetch 1 ,mem_config_sensor_type 
-0x2cf 000952 beq ka8g2 ,p_mouse_ka8g2_sensor_reset 
-0x2d0 000953 branch mouse_sensor_reset 
-:      000954 p_mouse_ka8g2_sensor_reset:
-0x2d1 000955 setarg 0x9706 
-0x2d2 000956 call twspi_write 
-0x2d3 000957 nop 12000 
-0x2d4 000958 rtn 
-:      000960 p_mouse_sensor_powerdown:
-0x2d5 000961 call mouse_init_sunt 
-0x2d6 000962 call mouse_sensor_spi_init 
-0x2d7 000963 fetch 1 ,mem_config_sensor_type 
-0x2d8 000964 beq ka8g2 ,p_mouse_ka8g2_sensor_powerdown 
-0x2d9 000965 setarg 0x0806 
-0x2da 000966 branch twspi_write 
-:      000967 p_mouse_ka8g2_sensor_powerdown:
-0x2db 000968 setarg 0x1f06 
-0x2dc 000969 branch twspi_write 
-:      000973 p_mouse_check_key_gpio:
-0x2dd 000974 fetch 1 ,mem_sensor_shutdown_flag 
-0x2de 000975 ncall mouse_check_key_gpio_once ,blank 
-0x2df 000976 arg 0 ,rega 
-0x2e0 000977 call p_mouse_check_lkey_gpio 
-0x2e1 000978 call p_mouse_check_rkey_gpio 
-0x2e2 000979 call p_mouse_check_mkey_gpio 
-0x2e3 000980 call p_mouse_check_bkkey_gpio 
-0x2e4 000981 call p_mouse_check_fwkey_gpio 
-0x2e5 000982 branch mouse_check_key_gpio_next 
-:      000984 p_mouse_check_lkey_gpio:
-0x2e6 000985 fetch 1 ,mem_lbutton_gpio 
-0x2e7 000986 call p_mouse_gpio_config_output_high 
-0x2e8 000987 call mouse_check_lkey_gpio 
-0x2e9 000988 fetcht 1 ,mem_lbutton_gpio 
-0x2ea 000989 branch mouse_gpio_config_input_pu 
-:      000990 p_mouse_check_rkey_gpio:
-0x2eb 000991 fetch 1 ,mem_rbutton_gpio 
-0x2ec 000992 call p_mouse_gpio_config_output_high 
-0x2ed 000993 call mouse_check_rkey_gpio 
-0x2ee 000994 fetcht 1 ,mem_rbutton_gpio 
-0x2ef 000995 branch mouse_gpio_config_input_pu 
-:      000996 p_mouse_check_mkey_gpio:
-0x2f0 000997 fetch 1 ,mem_mbutton_gpio 
-0x2f1 000998 call p_mouse_gpio_config_output_high 
-0x2f2 000999 call mouse_check_mkey_gpio 
-0x2f3 001000 fetcht 1 ,mem_mbutton_gpio 
-0x2f4 001001 branch mouse_gpio_config_input_pu 
-:      001003 p_mouse_check_bkkey_gpio:
-0x2f5 001004 fetch 1 ,mem_bk_button_gpio 
-0x2f6 001005 rtneq gpio_disable 
-0x2f7 001006 jam mouse_bk_key ,mem_mouse_key_temp 
-0x2f8 001007 fetch 1 ,mem_mouse_bkkey_press_status 
-0x2f9 001008 copy pdata ,regc 
-0x2fa 001009 fetcht 1 ,mem_bk_button_gpio 
-0x2fb 001010 fetch 1 ,mem_matrix_public_gpio 
-0x2fc 001011 beq gpio_disable ,p_mouse_3io6key_bk_check 
-0x2fd 001012 branch mouse_check_bkkey_gpio_next 
-:      001013 p_mouse_3io6key_bk_check:
-0x2fe 001014 fetch 1 ,mem_bk_button_gpio 
-0x2ff 001015 call p_mouse_gpio_config_output_low 
-0x300 001016 fetcht 1 ,mem_bk_button_gpio 
-0x301 001017 branch mouse_3io6key_bk_check 
-:      001019 p_mouse_check_fwkey_gpio:
-0x302 001020 fetch 1 ,mem_fw_button_gpio 
-0x303 001021 rtneq gpio_disable 
-0x304 001022 jam mouse_fw_key ,mem_mouse_key_temp 
-0x305 001023 fetch 1 ,mem_mouse_fwkey_press_status 
-0x306 001024 copy pdata ,regc 
-0x307 001025 fetcht 1 ,mem_fw_button_gpio 
-0x308 001026 fetch 1 ,mem_matrix_public_gpio 
-0x309 001027 beq gpio_disable ,p_mouse_3io6key_fw_check 
-0x30a 001028 branch mouse_check_fwkey_gpio_next 
-:      001029 p_mouse_3io6key_fw_check:
-0x30b 001030 fetch 1 ,mem_fw_button_gpio 
-0x30c 001031 call p_mouse_gpio_config_output_low 
-0x30d 001032 fetcht 1 ,mem_fw_button_gpio 
-0x30e 001033 branch mouse_3io6key_fw_check 
-:      001036 p_mouse_gpio_config_output_high:
-0x30f 001037 arg gpcfg_output_high ,temp 
-0x310 001038 branch gpio_config_function_int 
-:      001041 p_mouse_gpio_config_output_low:
-0x311 001042 arg gpcfg_output_low ,temp 
-0x312 001043 branch gpio_config_function_int 
-:      001045 p_mouse_idle:
-0x313 001046 call mouse_low_voltage_led_no_enter_lpm 
-0x314 001047 call ui_check_paring_button 
-0x315 001048 call p_mouse_dpi_check 
-0x316 001049 branch mouse_idle + 4 
-:      001050 p_mouse_dpi_check:
-0x317 001051 fetch mouse_flag_len ,mem_mouse_flag 
-0x318 001052 bbit1 mouse_enable_dpi_key_connect_adc ,mouse_dpi_check_connect_adc 
-0x319 001053 fetch 1 ,mem_dpi_button_gpio 
-0x31a 001054 rtneq gpio_disable 
-0x31b 001055 arg 0 ,rega 
-0x31c 001056 jam mouse_dpi_key ,mem_mouse_key_temp 
-0x31d 001057 fetcht 1 ,mem_dpi_button_gpio 
-0x31e 001058 call p_mouse_dpi_key_check 
-0x31f 001059 branch mouse_dpi_check_next 
-:      001061 p_mouse_dpi_key_check:
-0x320 001062 fetch mouse_flag_len ,mem_mouse_flag 
-0x321 001063 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
-0x322 001064 fetch 1 ,mem_mouse_dpikey_press_status 
-0x323 001065 copy pdata ,regc 
-0x324 001066 fetch 1 ,mem_matrix_public_gpio 
-0x325 001067 beq gpio_disable ,p_mouse_3io6key_dpi_check 
-0x326 001068 branch mouse_dpi_key_check_next 
-:      001069 p_mouse_3io6key_dpi_check:
-0x327 001070 fetch 1 ,mem_dpi_button_gpio 
-0x328 001071 call p_mouse_gpio_config_output_low 
-0x329 001072 fetcht 1 ,mem_dpi_button_gpio 
-0x32a 001073 branch mouse_3io6key_check 
+:      000098 p_g24_load_ota_config_poweron:
+0x46 000099 call iicd_load_gpio_init 
+0x47 000100 call p_g24_check_ota_data 
+0x48 000101 branch p_g24_load_ota_config ,user 
+0x49 000102 rtn 
+:      000104 p_g24_load_ota_config:
+0x4a 000105 arg iicd_read_eep ,regc 
+0x4b 000106 fetch 2 ,mem_g24_ota_config_addr 
+0x4c 000107 increase 3 ,pdata 
+0x4d 000108 byteswap pdata ,pdata 
+0x4e 000109 store 2 ,mem_addr_mi 
+0x4f 000110 branch load_storage_loop 
+:      000113 p_adc_init_data:
+0x50 000114 arg mem_temp_block2 ,rega 
+0x51 000115 arg 12 ,temp 
+0x52 000116 setarg efuse_offset_adc_param 
+0x53 000117 call efuse_read_data 
+0x54 000118 branch adc_init_data + 6 
+:      000120 p_enable_adc:
+0x55 000121 fetchr regb ,1 ,core_rf_ldo_cfg6 
+0x56 000122 jam 0x3d ,core_rf_ldo_cfg6 
+0x57 000123 jam 0xaa ,core_rf_ldo_cfg5 
+0x58 000124 jam 0x0c ,core_rf_ldo_en0 
+0x59 000125 fetch 1 ,core_clkpll_cfg6 
+0x5a 000126 set1 7 ,pdata 
+0x5b 000127 store 1 ,core_clkpll_cfg6 
+0x5c 000128 jam 0x04 ,core_rf_ldo_en1 
+0x5d 000129 nop 60 
+0x5e 000130 jam 0 ,core_syn_en 
+0x5f 000131 jam 6 ,core_rx_en0 
+0x60 000132 call read_adc_mode 
+0x61 000133 store 1 ,core_gpadc_ctrl 
+0x62 000135 jam 0x03 ,core_sum_ctrl 
+0x63 000136 nop 60 
+0x64 000137 fetch 1 ,core_sum_en 
+0x65 000138 set1 7 ,pdata 
+0x66 000139 store 1 ,core_sum_en 
+0x67 000140 nop 1000 
+0x68 000141 fetch 2 ,core_adc_sum 
+0x69 000142 store 2 ,mem_adc_current_value 
+0x6a 000143 fetch 1 ,core_sum_en 
+0x6b 000144 set0 7 ,pdata 
+0x6c 000145 store 1 ,core_sum_en 
+0x6d 000146 jam 0 ,core_gpadc_ctrl 
+0x6e 000148 storer regb ,1 ,core_rf_ldo_cfg6 
+0x6f 000149 rtn 
+:      000152 p_mouse_adc_read_start:
+0x70 000153 fetch 1 ,mem_24g_device_led_status 
+0x71 000154 nrtn blank 
+0x72 000155 call p_enable_adc 
+0x73 000156 branch mouse_adc_read_start + 3 
+:      000158 p_app_evt_100ms_loop:
+0x74 000159 fetch 1 ,mem_app_evt_timer_count 
+0x75 000160 rtn blank 
+0x76 000161 increase -1 ,pdata 
+0x77 000162 store 1 ,mem_app_evt_timer_count 
+0x78 000163 call ui_button_polling 
+0x79 000164 call app_lpm_wake_auto_lock_timer 
+0x7a 000165 call app_unsniff_delay_timer 
+0x7b 000166 call app_discovery_timer 
+0x7c 000167 call flash_write_spi_sm_timer 
+0x7d 000169 fetch 2 ,mem_cb_event_timer 
+0x7e 000170 call callback_func 
+0x7f 000171 branch p_app_evt_100ms_loop 
+:      000176 p_initialize_radio_cont:
+0x80 000178 jam 0xe6 ,core_syn_aac_cfg1 
+0x81 000180 call initialize_syn_afc_cfg1 
+0x82 000181 call initialize_rf_ldo_cfg1 
+0x83 000182 call initialize_rc_cal 
+0x84 000184 jam 0x09 ,core_rx_bq_cfg0 
+0x85 000186 jam 5 ,core_clkpll_cfg0 
+0x86 000187 jam 0x94 ,core_rx_iqadc_cfg 
+0x87 000189 jam 0x0b ,core_rf_ldo_cfg2 
+0x88 000190 jam 0x05 ,core_rf_ldo_cfg3 
+0x89 000191 jam 0x90 ,core_syn_pfd_lkd_cfg 
+0x8a 000193 jam 0x00 ,core_syn_loopdiv_dsm_cfg 
+0x8b 000194 jam 0x40 ,core_rx_ctrl1 
+0x8c 000196 branch initialize_radio_cont + 8 
+:      000200 p_init_param:
+0x8d 000201 jam 0 ,mem_lmo_tid2 
+0x8e 000202 branch init_param_next + 1 
+:      000205 p_app_init:
+:      000206 p_mouse_init:
+0x8f 000207 ncall p_g24_load_ota_config_poweron ,wake 
+0x90 000208 ncall p_mouse_le_name_load ,wake 
+0x91 000209 call enable_authrom 
+0x92 000210 call p_mouse_setting_config 
+0x93 000211 call mouse_init_sunt 
+0x94 000212 rtn wake 
+0x95 000213 call mouse_dpi_config 
+0x96 000214 call mouse_usb_check_enable 
+0x97 000215 call mouse_drawing_optima_init 
+0x98 000216 call p_mouse_cb_fuction 
+0x99 000217 call p_mouse_sensor_powerdown 
+0x9a 000218 branch mouse_init + 8 
+:      000220 p_mouse_le_name_load:
+0x9b 000221 fetch 8 ,mem_le_name_patch 
+0x9c 000222 rtn blank 
+0x9d 000224 fetch 1 ,mem_le_name_patch_len 
+0x9e 000225 copy pdata ,rega 
+0x9f 000226 sub pdata ,11 ,null 
+0xa0 000227 nbranch p_mouse_le_name_patch_len_overflow ,positive 
+0xa1 000229 arg mem_le_name_patch ,contr 
+0xa2 000230 arg mem_le_adv_swift_pair + 9 ,contw 
+0xa3 000231 copy rega ,loopcnt 
+0xa4 000232 call memcpy 
+0xa5 000234 arg mem_le_name_patch ,contr 
+0xa6 000235 arg mem_le_scan_data + 2 ,contw 
+0xa7 000236 copy rega ,loopcnt 
+0xa8 000237 call memcpy 
+0xa9 000239 arg mem_le_name_patch ,contr 
+0xaa 000240 arg mem_le_name ,contw 
+0xab 000241 copy rega ,loopcnt 
+0xac 000242 branch memcpy 
+:      000244 p_mouse_le_name_patch_len_overflow:
+0xad 000245 call p_mouse_le_swift_pair_disable 
+0xae 000246 fetch 1 ,mem_le_name_patch_len 
+0xaf 000247 increase 1 ,pdata 
+0xb0 000248 store 1 ,mem_le_adv_swift_pair 
+0xb1 000249 jam 9 ,mem_le_adv_swift_pair + 1 
+0xb2 000250 arg mem_le_name_patch ,contr 
+0xb3 000251 arg mem_le_adv_swift_pair + 2 ,contw 
+0xb4 000252 copy rega ,loopcnt 
+0xb5 000253 call memcpy 
+0xb6 000255 fetch 1 ,mem_le_name_patch_len 
+0xb7 000256 increase 1 ,pdata 
+0xb8 000257 store 1 ,mem_le_scan_data 
+0xb9 000258 jam 9 ,mem_le_scan_data + 1 
+0xba 000259 arg mem_le_name_patch ,contr 
+0xbb 000260 arg mem_le_scan_data + 2 ,contw 
+0xbc 000261 copy rega ,loopcnt 
+0xbd 000262 call memcpy 
+0xbe 000264 arg mem_le_name_patch_len ,contr 
+0xbf 000265 arg mem_le_name_len ,contw 
+0xc0 000266 copy rega ,loopcnt 
+0xc1 000267 increase 1 ,loopcnt 
+0xc2 000268 branch memcpy 
+:      000270 p_mouse_le_swift_pair_disable:
+0xc3 000271 arg mem_le_adv_swift_pair ,contw 
+0xc4 000272 arg 20 ,loopcnt 
+0xc5 000273 branch clear_mem 
+:      000275 p_mouse_setting_config:
+0xc6 000276 rtn wake 
+0xc7 000277 call g24_transmit_init 
+0xc8 000278 call g24_chmap_param_init 
+0xc9 000279 call mouse_gpio_init 
+0xca 000280 call mouse_param_init 
+0xcb 000281 call p_g24_short_sleep_set_8ms 
+0xcc 000282 fetch mouse_flag_len ,mem_mouse_flag 
+0xcd 000283 bbit0 mouse_enable_24g_250hz ,mouse_setting_config_next 
+0xce 000284 call p_g24_short_sleep_set_4ms 
+0xcf 000285 branch mouse_setting_config_next 
+:      000287 p_g24_short_sleep_set_8ms:
+0xd0 000288 setarg 58000 
+0xd1 000289 store 3 ,mem_24g_short_sleep_set 
+0xd2 000290 rtn 
+:      000291 p_g24_short_sleep_set_4ms:
+0xd3 000292 setarg 6000 
+0xd4 000293 store 3 ,mem_24g_short_sleep_set 
+0xd5 000294 rtn 
+:      000296 p_mouse_cb_fuction:
+0xd6 000297 setarg p_mouse_24g_package_data 
+0xd7 000298 store 2 ,mem_cb_24g_transmit_data 
+0xd8 000299 setarg p_mouse_24g_search_dongle 
+0xd9 000300 store 2 ,mem_cb_24g_search_receiver 
+0xda 000301 branch mouse_cb_fuction + 4 
+:      000303 p_mouse_24g_package_data:
+0xdb 000304 rtnmark0 mark_24g 
+0xdc 000305 fetch 1 ,mem_g24_ota_mode 
+0xdd 000306 nbranch p_mouse_24g_package_ota ,blank 
+0xde 000307 call mouse_motion 
+0xdf 000308 nrtn user 
+0xe0 000309 fetch mouse_flag_len ,mem_mouse_flag 
+0xe1 000310 bbit0 mouse_enable_keyboard ,p_mouse_24g_mouse_package_data 
+0xe2 000311 fetch 1 ,mem_customer_key 
+0xe3 000312 nbranch mouse_24g_keyboard_package_data ,blank 
+:      000313 p_mouse_24g_mouse_package_data:
+0xe4 000314 call mouse_data_xy_release 
+0xe5 000315 fetch 1 ,mem_24g_data_type 
+0xe6 000316 bbit1 1 ,p_mouse_24g_mouse_package_data_now 
+0xe7 000317 fetcht 1 ,mem_24g_txbuf + 1 
+0xe8 000318 fetch 1 ,mem_mouse_key 
+0xe9 000319 ior temp ,pdata 
+0xea 000320 store 1 ,mem_mouse_key 
+0xeb 000321 fetcht 1 ,mem_24g_txbuf + 6 
+0xec 000322 fetch 1 ,mem_mouse_z 
+0xed 000323 iadd temp ,pdata 
+0xee 000324 store 1 ,mem_mouse_z 
+0xef 000325 fetcht 1 ,mem_24g_txbuf + 7 
+0xf0 000326 fetch 1 ,mem_mouse_tz 
+0xf1 000327 iadd temp ,pdata 
+0xf2 000328 store 1 ,mem_mouse_tz 
+:      000329 p_mouse_24g_mouse_package_data_now:
+0xf3 000330 jam type_ms ,mem_24g_data_type 
+0xf4 000331 arg 7 ,rega 
+0xf5 000332 arg mem_mouse_key ,regb 
+0xf6 000333 branch g24_transmit_by_interrupt_enable 
+:      000335 p_mouse_24g_search_dongle:
+0xf7 000336 fetch mouse_flag_len ,mem_mouse_flag 
+0xf8 000337 rtnbit0 mouse_enable_24g_search_dongle 
+0xf9 000338 fetch 1 ,mem_mouse_long_mult_flag 
+0xfa 000339 rtn blank 
+0xfb 000340 fetch 1 ,mem_24g_abort_pac 
+0xfc 000341 rtn blank 
+0xfd 000342 fetch 1 ,mem_mouse_search_dongle_interval 
+0xfe 000343 increase 1 ,pdata 
+0xff 000344 and_into 3 ,pdata 
+0x100 000345 store 1 ,mem_mouse_search_dongle_interval 
+0x101 000346 nrtn blank 
+0x102 000347 jam 0 ,mem_mouse_search_dongle_ch 
+:      000348 p_mouse_24g_search_dongle_loop:
+0x103 000349 fetch 1 ,mem_mouse_search_dongle_ch 
+0x104 000350 increase 1 ,pdata 
+0x105 000351 store 1 ,mem_mouse_search_dongle_ch 
+0x106 000352 sub pdata ,g24_ch_number ,null 
+0x107 000353 nbranch p_mouse_24g_search_dongle_loop_end ,positive 
+0x108 000354 call g24_reconn_data_prep 
+0x109 000355 call g24_transmit_receive_ack 
+0x10a 000356 nbranch p_mouse_24g_search_dongle_loop_retry ,sync 
+0x10b 000357 nbranch p_mouse_24g_search_dongle_loop_retry ,user3 
+0x10c 000358 call mouse_24g_search_dongle_success 
+:      000359 p_mouse_24g_search_dongle_loop_end:
+0x10d 000360 call g24_txbuf_clear 
+0x10e 000361 fetch 1 ,mem_mouse_search_dongle_count 
+0x10f 000362 increase 1 ,pdata 
+0x110 000363 store 1 ,mem_mouse_search_dongle_count 
+0x111 000364 beq g24_ch_poll_count ,p_mouse_24g_search_dongle_check 
+0x112 000365 rtn 
+:      000367 p_mouse_24g_search_dongle_loop_retry:
+0x113 000368 call g24_ch 
+0x114 000369 branch p_mouse_24g_search_dongle_loop 
+:      000371 p_mouse_24g_search_dongle_check:
+0x115 000372 jam 0 ,mem_mouse_search_dongle_count 
+0x116 000373 fetch 1 ,mem_mouse_search_dongle_action 
+0x117 000374 rtnbit1 g24_disconn_state 
+0x118 000375 set1 g24_disconn_state ,pdata 
+0x119 000376 store 1 ,mem_mouse_search_dongle_action 
+0x11a 000377 fetch 2 ,mem_mouse_24g_search_dongle_time_init 
+0x11b 000378 store 2 ,mem_mouse_no_data_timer 
+0x11c 000379 branch p_mouse_sensor_powerdown 
+:      000381 p_g24_transmit_no_interrupt:
+0x11d 000382 call g24_txdata_prep 
+0x11e 000383 nbranch p_g24_nodata_transmit ,user 
+:      000384 p_g24_transmit_start:
+0x11f 000385 call p_g24_transmit_process 
+0x120 000386 call power_ctrl_start 
+0x121 000387 fetch 1 ,mem_sensor_shutdown_flag 
+0x122 000388 nbranch p_g24_short_sleep ,blank 
+0x123 000389 fetch 8 ,mem_24g_long_sleep_set 
+0x124 000390 store 8 ,mem_24g_enter_hibernate 
+0x125 000391 fetch 2 ,mem_24g_long_sleep_param_update_timer_init 
+0x126 000392 store 2 ,mem_24g_long_sleep_param_update_timer 
+:      000393 p_g24_short_sleep:
+0x127 000394 call g24_lpm_wait 
+0x128 000395 nrtn user 
+0x129 000396 call clear_wake 
+0x12a 000397 fetch 3 ,mem_24g_short_sleep_set 
+0x12b 000398 branch g24_long_sleep2 
+:      000400 p_g24_transmit_process:
+0x12c 000401 jam 0 ,mem_24g_retry 
+:      000402 p_g24_transmit_loop:
+0x12d 000403 fetchr timeup ,2 ,mem_param_rx_setup 
+0x12e 000404 until clkn_rt ,meet 
+0x12f 000405 call g24_transmit_receive_ack 
+0x130 000406 fetch 1 ,mem_24g_no_ack 
+0x131 000407 beq no_ack_24g ,g24_transmit_no_ack 
+0x132 000408 nbranch p_g24_retransmit ,sync 
+0x133 000409 nbranch p_g24_retransmit ,user3 
+0x134 000410 call g24_ackpayload_parse 
+0x135 000411 call p_g24_mouse_parse_rx 
+0x136 000412 call p_mouse_wakeup_24g 
+0x137 000413 branch g24_transmit_no_ack 
+:      000415 p_mouse_wakeup_24g:
+0x138 000416 fetch 1 ,mem_sensor_shutdown_flag 
+0x139 000417 ncall p_mouse_wakeup_24g_from_long_sleep ,blank 
+0x13a 000418 jam 0 ,mem_sensor_shutdown_flag 
+0x13b 000419 rtn 
+:      000421 p_mouse_wakeup_24g_from_long_sleep:
+0x13c 000422 call mouse_init_sensor_wakeup 
+0x13d 000423 fetch mouse_flag_len ,mem_mouse_flag 
+0x13e 000424 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+:      000425 p_mouse_wheel_set_wakeup:
+0x13f 000426 fetch 1 ,mem_whee_a_data_gpio 
+0x140 000427 arg gpcfg_pullup ,temp 
+0x141 000428 call gpio_config_function_int 
+0x142 000429 fetch 1 ,mem_whee_b_data_gpio 
+0x143 000430 arg gpcfg_pullup ,temp 
+0x144 000431 branch gpio_config_function_int 
+:      000433 p_g24_retransmit:
+0x145 000434 fetch 1 ,mem_24g_abort_pac 
+0x146 000435 nrtn blank 
+0x147 000436 fetch 2 ,mem_24g_txfail_cnt 
+0x148 000437 increase 1 ,pdata 
+0x149 000438 store 2 ,mem_24g_txfail_cnt 
+0x14a 000439 fetch 1 ,mem_24g_txfail_cnt + 1 
+0x14b 000440 bbit1 1 ,g24_tx_attempt_fail 
+0x14c 000441 call g24_transmit_hop_process 
+0x14d 000442 call p_delay_40ms 
+0x14e 000443 branch p_g24_transmit_loop 
+:      000445 p_delay_40ms:
+0x14f 000446 fetch 1 ,mem_24g_txfail_cnt + 1 
+0x150 000447 sub pdata ,0x00 ,null 
+0x151 000448 rtn positive 
+0x152 000449 arg 40 ,loopcnt 
+0x153 000450 branch delay_ms_wait 
+:      000454 p_mouse_app_enter_hibernate:
+0x154 000455 setarg pan_reg_config 
+0x155 000456 call twspi_read 
+0x156 000457 bbit1 3 ,mouse_app_enter_hibernate + 3 
+0x157 000458 call p_mouse_sensor_reset 
+0x158 000459 call p_mouse_sensor_powerdown 
+0x159 000460 branch mouse_app_enter_hibernate + 3 
+:      000462 p_mouse_setgpio_hibernate:
+0x15a 000463 call mouse_set_sdio_high 
+0x15b 000464 call clear_wake 
+0x15c 000465 call p_mouse_logo_led_off 
+0x15d 000466 call mouse_before_hibernate_wheel_gpio_set 
+0x15e 000467 fetcht 1 ,mem_matrix_public_gpio 
+0x15f 000468 call gpio_out_active 
+0x160 000469 fetcht 1 ,mem_matrix_public_gpio 
+0x161 000470 call gpio_clr_wake 
+0x162 000471 fetch 1 ,mem_mouse_sensor_sdio_gpio 
+0x163 000472 arg gpcfg_output_high ,temp 
+0x164 000473 call gpio_config_function_int 
+0x165 000474 arg 3 ,temp 
+0x166 000475 call mouse_gpio_config_input_pu 
+0x167 000476 call mouse_lpm_before_common 
+0x168 000477 call gpio_pd_idle 
+0x169 000478 arg 19 ,temp 
+0x16a 000479 call mouse_gpio_config_input_pu 
+0x16b 000480 call p_mouse_gpio_set_high_impedance 
+0x16c 000481 call p_mouse_adc_gpio_set_before_hibernate 
+0x16d 000482 branch p_mouse_wheel_gpio_set_before_hibernate 
+:      000484 p_mouse_gpio_set_high_impedance:
+0x16e 000485 fetch 3 ,mem_mouse_set_high_impedance_bit_set 
+0x16f 000486 store 3 ,mem_pdatatemp 
+0x170 000487 arg 20 ,loopcnt 
+0x171 000488 arg 0 ,temp 
+:      000489 p_mouse_gpio_set_high_impedance_bit_loop:
+0x172 000490 fetch 3 ,mem_pdatatemp 
+0x173 000491 isolate1 0 ,pdata 
+0x174 000492 call gpio_set_high_impedance ,true 
+0x175 000493 fetch 3 ,mem_pdatatemp 
+0x176 000494 rshift pdata ,pdata 
+0x177 000495 store 3 ,mem_pdatatemp 
+0x178 000496 increase 1 ,temp 
+0x179 000497 loop p_mouse_gpio_set_high_impedance_bit_loop 
+0x17a 000498 rtn 
+:      000500 p_mouse_adc_gpio_set_before_hibernate:
+0x17b 000501 fetch mouse_flag_len ,mem_mouse_flag 
+0x17c 000502 rtnbit0 mouse_enable_adc 
+0x17d 000503 fetch 1 ,mem_adc_config_flag_init 
+0x17e 000504 rtnne adc_config_gpio 
+0x17f 000505 fetch 1 ,mem_adc_channel_gpio 
+0x180 000506 arg gpcfg_no_ie ,temp 
+0x181 000507 branch gpio_config_function_int 
+:      000509 p_mouse_wheel_gpio_set_before_hibernate:
+0x182 000510 fetch mouse_flag_len ,mem_mouse_flag 
+0x183 000511 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+:      000512 p_mouse_wheel_clr_wakeup:
+0x184 000513 fetcht 1 ,mem_whee_a_data_gpio 
+0x185 000514 call gpio_clr_wake 
+0x186 000515 fetcht 1 ,mem_whee_b_data_gpio 
+0x187 000516 call gpio_clr_wake 
+0x188 000518 fetch 1 ,mem_whee_a_data_gpio 
+0x189 000519 arg gpcfg_pulldown ,temp 
+0x18a 000520 call gpio_config_function_int 
+0x18b 000521 fetch 1 ,mem_whee_b_data_gpio 
+0x18c 000522 arg gpcfg_pulldown ,temp 
+0x18d 000523 branch gpio_config_function_int 
+:      000525 p_mouse_lpm_before_common:
+0x18e 000526 fetcht 1 ,mem_whee_a_data_gpio 
+0x18f 000527 call gpio_config_input 
+0x190 000528 fetcht 1 ,mem_whee_b_data_gpio 
+0x191 000529 call gpio_config_input 
+0x192 000531 call mouse_wheel_check 
+0x193 000532 fetch 1 ,mem_mouse_sensor_sclk_gpio 
+0x194 000533 arg gpcfg_output_high ,temp 
+0x195 000534 call gpio_config_function_int 
+0x196 000535 branch mouse_lpm_before_common_next 
+:      000537 p_mouse_24g_hibernate_set:
+0x197 000538 jam 0 ,mem_24g_attempt_fail_flag 
+0x198 000539 call g24_transmit_next_packet 
+0x199 000540 setarg -1 
+0x19a 000541 store 4 ,mem_24g_enter_hibernate 
+0x19b 000542 setarg 0 
+0x19c 000543 store 7 ,mem_mouse_key 
+0x19d 000544 jam 1 ,mem_sensor_shutdown_flag 
+0x19e 000545 call p_mouse_sensor_powerdown 
+0x19f 000546 branch p_g24_long_sleep 
+:      000548 p_g24_nodata_transmit:
+0x1a0 000549 fetch 1 ,mem_24g_abort_pac 
+0x1a1 000550 call p_g24_send_abort_packet ,blank 
+0x1a2 000551 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x1a3 000552 rtneq g24_tx_timer_int_enable 
+0x1a4 000553 call g24_search_receiver 
+:      000554 p_g24_long_sleep:
+0x1a5 000555 call g24_lpm_wait 
+0x1a6 000556 nrtn user 
+0x1a7 000557 fetch 1 ,mem_sensor_shutdown_flag 
+0x1a8 000558 ncall mouse_setgpio_hibernate ,blank 
+0x1a9 000559 fetch 4 ,mem_24g_enter_hibernate 
+0x1aa 000560 branch g24_long_sleep2 
+:      000562 p_g24_send_abort_packet:
+0x1ab 000563 jam type_ms ,mem_24g_data_type 
+0x1ac 000564 jam 1 ,mem_24g_abort_pac 
+0x1ad 000565 call g24_transmit_rf_ctrl_clear 
+0x1ae 000566 store 1 ,mem_24g_txbuf 
+0x1af 000567 setarg 0 
+0x1b0 000568 store 7 ,mem_24g_txbuf + 1 
+0x1b1 000569 fetch 4 ,mem_24g_device_addr 
+0x1b2 000570 store 4 ,mem_24g_txbuf + 8 
+0x1b3 000571 jam 12 ,mem_24g_datalen 
+0x1b4 000572 fetch 1 ,mem_24g_data_type 
+0x1b5 000573 set1 bit_abort ,pdata 
+0x1b6 000574 store 1 ,mem_24g_data_type 
+0x1b7 000575 call g24_transmit_prep 
+0x1b8 000576 branch p_g24_transmit_start 
+:      000578 p_mouse_priority_bb_event:
+0x1b9 000579 copy regc ,pdata 
+0x1ba 000580 beq bt_evt_bb_connected ,p_mouse_bb_event_connected 
+0x1bb 000581 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+0x1bc 000582 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
+0x1bd 000583 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+0x1be 000584 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
+0x1bf 000585 beq bt_evt_le_parse_conn_param_accepted ,p_mouse_le_parse_conn_param_accepted 
+0x1c0 000586 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
+0x1c1 000587 branch mouse_priority_bb_event + 2 
+:      000589 p_mouse_bb_event_connected:
+0x1c2 000590 call mouse_no_data_timer_init 
+0x1c3 000591 branch mouse_bb_event_connected 
+:      000593 p_mouse_le_bb_disconnected:
+0x1c4 000594 setarg 0 
+0x1c5 000595 store 2 ,mem_le_battery_level_updata_timer 
+0x1c6 000596 jam 0 ,mem_mouse_le_bb_connected_flag 
+0x1c7 000597 setarg le_interval_7_5ms 
+0x1c8 000598 store 2 ,mem_le_interval_min 
+0x1c9 000599 store 2 ,mem_le_interval_min + 2 
+0x1ca 000600 fetch mouse_flag_len ,mem_mouse_flag 
+0x1cb 000601 bbit1 mouse_enable_bt_125hz ,mouse_le_bb_disconnected_next + 2 
+0x1cc 000602 setarg le_interval_8_75ms 
+0x1cd 000603 branch mouse_le_bb_disconnected_next 
+:      000605 p_mouse_le_ll_start_encryt:
+0x1ce 000606 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x1cf 000607 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
+0x1d0 000608 jam 20 ,mem_le_start_encrypt_timer 
+0x1d1 000609 branch mouse_le_ll_enable_start_enc_flag 
+:      000610 p_mouse_le_ll_reconn_start_encryt:
+0x1d2 000611 call mouse_updata_le_param 
+0x1d3 000612 jam 5 ,mem_le_start_encrypt_timer 
+0x1d4 000613 branch mouse_le_ll_enable_start_enc_flag 
+:      000615 p_mouse_le_parse_conn_param_accepted:
+0x1d5 000616 fetch 1 ,mem_le_new_conninterval 
+0x1d6 000617 sub pdata ,le_interval_15ms ,null 
+0x1d7 000618 nbranch mouse_le_conn_param_lpm_disable ,positive 
+0x1d8 000619 store 2 ,mem_le_interval_min 
+0x1d9 000620 store 2 ,mem_le_interval_min + 2 
+0x1da 000621 fetch 1 ,mem_le_new_connslavelatency 
+0x1db 000622 branch mouse_le_lpm_mult_reinit ,blank 
+0x1dc 000623 fetcht 1 ,mem_lpm_mult_init 
+0x1dd 000624 isub temp ,null 
+0x1de 000625 branch mouse_le_lpm_mult_reinit ,positive 
+0x1df 000626 fetch 1 ,mem_le_new_connslavelatency 
+0x1e0 000627 store 1 ,mem_lpm_mult_init 
+0x1e1 000628 branch mouse_le_conn_param_lpm_enable 
+:      000631 p_mouse_24g_pairing_complete:
+0x1e2 000632 call mouse_no_data_timer_init 
+0x1e3 000633 branch mouse_24g_pairing_complete 
+:      000635 p_mouse_24g_attempt_success:
+0x1e4 000636 fetch 4 ,mem_24g_addr 
+0x1e5 000637 store 4 ,mem_24g_receiver_addr 
+0x1e6 000638 store 4 ,mem_mouse_24g_addr 
+0x1e7 000639 call g24_ch_syncword_crc8_init 
+0x1e8 000640 call mouse_device_poweron_timer_init 
+0x1e9 000641 call mouse_no_data_timer_init 
+0x1ea 000642 branch mouse_24g_attempt_success 
+:      000645 p_mouse_24g_attempt_fail:
+0x1eb 000646 fetch 1 ,mem_24g_attempt_fail_flag 
+0x1ec 000647 nbranch p_mouse_24g_hibernate_set ,blank 
+0x1ed 000648 fetch 1 ,mem_24g_reconn_type 
+0x1ee 000649 beq fast_conn_and_3_0_addr ,p_mouse_24g_fast_conn_attempt_fail 
+0x1ef 000650 beq pair_and_3_0_addr ,p_mouse_24g_auto_pair_attempt_fail 
+0x1f0 000651 beq receiver_and_3_0_addr ,p_mouse_reconn_dongle_attempt_fail 
+0x1f1 000652 branch mouse_24g_attempt_fail_enter_hibernate 
+:      000654 p_mouse_24g_fast_conn_attempt_fail:
+0x1f2 000655 fetch mouse_flag_len ,mem_mouse_flag 
+0x1f3 000656 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
+0x1f4 000657 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
+0x1f5 000658 bbit0 mouse_enable_24g_auto_pair_nerver_been_paired ,mouse_24g_reconn_dongle_start 
+0x1f6 000659 fetch 4 ,mem_mouse_24g_addr 
+0x1f7 000660 fetcht 4 ,mem_mouse_compare_addr_ff 
+0x1f8 000661 isub temp ,null 
+0x1f9 000662 branch mouse_24g_start_pair_mode ,zero 
+0x1fa 000663 branch mouse_24g_reconn_dongle_start 
+:      000665 p_mouse_24g_auto_pair_attempt_fail:
+0x1fb 000666 fetch mouse_flag_len ,mem_mouse_flag 
+0x1fc 000667 bbit0 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_attempt_fail_enter_hibernate 
+0x1fd 000668 fetch 1 ,mem_device_number 
+0x1fe 000669 beq 1 ,p_mouse_24g_attempt_fail_enter_hibernate 
+0x1ff 000670 branch mouse_24g_first_bluetooth_reconnect 
+:      000672 p_mouse_reconn_dongle_attempt_fail:
+0x200 000673 fetch mouse_flag_len ,mem_mouse_flag 
+0x201 000674 bbit0 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_attempt_fail_enter_hibernate 
+0x202 000675 bbit1 mouse_enable_eeprom ,p_mouse_24g_attempt_fail_enter_hibernate 
+0x203 000676 bbit1 mouse_enable_flash ,p_mouse_24g_attempt_fail_enter_hibernate 
+0x204 000677 branch mouse_24g_start_auto_pair + 1 
+:      000679 p_mouse_24g_attempt_fail_enter_hibernate:
+0x205 000680 fetch mouse_flag_len ,mem_mouse_flag 
+0x206 000681 bbit0 mouse_enable_wheel_wake_up_cancel ,mouse_24g_attempt_fail_enter_hibernate 
+0x207 000682 branch p_mouse_24g_hibernate_set 
+:      000684 p_g24_pair_dispatch:
+0x208 000685 jam default_24g_device ,mem_24g_reconn_type 
+0x209 000686 fetch 2 ,mem_24g_pair_count 
+0x20a 000687 increase 1 ,pdata 
+0x20b 000688 store 2 ,mem_24g_pair_count 
+0x20c 000689 fetch 1 ,mem_24g_pair_count 
+0x20d 000690 and pdata ,0xff ,pdata 
+0x20e 000691 beq 0 ,g24_pair_dispatch + 1 
+0x20f 000692 rtn 
+:      000694 p_g24_reconn_dispatch:
+0x210 000695 fetch 2 ,mem_24g_reconn_count 
+0x211 000696 arg 0x01f8 ,temp 
+0x212 000697 iand temp ,pdata 
+0x213 000698 branch p_g24_reconn_dispatch_next ,blank 
+0x214 000699 fetch 2 ,mem_24g_reconn_count 
+0x215 000700 increase 1 ,pdata 
+0x216 000701 store 2 ,mem_24g_reconn_count 
+0x217 000702 rtn 
+:      000703 p_g24_reconn_dispatch_next:
+0x218 000704 call g24_reconn_data_prep 
+0x219 000705 call g24_transmit_receive_ack 
+0x21a 000706 nbranch p_g24_reconn_device_fail ,sync 
+0x21b 000707 nbranch p_g24_reconn_device_fail ,user3 
+0x21c 000708 call g24_ackpayload_parse 
+0x21d 000709 branch g24_reconn_receiver_succ 
+:      000711 p_g24_reconn_device_fail:
+0x21e 000712 fetch 1 ,mem_24g_fast_conn_enable 
+0x21f 000713 branch g24_ch ,blank 
+0x220 000714 fetch 2 ,mem_24g_reconn_count 
+0x221 000715 increase 1 ,pdata 
+0x222 000716 store 2 ,mem_24g_reconn_count 
+0x223 000717 fetch 1 ,mem_24g_reconn_count + 1 
+0x224 000718 isolate1 1 ,pdata 
+0x225 000719 fetch 1 ,mem_24g_reconn_type 
+0x226 000720 beq fast_conn_and_receiver ,g24_reconn_fast_conn_and_receiver 
+0x227 000721 beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn_and_3_0 
+0x228 000722 beq receiver_and_3_0_addr ,g24_reconn_receiver_and_3_0 
+0x229 000723 beq pair_and_3_0_addr ,p_g24_reconn_pair_and_3_0 
+0x22a 000724 branch g24_reconn_receiver_addr 
+:      000726 p_g24_reconn_pair_and_3_0:
+0x22b 000727 branch g24_reconn_device_3_0_addr ,true 
+0x22c 000728 branch g24_pair_init_param 
+:      000730 p_g24_dispatch:
+0x22d 000731 rtnmark1 mark_adc_enable 
+0x22e 000732 bmark1 mark_24g_rxmode ,g24_receive_dispatch 
+:      000733 p_g24_transmit_dispatch:
+0x22f 000734 rtnmark0 mark_24g 
+0x230 000735 fetch 1 ,mem_24g_conn_sm 
+0x231 000736 bbit1 state_24g_ota ,p_g24_ota_dispatch 
+0x232 000737 bbit1 state_24g_pair ,g24_pair_dispatch 
+0x233 000738 bbit1 state_24g_reconn ,g24_reconn_dispatch 
+0x234 000739 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x235 000740 beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
+0x236 000741 branch g24_transmit_no_interrupt 
+:      000743 p_g24_transmit_by_interrupt:
+0x237 000744 call g24_timer_check 
+0x238 000745 nbranch p_g24_transmit_dispatch ,user 
+0x239 000746 call g24_interval_calibrate 
+0x23a 000747 fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x23b 000748 increase 1 ,pdata 
+0x23c 000749 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x23d 000750 branch g24_transmit_no_interrupt 
+:      000752 p_mouse_start_work:
+0x23e 000753 fetch mouse_flag_len ,mem_mouse_flag 
+0x23f 000754 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_start_auto_pair_mode 
+0x240 000755 fetch 1 ,mem_device_flag 
+0x241 000756 beq mode_24g_device ,p_mouse_24g_start_mode 
+0x242 000757 branch mouse_start_work + 5 
+:      000759 p_mouse_24g_start_mode:
+0x243 000760 fetch mouse_flag_len ,mem_mouse_flag 
+0x244 000761 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
+0x245 000762 call mouse_wakeup_from_power_check 
+0x246 000763 branch mouse_24g_reconn_dongle_start ,user 
+0x247 000764 fetch mouse_flag_len ,mem_mouse_flag 
+0x248 000765 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_reconn_general_dongle 
+0x249 000766 bbit0 mouse_enable_24g_power_on_pairing ,mouse_24g_reconn_general_dongle 
+0x24a 000767 call mouse_key_check_once 
+0x24b 000768 and rega ,0x07 ,pdata 
+0x24c 000769 branch mouse_24g_start_mode + 9 
+:      000772 p_mouse_seting_dpi:
+0x24d 000773 call mouse_setting_dpi_4_level 
+0x24e 000774 call p_mouse_dpi_led_blink_delay 
+0x24f 000775 branch mouse_seting_sensor_type 
+:      000777 p_mouse_dpi_led_blink_delay:
+0x250 000778 fetch 1 ,mem_dpi_led_gpio 
+0x251 000779 rtneq gpio_disable 
+0x252 000780 fetch 2 ,mem_mouse_discovery_timer 
+0x253 000781 nrtn blank 
+0x254 000782 fetch 2 ,mem_24g_pair_timeout 
+0x255 000783 nrtn blank 
+0x256 000784 fetch 2 ,mem_24g_reconn_timeout 
+0x257 000785 nrtn blank 
+0x258 000786 fetch 1 ,mem_mouse_device_poweron_timer_count 
+0x259 000787 nrtn blank 
+0x25a 000788 fetch 1 ,mem_mouse_dpi_led_delay_count_init 
+0x25b 000789 branch p_mouse_dpi_led_blink_init ,blank 
+0x25c 000790 store 1 ,mem_mouse_dpi_led_delay_count 
+0x25d 000791 rtn 
+:      000794 p_mouse_bb_event_timer:
+0x25e 000795 call mouse_adc_read 
+0x25f 000796 call mouse_low_voltage_led_timer 
+0x260 000798 call g24_pair_timeout_timer 
+0x261 000799 call g24_reconn_timeout_timer 
+0x262 000800 call mouse_24g_long_sleep_param_update_timer 
+0x263 000802 call mouse_device_poweron_timer 
+0x264 000803 call p_mouse_dpi_led_blink_delay_timer 
+0x265 000805 call mouse_dpi_key_check_long_press 
+0x266 000806 call mouse_bt_discovery_check 
+0x267 000807 call p_mouse_commbination_key_process 
+0x268 000808 call mouse_check_discovery_timeout_timer 
+0x269 000810 call mouse_check_direct_timeout_timer 
+0x26a 000811 call mouse_le_enable_att_list_timer 
+0x26b 000812 call p_mouse_le_battery_updata_timer 
+0x26c 000813 call mouse_le_send_smp_security_request_timer 
+0x26d 000815 call mouse_check_hid_handshake_timer 
+0x26e 000816 call mouse_bt_check_sniff_req_timeout_timer 
+0x26f 000817 call mouse_check_reconnect_delay_long_sleep 
+0x270 000818 call mouse_current_mult_update_timer 
+0x271 000819 call mouse_wheel_trigger_timer 
+0x272 000820 call mouse_store_information_delay_timer 
+0x273 000821 call p_mouse_logo_led_on_timer 
+0x274 000822 call p_mouse_check_no_data_timeout_timer 
+0x275 000823 branch p_mouse_g24_ota_reset_timer 
+:      000825 p_mouse_g24_ota_reset_timer:
+0x276 000826 arg mem_g24_ota_reset_timer ,regc 
+0x277 000827 arg soft_reset_chip ,regb 
+0x278 000828 branch timer_single_step 
+:      000831 p_mouse_logo_led_on_timer:
+0x279 000832 fetch 1 ,mem_mouse_logo_led_gpio 
+0x27a 000833 rtneq gpio_disable 
+0x27b 000834 fetch 2 ,mem_mouse_no_data_timer 
+0x27c 000835 rtn blank 
+0x27d 000836 fetch 2 ,mem_mouse_no_data_timeout 
+0x27e 000837 fetcht 2 ,mem_mouse_no_data_timer 
+0x27f 000838 isub temp ,temp 
+0x280 000839 fetch 2 ,mem_mouse_logo_led_on_time_init 
+0x281 000840 isub temp ,pdata 
+0x282 000841 branch p_mouse_logo_led_on ,positive 
+:      000842 p_mouse_logo_led_off:
+0x283 000843 fetcht 1 ,mem_mouse_logo_led_gpio 
+0x284 000844 branch gpio_out_inactive 
+:      000846 p_mouse_logo_led_on:
+0x285 000847 fetcht 1 ,mem_mouse_logo_led_gpio 
+0x286 000848 call gpio_out_active 
+:      000850 p_mouse_dpi_led_blink_delay_timer:
+0x287 000851 arg mem_mouse_dpi_led_delay_count ,regc 
+0x288 000852 arg p_mouse_dpi_led_blink_init ,regb 
+0x289 000853 branch timer_single_step 
+:      000855 p_mouse_dpi_led_blink_init:
+0x28a 000856 fetch 1 ,mem_config_sensor_type 
+0x28b 000857 beq p3212 ,mouse_dpi_led_blink_init 
+0x28c 000858 beq ka8g2 ,mouse_dpi_led_blink_init 
+0x28d 000859 fetch 1 ,mem_dpi_led_gpio 
+0x28e 000860 store 1 ,mem_mouse_struct_led_gpio 
+0x28f 000861 fetch 2 ,mem_mouse_dpi_led_blink_time 
+0x290 000862 store 2 ,mem_mouse_on_time 
+0x291 000863 store 2 ,mem_mouse_off_time 
+0x292 000864 arg 0 ,rega 
+0x293 000865 fetcht 1 ,mem_mouse_dpi 
+0x294 000866 increase 2 ,temp 
+0x295 000867 sub temp ,3 ,null 
+0x296 000868 call p_mouse_dpi_led_blink_init_level_4 ,positive 
+0x297 000869 ncall p_mouse_dpi_led_blink_count_clean ,positive 
+0x298 000870 branch mouse_dpi_led_blink_init_end 
+:      000872 p_mouse_dpi_led_blink_init_level_4:
+0x299 000873 fetch mouse_flag_len ,mem_mouse_flag 
+0x29a 000874 rtnbit0 mouse_enable_dpi_level_4 
+0x29b 000875 increase 1 ,temp 
+0x29c 000876 rtn 
+:      000878 p_mouse_dpi_led_blink_count_clean:
+0x29d 000879 increase -3 ,temp 
+0x29e 000880 rtn 
+:      000883 p_mouse_commbination_key_process:
+0x29f 000884 fetch 1 ,mem_device_flag 
+0x2a0 000885 beq mode_24g_device ,p_mouse_24g_commbination_key_process 
+0x2a1 000886 fetch mouse_flag_len ,mem_mouse_flag 
+0x2a2 000887 rtnbit0 mouse_enable_commbination_key_by_bt_discovery 
+0x2a3 000888 fetcht 1 ,mem_mouse_commbination_key_bt 
+0x2a4 000889 branch p_mouse_commbination_key_start 
+:      000891 p_mouse_24g_commbination_key_process:
+0x2a5 000892 fetch mouse_flag_len ,mem_mouse_flag 
+0x2a6 000893 rtnbit0 mouse_enable_commbination_key_by_24g_pairing 
+0x2a7 000894 fetcht 1 ,mem_mouse_commbination_key_24g 
+:      000895 p_mouse_commbination_key_start:
+0x2a8 000896 storet 1 ,mem_mouse_commbination_key 
+0x2a9 000897 call mouse_check_key_gpio 
+0x2aa 000898 and pdata ,0x07 ,pdata 
+0x2ab 000899 fetcht 1 ,mem_mouse_commbination_key 
+0x2ac 000900 isub temp ,null 
+0x2ad 000901 branch p_mouse_commbination_key_down ,zero 
+0x2ae 000902 branch mouse_commbination_key_up 
+:      000905 p_mouse_commbination_key_down:
+0x2af 000906 call mouse_combination_ui_timer 
+0x2b0 000907 fetch 1 ,mem_commbination_key_statue 
+0x2b1 000908 rtneq commbination_key_state_down 
+0x2b2 000909 jam commbination_key_state_down ,mem_commbination_key_statue 
+0x2b3 000910 rtn 
+:      000912 p_mouse_le_battery_updata_timer:
+0x2b4 000913 fetch mouse_flag_len ,mem_mouse_flag 
+0x2b5 000914 rtnbit1 mouse_enable_le_battery_service_cancel 
+0x2b6 000915 branch mouse_le_battery_updata_timer 
+:      000918 p_mouse_check_no_data_timeout_timer:
+0x2b7 000919 fetch 1 ,mem_usb_addr 
+0x2b8 000920 rtnbit1 7 
+0x2b9 000921 arg mem_mouse_no_data_timer ,regc 
+0x2ba 000922 arg p_mouse_check_no_data_timeout ,regb 
+0x2bb 000923 branch timer_single_step_2b 
+:      000925 p_mouse_check_no_data_timeout:
+0x2bc 000926 fetch 1 ,mem_device_flag 
+0x2bd 000927 beq mode_24g_device ,p_mouse_24g_hibernate_set 
+0x2be 000928 branch mouse_disconnect 
+:      000930 p_mouse_start_discovery:
+0x2bf 000931 fetch 2 ,mem_ui_state_map 
+0x2c0 000932 isolate1 ui_state_ble_adv ,pdata 
+0x2c1 000933 call mouse_stop_le_adv ,true 
+0x2c2 000934 fetch 2 ,mem_ui_state_map 
+0x2c3 000935 isolate1 ui_state_bt_reconnect ,pdata 
+0x2c4 000936 call mouse_cancel_reconnect ,true 
+0x2c5 000937 setarg 0 
+0x2c6 000938 store 2 ,mem_le_battery_level_updata_timer 
+0x2c7 000939 branch mouse_start_discovery + 1 
+:      000942 p_ui_timer_check:
+0x2c8 000943 fetch 1 ,mem_power_on_flag 
+0x2c9 000944 ncall ui_timer_init ,blank 
+0x2ca 000945 jam 0 ,mem_power_on_flag 
+0x2cb 000946 branch ui_timer_check + 1 
+:      000948 p_hid_rx_process:
+0x2cc 000949 fetch 2 ,mem_l2cap_payload_ptr 
+0x2cd 000950 copy pdata ,contr 
+0x2ce 000951 ifetch 1 ,contr 
+0x2cf 000952 store 1 ,mem_l2cap_rcv_hidtype 
+0x2d0 000953 and pdata ,0x0f ,temp 
+0x2d1 000954 rshift4 pdata ,pdata 
+0x2d2 000955 beq hid_type_set_idle ,p_hid_rx_process_handshake 
+0x2d3 000956 branch hid_rx_process + 7 
+:      000958 p_hid_rx_process_handshake:
+0x2d4 000959 arg 1 ,rega 
+0x2d5 000960 call hid_malloc_tx_buff 
+0x2d6 000961 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x2d7 000962 istore 2 ,contw 
+0x2d8 000963 setarg 0 
+0x2d9 000964 istore 1 ,contw 
+0x2da 000965 jam 1 ,mem_ui_data_txbuff_length 
+0x2db 000966 fetch 1 ,mem_hid_control_state 
+0x2dc 000967 set1 l2cap_channel_hid_handshake_done ,pdata 
+0x2dd 000968 store 1 ,mem_hid_control_state 
+0x2de 000969 jam bt_evt_hid_handshake ,mem_fifo_temp 
+0x2df 000970 branch ui_ipc_send_event 
+:      000973 p_le_slave_match:
+0x2e0 000974 fetch 1 ,mem_le_md_count 
+0x2e1 000975 pincrease 1 
+0x2e2 000976 store 1 ,mem_le_md_count 
+0x2e3 000977 beq le_md_max_count ,le_slave_cont 
+0x2e4 000978 call le_acknowledge 
+0x2e5 000979 call le_prepare_tx 
+0x2e6 000980 fetch 1 ,mem_le_tx_phy 
+0x2e7 000981 call le_enable_phy_by_pdata 
+0x2e8 000982 call le_transmit 
+0x2e9 000983 branch le_slave_match + 10 
+:      000985 p_le_parse_l2cap:
+0x2ea 000986 ifetch 2 ,contr 
+0x2eb 000987 beq le_l2cap_cid_att ,p_le_parse_att 
+0x2ec 000988 branch le_parse_l2cap + 10 
+:      000990 p_le_parse_att:
+0x2ed 000991 ifetch 3 ,contr 
+0x2ee 000992 store 3 ,mem_le_att_opcode 
+0x2ef 000993 beq attop_read_request ,p_le_parse_att_read_request 
+0x2f0 000994 beq attop_write_request ,p_le_parse_att_write_request 
+0x2f1 000995 branch le_parse_att + 2 
+:      000997 p_le_parse_att_read_request:
+0x2f2 000998 fetch mouse_flag_len ,mem_mouse_flag 
+0x2f3 000999 bbit0 mouse_enable_le_battery_service_cancel ,le_parse_att_read_request 
+0x2f4 001000 call le_check_encrypt_state 
+0x2f5 001001 fetcht 2 ,mem_le_att_handle 
+0x2f6 001002 fetch 1 ,mem_le_configuration 
+0x2f7 001003 bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
+:      001005 p_le_send_att_read_response:
+0x2f8 001006 fetch 2 ,mem_le_att_handle 
+0x2f9 001007 beq 0x30 ,le_send_att_error_response_notfound 
+0x2fa 001008 fetcht 2 ,mem_le_att_handle 
+0x2fb 001009 branch le_send_att_read_response 
+:      001011 p_le_send_att_read_response_check_auth:
+0x2fc 001012 fetch 2 ,mem_le_pairing_handle 
+0x2fd 001013 isub temp ,null 
+0x2fe 001014 nbranch p_le_send_att_read_response ,zero 
+0x2ff 001015 nbranch p_le_send_att_read_response ,user 
+0x300 001016 branch le_send_att_read_response_error_insufficient_auth 
+:      001019 p_le_parse_att_write_request:
+0x301 001020 copy contr ,rega 
+0x302 001021 fetch 2 ,mem_le_l2cap_size 
+0x303 001022 add pdata ,-3 ,regb 
+0x304 001023 call le_writeatt_cb 
+0x305 001024 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x306 001025 beq 0xff ,le_send_att_write_response_check_auth 
+0x307 001026 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x308 001027 branch le_send_att_write_response_check_auth ,blank 
+0x309 001028 fetch 1 ,mem_le_connect_status_flag 
+0x30a 001029 bbit1 ll_start_enc_flag ,le_send_att_write_response_check_auth 
+0x30b 001030 setarg 0x001a 
+0x30c 001031 fetcht 2 ,mem_le_att_handle 
+0x30d 001032 isub temp ,null 
+0x30e 001033 nbranch le_send_att_write_response_check_auth ,zero 
+0x30f 001034 jam att_err_insufficient_authentication ,mem_le_err_code 
+0x310 001035 branch le_send_att_error_response 
+:      001037 p_g24_lpm_wait:
+0x311 001038 fetch 1 ,mem_24g_device_led_status 
+0x312 001039 ncall g24_transmit_by_interrupt_enable ,blank 
+0x313 001040 enable user 
+0x314 001041 call lpo_calibration 
+0x315 001042 fetch 3 ,mem_clks_per_lpo 
+0x316 001043 branch disable_user ,blank 
+0x317 001044 fetch 1 ,mem_lpm_mode 
+0x318 001045 branch disable_user ,blank 
+0x319 001046 branch g24_setgpio_lpm_before 
+:      001048 p_mouse_motion:
+0x31a 001049 disable user 
+0x31b 001050 setarg 0 
+0x31c 001051 store 6 ,mem_mouse_x 
+0x31d 001052 call mouse_check_sensor_data 
+0x31e 001053 call mouse_dpi_config 
+0x31f 001054 call mouse_zwheel 
+0x320 001055 call mouse_t_zwheel 
+0x321 001056 call mouse_key 
+0x322 001057 fetch 1 ,mem_mouse_key 
+0x323 001058 and_into 0x1f ,pdata 
+0x324 001059 store 1 ,mem_mouse_key 
+0x325 001060 nbranch mouse_drawing_optima_init ,user 
+0x326 001061 call p_mouse_drawing_optima 
+0x327 001062 branch mouse_no_data_timer_init 
+:      001064 p_mouse_drawing_optima:
+0x328 001065 fetch 1 ,mem_config_sensor_type 
+0x329 001066 rtneq p3212 
+0x32a 001067 branch mouse_drawing_optima 
+:      001069 p_mouse_sensor_poweron:
+0x32b 001070 call mouse_sensor_spi_init 
+0x32c 001071 fetch 1 ,mem_config_sensor_type 
+0x32d 001072 beq ka8g2 ,p_mouse_ka8g2_sensor_init 
+0x32e 001073 call mouse_sensor_reset 
+0x32f 001074 arg mem_sensor_poweron_init ,regc 
+0x330 001075 call mouse_sensor_wr_seq 
+0x331 001076 branch mouse_dpi_config 
+:      001078 p_mouse_ka8g2_sensor_init:
+0x332 001079 call p_mouse_ka8g2_sensor_reset 
+0x333 001080 arg mem_ka8g2_sensor_poweron_init ,regc 
+0x334 001081 call mouse_sensor_wr_seq 
+0x335 001082 branch mouse_dpi_config 
+:      001084 p_mouse_sensor_reset:
+0x336 001085 fetch 1 ,mem_config_sensor_type 
+0x337 001086 beq ka8g2 ,p_mouse_ka8g2_sensor_reset 
+0x338 001087 branch mouse_sensor_reset 
+:      001088 p_mouse_ka8g2_sensor_reset:
+0x339 001089 setarg 0x9706 
+0x33a 001090 call twspi_write 
+0x33b 001091 nop 12000 
+0x33c 001092 rtn 
+:      001094 p_mouse_sensor_powerdown:
+0x33d 001095 call mouse_init_sunt 
+0x33e 001096 call mouse_sensor_spi_init 
+0x33f 001097 fetch 1 ,mem_config_sensor_type 
+0x340 001098 beq ka8g2 ,p_mouse_ka8g2_sensor_powerdown 
+0x341 001099 setarg 0x0806 
+0x342 001100 branch twspi_write 
+:      001101 p_mouse_ka8g2_sensor_powerdown:
+0x343 001102 setarg 0x1f06 
+0x344 001103 branch twspi_write 
+:      001107 p_mouse_check_key_gpio:
+0x345 001108 fetch 1 ,mem_sensor_shutdown_flag 
+0x346 001109 ncall mouse_check_key_gpio_once ,blank 
+0x347 001110 arg 0 ,rega 
+0x348 001111 call p_mouse_check_lkey_gpio 
+0x349 001112 call p_mouse_check_rkey_gpio 
+0x34a 001113 call p_mouse_check_mkey_gpio 
+0x34b 001114 call p_mouse_check_bkkey_gpio 
+0x34c 001115 call p_mouse_check_fwkey_gpio 
+0x34d 001116 branch mouse_check_key_gpio_next 
+:      001118 p_mouse_check_lkey_gpio:
+0x34e 001119 fetch 1 ,mem_lbutton_gpio 
+0x34f 001120 call p_mouse_gpio_config_output_high 
+0x350 001121 call mouse_check_lkey_gpio 
+0x351 001122 fetcht 1 ,mem_lbutton_gpio 
+0x352 001123 branch mouse_gpio_config_input_pu 
+:      001124 p_mouse_check_rkey_gpio:
+0x353 001125 fetch 1 ,mem_rbutton_gpio 
+0x354 001126 call p_mouse_gpio_config_output_high 
+0x355 001127 call mouse_check_rkey_gpio 
+0x356 001128 fetcht 1 ,mem_rbutton_gpio 
+0x357 001129 branch mouse_gpio_config_input_pu 
+:      001130 p_mouse_check_mkey_gpio:
+0x358 001131 fetch 1 ,mem_mbutton_gpio 
+0x359 001132 call p_mouse_gpio_config_output_high 
+0x35a 001133 call mouse_check_mkey_gpio 
+0x35b 001134 fetcht 1 ,mem_mbutton_gpio 
+0x35c 001135 branch mouse_gpio_config_input_pu 
+:      001137 p_mouse_check_bkkey_gpio:
+0x35d 001138 fetch 1 ,mem_bk_button_gpio 
+0x35e 001139 rtneq gpio_disable 
+0x35f 001140 jam mouse_bk_key ,mem_mouse_key_temp 
+0x360 001141 fetch 1 ,mem_mouse_bkkey_press_status 
+0x361 001142 copy pdata ,regc 
+0x362 001143 fetcht 1 ,mem_bk_button_gpio 
+0x363 001144 fetch 1 ,mem_matrix_public_gpio 
+0x364 001145 beq gpio_disable ,p_mouse_3io6key_bk_check 
+0x365 001146 branch mouse_check_bkkey_gpio_next 
+:      001147 p_mouse_3io6key_bk_check:
+0x366 001148 fetch 1 ,mem_bk_button_gpio 
+0x367 001149 call p_mouse_gpio_config_output_low 
+0x368 001150 fetcht 1 ,mem_bk_button_gpio 
+0x369 001151 branch mouse_3io6key_bk_check 
+:      001153 p_mouse_check_fwkey_gpio:
+0x36a 001154 fetch 1 ,mem_fw_button_gpio 
+0x36b 001155 rtneq gpio_disable 
+0x36c 001156 jam mouse_fw_key ,mem_mouse_key_temp 
+0x36d 001157 fetch 1 ,mem_mouse_fwkey_press_status 
+0x36e 001158 copy pdata ,regc 
+0x36f 001159 fetcht 1 ,mem_fw_button_gpio 
+0x370 001160 fetch 1 ,mem_matrix_public_gpio 
+0x371 001161 beq gpio_disable ,p_mouse_3io6key_fw_check 
+0x372 001162 branch mouse_check_fwkey_gpio_next 
+:      001163 p_mouse_3io6key_fw_check:
+0x373 001164 fetch 1 ,mem_fw_button_gpio 
+0x374 001165 call p_mouse_gpio_config_output_low 
+0x375 001166 fetcht 1 ,mem_fw_button_gpio 
+0x376 001167 branch mouse_3io6key_fw_check 
+:      001170 p_mouse_gpio_config_output_high:
+0x377 001171 arg gpcfg_output_high ,temp 
+0x378 001172 branch gpio_config_function_int 
+:      001175 p_mouse_gpio_config_output_low:
+0x379 001176 arg gpcfg_output_low ,temp 
+0x37a 001177 branch gpio_config_function_int 
+:      001179 p_mouse_idle:
+0x37b 001180 call mouse_low_voltage_led_no_enter_lpm 
+0x37c 001181 call ui_check_paring_button 
+0x37d 001182 call p_mouse_dpi_check 
+0x37e 001183 branch mouse_idle + 4 
+:      001184 p_mouse_dpi_check:
+0x37f 001185 fetch mouse_flag_len ,mem_mouse_flag 
+0x380 001186 bbit1 mouse_enable_dpi_key_connect_adc ,mouse_dpi_check_connect_adc 
+0x381 001187 fetch 1 ,mem_dpi_button_gpio 
+0x382 001188 rtneq gpio_disable 
+0x383 001189 arg 0 ,rega 
+0x384 001190 jam mouse_dpi_key ,mem_mouse_key_temp 
+0x385 001191 fetcht 1 ,mem_dpi_button_gpio 
+0x386 001192 call p_mouse_dpi_key_check 
+0x387 001193 branch mouse_dpi_check_next 
+:      001195 p_mouse_dpi_key_check:
+0x388 001196 fetch mouse_flag_len ,mem_mouse_flag 
+0x389 001197 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
+0x38a 001198 fetch 1 ,mem_mouse_dpikey_press_status 
+0x38b 001199 copy pdata ,regc 
+0x38c 001200 fetch 1 ,mem_matrix_public_gpio 
+0x38d 001201 beq gpio_disable ,p_mouse_3io6key_dpi_check 
+0x38e 001202 branch mouse_dpi_key_check_next 
+:      001203 p_mouse_3io6key_dpi_check:
+0x38f 001204 fetch 1 ,mem_dpi_button_gpio 
+0x390 001205 call p_mouse_gpio_config_output_low 
+0x391 001206 fetcht 1 ,mem_dpi_button_gpio 
+0x392 001207 branch mouse_3io6key_check 
+:      001213 p_g24_parse_rx_ota_sm:
+0x393 001214 fetch 1 ,mem_g24_ota_mode 
+0x394 001215 rtn blank 
+0x395 001216 fetch 1 ,mem_g24_ota_sm 
+0x396 001217 beq g24_ota_sm_tx_version ,p_g24_ota_sm_tx_version 
+0x397 001218 beq g24_ota_sm_tx_info ,p_g24_ota_sm_tx_info 
+0x398 001219 beq g24_ota_sm_tx_config ,p_g24_ota_sm_tx_config 
+0x399 001220 beq g24_ota_sm_tx_set_config_end ,p_g24_ota_sm_tx_config_end 
+0x39a 001221 beq g24_ota_sm_tx_data ,p_g24_ota_sm_tx_data 
+0x39b 001222 beq g24_ota_sm_tx_reset ,p_g24_ota_sm_tx_reset 
+0x39c 001223 rtn 
+:      001225 p_g24_ota_sm_tx_reset:
+0x39d 001226 jam g24_ota_sm_tx_reset_ok ,mem_g24_ota_sm 
+0x39e 001227 rtn 
+:      001229 p_g24_ota_sm_tx_version:
+0x39f 001230 jam g24_ota_sm_tx_version_ok ,mem_g24_ota_sm 
+0x3a0 001231 rtn 
+:      001233 p_g24_ota_sm_tx_info:
+0x3a1 001234 jam g24_ota_sm_tx_info_ok ,mem_g24_ota_sm 
+0x3a2 001235 rtn 
+:      001237 p_g24_ota_sm_tx_config:
+0x3a3 001238 jam g24_ota_sm_tx_config_ok ,mem_g24_ota_sm 
+0x3a4 001239 rtn 
+:      001241 p_g24_ota_sm_tx_config_end:
+0x3a5 001242 jam g24_ota_sm_tx_set_config_end_ok ,mem_g24_ota_sm 
+0x3a6 001243 rtn 
+:      001245 p_g24_ota_sm_tx_data:
+0x3a7 001246 jam g24_ota_sm_tx_data_ok ,mem_g24_ota_sm 
+0x3a8 001247 rtn 
+:      001250 p_g24_mouse_parse_rx:
+0x3a9 001251 fetch 1 ,mem_24g_rxdata_length 
+0x3aa 001252 branch p_g24_parse_rx_ota_sm ,blank 
+0x3ab 001253 copy pdata ,regb 
+0x3ac 001256 jam 0 ,mem_24g_rxdata_length 
+0x3ad 001257 fetch 1 ,mem_24g_rxpayload 
+0x3ae 001258 beq datatype_ota ,p_g24_rx_ota 
+0x3af 001259 rtn 
+:      001262 p_g24_ota_mode_enable:
+0x3b0 001263 jam 1 ,mem_g24_ota_mode 
+0x3b1 001265 jam 0 ,mem_lpm_mode 
+0x3b2 001266 branch p_ota_init 
+:      001269 p_g24_ota_dispatch:
+0x3b3 001271 rtn 
+:      001274 p_g24_ota_transmit:
+0x3b4 001275 jam datatype_ota ,mem_24g_txbuf 
+0x3b5 001276 call g24_transmit_prep 
+0x3b6 001277 call g24_transmit_receive_ack 
+0x3b7 001278 nrtn sync 
+0x3b8 001279 nrtn user3 
+0x3b9 001280 call g24_txbuf_clear 
+0x3ba 001281 branch g24_ackpayload_parse 
+:      001284 p_g24_rx_ota:
+0x3bb 001285 fetch 1 ,mem_24g_rxpayload 
+0x3bc 001286 rtnne datatype_ota 
+0x3bd 001287 ifetch 1 ,contr 
+0x3be 001289 ifetcht 1 ,contr 
+0x3bf 001290 sub temp ,g24_ota_target_mouse ,null 
+0x3c0 001291 nbranch assert ,zero 
+0x3c1 001292 beq g24_ota_cmd_version ,p_g24_mouse_ota_process_version 
+0x3c2 001293 beq g24_ota_cmd_info ,p_g24_mouse_ota_process_info 
+0x3c3 001294 beq g24_ota_cmd_config ,p_g24_mouse_ota_process_config 
+0x3c4 001295 beq g24_ota_cmd_set_config_end ,p_g24_mouse_ota_process_set_config_end 
+0x3c5 001296 beq g24_ota_cmd_data ,p_g24_mouse_ota_process_data 
+0x3c6 001297 beq g24_ota_cmd_reset ,p_g24_mouse_ota_process_reset 
+0x3c7 001298 beq g24_ota_cmd_ping ,p_g24_mouse_ota_process_ping 
+0x3c8 001299 branch assert 
+:      001301 p_g24_mouse_ota_process_ping:
+0x3c9 001302 rtn 
+:      001304 p_g24_mouse_ota_process_version:
+0x3ca 001306 call p_g24_ota_mode_enable 
+0x3cb 001307 jam g24_ota_sm_rx_version ,mem_g24_ota_sm 
+0x3cc 001308 rtn 
+:      001310 p_g24_mouse_ota_process_info:
+0x3cd 001311 jam g24_ota_sm_rx_info ,mem_g24_ota_sm 
+0x3ce 001312 rtn 
+:      001314 p_g24_mouse_ota_process_config:
+0x3cf 001315 jam g24_ota_sm_rx_config ,mem_g24_ota_sm 
+0x3d0 001316 rtn 
+:      001319 p_g24_mouse_ota_process_set_config_end:
+0x3d1 001320 jam g24_ota_sm_rx_set_config_end ,mem_g24_ota_sm 
+0x3d2 001322 ifetch 2 ,contr 
+0x3d3 001323 ifetcht 2 ,contr 
+0x3d4 001324 fetchr rega ,2 ,mem_g24_ota_rx_alllen 
+0x3d5 001325 isub rega ,null 
+0x3d6 001326 nbranch p_g24_mouse_ota_process_fail ,zero 
+0x3d7 001327 fetch 2 ,mem_g24_ota_rx_sum 
+0x3d8 001328 isub temp ,null 
+0x3d9 001329 nbranch p_g24_mouse_ota_process_fail ,zero 
+0x3da 001330 call p_g24_check_ota_data_all 
+0x3db 001331 nbranch p_g24_mouse_ota_process_fail ,user 
+0x3dc 001332 branch p_g24_mouse_ota_process_ok 
+:      001334 p_g24_check_ota_data_all:
+0x3dd 001335 call p_g24_check_ota_data 
+0x3de 001336 nrtn user 
+0x3df 001337 fetch 2 ,mem_g24_ota_rx_sum 
+0x3e0 001338 isub alarm ,null 
+0x3e1 001339 nbranch disable_user ,zero 
+0x3e2 001340 fetcht 2 ,mem_temp_block6 
+0x3e3 001341 fetch 2 ,mem_g24_ota_rx_alllen 
+0x3e4 001342 increase -5 ,pdata 
+0x3e5 001343 isub temp ,null 
+0x3e6 001344 nbranch disable_user ,zero 
+0x3e7 001345 branch enable_user 
+:      001348 p_g24_check_ota_data:
+0x3e8 001349 fetch 2 ,mem_g24_ota_config_addr 
+0x3e9 001350 byteswap pdata ,pdata 
+0x3ea 001351 store 2 ,mem_addr_mi 
+0x3eb 001352 arg 3 ,temp 
+0x3ec 001353 arg mem_temp_block5 ,rega 
+0x3ed 001354 call iicd_read_eep 
+0x3ee 001356 fetch 1 ,mem_temp_block5 
+0x3ef 001357 bne g24_ota_data_header ,disable_user 
+0x3f0 001358 ifetcht 2 ,contr 
+0x3f1 001363 storet 2 ,mem_pdatatemp 
+0x3f2 001364 storet 2 ,mem_temp_block6 
+0x3f3 001366 fetch 1 ,mem_temp_block5 
+0x3f4 001367 arg 0xffff ,rege 
+0x3f5 001368 arg 0 ,temp 
+0x3f6 001369 arg mem_temp_block5 ,contr 
+0x3f7 001370 arg 3 ,loopcnt 
+0x3f8 001371 call p_g24_mouse_data_sum 
+0x3f9 001372 copy temp ,alarm 
+0x3fa 001374 fetch 2 ,mem_g24_ota_config_addr 
+0x3fb 001375 add pdata ,3 ,regf 
+0x3fc 001376 call p_g24_check_ota_data_loop 
+0x3fd 001378 byteswap regf ,pdata 
+0x3fe 001379 store 2 ,mem_addr_mi 
+0x3ff 001380 arg 2 ,temp 
+0x400 001381 arg mem_temp_block5 ,rega 
+0x401 001382 call iicd_read_eep 
+0x402 001383 fetch 2 ,mem_temp_block5 
+0x403 001384 isub rege ,null 
+0x404 001385 nbranch disable_user ,zero 
+0x405 001386 fetch 1 ,mem_temp_block5 
+0x406 001387 iadd alarm ,alarm 
+0x407 001388 ifetch 1 ,contr 
+0x408 001389 iadd alarm ,alarm 
+0x409 001390 setarg 0xffff 
+0x40a 001391 iand alarm ,alarm 
+0x40b 001392 branch enable_user 
+:      001394 p_g24_check_ota_data_loop:
+0x40c 001395 fetch 2 ,mem_pdatatemp 
+0x40d 001396 rtn blank 
+0x40e 001397 copy pdata ,temp 
+0x40f 001398 sub pdata ,16 ,null 
+0x410 001399 branch p_g24_check_ota_data_loopend ,positive 
+0x411 001400 increase -16 ,pdata 
+0x412 001401 arg 0x10 ,temp 
+:      001402 p_g24_check_ota_data_loop2:
+0x413 001403 store 2 ,mem_pdatatemp 
+0x414 001404 copy temp ,regext 
+0x415 001405 copy regf ,pdata 
+0x416 001406 byteswap pdata ,pdata 
+0x417 001407 store 2 ,mem_addr_mi 
+0x418 001408 arg mem_temp_block5 ,rega 
+0x419 001409 call iicd_read_eep 
+0x41a 001410 copy regf ,pdata 
+0x41b 001411 iadd regext ,regf 
+0x41c 001412 copy regext ,loopcnt 
+0x41d 001413 copy rege ,pdata 
+0x41e 001414 arg mem_temp_block5 ,contr 
+0x41f 001415 icrc contr 
+0x420 001416 copy pdata ,rege 
+0x421 001417 copy regext ,loopcnt 
+0x422 001418 arg mem_temp_block5 ,contr 
+0x423 001419 copy alarm ,temp 
+0x424 001420 call p_g24_mouse_data_sum 
+0x425 001421 copy temp ,alarm 
+0x426 001422 branch p_g24_check_ota_data_loop 
+:      001424 p_g24_check_ota_data_loopend:
+0x427 001425 setarg 0 
+0x428 001426 branch p_g24_check_ota_data_loop2 
+:      001430 p_g24_mouse_ota_process_data:
+0x429 001431 jam g24_ota_sm_rx_data ,mem_g24_ota_sm 
+0x42a 001433 ifetch 1 ,contr 
+0x42b 001434 copy contr ,rega 
+0x42c 001435 fetcht 1 ,mem_g24_ota_rx_data_count 
+0x42d 001436 isub temp ,null 
+0x42e 001437 branch p_g24_mouse_ota_process_ok ,zero 
+0x42f 001438 call p_g24_cmd_ota_data_check_count 
+0x430 001439 nbranch p_g24_mouse_ota_process_fail ,user 
+0x431 001440 sub regb ,4 ,null 
+0x432 001441 branch p_g24_mouse_ota_process_fail ,positive 
+0x433 001442 increase -4 ,regb 
+0x434 001444 storer regb ,2 ,mem_hold_contw 
+0x435 001445 storer rega ,2 ,mem_hold_contr 
+0x436 001446 call iicd_eeprom_write_enable 
+0x437 001447 call p_dongle_usb_cmd_ota_write_data 
+0x438 001448 call iicd_eeprom_write_disable 
+0x439 001449 fetchr regb ,2 ,mem_hold_contw 
+0x43a 001450 fetchr rega ,2 ,mem_hold_contr 
+0x43b 001452 fetch 2 ,mem_g24_ota_rx_alllen 
+0x43c 001453 iadd regb ,pdata 
+0x43d 001454 store 2 ,mem_g24_ota_rx_alllen 
+0x43e 001455 copy regb ,loopcnt 
+0x43f 001456 arg 0 ,temp 
+0x440 001457 copy rega ,contr 
+0x441 001458 call p_g24_mouse_data_sum 
+0x442 001459 fetch 2 ,mem_g24_ota_rx_sum 
+0x443 001460 iadd temp ,pdata 
+0x444 001461 store 2 ,mem_g24_ota_rx_sum 
+:      001463 p_g24_mouse_ota_process_ok:
+0x445 001464 jam g24_ota_status_success ,mem_g24_ota_rtn_state 
+0x446 001465 rtn 
+:      001467 p_g24_mouse_ota_process_fail:
+0x447 001468 jam g24_ota_status_fail ,mem_g24_ota_rtn_state 
+0x448 001469 rtn 
+:      001471 p_dongle_usb_cmd_ota_write_data:
+0x449 001473 fetch 2 ,mem_g24_ota_config_addr 
+0x44a 001474 rtn blank 
+0x44b 001475 fetcht 2 ,mem_g24_ota_rx_alllen 
+0x44c 001476 iadd temp ,pdata 
+0x44d 001477 copy regb ,temp 
+0x44e 001478 branch iicd_write_ota_data 
+:      001481 p_g24_mouse_ota_process_reset:
+0x44f 001482 fetch 1 ,mem_g24_ota_sm 
+0x450 001483 rtneq g24_ota_sm_rx_reset 
+0x451 001484 rtneq g24_ota_sm_tx_reset 
+0x452 001485 rtneq g24_ota_sm_tx_reset_ok 
+0x453 001486 jam 5 ,mem_g24_ota_reset_timer 
+0x454 001487 jam g24_ota_sm_rx_reset ,mem_g24_ota_sm 
+0x455 001488 rtn 
+:      001491 p_g24_cmd_ota_data_check_count:
+0x456 001492 fetcht 1 ,mem_g24_ota_rx_data_count 
+0x457 001493 store 1 ,mem_g24_ota_rx_data_count 
+0x458 001494 beq 0 ,p_g24_cmd_ota_data_check_count_0 
+0x459 001495 isub temp ,pdata 
+0x45a 001496 beq 1 ,enable_user 
+0x45b 001497 branch disable_user 
+:      001499 p_g24_cmd_ota_data_check_count_0:
+0x45c 001500 sub temp ,0xff ,null 
+0x45d 001501 branch enable_user ,zero 
+0x45e 001502 branch disable_user 
+:      001504 p_g24_mouse_data_sum:
+0x45f 001505 ifetch 1 ,contr 
+0x460 001506 iadd temp ,temp 
+0x461 001507 loop p_g24_mouse_data_sum 
+0x462 001508 rtn 
+:      001513 p_g24_mouse_ota_crc:
+0x463 001514 setarg 0xffff 
+0x464 001515 icrc contr 
+0x465 001516 rtn 
+:      001518 p_g24_mouse_ota_check_crc:
+0x466 001519 fetchr loopcnt ,1 ,mem_24g_rxdata_length 
+0x467 001520 sub loopcnt ,2 ,null 
+0x468 001521 branch disable_user ,positive 
+0x469 001522 arg mem_24g_rxpayload ,pdata 
+0x46a 001523 iadd loopcnt ,contr 
+0x46b 001524 increase -2 ,contr 
+0x46c 001525 ifetcht 2 ,contr 
+0x46d 001526 arg mem_24g_rxpayload ,contr 
+0x46e 001527 call p_g24_mouse_ota_crc 
+0x46f 001528 isub temp ,null 
+0x470 001529 branch enable_user ,zero 
+0x471 001530 branch disable_user 
+:      001533 p_g24_mouse_ota_check_data:
+0x472 001534 ifetch 1 ,contr 
+0x473 001535 bne 0x5a ,p_g24_mouse_ota_load_fail 
+0x474 001536 copy rega ,1 ,contr 
+0x475 001537 fetcht 2 ,contr 
+:      001538 p_g24_mouse_ota_check_data_loop:
+0x476 001539 sub temp ,3 ,null 
+0x477 001540 branch p_g24_mouse_ota_load_fail ,positive 
+0x478 001541 increase 2 ,contr 
+0x479 001542 ifetchr loopcnt ,1 ,contr 
+0x47a 001543 sub loopcnt ,0 ,null 
+0x47b 001544 nbranch p_g24_mouse_ota_load_fail ,zero 
+0x47c 001545 copy loopcnt ,pdata 
+0x47d 001546 iadd contr ,contr 
+0x47e 001547 copy temp ,pdata 
+0x47f 001548 increase 3 ,loopcnt 
+0x480 001549 isub loopcnt ,temp 
+0x481 001550 nbranch p_g24_mouse_ota_check_data_loop ,zero 
+0x482 001551 ifetcht 2 ,contr 
+0x483 001552 add rega ,1 ,contr 
+0x484 001553 ifetch 2 ,contr 
+0x485 001554 add pdata ,2 ,loopcnt 
+0x486 001555 add rega ,1 ,contr 
+0x487 001556 call p_g24_mouse_ota_crc 
+0x488 001557 isub temp ,null 
+0x489 001558 nbranch p_g24_mouse_ota_load_fail ,zero 
+:      001559 p_g24_mouse_ota_load_success:
+0x48a 001560 branch enable_user 
+:      001563 p_g24_mouse_ota_load_fail:
+0x48b 001564 branch disable_user 
+:      001566 p_g24_mouse_ota_get_otaaddr:
+0x48c 001567 fetch 2 ,mem_g24_ota_config_addr 
+0x48d 001568 copy pdata ,contr 
+0x48e 001569 call p_g24_mouse_ota_check_data 
+0x48f 001570 nbranch p_g24_mouse_ota_config_end ,user 
+0x490 001571 fetchr rega ,2 ,mem_g24_ota_config_addr 
+0x491 001572 add rega ,1 ,contr 
+0x492 001573 ifetch 2 ,contr 
+0x493 001574 increase 5 ,pdata 
+0x494 001575 iadd rega ,pdata 
+0x495 001576 store 2 ,mem_g24_ota_config_addr 
+0x496 001577 branch p_g24_mouse_ota_get_otaaddr 
+:      001579 p_g24_mouse_ota_config_end:
+0x497 001580 fetch 2 ,mem_g24_ota_storage_size 
+0x498 001581 fetcht 2 ,mem_g24_ota_config_addr 
+0x499 001582 isub temp ,pdata 
+0x49a 001583 rtn 
+:      001586 p_ota_init:
+0x49b 001587 setarg 0 
+0x49c 001588 store 2 ,mem_g24_ota_rx_alllen 
+0x49d 001589 store 2 ,mem_g24_ota_rx_sum 
+0x49e 001590 store 1 ,mem_g24_ota_rx_data_count 
+0x49f 001591 store 1 ,mem_g24_ota_sm 
+0x4a0 001592 rtn 
+:      001594 p_mouse_24g_package_ota:
+0x4a1 001595 call disable_user 
+0x4a2 001596 fetch 1 ,mem_g24_ota_sm 
+0x4a3 001597 beq g24_ota_sm_rx_version ,p_mouse_24g_package_ota_version 
+0x4a4 001598 beq g24_ota_sm_rx_info ,p_mouse_24g_package_ota_info 
+0x4a5 001599 beq g24_ota_sm_rx_config ,p_mouse_24g_package_ota_config 
+0x4a6 001600 beq g24_ota_sm_rx_set_config_end ,p_mouse_24g_package_ota_set_config_end 
+0x4a7 001601 beq g24_ota_sm_rx_data ,p_mouse_24g_package_ota_data 
+0x4a8 001602 beq g24_ota_sm_rx_reset ,p_mouse_24g_package_ota_reset 
+0x4a9 001603 branch p_mouse_24g_package_ping 
+:      001605 p_mouse_24g_package_ota_version:
+0x4aa 001606 jam datatype_ota ,mem_24g_txbuf 
+0x4ab 001607 jam g24_ota_cmd_version ,mem_24g_txbuf + 1 
+0x4ac 001608 jam g24_ota_status_success ,mem_24g_txbuf + 2 
+0x4ad 001609 jam g24_ota_target_mouse ,mem_24g_txbuf + 3 
+0x4ae 001610 setarg g24_ota_version 
+0x4af 001611 store 2 ,mem_24g_txbuf + 4 
+0x4b0 001612 jam type_ms ,mem_24g_data_type 
+0x4b1 001613 jam 6 ,mem_24g_datalen 
+0x4b2 001617 jam g24_ota_sm_tx_version ,mem_g24_ota_sm 
+0x4b3 001618 rtn 
+:      001620 p_mouse_24g_package_ota_info:
+0x4b4 001621 jam datatype_ota ,mem_24g_txbuf 
+0x4b5 001622 jam g24_ota_cmd_info ,mem_24g_txbuf + 1 
+0x4b6 001623 jam g24_ota_status_success ,mem_24g_txbuf + 2 
+0x4b7 001624 jam g24_ota_target_mouse ,mem_24g_txbuf + 3 
+0x4b8 001625 fetch 2 ,core_chipid 
+0x4b9 001626 store 2 ,mem_24g_txbuf + 4 
+0x4ba 001627 setarg 0x6661 
+0x4bb 001628 istore 2 ,contw 
+0x4bc 001629 setarg 1 
+0x4bd 001630 istore 6 ,contw 
+0x4be 001631 setarg 0 
+0x4bf 001632 istore 2 ,contw 
+0x4c0 001633 istore 2 ,contw 
+0x4c1 001634 call p_mouse_24g_storage_type 
+0x4c2 001635 istore 1 ,contw 
+0x4c3 001636 setarg 0 
+0x4c4 001637 istore 1 ,contw 
+0x4c5 001638 fetcht 2 ,mem_g24_ota_config_addr 
+0x4c6 001639 istoret 2 ,contw 
+0x4c7 001640 fetch 2 ,mem_g24_ota_storage_size 
+0x4c8 001641 lshift8 pdata ,pdata 
+0x4c9 001642 rshift pdata ,pdata 
+0x4ca 001643 isub temp ,pdata 
+0x4cb 001644 nbranch p_dongle_usb_cmd_ota_info_dongle_empty ,positive 
+:      001645 p_dongle_usb_cmd_ota_info_dongle_common:
+0x4cc 001646 istore 2 ,contw 
+0x4cd 001647 jam 24 ,mem_24g_datalen 
+0x4ce 001648 jam type_ms ,mem_24g_data_type 
+0x4cf 001649 jam g24_ota_sm_tx_info ,mem_g24_ota_sm 
+0x4d0 001650 rtn 
+:      001652 p_dongle_usb_cmd_ota_info_dongle_empty:
+0x4d1 001653 setarg 0 
+0x4d2 001654 branch p_dongle_usb_cmd_ota_info_dongle_common 
+:      001656 p_mouse_24g_package_ota_config:
+0x4d3 001657 jam g24_ota_sm_tx_config ,mem_g24_ota_sm 
+0x4d4 001658 jam g24_ota_cmd_config ,mem_24g_txbuf + 1 
+0x4d5 001659 jam 4 ,mem_24g_datalen 
+0x4d6 001660 branch p_mouse_24g_package_ota_common_ok 
+:      001662 p_mouse_24g_package_ota_reset:
+0x4d7 001663 jam g24_ota_sm_tx_reset ,mem_g24_ota_sm 
+0x4d8 001664 jam g24_ota_cmd_reset ,mem_24g_txbuf + 1 
+0x4d9 001665 jam 4 ,mem_24g_datalen 
+0x4da 001666 branch p_mouse_24g_package_ota_common_ok 
+:      001668 p_mouse_24g_storage_type:
+0x4db 001669 fetch mouse_flag_len ,mem_mouse_flag 
+0x4dc 001670 bbit1 mouse_enable_eeprom ,p_mouse_24g_storage_type_eeprom 
+0x4dd 001671 bbit1 mouse_enable_flash ,p_mouse_24g_storage_type_flash 
+0x4de 001672 setarg g24_ota_storage_error 
+0x4df 001673 rtn 
+:      001675 p_mouse_24g_storage_type_eeprom:
+0x4e0 001676 setarg g24_ota_storage_eeprom 
+0x4e1 001677 rtn 
+:      001679 p_mouse_24g_storage_type_flash:
+0x4e2 001680 setarg g24_ota_storage_flash 
+0x4e3 001681 rtn 
+:      001684 p_mouse_24g_package_ota_common_ok:
+0x4e4 001685 jam type_ms ,mem_24g_data_type 
+0x4e5 001686 jam datatype_ota ,mem_24g_txbuf 
+0x4e6 001687 jam g24_ota_status_success ,mem_24g_txbuf + 2 
+0x4e7 001688 jam g24_ota_target_mouse ,mem_24g_txbuf + 3 
+0x4e8 001689 rtn 
+:      001691 p_mouse_24g_package_ota_common_fail:
+0x4e9 001692 jam g24_ota_status_fail ,mem_24g_txbuf + 2 
+0x4ea 001693 jam type_ms ,mem_24g_data_type 
+0x4eb 001694 jam datatype_ota ,mem_24g_txbuf 
+0x4ec 001695 jam g24_ota_target_mouse ,mem_24g_txbuf + 3 
+0x4ed 001696 rtn 
+:      001699 p_mouse_24g_package_ota_data:
+0x4ee 001700 jam g24_ota_sm_tx_data_ok ,mem_g24_ota_sm 
+0x4ef 001702 jam g24_ota_cmd_data ,mem_24g_txbuf + 1 
+0x4f0 001703 fetch 1 ,mem_g24_ota_rx_data_count 
+0x4f1 001704 store 1 ,mem_24g_txbuf + 4 
+0x4f2 001705 jam 5 ,mem_24g_datalen 
+0x4f3 001706 jam type_ms ,mem_24g_data_type 
+0x4f4 001707 jam datatype_ota ,mem_24g_txbuf 
+0x4f5 001708 fetch 1 ,mem_g24_ota_rtn_state 
+0x4f6 001709 store 1 ,mem_24g_txbuf + 2 
+0x4f7 001710 jam g24_ota_target_mouse ,mem_24g_txbuf + 3 
+0x4f8 001711 rtn 
+:      001714 p_mouse_24g_package_ota_set_config_end:
+0x4f9 001715 jam g24_ota_sm_tx_set_config_end_ok ,mem_g24_ota_sm 
+0x4fa 001716 jam g24_ota_cmd_set_config_end ,mem_24g_txbuf + 1 
+0x4fb 001717 jam 4 ,mem_24g_datalen 
+0x4fc 001719 jam type_ms ,mem_24g_data_type 
+0x4fd 001720 jam datatype_ota ,mem_24g_txbuf 
+0x4fe 001721 fetch 1 ,mem_g24_ota_rtn_state 
+0x4ff 001722 store 1 ,mem_24g_txbuf + 2 
+0x500 001723 jam g24_ota_target_mouse ,mem_24g_txbuf + 3 
+0x501 001724 rtn 
+:      001727 p_mouse_24g_package_ping:
+0x502 001728 jam datatype_ota ,mem_24g_txbuf 
+0x503 001729 jam g24_ota_cmd_ping ,mem_24g_txbuf + 1 
+0x504 001730 jam g24_ota_status_success ,mem_24g_txbuf + 2 
+0x505 001731 jam g24_ota_target_mouse ,mem_24g_txbuf + 3 
+0x506 001734 jam type_ms ,mem_24g_data_type 
+0x507 001735 jam 4 ,mem_24g_datalen 
+0x508 001736 rtn 
+:      001738 p_mouse_24g_package_data_ota:
+0x509 001739 copy pdata ,rega 
+0x50a 001740 jam 0 ,mem_g24_ota_prepare_send_len 
+0x50b 001741 jam type_ms ,mem_24g_data_type 
+0x50c 001742 arg mem_g24_ota_txbuf ,regb 
+0x50d 001743 rtn 
Index: output/bt_program23.meta
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_public_sdk/output/bt_program23.meta	(revision 896)
+++ /YC1308AC/branch/mouse_project/mouse_public_sdk/output/bt_program23.meta	(working copy)
@@ -94,6 +94,22 @@
 	jam 0x29,core_syn_afc_cfg1
 	branch set_sync_on_16m	
 
+
+p_g24_load_ota_config_poweron:
+	call iicd_load_gpio_init
+	call p_g24_check_ota_data
+	branch p_g24_load_ota_config,user
+	rtn
+
+p_g24_load_ota_config:	
+	arg iicd_read_eep,regc
+	fetch 2,mem_g24_ota_config_addr
+	increase 3,pdata
+	byteswap pdata,pdata
+	store 2,mem_addr_mi
+	branch load_storage_loop
+	
+	
 p_adc_init_data:
 	arg mem_temp_block2,rega
 	arg 12,temp
@@ -188,6 +204,8 @@
 /////////////////////////////////// g24 250Hz use lpm//////////////////////////////////////
 p_app_init:
 p_mouse_init:
+	ncall p_g24_load_ota_config_poweron,wake
+	ncall p_mouse_le_name_load,wake
 	call enable_authrom
 	call p_mouse_setting_config
 	call mouse_init_sunt
@@ -199,6 +217,61 @@
 	call p_mouse_sensor_powerdown
 	branch mouse_init+8
 
+p_mouse_le_name_load:
+	fetch 8,mem_le_name_patch
+	rtn blank
+
+	fetch 1,mem_le_name_patch_len
+	copy pdata,rega
+	sub pdata,11,null
+	nbranch p_mouse_le_name_patch_len_overflow,positive
+
+	arg mem_le_name_patch,contr	
+	arg mem_le_adv_swift_pair+9,contw
+	copy rega,loopcnt
+	call memcpy
+	
+	arg mem_le_name_patch,contr
+	arg mem_le_scan_data+2,contw
+	copy rega,loopcnt
+	call memcpy
+	
+	arg mem_le_name_patch,contr
+	arg mem_le_name,contw
+	copy rega,loopcnt
+	branch memcpy
+
+p_mouse_le_name_patch_len_overflow:
+	call p_mouse_le_swift_pair_disable
+	fetch 1,mem_le_name_patch_len
+	increase 1,pdata
+	store 1,mem_le_adv_swift_pair
+	jam 9,mem_le_adv_swift_pair+1
+	arg mem_le_name_patch,contr
+	arg mem_le_adv_swift_pair+2,contw
+	copy rega,loopcnt
+	call memcpy
+
+	fetch 1,mem_le_name_patch_len
+	increase 1,pdata
+	store 1,mem_le_scan_data
+	jam 9,mem_le_scan_data+1
+	arg mem_le_name_patch,contr
+	arg mem_le_scan_data+2,contw
+	copy rega,loopcnt
+	call memcpy
+
+	arg mem_le_name_patch_len,contr
+	arg mem_le_name_len,contw
+	copy rega,loopcnt
+	increase 1,loopcnt
+	branch memcpy
+	
+p_mouse_le_swift_pair_disable:
+	arg mem_le_adv_swift_pair,contw
+	arg 20,loopcnt
+	branch clear_mem
+
 p_mouse_setting_config:
 	rtn wake
 	call g24_transmit_init
@@ -229,6 +302,8 @@
 
 p_mouse_24g_package_data:		// 250Hz
 	rtnmark0 mark_24g
+	fetch 1,mem_g24_ota_mode
+	nbranch p_mouse_24g_package_ota,blank
 	call mouse_motion
 	nrtn user
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
@@ -333,6 +408,7 @@
 	nbranch p_g24_retransmit,sync
 	nbranch p_g24_retransmit,user3
 	call g24_ackpayload_parse
+	call p_g24_mouse_parse_rx
 	call p_mouse_wakeup_24g
 	branch g24_transmit_no_ack
 
@@ -364,7 +440,7 @@
 	bbit1 1,g24_tx_attempt_fail
 	call g24_transmit_hop_process
 	call p_delay_40ms
-	branch g24_transmit_loop
+	branch p_g24_transmit_loop
 
 p_delay_40ms:
 	fetch 1,mem_24g_txfail_cnt+1
@@ -386,6 +462,7 @@
 p_mouse_setgpio_hibernate:
 	call mouse_set_sdio_high
 	call clear_wake
+	call p_mouse_logo_led_off
 	call mouse_before_hibernate_wheel_gpio_set
 	fetcht 1,mem_matrix_public_gpio		// enable b4/b5/dpi wakeup
 	call gpio_out_active
@@ -470,7 +547,7 @@
 
 p_g24_nodata_transmit:
 	fetch 1,mem_24g_abort_pac
-	call g24_send_abort_packet,blank
+	call p_g24_send_abort_packet,blank
 	fetch 1,mem_24g_transmit_by_interrupt
 	rtneq G24_TX_TIMER_INT_ENABLE
 	call g24_search_receiver
@@ -481,6 +558,22 @@
 	ncall mouse_setgpio_hibernate,blank
 	fetch 4,mem_24g_enter_hibernate
 	branch g24_long_sleep2
+
+p_g24_send_abort_packet:
+	jam TYPE_MS,mem_24g_data_type
+	jam 1,mem_24g_abort_pac
+	call g24_transmit_rf_ctrl_clear
+	store 1,mem_24g_txbuf
+	setarg 0
+	store 7,mem_24g_txbuf+1
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_txbuf+8
+	jam 12,mem_24g_datalen
+	fetch 1,mem_24g_data_type
+	set1 bit_abort,pdata
+	store 1,mem_24g_data_type
+	call g24_transmit_prep
+	branch p_g24_transmit_start
 	
 p_mouse_priority_bb_event:
 	copy regc,pdata
@@ -640,6 +733,7 @@
 p_g24_transmit_dispatch:
 	rtnmark0 mark_24g
 	fetch 1,mem_24g_conn_sm
+	bbit1 STATE_24G_OTA,p_g24_ota_dispatch
 	bbit1 STATE_24G_PAIR,g24_pair_dispatch
 	bbit1 STATE_24G_RECONN,g24_reconn_dispatch
 	fetch 1,mem_24g_transmit_by_interrupt
@@ -724,7 +818,34 @@
 	call mouse_current_mult_update_timer
 	call mouse_wheel_trigger_timer
 	call mouse_store_information_delay_timer
-	branch p_mouse_check_no_data_timeout_timer
+	call p_mouse_logo_led_on_timer
+	call p_mouse_check_no_data_timeout_timer
+	branch p_mouse_g24_ota_reset_timer
+	
+p_mouse_g24_ota_reset_timer:
+	arg mem_g24_ota_reset_timer,regc
+	arg soft_reset_chip,regb
+	branch timer_single_step	
+
+
+p_mouse_logo_led_on_timer:
+	fetch 1,mem_mouse_logo_led_gpio
+	rtneq GPIO_DISABLE
+	fetch 2,mem_mouse_no_data_timer
+	rtn blank
+	fetch 2,mem_mouse_no_data_timeout
+	fetcht 2,mem_mouse_no_data_timer
+	isub temp,temp
+	fetch 2,mem_mouse_logo_led_on_time_init
+	isub temp,pdata
+	branch p_mouse_logo_led_on,positive
+p_mouse_logo_led_off:
+	fetcht 1,mem_mouse_logo_led_gpio
+	branch gpio_out_inactive
+
+p_mouse_logo_led_on:
+	fetcht 1,mem_mouse_logo_led_gpio
+	call gpio_out_active
 
 p_mouse_dpi_led_blink_delay_timer:
 	arg mem_mouse_dpi_led_delay_count,regc
@@ -930,7 +1051,20 @@
 	store 6,mem_mouse_x
 	call mouse_check_sensor_data
 	call mouse_dpi_config
-	branch mouse_motion+5
+	call mouse_zwheel
+	call mouse_t_zwheel
+	call mouse_key
+	fetch 1,mem_mouse_key
+	and_into 0x1f,pdata
+	store 1,mem_mouse_key
+	nbranch mouse_drawing_optima_init,user
+	call p_mouse_drawing_optima
+	branch mouse_no_data_timer_init
+
+p_mouse_drawing_optima:
+	fetch 1,mem_config_sensor_type
+	rtneq P3212
+	branch mouse_drawing_optima
 
 p_mouse_sensor_poweron:
 	call mouse_sensor_spi_init
@@ -1076,3 +1210,535 @@
 
 
 
+p_g24_parse_rx_ota_sm:
+	fetch 1,mem_g24_ota_mode
+	rtn blank
+	fetch 1,mem_g24_ota_sm
+	beq G24_OTA_SM_TX_VERSION,p_g24_ota_sm_tx_version
+	beq G24_OTA_SM_TX_INFO,p_g24_ota_sm_tx_info
+	beq G24_OTA_SM_TX_CONFIG,p_g24_ota_sm_tx_config
+	beq G24_OTA_SM_TX_SET_CONFIG_END,p_g24_ota_sm_tx_config_end
+	beq G24_OTA_SM_TX_DATA,p_g24_ota_sm_tx_data
+	beq G24_OTA_SM_TX_RESET,p_g24_ota_sm_tx_reset
+	rtn
+
+p_g24_ota_sm_tx_reset:
+	jam G24_OTA_SM_TX_RESET_OK,mem_g24_ota_sm
+	rtn
+	
+p_g24_ota_sm_tx_version:
+	jam G24_OTA_SM_TX_VERSION_OK,mem_g24_ota_sm
+	rtn
+	
+p_g24_ota_sm_tx_info:
+	jam G24_OTA_SM_TX_INFO_OK,mem_g24_ota_sm
+	rtn	
+
+p_g24_ota_sm_tx_config:
+	jam G24_OTA_SM_TX_CONFIG_OK,mem_g24_ota_sm
+	rtn	
+	
+p_g24_ota_sm_tx_config_end:
+	jam G24_OTA_SM_TX_SET_CONFIG_END_OK,mem_g24_ota_sm
+	rtn		
+
+p_g24_ota_sm_tx_data:
+	jam G24_OTA_SM_TX_DATA_OK,mem_g24_ota_sm
+	rtn		
+	
+	
+p_g24_mouse_parse_rx:
+	fetch 1,mem_24g_rxdata_length
+	branch  p_g24_parse_rx_ota_sm, blank
+	copy pdata,regb //len
+//	fetch 1,mem_g24_ota_mode
+//	nbranch p_g24_mouse_parse_rx_mode_ota,blank
+	jam 0,mem_24g_rxdata_length
+	fetch 1,mem_24g_rxpayload
+	beq DATATYPE_OTA,p_g24_rx_ota	//mouse
+	rtn
+
+
+p_g24_ota_mode_enable:
+	jam 1,mem_g24_ota_mode
+//	jam CLEAR_INIT,mem_24g_mode_init
+	jam 0,mem_lpm_mode
+	branch p_ota_init
+	
+
+p_g24_ota_dispatch:
+
+	rtn
+	
+
+p_g24_ota_transmit:
+	jam DATATYPE_OTA,mem_24g_txbuf
+	call g24_transmit_prep
+	call g24_transmit_receive_ack
+	nrtn sync
+	nrtn user3
+	call g24_txbuf_clear
+	branch g24_ackpayload_parse
+	
+	
+p_g24_rx_ota:
+	fetch 1,mem_24g_rxpayload
+	rtnne DATATYPE_OTA
+	ifetch 1,contr
+//	store 1,mem_g24_ota_tx_opcode
+	ifetcht 1,contr
+	sub temp,G24_OTA_TARGET_MOUSE,null
+	nbranch assert,zero
+	beq G24_OTA_CMD_VERSION,p_g24_mouse_ota_process_version
+	beq  G24_OTA_CMD_INFO,p_g24_mouse_ota_process_info
+	beq  G24_OTA_CMD_CONFIG,p_g24_mouse_ota_process_config
+	beq G24_OTA_CMD_SET_CONFIG_END,p_g24_mouse_ota_process_set_config_end
+	beq G24_OTA_CMD_DATA,p_g24_mouse_ota_process_data
+	beq G24_OTA_CMD_RESET,p_g24_mouse_ota_process_reset
+	beq G24_OTA_CMD_PING,p_g24_mouse_ota_process_ping
+	branch assert
+	
+p_g24_mouse_ota_process_ping:
+	rtn
+
+p_g24_mouse_ota_process_version:
+//	call  g24_transmit_prep
+	call p_g24_ota_mode_enable 
+	jam G24_OTA_SM_RX_VERSION,mem_g24_ota_sm	
+	rtn
+	
+p_g24_mouse_ota_process_info:
+	jam G24_OTA_SM_RX_INFO,mem_g24_ota_sm
+	rtn
+	
+p_g24_mouse_ota_process_config:
+	jam G24_OTA_SM_RX_CONFIG,mem_g24_ota_sm
+	rtn
+	
+
+p_g24_mouse_ota_process_set_config_end:
+	jam G24_OTA_SM_RX_SET_CONFIG_END,mem_g24_ota_sm
+
+	ifetch 2,contr
+	ifetcht 2,contr
+	fetchr rega, 2,mem_g24_ota_rx_alllen
+	isub rega,null
+	nbranch p_g24_mouse_ota_process_fail,zero
+	fetch 2,mem_g24_ota_rx_sum
+	isub temp,null
+	nbranch p_g24_mouse_ota_process_fail,zero
+	call p_g24_check_ota_data_all
+	nbranch p_g24_mouse_ota_process_fail,user
+	branch p_g24_mouse_ota_process_ok	
+
+p_g24_check_ota_data_all:
+	call p_g24_check_ota_data
+	nrtn user	
+	fetch 2,mem_g24_ota_rx_sum
+	isub alarm,null
+	nbranch disable_user,zero	
+	fetcht 2,mem_temp_block6
+	fetch 2,mem_g24_ota_rx_alllen
+	increase -5,pdata
+	isub temp,null
+	nbranch disable_user,zero
+	branch enable_user
+	
+
+p_g24_check_ota_data:
+	fetch 2,mem_g24_ota_config_addr
+	byteswap pdata,pdata
+	store 2,mem_addr_mi
+	arg 3,temp
+	arg mem_temp_block5,rega
+	call iicd_read_eep	
+
+	fetch 1,mem_temp_block5
+	bne  G24_OTA_DATA_HEADER,disable_user
+	ifetcht 2,contr
+//	fetch 2,mem_g24_ota_rx_alllen
+//	increase -5,pdata
+//	isub temp,null
+//	nbranch disable_user,zero
+	storet 2,mem_pdatatemp //len
+	storet 2,mem_temp_block6 //len
+	
+	fetch 1,mem_temp_block5
+	arg 0xffff,rege //crc
+	arg 0,temp
+	arg mem_temp_block5,contr
+	arg 3,loopcnt
+	call p_g24_mouse_data_sum
+	copy temp,alarm
+	
+	fetch 2,mem_g24_ota_config_addr
+	add pdata,3,regf
+	call p_g24_check_ota_data_loop
+
+	byteswap regf,pdata
+	store 2,mem_addr_mi
+	arg 2,temp
+	arg mem_temp_block5,rega
+	call iicd_read_eep	
+	fetch 2,mem_temp_block5
+	isub rege, null
+	nbranch disable_user,zero
+	fetch 1,mem_temp_block5
+	iadd alarm,alarm
+	ifetch 1,contr
+	iadd alarm,alarm
+	setarg 0xffff
+	iand alarm,alarm
+	branch enable_user
+	
+p_g24_check_ota_data_loop:
+	fetch 2,mem_pdatatemp
+	rtn blank
+	copy pdata,temp
+	sub pdata,16,null
+	branch p_g24_check_ota_data_loopend,positive
+	increase -16,pdata
+	arg 0x10,temp //len
+p_g24_check_ota_data_loop2:
+	store 2,mem_pdatatemp
+	copy temp,regext
+	copy regf,pdata
+	byteswap pdata,pdata
+	store 2,mem_addr_mi
+	arg mem_temp_block5,rega
+	call iicd_read_eep
+	copy regf,pdata
+	iadd regext,regf
+	copy regext,loopcnt
+	copy rege,pdata
+	arg mem_temp_block5,contr
+	icrc contr
+	copy pdata,rege
+	copy regext,loopcnt
+	arg mem_temp_block5,contr
+	copy alarm,temp
+	call p_g24_mouse_data_sum
+	copy temp,alarm
+	branch p_g24_check_ota_data_loop
+
+p_g24_check_ota_data_loopend:
+	setarg 0
+	branch p_g24_check_ota_data_loop2
+	
+
+	
+p_g24_mouse_ota_process_data:
+	jam G24_OTA_SM_RX_DATA,mem_g24_ota_sm
+
+	ifetch 1,contr
+	copy contr,rega
+	fetcht 1,mem_g24_ota_rx_data_count
+	isub temp,null
+	branch p_g24_mouse_ota_process_ok,zero //retrasmit
+	call p_g24_cmd_ota_data_check_count
+	nbranch p_g24_mouse_ota_process_fail,user
+	sub regb,4,null
+	branch p_g24_mouse_ota_process_fail,positive
+	increase -4,regb
+	
+	storer regb,2,mem_hold_contw
+	storer rega,2,mem_hold_contr
+	call iicd_eeprom_write_enable
+	call 	p_dongle_usb_cmd_ota_write_data
+	call iicd_eeprom_write_disable
+	fetchr regb,2,mem_hold_contw
+	fetchr rega,2,mem_hold_contr
+	
+	fetch 2,mem_g24_ota_rx_alllen
+	iadd regb,pdata
+	store 2,mem_g24_ota_rx_alllen
+	copy regb,loopcnt
+	arg 0,temp
+	copy rega,contr
+	call p_g24_mouse_data_sum	
+	fetch 2,mem_g24_ota_rx_sum
+	iadd temp,pdata
+	store 2,mem_g24_ota_rx_sum
+
+p_g24_mouse_ota_process_ok:	
+	jam G24_OTA_STATUS_SUCCESS,mem_g24_ota_rtn_state
+	rtn
+	
+p_g24_mouse_ota_process_fail:	
+	jam G24_OTA_STATUS_FAIL,mem_g24_ota_rtn_state
+	rtn
+
+p_dongle_usb_cmd_ota_write_data:
+//	fetch 1,mem_g24_ota_config_type
+	fetch 2,mem_g24_ota_config_addr
+	rtn blank
+	fetcht 2,mem_g24_ota_rx_alllen
+	iadd temp,pdata
+	copy regb,temp
+	branch iicd_write_ota_data 
+	
+
+p_g24_mouse_ota_process_reset:
+	fetch 1,mem_g24_ota_sm
+	rtneq G24_OTA_SM_RX_RESET
+	rtneq G24_OTA_SM_TX_RESET
+	rtneq G24_OTA_SM_TX_RESET_OK
+	jam 5,mem_g24_ota_reset_timer
+	jam G24_OTA_SM_RX_RESET,mem_g24_ota_sm
+	rtn
+	
+	
+p_g24_cmd_ota_data_check_count:
+	fetcht 1,mem_g24_ota_rx_data_count
+	store 1,mem_g24_ota_rx_data_count
+	beq 0,p_g24_cmd_ota_data_check_count_0
+	isub temp,pdata
+	beq  1,enable_user	
+	branch disable_user
+	
+p_g24_cmd_ota_data_check_count_0:	
+	sub temp,0xff,null
+	branch enable_user,zero
+	branch disable_user
+
+p_g24_mouse_data_sum:
+	ifetch 1,contr
+	iadd temp,temp
+	loop p_g24_mouse_data_sum
+	rtn
+	
+
+//input loopcnt :len ; contr :data ptr 
+//ouput pdata :crc
+p_g24_mouse_ota_crc:
+	setarg 0xffff
+	icrc contr
+	rtn
+	
+p_g24_mouse_ota_check_crc:
+	fetchr loopcnt, 1,mem_24g_rxdata_length
+	sub loopcnt,2,null
+	branch disable_user,positive
+	arg mem_24g_rxpayload,pdata
+	iadd loopcnt,contr
+	increase -2,contr
+	ifetcht 2,contr // rx crc
+	arg mem_24g_rxpayload,contr	
+	call p_g24_mouse_ota_crc
+	isub temp,null
+	branch enable_user,zero
+	branch disable_user
+
+
+p_g24_mouse_ota_check_data:
+	ifetch 1,contr
+	bne 0x5a,p_g24_mouse_ota_load_fail
+	copy rega,1,contr
+	fetcht  2,contr
+p_g24_mouse_ota_check_data_loop:
+	sub temp,3,null
+	branch p_g24_mouse_ota_load_fail,positive
+	increase 2,contr
+	ifetchr loopcnt, 1,contr
+	sub loopcnt,0,null
+	nbranch p_g24_mouse_ota_load_fail,zero
+	copy loopcnt,pdata
+	iadd contr,contr
+	copy temp,pdata
+	increase 3,loopcnt
+	isub loopcnt,temp
+	nbranch p_g24_mouse_ota_check_data_loop,zero
+	ifetcht 2,contr //crc
+	add rega,1,contr
+	ifetch 2,contr 
+	add pdata,2,loopcnt
+	add rega,1,contr
+	call p_g24_mouse_ota_crc
+	isub temp,null
+	nbranch p_g24_mouse_ota_load_fail,zero	
+p_g24_mouse_ota_load_success:
+	branch enable_user
+
+	
+p_g24_mouse_ota_load_fail:
+	branch disable_user
+
+p_g24_mouse_ota_get_otaaddr:
+	fetch 2,mem_g24_ota_config_addr
+	copy pdata,contr
+	call p_g24_mouse_ota_check_data
+	nbranch p_g24_mouse_ota_config_end,user
+	fetchr rega, 2,mem_g24_ota_config_addr
+	add rega,1,contr
+	ifetch 2,contr
+	increase 5,pdata //header 1, len 2, crc 2
+	iadd rega,pdata
+	store 2,mem_g24_ota_config_addr
+	branch p_g24_mouse_ota_get_otaaddr
+
+p_g24_mouse_ota_config_end:
+	fetch 2,mem_g24_ota_storage_size
+	fetcht 2,mem_g24_ota_config_addr
+	isub temp,pdata	
+	rtn
+
+
+p_ota_init:
+	setarg 0
+	store 2,mem_g24_ota_rx_alllen
+	store 2,mem_g24_ota_rx_sum
+	store 1,mem_g24_ota_rx_data_count
+	store 1,mem_g24_ota_sm
+	rtn
+
+p_mouse_24g_package_ota:
+	call disable_user
+	fetch 1,mem_g24_ota_sm
+	beq G24_OTA_SM_RX_VERSION,p_mouse_24g_package_ota_version
+	beq G24_OTA_SM_RX_INFO,p_mouse_24g_package_ota_info
+	beq G24_OTA_SM_RX_CONFIG,p_mouse_24g_package_ota_config
+	beq G24_OTA_SM_RX_SET_CONFIG_END,p_mouse_24g_package_ota_set_config_end
+	beq G24_OTA_SM_RX_DATA,p_mouse_24g_package_ota_data
+	beq G24_OTA_SM_RX_RESET,p_mouse_24g_package_ota_reset
+	branch p_mouse_24g_package_ping
+	
+p_mouse_24g_package_ota_version:
+	jam DATATYPE_OTA,mem_24g_txbuf
+	jam G24_OTA_CMD_VERSION,mem_24g_txbuf+1
+	jam G24_OTA_STATUS_SUCCESS,mem_24g_txbuf+2
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+	setarg G24_OTA_VERSION
+	store 2,mem_24g_txbuf+4
+	jam TYPE_MS,mem_24g_data_type
+	jam 6,mem_24g_datalen
+//	arg 6,rega	//length
+//	arg mem_g24_ota_txbuf,regb //tx buff	
+//	branch enable_user
+	jam G24_OTA_SM_TX_VERSION,mem_g24_ota_sm
+	rtn
+
+p_mouse_24g_package_ota_info:
+	jam DATATYPE_OTA,mem_24g_txbuf
+	jam G24_OTA_CMD_INFO,mem_24g_txbuf+1
+	jam G24_OTA_STATUS_SUCCESS,mem_24g_txbuf+2
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+	fetch 2,core_chipid
+	store 2,mem_24g_txbuf+4
+	setarg 0x6661
+	istore 2,contw
+	setarg 1
+	istore 6,contw
+	setarg 0
+	istore 2,contw
+	istore 2,contw
+	call p_mouse_24g_storage_type
+	istore 1,contw
+	setarg 0
+	istore 1,contw
+	fetcht 2,mem_g24_ota_config_addr
+	istoret 2,contw
+	fetch 2,mem_g24_ota_storage_size
+	lshift8 pdata,pdata
+	rshift  pdata,pdata 
+	isub temp,pdata
+	nbranch  p_dongle_usb_cmd_ota_info_dongle_empty,positive
+p_dongle_usb_cmd_ota_info_dongle_common:	
+	istore 2,contw	
+	jam 24,mem_24g_datalen	
+	jam TYPE_MS,mem_24g_data_type
+	jam G24_OTA_SM_TX_INFO,mem_g24_ota_sm
+	rtn	
+	
+p_dongle_usb_cmd_ota_info_dongle_empty:
+	setarg 0
+	branch p_dongle_usb_cmd_ota_info_dongle_common
+	
+p_mouse_24g_package_ota_config:
+	jam G24_OTA_SM_TX_CONFIG,mem_g24_ota_sm
+	jam G24_OTA_CMD_CONFIG,mem_24g_txbuf+1
+	jam 4,mem_24g_datalen
+	branch p_mouse_24g_package_ota_common_ok
+
+p_mouse_24g_package_ota_reset:
+	jam G24_OTA_SM_TX_RESET,mem_g24_ota_sm
+	jam G24_OTA_CMD_RESET,mem_24g_txbuf+1
+	jam 4,mem_24g_datalen
+	branch p_mouse_24g_package_ota_common_ok	
+
+p_mouse_24g_storage_type:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_EEPROM,p_mouse_24g_storage_type_eeprom
+	bbit1 MOUSE_ENABLE_FLASH,p_mouse_24g_storage_type_flash
+	setarg G24_OTA_STORAGE_ERROR
+	rtn
+	
+p_mouse_24g_storage_type_eeprom:
+	setarg G24_OTA_STORAGE_EEPROM
+	rtn
+	
+p_mouse_24g_storage_type_flash:
+	setarg G24_OTA_STORAGE_FLASH
+	rtn
+	
+
+p_mouse_24g_package_ota_common_ok:
+	jam TYPE_MS,mem_24g_data_type
+	jam DATATYPE_OTA,mem_24g_txbuf
+	jam G24_OTA_STATUS_SUCCESS,mem_24g_txbuf+2
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+	rtn
+
+p_mouse_24g_package_ota_common_fail:
+	jam G24_OTA_STATUS_FAIL,mem_24g_txbuf+2
+	jam TYPE_MS,mem_24g_data_type
+	jam DATATYPE_OTA,mem_24g_txbuf
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+	rtn
+
+	
+p_mouse_24g_package_ota_data:
+	jam G24_OTA_SM_TX_DATA_OK,mem_g24_ota_sm
+	
+	jam G24_OTA_CMD_DATA,mem_24g_txbuf+1
+	fetch 1,mem_g24_ota_rx_data_count
+	store 1,mem_24g_txbuf+4	
+	jam 5,mem_24g_datalen
+	jam TYPE_MS,mem_24g_data_type
+	jam DATATYPE_OTA,mem_24g_txbuf
+	fetch 1,mem_g24_ota_rtn_state
+	store 1,mem_24g_txbuf+2
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+	rtn
+
+
+p_mouse_24g_package_ota_set_config_end:
+	jam G24_OTA_SM_TX_SET_CONFIG_END_OK,mem_g24_ota_sm
+	jam G24_OTA_CMD_SET_CONFIG_END,mem_24g_txbuf+1
+	jam 4,mem_24g_datalen
+	
+	jam TYPE_MS,mem_24g_data_type
+	jam DATATYPE_OTA,mem_24g_txbuf
+	fetch 1,mem_g24_ota_rtn_state
+	store 1,mem_24g_txbuf+2
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+	rtn
+
+	
+p_mouse_24g_package_ping:
+	jam DATATYPE_OTA,mem_24g_txbuf
+	jam G24_OTA_CMD_PING,mem_24g_txbuf+1
+	jam G24_OTA_STATUS_SUCCESS,mem_24g_txbuf+2
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+//	jam DATATYPE_OTA,mem_24g_txbuf
+//	jam G24_OTA_CMD_PING,mem_24g_txbuf+1
+	jam TYPE_MS,mem_24g_data_type
+	jam 4,mem_24g_datalen
+	rtn
+	
+p_mouse_24g_package_data_ota:
+	copy pdata,rega //length
+	jam 0,mem_g24_ota_prepare_send_len
+	jam TYPE_MS,mem_24g_data_type
+	arg mem_g24_ota_txbuf,regb //tx buff		
+	rtn
+
Index: output/bt_program23.rom
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_public_sdk/output/bt_program23.rom	(revision 896)
+++ /YC1308AC/branch/mouse_project/mouse_public_sdk/output/bt_program23.rom	(working copy)
@@ -2,35 +2,35 @@
 11000000000000000000000000100010
 11000000000000011000000000100110
 11000000010000011000000000111111
-11000000010001011000000001110110
-11000000010011111000000010000011
-11000000010101110000000010000101
-11000000010110000000000001101010
-11000000011000011000000111110100
-11000000011000111000000100011010
-11000000011001001000000100100000
-11000000011001010000000101010011
-11000000011001100000000001100110
-11000000011001110000001010111101
-11000000011010000000001000000011
-11000000011010001000001011011101
-11000000011010100000001011000011
-11000000011010110000000101110000
-11000000011011001000001000010100
-11000000011011010000001001100010
-11000000011011110000001100010011
-11000000011101000000001001101111
+11000000010001011000000010000000
+11000000010011111000000010001101
+11000000010101110000000010001111
+11000000010110000000000001110100
+11000000011000011000001000111110
+11000000011000111000000101010100
+11000000011001001000000101011010
+11000000011001010000000110001110
+11000000011001100000000001110000
+11000000011001110000001100011010
+11000000011010000000001001001101
+11000000011010001000001101000101
+11000000011010100000001100101011
+11000000011010110000000110111001
+11000000011011001000001001011110
+11000000011011010000001010111111
+11000000011011110000001101111011
+11000000011101000000001011001100
 00100000001000000001001101111100
-11000000000110011000000001000110
-11000000000110100000000001001011
-11000000010000111000001001101011
-11000000010100001000001010000011
-11000000011000000000001010001101
-11000000011011101000000111100100
-11000000011100010000000110111111
-11000000011101001000000111000111
-11000000011101010000000011100100
-11000000011101100000001010110100
+11000000000110011000000001010000
+11000000000110100000000001010101
+11000000010000111000001011001000
+11000000010100001000001011100000
+11000000011000000000001011101010
+11000000011011101000001000101101
+11000000011100010000001000001000
+11000000011101001000001000010000
+11000000011101010000000100011101
+11000000011101100000001100010001
 00100000001000000001001101111100
 00100000100000000000000000000000
 00100000010000000011000011110011
@@ -68,6 +68,16 @@
 11000000000011000001000101101000
 01110000100010101000011100101001
 00100000001000000001000101111101
+00100000010000000101101110010100
+00100000010000000000001111101000
+00100000001101000000000001001010
+00100000011000000000000000000000
+11011010011000000101110111100010
+01101111111000010100101111110011
+00011111111000001111111000000011
+00011111111100001111111000000000
+01100111111000010000001011100100
+00100000001000000101101100111111
 11011010001000000000100110011110
 11011000010000000000000000001100
 01011000000000000000000000110000
@@ -102,7 +112,7 @@
 00100000011000000000000000000000
 01101111111000001100101110101010
 00100100011110100000000000000000
-00100000010000000000000001001011
+00100000010000000000000001010101
 00100000001000000011111010111011
 01101111111000001000001100001101
 00100000011110100000000000000000
@@ -115,7 +125,7 @@
 00100000010000000101110011011100
 01101111111000010100010001101111
 00100000010000000111111000000101
-00100000001000000000000001101010
+00100000001000000000000001110100
 01110000100010101000101111100110
 00100000010000000001001001101010
 00100000010000000001001001110001
@@ -131,25 +141,70 @@
 00100000001000000001001001011101
 01110000000000001000000000000000
 00100000001000000001001110110111
+00100100010101011000000001000110
+00100100010101011000000010011011
 00100000010000000110110111110011
-00100000010000000000000010001111
+00100000010000000000000011000110
 00100000010000000100000110100111
 00100000011101011000000000000000
 00100000010000000100000010001110
 00100000010000000011110110001010
 00100000010000000100011100101000
-00100000010000000000000010011111
-00100000010000000000001011010101
+00100000010000000000000011010110
+00100000010000000000001100111101
 00100000001000000011101111001001
+01101111111001000100110000011111
+00100000011110100000000000000000
+01101111111000001100110000011110
+00011111111000100010001000000000
+00011111111001100111110000001011
+00100100001000010000000010101101
+11011000110000000100110000011111
+11011000101000000100101011011011
+00011010001000100111001000000000
+00100000010000000111110101011111
+11011000110000000100110000011111
+11011000101000000100010000001010
+00011010001000100111001000000000
+00100000010000000111110101011111
+11011000110000000100110000011111
+11011000101000000100001011111000
+00011010001000100111001000000000
+00100000001000000111110101011111
+00100000010000000000000011000011
+01101111111000001100110000011110
+00011111111000001111111000000001
+01100111111000001100101011010010
+01110000010010101101001100001001
+11011000110000000100110000011111
+11011000101000000100101011010100
+00011010001000100111001000000000
+00100000010000000111110101011111
+01101111111000001100110000011110
+00011111111000001111111000000001
+01100111111000001100010000001000
+01110000010001000000100100001001
+11011000110000000100110000011111
+11011000101000000100010000001010
+00011010001000100111001000000000
+00100000010000000111110101011111
+11011000110000000100110000011110
+11011000101000000100001011110111
+00011010001000100111001000000000
+00011111001000001111001000000001
+00100000001000000111110101011111
+11011000101000000100101011010010
+11011111001000000000000000010100
+00100000001000000111110100100110
 00100000011101011000000000000000
 00100000010000000010011000000111
 00100000010000000010001011111111
 00100000010000000011111100011110
 00100000010000000011110100010011
-00100000010000000000000010011001
+00100000010000000000000011010000
 01101111111001000100101110101011
 11000011000011000011101111110101
-00100000010000000000000010011100
+00100000010000000000000011010011
 00100000001000000011101111110101
 01011000000000001110001010010000
 01100111111000011100100010101101
@@ -157,21 +212,23 @@
 01011000000000000001011101110000
 01100111111000011100100010101101
 00100000011000000000000000000000
-01011000000000000000000010100100
+01011000000000000000000011011011
 01100111111000010100100010011011
-01011000000000000000000010111110
+01011000000000000000000011110111
 01100111111000010100100010011101
 00100000001000000011101111010011
 11000110100100110000000000000000
+01101111111000001100101111110110
+00100100001110100000010010100001
 00100000010000000011111101110000
 00100100011101000000000000000000
 01101111111001000100101110101011
-11000011000010101000000010101011
+11000011000010101000000011100100
 01101111111000001100101110001011
 00100100001110100100100010000100
 00100000010000000100001011001011
 01101111111000001100100000110110
-11000010100000001000000010111010
+11000010100000001000000011110011
 01101000010010001100011111000111
 01101111111000001100100011010000
 10011000010000011111111000000000
@@ -204,20 +261,20 @@
 00011111111000001111111000000001
 01100111111000001100101110100010
 00011111111001100111110000001000
-00100100001000010000000011010100
+00100100001000010000000100001101
 00100000010000000010010110011010
 00100000010000000010011001011011
-00100100001011000000000011011010
-00100100001101111000000011011010
+00100100001011000000000100010011
+00100100001101111000000100010011
 00100000010000000100100010110101
 00100000010000000010010110010111
 01101111111000001100101110100011
 00011111111000001111111000000001
 01100111111000001100101110100011
-11000000000010000000000011011100
+11000000000010000000000100010101
 00100000011000000000000000000000
 00100000010000000010001011001011
-00100000001000000000000011001010
+00100000001000000000000100000011
 01110000010010111010001100000000
 01101111111000001100101110100100
 11000011100000000000000000000000
@@ -225,13 +282,13 @@
 01100111111000001100101110100100
 01101111111000010100101110111100
 01100111111000010100101010110010
-00100000001000000000001011010101
+00100000001000000000001100111101
 00100000010000000010011000110001
-00100100001101000000000101100101
-00100000010000000000000011110011
+00100100001101000000000110100000
+00100000010000000000000100101100
 00100000010000000010011011101110
 01101111111000001100101111100001
-00100100001110100000000011101110
+00100100001110100000000100100111
 01101111111001000100100010110000
 01100111111001000100100001011100
 01101111111000010100100011000010
@@ -247,13 +304,14 @@
 00100000010000000010011001011011
 01101111111000001100100000101100
 11000000000000001010011001010001
-00100100001011000000000100001011
-00100100001101111000000100001011
+00100100001011000000000101000101
+00100100001101111000000101000101
 00100000010000000010011001110010
-00100000010000000000000011111110
+00100000010000000000001110101001
+00100000010000000000000100111000
 00100000001000000010011001010001
 01101111111000001100101111100001
-00100100010110100000000100000010
+00100100010110100000000100111100
 01110000010010111110000100000000
 00100000011000000000000000000000
 00100000010000000100000110101010
@@ -273,8 +331,8 @@
 01101111111000001100100010100100
 11000010100000001010011001111001
 00100000010000000010011001111110
-00100000010000000000000100010101
-00100000001000000010011001000111
+00100000010000000000000101001111
+00100000001000000000000100101101
 01101111111000001100100010100100
 00011111111001100111110000000000
 00100000011000010000000000000000
@@ -283,11 +341,12 @@
 01011000000000000000000000000110
 00100000010000000101101100001101
 11000010100000011011111000100011
-00100000010000000000001011001110
-00100000010000000000001011010101
+00100000010000000000001100110110
+00100000010000000000001100111101
 00100000001000000011111000100011
 00100000010000000100001011101001
 00100000010000000111111111011100
+00100000010000000000001010000011
 00100000010000000100000000010101
 01101000010010001100100100010000
 00100000010000000110000001101001
@@ -302,9 +361,9 @@
 00100000010000000110000010000010
 11011000010000000000000000010011
 00100000010000000011111101010110
-00100000010000000000000100110011
-00100000010000000000000101000000
-00100000001000000000000101000111
+00100000010000000000000101101110
+00100000010000000000000101111011
+00100000001000000000000110000010
 01101111111000011100101111011110
 01100111111000011000100101011100
 11011111001000000000000000010100
@@ -316,7 +375,7 @@
 00011111111000110111111000000000
 01100111111000011000100101011100
 00011000010000001000010000000001
-11000010000000000000000100110111
+11000010000000000000000101110010
 00100000011000000000000000000000
 01101111111001000100101110101011
 11000100000010100000000000000000
@@ -353,10 +412,10 @@
 01011000000000000000000000000000
 01100111111000111100100011010000
 01110000010010111110000100000001
-00100000010000000000001011010101
-00100000001000000000000101101010
+00100000010000000000001100111101
+00100000001000000000000110100101
 01101111111000001100100010100111
-00100000010110100010011010100111
+00100000010110100000000110101011
 01101111111000001100100010111101
 11000001000000001000000000000000
 00100000010000000010011010011111
@@ -366,14 +425,28 @@
 00100100010110100011111000110011
 01101111111000100100100001011100
 00100000001000000010011010111000
+01110000010010000011011000000001
+01110000010010001010011100000001
+00100000010000000010011001000010
+01100111111000001100011111000110
+01011000000000000000000000000000
+01100111111000111100011111000111
+01101111111000100100100010101001
+01100111111000100100011111001110
+01110000010010000011010100001100
+01101111111000001100100000110110
+01111001001000000111111000000011
+01100111111000001100100000110110
+00100000010000000010001010010001
+00100000001000000000000100011111
 00011010011000100111111000000000
-11000000000000001000000101111001
-11000000000111100000000110011011
-11000000000111001000000110011001
-11000000000111010000000110100010
-11000000000110010000000110000101
-11000000001000100000000110001100
-11000000000010101000000101111011
+11000000000000001000000111000010
+11000000000111100000000111100100
+11000000000111001000000111100010
+11000000000111010000000111101011
+11000000000110010000000111001110
+11000000001000100000000111010101
+11000000000010101000000111000100
 00100000001000000100001100110110
 00100000010000000100010101000100
 00100000001000000100001111111010
@@ -388,7 +461,7 @@
 01011000000000000000000000000111
 00100000001000000100001101100100
 01101111111000001100101011000111
-11000000000000001000000110001001
+11000000000000001000000111010010
 01110000010010110111011000010100
 00100000001000000100001101110011
 00100000010000000100001101101100
@@ -417,11 +490,11 @@
 00100000010000000100010101000100
 00100000001000000100100001001110
 01101111111000001100100010100101
-00100100001110100000000101011100
+00100100001110100000000110010111
 01101111111000001100100010001011
-11000000000000010000000110101001
-11000000000000100000000110110010
-11000000000000011000000110110111
+11000000000000010000000111110010
+11000000000000100000000111111011
+11000000000000011000001000000000
 00100000001000000100100000111001
 01101111111001000100101110101011
 11000010100101111100100000010001
@@ -433,18 +506,18 @@
 00100000001000101100100000100111
 00100000001000000100100000000110
 01101111111001000100101110101011
-11000011000101111000000110111100
+11000011000101111000001000000101
 01101111111000001100101110110100
-11000000000000001000000110111100
+11000000000000001000001000000101
 00100000001000000100100000011010
 01101111111001000100101110101011
-11000011000101111000000110111100
-11000010100010011000000110111100
-11000010100010010000000110111100
+11000011000101111000001000000101
+11000010100010011000001000000101
+11000010100010010000001000000101
 00100000001000000100100000010010
 01101111111001000100101110101011
 11000011000111100100100000111001
-00100000001000000000000101011100
+00100000001000000000000110010111
 01110000010010001000101100000000
 01101111111000010100101111101011
 00011111111000001111111000000001
@@ -456,15 +529,15 @@
 01101111111000010100100010001001
 11011000010000000000000111111000
 10011000010000010111111000000000
-00100000001110100000000111001111
+00100000001110100000001000011000
 01101111111000010100100010001001
 00011111111000001111111000000001
 01100111111000010100100010001001
 00100000011000000000000000000000
 00100000010000000010010110011010
 00100000010000000010011001011011
-00100100001011000000000111010101
-00100100001101111000000111010101
+00100100001011000000001000011110
+00100100001101111000001000011110
 00100000010000000010011001110010
 00100000001000000010010110000110
 01101111111000001100100010001100
@@ -478,7 +551,7 @@
 11000000000000001010010110101101
 11000000000000010010010110101111
 11000000000000011010010110110001
-11000000000000100000000111100010
+11000000000000100000001000101011
 00100000001000000010010101101110
 00100000001000001010010101110101
 00100000001000000010001100111001
@@ -486,13 +559,14 @@
 11000101000100111010010000001110
 11000110100100110000000000000000
 01101111111000001100100010100001
+11000010100000011000001110110011
 11000010100000001010001101000000
 11000010100000010010010110000000
 01101111111000001100100010111101
-11000000000000001000000111101101
+11000000000000001000001000110111
 00100000001000000010011000100001
 00100000010000000010001011101010
-00100100001101000000000111100110
+00100100001101000000001000101111
 00100000010000000010011011011011
 01101111111000010100100010111110
 00011111111000001111111000000001
@@ -501,7 +575,7 @@
 01101111111001000100101110101011
 11000010100101111100100000001010
 01101111111000001100100100111000
-11000000000000000000000111111001
+11000000000000000000001001000011
 00100000001000000011110101010111
 01101111111001000100101110101011
 11000011000010001100100000000011
@@ -514,7 +588,7 @@
 00011010001000010111111000000111
 00100000001000000100011111111111
 00100000010000000100000010001111
-00100000010000000000001000000110
+00100000010000000000001001010000
 00100000001000000100000010011000
 01101111111000001100100100100011
 11000001011111111000000000000000
@@ -527,7 +601,7 @@
 01101111111000001100101110100111
 00100100011110100000000000000000
 01101111111000001100101111000001
-00100000001110100000001000101101
+00100000001110100000001010001010
 01100111111000001100101110101000
 00100000011000000000000000000000
 00100000010000000011111010011011
@@ -536,14 +610,14 @@
 00100000010000000010010101010110
 00100000010000000100011111001101
 00100000010000000100100010111110
-00100000010000000000001000101010
+00100000010000000000001010000111
 00100000010000000100000001111100
 00100000010000000100010011001100
-00100000010000000000001001000010
+00100000010000000000001010011111
 00100000010000000100010011111111
 00100000010000000100010100000100
 00100000010000000100010100010010
-00100000010000000000001001010111
+00100000010000000000001010110100
 00100000010000000100010100010101
 00100000010000000100010100101010
 00100000010000000100010100101101
@@ -551,9 +625,28 @@
 00100000010000000100010100110101
 00100000010000000100000000100010
 00100000010000000100010101000111
-00100000001000000000001001011010
+00100000010000000000001001111001
+00100000010000000000001010110111
+00100000001000000000001001110110
+11011010011000000100110000011101
+11011010010000000101110110001100
+00100000001000000011000110001010
+01101111111000001100101111101101
+11000001011111111000000000000000
+01101111111000010100101010110010
+00100000011110100000000000000000
+01101111111000010100101110111110
+01101000010010010100101010110010
+10011000010001100000010000000000
+01101111111000010100101111101110
+10011000010001100111111000000000
+00100000001000010000001010000101
+01101000010010001100101111101101
+00100000001000000110000001100101
+01101000010010001100101111101101
+00100000010000000110000001101001
 11011010011000000100101110101000
-11011010010000000000001000101101
+11011010010000000000001010001010
 00100000001000000011000110001010
 01101111111000001100100100100111
 11000000000000011100100011110010
@@ -567,8 +660,8 @@
 01101000010010001100100110010010
 00011000010000001000010000000010
 00011000010001100111110000000011
-00100000010000010000001000111100
-00100100010000010000001001000000
+00100000010000010000001010011001
+00100100010000010000001010011101
 00100000001000000100100011111111
 01101111111001000100101110101011
 11000100000011100000000000000000
@@ -577,11 +670,11 @@
 00011000010000001000010111111101
 00100000011000000000000000000000
 01101111111000001100100100111000
-11000000000000000000001001001000
+11000000000000000000001010100101
 01101111111001000100101110101011
 11000100000110101000000000000000
 01101000010010001100101111001010
-00100000001000000000001001001011
+00100000001000000000001010101000
 01101111111001000100101110101011
 11000100000110010000000000000000
 01101000010010001100101111001011
@@ -590,7 +683,7 @@
 00011111111000010111111000000111
 01101000010010001100101110011101
 10011000010001100111110000000000
-00100000001000101000001001010010
+00100000001000101000001010101111
 00100000001000000100010011101011
 00100000010000000100010011110110
 01101111111000001100101110011111
@@ -603,10 +696,10 @@
 01101111111000001100100100101010
 11000011100000111000000000000000
 11011010011000000100101010110010
-11011010010000000000001001011111
+11011010010000000000001010111100
 00100000001000000011000110010001
 01101111111000001100100100111000
-11000000000000000000000101011100
+11000000000000000000000110010111
 00100000001000000100001100011011
 01101111111000010100011110001100
 00101111111011111111111000001011
@@ -627,7 +720,7 @@
 01100111111000001100010111110101
 00011111111000010000010000001111
 00011111111100011111111000000000
-11000000000001001000001001110111
+11000000000001001000001011010100
 00100000001000000100110110010011
 11011010001000000000000000000001
 00100000010000000100110111000000
@@ -652,27 +745,27 @@
 00100000010000000001100000111000
 00100000001000000001011001010101
 11101111111000010000000000000110
-11000000000000100000001010010000
+11000000000000100000001011101101
 00100000001000000001100111100100
 11101111111000011000000000000110
 01100111111000011100010000110110
-11000000000001010000001010010101
-11000000000010010000001010100100
+11000000000001010000001011110010
+11000000000010010000001100000001
 00100000001000000001110011010011
 01101111111001000100101110101011
 11000011000111011001110111100111
 00100000010000000001111010001101
 01101000010010010100010000110111
 01101111111000001100001111000000
-11000010100000011000001010011111
+11000010100000011000001011111100
 01101111111000010100010000110111
 11000000000110000001111011001000
 01101000010010010100010000110111
 00100000001000000001110111101011
 01101111111000010100001111010001
 10011000010001100111110000000000
-00100100001000101000001010011011
-00100100001101000000001010011011
+00100100001000101000001011111000
+00100100001101000000001011111000
 00100000001000000001111000010000
 00011000110000100010001000000000
 01101111111000010100001111010100
@@ -704,20 +797,31 @@
 01100111111000110100100011010001
 00100000010000000100001001000000
 00100000010000000100000010001110
-00100000001000000011111101110101
+00100000010000000011111101111110
+00100000010000000011111110000011
+00100000010000000100000011011100
+01101111111000001100100011010000
+00011111111000010111111000011111
+01100111111000001100100011010000
+00100100001101000100011100101000
+00100000010000000000001100101000
+00100000001000000100010101000100
+01101111111000001100100100100111
+11000001000000011000000000000000
+00100000001000000100011100011010
 00100000010000000011111101100101
 01101111111000001100100100100111
-11000000000001011000001011001010
+11000000000001011000001100110010
 00100000010000000100001000110010
 11011010011000000100101010100011
 00100000010000000100001000101011
 00100000001000000100000010001110
-00100000010000000000001011010001
+00100000010000000000001100111001
 11011010011000000100101111100011
 00100000010000000100001000101011
 00100000001000000100000010001110
 01101111111000001100100100100111
-11000000000001011000001011010001
+11000000000001011000001100111001
 00100000001000000100001000110010
 01011000000000001001011100000110
 00100000010000000101101100001100
@@ -726,7 +830,7 @@
 00100000010000000100000110100111
 00100000010000000011111101100101
 01101111111000001100100100100111
-11000000000001011000001011011011
+11000000000001011000001101000011
 01011000000000000000100000000110
 00100000001000000101101100001100
 01011000000000000001111100000110
@@ -734,24 +838,24 @@
 01101111111000001100101111100001
 00100100010110100100000100100001
 11011010001000000000000000000000
-00100000010000000000001011100110
-00100000010000000000001011101011
-00100000010000000000001011110000
-00100000010000000000001011110101
-00100000010000000000001100000010
+00100000010000000000001101001110
+00100000010000000000001101010011
+00100000010000000000001101011000
+00100000010000000000001101011101
+00100000010000000000001101101010
 00100000001000000100000100011110
 01101111111000001100100100011000
-00100000010000000000001100001111
+00100000010000000000001101110111
 00100000010000000100000100100100
 01101000010010001100100100011000
 00100000001000000011111101010110
 01101111111000001100100100011001
-00100000010000000000001100001111
+00100000010000000000001101110111
 00100000010000000100000100101010
 01101000010010001100100100011001
 00100000001000000011111101010110
 01101111111000001100100100011010
-00100000010000000000001100001111
+00100000010000000000001101110111
 00100000010000000100000100110000
 01101000010010001100100100011010
 00100000001000000011111101010110
@@ -762,10 +866,10 @@
 00011111111000100010011000000000
 01101000010010001100100100001101
 01101111111000001100100100010000
-11000000011111111000001011111110
+11000000011111111000001101100110
 00100000001000000100000100111110
 01101111111000001100100100001101
-00100000010000000000001100010001
+00100000010000000000001101111001
 01101000010010001100100100001101
 00100000001000000100000101001011
 01101111111000001100100100001110
@@ -775,10 +879,10 @@
 00011111111000100010011000000000
 01101000010010001100100100001110
 01101111111000001100100100010000
-11000000011111111000001100001011
+11000000011111111000001101110011
 00100000001000000100000101010111
 01101111111000001100100100001110
-00100000010000000000001100010001
+00100000010000000000001101111001
 01101000010010001100100100001110
 00100000001000000100000101100100
 11011000010000000000000000111111
@@ -787,7 +891,7 @@
 00100000001000000110000010010011
 00100000010000000100100110010000
 00100000010000000111100100110110
-00100000010000000000001100010111
+00100000010000000000001101111111
 00100000001000000100011001001111
 01101111111001000100101110101011
 11000010100101110100000000110110
@@ -796,16 +900,395 @@
 11011010001000000000000000000000
 01110000010010111001011000000101
 01101000010010001100100100001111
-00100000010000000000001100100000
+00100000010000000000001110001000
 00100000001000000100000000101111
 01101111111001000100101110101011
 11000010100101100100000001001000
 01101111111000001100101110010011
 00011111111000100010011000000000
 01101111111000001100100100010000
-11000000011111111000001100100111
+11000000011111111000001110001111
 00100000001000000100000000111111
 01101111111000001100100100001111
-00100000010000000000001100010001
+00100000010000000000001101111001
 01101000010010001100100100001111
 00100000001000000100000110010101
+01101111111000001100101111110110
+00100000011110100000000000000000
+01101111111000001100101111110111
+11000000000000010000001110011111
+11000000000000101000001110100001
+11000000000001000000001110100011
+11000000000001011000001110100101
+11000000000001110000001110100111
+11000000000010001000001110011101
+00100000011000000000000000000000
+01110000010010111111011100010010
+00100000011000000000000000000000
+01110000010010111111011100000011
+00100000011000000000000000000000
+01110000010010111111011100000110
+00100000011000000000000000000000
+01110000010010111111011100001001
+00100000011000000000000000000000
+01110000010010111111011100001100
+00100000011000000000000000000000
+01110000010010111111011100001111
+00100000011000000000000000000000
+01101111111000001100100000101010
+00100000001110100000001110010011
+00011111111000100010010000000000
+01110000010010000010101000000000
+01101111111000001100100000001010
+11000000010101111000001110111011
+00100000011000000000000000000000
+01110000010010111111011000000001
+01110000010000001001100100000000
+00100000001000000000010010011011
+00100000011000000000000000000000
+01110000010001111100011010101111
+00100000010000000010001010010001
+00100000010000000010011001011011
+00100100011011000000000000000000
+00100100011101111000000000000000
+00100000010000000010010110010111
+00100000001000000010011001110010
+01101111111000001100100000001010
+11000001110101111000000000000000
+11101111111000001000000000000110
+11101000010000001000000000000110
+00011000010001100111110000000010
+00100100001000101001001101111010
+11000000000000001000001111001010
+11000000000000010000001111001101
+11000000000000011000001111001111
+11000000000000100000001111010001
+11000000000000101000010000101001
+11000000000000110000010001001111
+11000000011111111000001111001001
+00100000001000000001001101111010
+00100000011000000000000000000000
+00100000010000000000001110110000
+01110000010010111111011100000001
+00100000011000000000000000000000
+01110000010010111111011100000100
+00100000011000000000000000000000
+01110000010010111111011100000111
+00100000011000000000000000000000
+01110000010010111111011100001010
+11101111111000010000000000000110
+11101000010000010000000000000110
+01101010001000010100110000011000
+10011010001001100111110000000000
+00100100001000101000010001000111
+01101111111000010100110000011010
+10011000010001100111110000000000
+00100100001000101000010001000111
+00100000010000000000001111011101
+00100100001101000000010001000111
+00100000001000000000010001000101
+00100000010000000000001111101000
+00100100011101000000000000000000
+01101111111000010100110000011010
+10011110000001100111110000000000
+00100100001000101111111001010110
+01101000010010010000100111101000
+01101111111000010100110000011000
+00011111111000001111111111111011
+10011000010001100111110000000000
+00100100001000101111111001010110
+00100000001000000111111001010100
+01101111111000010100101111110011
+00011111111100001111111000000000
+01100111111000010000001011100100
+11011000010000000000000000000011
+11011010001000000000100111010010
+00100000010000000101110111100010
+01101111111000001000100111010010
+11000000101011010111111001010110
+11101000010000010000000000000110
+01100000010010010000100101011100
+01100000010010010000100111101000
+01101111111000001000100111010010
+11011101011000001111111111111111
+11011000010000000000000000000000
+11011000110000000000100111010010
+11011111001000000000000000000011
+00100000010000000000010001011111
+00011000010000100110000000000000
+01101111111000010100101111110011
+00011111111000001110111000000011
+00100000010000000000010000001100
+00011110111100001111111000000000
+01100111111000010000001011100100
+11011000010000000000000000000010
+11011010001000000000100111010010
+00100000010000000101110111100010
+01101111111000010000100111010010
+10011101011001100111110000000000
+00100100001000101111111001010110
+01101111111000001000100111010010
+10011110000000001110000000000000
+11101111111000001000000000000110
+10011110000000001110000000000000
+01011000000000001111111111111111
+10011110000000010110000000000000
+00100000001000000111111001010100
+01101111111000010000100101011100
+00100000011110100000000000000000
+00011111111000100000010000000000
+00011111111001100111110000010000
+00100000001000010000010000100111
+00011111111000001111111111110000
+11011000010000000000000000010000
+01100111111000010000100101011100
+00011000010000100101111000000000
+00011110111000100111111000000000
+00011111111100001111111000000000
+01100111111000010000001011100100
+11011010001000000000100111010010
+00100000010000000101110111100010
+00011110111000100111111000000000
+10011101111000001110111000000000
+00011101111000100111001000000000
+00011101011000100111111000000000
+11011000110000000000100111010010
+11101111111000000000000000000110
+00011111111000100101011000000000
+00011101111000100111001000000000
+11011000110000000000100111010010
+00011110000000100000010000000000
+00100000010000000000010001011111
+00011000010000100110000000000000
+00100000001000000000010000001100
+01011000000000000000000000000000
+00100000001000000000010000010011
+01110000010010111111011100001101
+11101111111000001000000000000110
+00011000110000100010001000000000
+01101000010010001100110000011100
+10011000010001100111110000000000
+00100000001000101000010001000101
+00100000010000000000010001010110
+00100100001101000000010001000111
+00011010010001100111110000000100
+00100000001000010000010001000111
+00011010010000001010010111111100
+01100010010000010000100101011001
+01100010001000010000100101010111
+00100000010000000101110111010011
+00100000010000000000010001001001
+00100000010000000101110111011010
+01101010010000010000100101011001
+01101010001000010000100101010111
+01101111111000010100110000011000
+10011010010000001111111000000000
+01100111111000010100110000011000
+00011010010000100111001000000000
+11011000010000000000000000000000
+00011010001000100000110000000000
+00100000010000000000010001011111
+01101111111000010100110000011010
+10011000010000001111111000000000
+01100111111000010100110000011010
+01110000010010111111010100000000
+00100000011000000000000000000000
+01110000010010111111010100000001
+00100000011000000000000000000000
+01101111111000010100101111110011
+00100000011110100000000000000000
+01101000010010010100110000011000
+10011000010000001111111000000000
+00011010010000100000010000000000
+00100000001000000101111000000100
+01101111111000001100101111110111
+11000001000010000000000000000000
+11000001000010001000000000000000
+11000001000010010000000000000000
+01110000010011000001110100000101
+01110000010010111111011100010000
+00100000011000000000000000000000
+01101000010010001100110000011100
+01100111111000001100110000011100
+11000000000000000000010001011100
+10011000010001100111111000000000
+11000000000000001111111001010100
+00100000001000000111111001010110
+00011000010001100111110011111111
+00100000001000101111111001010100
+00100000001000000111111001010110
+11101111111000001000000000000110
+10011000010000001000010000000000
+11000010000000000000010001011111
+00100000011000000000000000000000
+01011000000000001111111111111111
+11101111111000000000000000000110
+00100000011000000000000000000000
+01101111001000001100100000101010
+00011111001001100111110000000010
+00100000001000010111111001010110
+11011111111000000100100000001010
+10011111001000001000110000000000
+00011000110000001000110111111110
+11101000010000010000000000000110
+11011000110000000100100000001010
+00100000010000000000010001100011
+10011000010001100111110000000000
+00100000001000101111111001010100
+00100000001000000111111001010110
+11101111111000001000000000000110
+11000000101011010000010010001011
+00011010001000100000001000000000
+01101000010010010000000000000110
+00011000010001100111110000000011
+00100000001000010000010010001011
+00011000110000001000110000000010
+11101111001000001000000000000110
+00011111001001100111110000000000
+00100100001000101000010010001011
+00011111001000100111111000000000
+10011000110000001000110000000000
+00011000010000100111111000000000
+00011111001000001111001000000011
+10011111001001100000010000000000
+00100100001000101000010001110110
+11101000010000010000000000000110
+00011010001000001000110000000001
+11101111111000010000000000000110
+00011111111000001111001000000010
+00011010001000001000110000000001
+00100000010000000000010001100011
+10011000010001100111110000000000
+00100100001000101000010010001011
+00100000001000000111111001010100
+00100000001000000111111001010110
+01101111111000010100101111110011
+00011111111000100000110000000000
+00100000010000000000010001110010
+00100100001101000000010010010111
+01101010001000010100101111110011
+00011010001000001000110000000001
+11101111111000010000000000000110
+00011111111000001111111000000101
+10011010001000001111111000000000
+01100111111000010100101111110011
+00100000001000000000010010001100
+01101111111000010100101111110001
+01101000010010010100101111110011
+10011000010001100111111000000000
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000010100110000011000
+01100111111000010100110000011010
+01100111111000001100110000011100
+01100111111000001100101111110111
+00100000011000000000000000000000
+00100000010000000111111001010110
+01101111111000001100101111110111
+11000000000000001000010010101010
+11000000000000100000010010110100
+11000000000000111000010011010011
+11000000000001010000010011111001
+11000000000001101000010011101110
+11000000000010000000010011010111
+00100000001000000000010100000010
+01110000010001111100011010101111
+01110000010001111100011100000001
+01110000010001111100100000000000
+01110000010001111100100100000010
+01011000000000000000000000000001
+01100111111000010100011111001010
+01110000010010000011011000000001
+01110000010010000011010100000110
+01110000010010111111011100000010
+00100000011000000000000000000000
+01110000010001111100011010101111
+01110000010001111100011100000010
+01110000010001111100100000000000
+01110000010001111100100100000010
+01101111111100010000000000000000
+01100111111000010100011111001010
+01011000000000000110011001100001
+11100111111000010000000000000101
+01011000000000000000000000000001
+11100111111000110000000000000101
+01011000000000000000000000000000
+11100111111000010000000000000101
+11100111111000010000000000000101
+00100000010000000000010011011011
+11100111111000001000000000000101
+01011000000000000000000000000000
+11100111111000001000000000000101
+01101000010010010100101111110011
+11100000010000010000000000000101
+01101111111000010100101111110001
+00011111111011010111111000000000
+00011111111000110111111000000000
+10011000010001100111111000000000
+00100100001000010000010011010001
+11100111111000010000000000000101
+01110000010010000011010100011000
+01110000010010000011011000000001
+01110000010010111111011100000101
+00100000011000000000000000000000
+01011000000000000000000000000000
+00100000001000000000010011001100
+01110000010010111111011100001000
+01110000010001111100011100000011
+01110000010010000011010100000100
+00100000001000000000010011100100
+01110000010010111111011100010001
+01110000010001111100011100000110
+01110000010010000011010100000100
+00100000001000000000010011100100
+01101111111001000100101110101011
+11000010100010011000010011100000
+11000010100010010000010011100010
+01011000000000000000000000000000
+00100000011000000000000000000000
+01011000000000000000000000000010
+00100000011000000000000000000000
+01011000000000000000000000000100
+00100000011000000000000000000000
+01110000010010000011011000000001
+01110000010001111100011010101111
+01110000010001111100100000000000
+01110000010001111100100100000010
+00100000011000000000000000000000
+01110000010001111100100000000001
+01110000010010000011011000000001
+01110000010001111100011010101111
+01110000010001111100100100000010
+00100000011000000000000000000000
+01110000010010111111011100001111
+01110000010001111100011100000101
+01101111111000001100110000011100
+01100111111000001100011111001010
+01110000010010000011010100000101
+01110000010010000011011000000001
+01110000010001111100011010101111
+01101111111000001100101111110101
+01100111111000001100011111001000
+01110000010001111100100100000010
+00100000011000000000000000000000
+01110000010010111111011100001100
+01110000010001111100011100000100
+01110000010010000011010100000100
+01110000010010000011011000000001
+01110000010001111100011010101111
+01101111111000001100101111110101
+01100111111000001100011111001000
+01110000010001111100100100000010
+00100000011000000000000000000000
+01110000010001111100011010101111
+01110000010001111100011111111111
+01110000010001111100100000000000
+01110000010001111100100100000010
+01110000010010000011011000000001
+01110000010010000011010100000100
+00100000011000000000000000000000
+00011111111000100010001000000000
+01110000010010111111100000000000
+01110000010010000011011000000001
+11011010010000000100101111111001
+00100000011000000000000000000000
Index: output/eeprom.dat
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_public_sdk/output/eeprom.dat	(revision 896)
+++ /YC1308AC/branch/mouse_project/mouse_public_sdk/output/eeprom.dat	(working copy)
@@ -2,8 +2,8 @@
 02
 aa
 55
-ae
-0c
+3a
+14
 c2
 84
 00
@@ -23,75 +23,75 @@
 c0
 45
 80
-76
+80
 c0
 4f
 80
-83
+8d
 c0
 57
 00
-85
+8f
 c0
 58
 00
-6a
+74
 c0
 61
-81
-f4
+82
+3e
 c0
 63
 81
-1a
+54
 c0
 64
 81
-20
+5a
 c0
 65
 01
-53
+8e
 c0
 66
 00
-66
+70
 c0
 67
-02
-bd
+03
+1a
 c0
 68
 02
-03
+4d
 c0
 68
-82
-dd
+83
+45
 c0
 6a
-02
-c3
+03
+2b
 c0
 6b
 01
-70
+b9
 c0
 6c
 82
-14
+5e
 c0
 6d
 02
-62
+bf
 c0
 6f
 03
-13
+7b
 c0
 74
 02
-6f
+cc
 20
 20
 13
@@ -99,43 +99,43 @@
 c0
 19
 80
-46
+50
 c0
 1a
 00
-4b
+55
 c0
 43
 82
-6b
+c8
 c0
 50
 82
-83
+e0
 c0
 60
 02
-8d
+ea
 c0
 6e
-81
-e4
+82
+2d
 c0
 71
-01
-bf
+02
+08
 c0
 74
-81
-c7
+82
+10
 c0
 75
-00
-e4
+01
+1d
 c0
 76
-02
-b4
+03
+11
 20
 20
 13
@@ -284,6 +284,46 @@
 20
 11
 7d
+20
+40
+5b
+94
+20
+40
+03
+e8
+20
+34
+00
+4a
+20
+60
+00
+00
+da
+60
+5d
+e2
+6f
+e1
+4b
+f3
+1f
+e0
+fe
+03
+1f
+f0
+fe
+00
+67
+e1
+02
+e4
+20
+20
+5b
+3f
 da
 20
 09
@@ -423,7 +463,7 @@
 20
 40
 00
-4b
+55
 20
 20
 3e
@@ -475,7 +515,7 @@
 20
 20
 00
-6a
+74
 70
 8a
 8b
@@ -536,6 +576,14 @@
 20
 13
 b7
+24
+55
+80
+46
+24
+55
+80
+9b
 20
 40
 6d
@@ -543,7 +591,7 @@
 20
 40
 00
-8f
+c6
 20
 40
 41
@@ -567,75 +615,247 @@
 20
 40
 00
-9f
+d6
 20
 40
-02
-d5
+03
+3d
 20
 20
 3b
 c9
+6f
+e4
+4c
+1f
 20
-75
-80
+7a
+00
+00
+6f
+e0
+cc
+1e
+1f
+e2
+22
+00
+1f
+e6
+7c
+0b
+24
+21
+00
+ad
+d8
+c0
+4c
+1f
+d8
+a0
+4a
+db
+1a
+22
+72
 00
 20
 40
-26
-07
+7d
+5f
+d8
+c0
+4c
+1f
+d8
+a0
+44
+0a
+1a
+22
+72
+00
 20
 40
+7d
+5f
+d8
+c0
+4c
+1f
+d8
+a0
+42
+f8
+1a
 22
-ff
+72
+00
 20
-40
-3f
-1e
 20
-40
-3d
-13
+7d
+5f
 20
 40
 00
-99
-6f
-e4
-4b
-ab
 c3
-0c
-3b
-f5
-20
-40
-00
-9c
-20
-20
-3b
-f5
-58
-00
-e2
-90
+6f
+e0
+cc
+1e
+1f
+e0
+fe
+01
 67
-e1
-c8
-ad
-20
-60
-00
-00
-58
-00
-17
+e0
+ca
+d2
 70
-67
-e1
-c8
-ad
+4a
+d3
+09
+d8
+c0
+4c
+1f
+d8
+a0
+4a
+d4
+1a
+22
+72
+00
+20
+40
+7d
+5f
+6f
+e0
+cc
+1e
+1f
+e0
+fe
+01
+67
+e0
+c4
+08
+70
+44
+09
+09
+d8
+c0
+4c
+1f
+d8
+a0
+44
+0a
+1a
+22
+72
+00
+20
+40
+7d
+5f
+d8
+c0
+4c
+1e
+d8
+a0
+42
+f7
+1a
+22
+72
+00
+1f
+20
+f2
+01
+20
+20
+7d
+5f
+d8
+a0
+4a
+d2
+df
+20
+00
+14
+20
+20
+7d
+26
+20
+75
+80
+00
+20
+40
+26
+07
+20
+40
+22
+ff
+20
+40
+3f
+1e
+20
+40
+3d
+13
+20
+40
+00
+d0
+6f
+e4
+4b
+ab
+c3
+0c
+3b
+f5
+20
+40
+00
+d3
+20
+20
+3b
+f5
+58
+00
+e2
+90
+67
+e1
+c8
+ad
+20
+60
+00
+00
+58
+00
+17
+70
+67
+e1
+c8
+ad
 20
 60
 00
@@ -643,7 +863,7 @@
 58
 00
 00
-a4
+db
 67
 e1
 48
@@ -651,7 +871,7 @@
 58
 00
 00
-be
+f7
 67
 e1
 48
@@ -664,6 +884,14 @@
 93
 00
 00
+6f
+e0
+cb
+f6
+24
+3a
+04
+a1
 20
 40
 3f
@@ -679,7 +907,7 @@
 c3
 0a
 80
-ab
+e4
 6f
 e0
 cb
@@ -699,7 +927,7 @@
 c2
 80
 80
-ba
+f3
 68
 48
 c7
@@ -830,8 +1058,8 @@
 08
 24
 21
-00
-d4
+01
+0d
 20
 40
 25
@@ -842,12 +1070,12 @@
 5b
 24
 2c
-00
-da
+01
+13
 24
 37
-80
-da
+81
+13
 20
 40
 48
@@ -870,8 +1098,8 @@
 a3
 c0
 08
-00
-dc
+01
+15
 20
 60
 00
@@ -882,8 +1110,8 @@
 cb
 20
 20
-00
-ca
+01
+03
 70
 4b
 a3
@@ -914,8 +1142,8 @@
 b2
 20
 20
-02
-d5
+03
+3d
 20
 40
 26
@@ -923,11 +1151,11 @@
 24
 34
 01
-65
+a0
 20
 40
-00
-f3
+01
+2c
 20
 40
 26
@@ -938,8 +1166,8 @@
 e1
 24
 3a
-00
-ee
+01
+27
 6f
 e4
 48
@@ -1003,19 +1231,23 @@
 24
 2c
 01
-0b
+45
 24
 37
 81
-0b
+45
 20
 40
 26
 72
 20
 40
-00
-fe
+03
+a9
+20
+40
+01
+38
 20
 20
 26
@@ -1027,7 +1259,7 @@
 24
 5a
 01
-02
+3c
 70
 4b
 e1
@@ -1107,11 +1339,11 @@
 20
 40
 01
-15
+4f
 20
 20
-26
-47
+01
+2d
 6f
 e0
 c8
@@ -1146,12 +1378,12 @@
 23
 20
 40
-02
-ce
+03
+36
 20
 40
-02
-d5
+03
+3d
 20
 20
 3e
@@ -1166,6 +1398,10 @@
 dc
 20
 40
+02
+83
+20
+40
 40
 15
 68
@@ -1223,15 +1459,15 @@
 20
 40
 01
-33
+6e
 20
 40
 01
-40
+7b
 20
 20
 01
-47
+82
 6f
 e1
 cb
@@ -1279,7 +1515,7 @@
 c2
 00
 01
-37
+72
 20
 60
 00
@@ -1426,20 +1662,20 @@
 01
 20
 40
-02
-d5
+03
+3d
 20
 20
 01
-6a
+a5
 6f
 e0
 c8
 a7
 20
 5a
-26
-a7
+01
+ab
 6f
 e0
 c8
@@ -1476,38 +1712,94 @@
 20
 26
 b8
-1a
-62
-7e
-00
-c0
-00
-81
-79
-c0
-1e
+70
+48
+36
 01
-9b
+70
+48
+a7
+01
+20
+40
+26
+42
+67
+e0
+c7
+c6
+58
+00
+00
+00
+67
+e3
+c7
+c7
+6f
+e2
+48
+a9
+67
+e2
+47
+ce
+70
+48
+35
+0c
+6f
+e0
+c8
+36
+79
+20
+7e
+03
+67
+e0
+c8
+36
+20
+40
+22
+91
+20
+20
+01
+1f
+1a
+62
+7e
+00
+c0
+00
+81
+c2
+c0
+1e
+01
+e4
 c0
 1c
 81
-99
+e2
 c0
 1d
 01
-a2
+eb
 c0
 19
 01
-85
+ce
 c0
 22
 01
-8c
+d5
 c0
 0a
 81
-7b
+c4
 20
 20
 43
@@ -1567,7 +1859,7 @@
 c0
 00
 81
-89
+d2
 70
 4b
 76
@@ -1683,7 +1975,7 @@
 24
 3a
 01
-5c
+97
 6f
 e0
 c8
@@ -1691,15 +1983,15 @@
 c0
 01
 01
-a9
+f2
 c0
 02
 01
-b2
+fb
 c0
 01
-81
-b7
+82
+00
 20
 20
 48
@@ -1746,16 +2038,16 @@
 ab
 c3
 17
-81
-bc
+82
+05
 6f
 e0
 cb
 b4
 c0
 00
-81
-bc
+82
+05
 20
 20
 48
@@ -1766,16 +2058,16 @@
 ab
 c3
 17
-81
-bc
+82
+05
 c2
 89
-81
-bc
+82
+05
 c2
 89
-01
-bc
+02
+05
 20
 20
 48
@@ -1791,7 +2083,7 @@
 20
 20
 01
-5c
+97
 70
 48
 8b
@@ -1838,8 +2130,8 @@
 00
 20
 3a
-01
-cf
+02
+18
 6f
 e1
 48
@@ -1866,12 +2158,12 @@
 5b
 24
 2c
-01
-d5
+02
+1e
 24
 37
-81
-d5
+82
+1e
 20
 40
 26
@@ -1926,8 +2218,8 @@
 b1
 c0
 02
-01
-e2
+02
+2b
 20
 20
 25
@@ -1957,6 +2249,10 @@
 c8
 a1
 c2
+81
+83
+b3
+c2
 80
 a3
 40
@@ -1970,8 +2266,8 @@
 bd
 c0
 00
-81
-ed
+82
+37
 20
 20
 26
@@ -1982,8 +2278,8 @@
 ea
 24
 34
-01
-e6
+02
+2f
 20
 40
 26
@@ -2018,8 +2314,8 @@
 38
 c0
 00
-01
-f9
+02
+43
 20
 20
 3d
@@ -2071,7 +2367,7 @@
 20
 40
 02
-06
+50
 20
 20
 40
@@ -2123,7 +2419,7 @@
 20
 3a
 02
-2d
+8a
 67
 e0
 cb
@@ -2159,7 +2455,7 @@
 20
 40
 02
-2a
+87
 20
 40
 40
@@ -2171,7 +2467,7 @@
 20
 40
 02
-42
+9f
 20
 40
 44
@@ -2187,7 +2483,7 @@
 20
 40
 02
-57
+b4
 20
 40
 45
@@ -2217,9 +2513,85 @@
 45
 47
 20
+40
+02
+79
+20
+40
+02
+b7
+20
 20
 02
-5a
+76
+da
+60
+4c
+1d
+da
+40
+5d
+8c
+20
+20
+31
+8a
+6f
+e0
+cb
+ed
+c1
+7f
+80
+00
+6f
+e1
+4a
+b2
+20
+7a
+00
+00
+6f
+e1
+4b
+be
+68
+49
+4a
+b2
+98
+46
+04
+00
+6f
+e1
+4b
+ee
+98
+46
+7e
+00
+20
+21
+02
+85
+68
+48
+cb
+ed
+20
+20
+60
+65
+68
+48
+cb
+ed
+20
+40
+60
+69
 da
 60
 4b
@@ -2227,7 +2599,7 @@
 da
 40
 02
-2d
+8a
 20
 20
 31
@@ -2283,11 +2655,11 @@
 20
 41
 02
-3c
+99
 24
 41
 02
-40
+9d
 20
 20
 48
@@ -2323,7 +2695,7 @@
 c0
 00
 02
-48
+a5
 6f
 e4
 4b
@@ -2339,7 +2711,7 @@
 20
 20
 02
-4b
+a8
 6f
 e4
 4b
@@ -2375,7 +2747,7 @@
 20
 22
 82
-52
+af
 20
 20
 44
@@ -2427,7 +2799,7 @@
 da
 40
 02
-5f
+bc
 20
 20
 31
@@ -2439,7 +2811,7 @@
 c0
 00
 01
-5c
+97
 20
 20
 43
@@ -2523,7 +2895,7 @@
 c0
 04
 82
-77
+d4
 20
 20
 4d
@@ -2623,7 +2995,7 @@
 c0
 02
 02
-90
+ed
 20
 20
 19
@@ -2639,11 +3011,11 @@
 c0
 05
 02
-95
+f2
 c0
 09
-02
-a4
+03
+01
 20
 20
 1c
@@ -2671,7 +3043,7 @@
 c2
 81
 82
-9f
+fc
 6f
 e1
 44
@@ -2699,11 +3071,11 @@
 24
 22
 82
-9b
+f8
 24
 34
 02
-9b
+f8
 20
 20
 1e
@@ -2829,9 +3201,53 @@
 40
 8e
 20
+40
+3f
+7e
 20
+40
 3f
-75
+83
+20
+40
+40
+dc
+6f
+e0
+c8
+d0
+1f
+e1
+7e
+1f
+67
+e0
+c8
+d0
+24
+34
+47
+28
+20
+40
+03
+28
+20
+20
+45
+44
+6f
+e0
+c9
+27
+c1
+01
+80
+00
+20
+20
+47
+1a
 20
 40
 3f
@@ -2842,8 +3258,8 @@
 27
 c0
 05
-82
-ca
+83
+32
 20
 40
 42
@@ -2862,8 +3278,8 @@
 8e
 20
 40
-02
-d1
+03
+39
 da
 60
 4b
@@ -2882,8 +3298,8 @@
 27
 c0
 05
-82
-d1
+83
+39
 20
 20
 42
@@ -2918,8 +3334,8 @@
 27
 c0
 05
-82
-db
+83
+43
 58
 00
 08
@@ -2950,24 +3366,24 @@
 00
 20
 40
-02
-e6
+03
+4e
 20
 40
-02
-eb
+03
+53
 20
 40
-02
-f0
+03
+58
 20
 40
-02
-f5
+03
+5d
 20
 40
 03
-02
+6a
 20
 20
 41
@@ -2979,7 +3395,7 @@
 20
 40
 03
-0f
+77
 20
 40
 41
@@ -2999,7 +3415,7 @@
 20
 40
 03
-0f
+77
 20
 40
 41
@@ -3019,7 +3435,7 @@
 20
 40
 03
-0f
+77
 20
 40
 41
@@ -3062,8 +3478,8 @@
 10
 c0
 7f
-82
-fe
+83
+66
 20
 20
 41
@@ -3075,7 +3491,7 @@
 20
 40
 03
-11
+79
 68
 48
 c9
@@ -3115,7 +3531,7 @@
 c0
 7f
 83
-0b
+73
 20
 20
 41
@@ -3127,7 +3543,7 @@
 20
 40
 03
-11
+79
 68
 48
 c9
@@ -3163,7 +3579,7 @@
 20
 40
 03
-17
+7f
 20
 20
 46
@@ -3199,7 +3615,7 @@
 20
 40
 03
-20
+88
 20
 20
 40
@@ -3227,7 +3643,7 @@
 c0
 7f
 83
-27
+8f
 20
 20
 40
@@ -3239,7 +3655,7 @@
 20
 40
 03
-11
+79
 68
 48
 c9
@@ -3248,3118 +3664,1813 @@
 20
 41
 95
-53
-91
-aa
-55
-40
-00
+6f
+e0
+cb
+f6
+20
+7a
 00
-40
-09
 00
+6f
+e0
+cb
+f7
+c0
+01
+03
+9f
+c0
+02
+83
+a1
+c0
+04
+03
+a3
+c0
+05
+83
+a5
+c0
+07
+03
+a7
+c0
+08
+83
+9d
+20
+60
 00
 00
+70
+4b
+f7
+12
+20
+60
 00
 00
+70
+4b
+f7
+03
+20
+60
 00
 00
+70
+4b
+f7
+06
+20
+60
 00
 00
+70
+4b
+f7
+09
+20
+60
 00
 00
+70
+4b
+f7
+0c
+20
+60
 00
 00
+70
+4b
+f7
+0f
+20
+60
 00
 00
-08
-08
+6f
+e0
+c8
+2a
+20
+3a
+03
+93
+1f
+e2
+24
 00
-80
+70
+48
+2a
 00
-40
-01
+6f
+e0
+c8
+0a
+c0
+57
+83
+bb
+20
+60
 00
-88
-56
-53
-46
 00
+70
+4b
+f6
 01
+70
+40
+99
 00
+20
+20
+04
+9b
+20
+60
 00
 00
+70
+47
+c6
+af
+20
+40
+22
+91
+20
+40
+26
+5b
+24
+6c
 00
 00
+24
+77
+80
 00
-00
-00
-18
-00
-00
-00
-00
-00
-00
-00
-00
-00
+20
+40
+25
+97
+20
+20
+26
+72
+6f
+e0
+c8
+0a
+c1
+d7
 80
 00
-00
-00
+ef
+e0
+80
+06
+e8
+40
+80
+06
+18
+46
+7c
 02
+24
+22
+93
+7a
+c0
 00
-00
-00
+83
+ca
+c0
 01
-00
-00
-20
-04
-16
-00
-00
-aa
-55
+03
+cd
+c0
 01
-00
-9a
-40
-08
-aa
-55
+83
+cf
+c0
+02
 03
-00
+d1
+c0
+02
+84
+29
+c0
+03
+04
+4f
+c0
+7f
+83
+c9
+20
+20
+13
 7a
-41
-88
-1f
-ce
-aa
-55
-01
-00
-c5
-40
-18
-aa
-55
-01
+20
+60
 00
-ef
-41
-ff
-aa
-55
-02
 00
-ca
+20
 40
-ef
-41
-aa
-55
-01
-00
-7d
-41
+03
+b0
 70
-aa
-55
+4b
+f7
 01
+20
+60
 00
-d0
-44
 00
-aa
-55
-01
+70
+4b
+f7
+04
+20
+60
 00
-ea
-41
-ff
-aa
-55
-01
 00
-ee
-41
+70
+4b
+f7
+07
+20
+60
 00
-aa
-55
-08
 00
-ab
+70
 4b
-04
-08
-4a
+f7
+0a
+ef
+e1
 00
-01
-80
+06
+e8
+41
 00
-03
-aa
-55
-0c
+06
+6a
+21
+4c
+18
+9a
+26
+7c
 00
-fe
-48
-b0
-04
-58
-02
-64
-64
-94
-85
-90
-63
-75
-80
-aa
-55
+24
+22
+84
+47
+6f
+e1
+4c
 1a
+98
+46
+7c
 00
-0d
-49
-0b
-0c
-0d
-ff
-ff
-ff
-05
-04
-03
+24
+22
+84
+47
+20
+40
 03
-08
-0b
-0c
-0d
-ff
-ff
-ff
-ff
-07
-06
-ff
-ff
-ff
+dd
+24
+34
+04
+47
+20
+20
+04
+45
+20
+40
 03
+e8
+24
+74
 00
 00
-aa
-55
-01
+6f
+e1
+4c
+1a
+9e
+06
+7c
 00
-58
-0b
+24
+22
+fe
+56
+68
+49
+09
+e8
+6f
+e1
+4c
+18
+1f
+e0
 ff
-aa
-55
-12
+fb
+98
+46
+7c
 00
-cc
+24
+22
+fe
+56
+20
+20
+7e
+54
+6f
+e1
 4b
+f3
+1f
+f0
+fe
 00
-05
-00
-04
+67
+e1
+02
+e4
+d8
+40
 00
+03
+da
+20
+09
+d2
+20
+40
+5d
+e2
+6f
+e0
+89
+d2
+c0
+ad
+7e
+56
+e8
+41
 00
+06
+60
+49
+09
+5c
+60
+49
+09
+e8
+6f
+e0
+89
+d2
+dd
+60
+ff
+ff
+d8
+40
 00
 00
+d8
+c0
+09
+d2
+df
+20
 00
+03
+20
+40
+04
+5f
+18
+42
+60
 00
+6f
+e1
+4b
+f3
+1f
+e0
+ee
+03
+20
+40
+04
+0c
+1e
+f0
+fe
 00
+67
+e1
+02
+e4
+d8
+40
 00
+02
+da
+20
+09
+d2
+20
+40
+5d
+e2
+6f
+e1
+09
+d2
+9d
+66
+7c
 00
+24
+22
+fe
+56
+6f
+e0
+89
+d2
+9e
 00
+e0
 00
+ef
+e0
+80
+06
+9e
 00
+e0
 00
+58
 00
-aa
-55
+ff
+ff
+9e
 01
+60
 00
-99
-40
-01
-aa
-55
-02
+20
+20
+7e
+54
+6f
+e1
+09
+5c
+20
+7a
 00
-b3
-4b
-03
-01
-aa
-55
-08
 00
-38
-49
+1f
+e2
+04
 00
-34
-ff
-ff
-ff
-ff
-ff
+1f
+e6
+7c
+10
+20
+21
+04
+27
+1f
+e0
 ff
-aa
-55
-07
+f0
+d8
+40
 00
-56
-49
-34
-ff
-ff
-ff
-ff
-ff
-ff
-aa
-55
-17
+10
+67
+e1
+09
+5c
+18
+42
+5e
 00
-73
-49
-33
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-aa
-55
-13
+1e
+e2
+7e
 00
-b5
-4b
+1f
+f0
+fe
 00
+67
+e1
+02
+e4
+da
+20
+09
+d2
+20
 40
-0a
-60
-06
-05
+5d
+e2
+1e
+e2
+7e
 00
-64
+9d
+e0
+ee
 00
-70
-17
-14
-0a
-90
-01
-e8
-03
-90
-01
-aa
-55
-02
+1d
+e2
+72
+00
+1d
+62
+7e
+00
+d8
+c0
+09
+d2
+ef
+e0
 00
-ca
-4b
-07
 06
-aa
-55
-01
+1f
+e2
+56
+00
+1d
+e2
+72
 00
+d8
 c0
-49
+09
+d2
+1e
 02
-aa
-55
-01
+04
 00
-fd
-48
-02
-aa
-55
-01
+20
+40
+04
+5f
+18
+42
+60
 00
-a1
-44
-05
-aa
-55
-06
+20
+20
+04
+0c
+58
 00
-e3
-48
-05
-01
-9f
 00
-b1
 00
-aa
-55
-0a
+20
+20
+04
+13
+70
+4b
+f7
+0d
+ef
+e0
+80
+06
+18
+c2
+22
 00
-eb
+68
 48
-10
-00
-52
-00
-35
+cc
+1c
+98
+46
+7c
 00
+20
+22
+84
+45
+20
+40
+04
+56
+24
+34
+04
+47
+1a
+46
+7c
+04
+20
+21
+04
+47
+1a
+40
+a5
+fc
+62
+41
+09
+59
+62
+21
+09
+57
+20
+40
+5d
+d3
+20
+40
+04
+49
+20
+40
+5d
+da
+6a
+41
+09
+59
+6a
 21
+09
+57
+6f
+e1
+4c
+18
+9a
+40
+fe
 00
-25
+67
+e1
+4c
+18
+1a
+42
+72
 00
-aa
-55
-01
+d8
+40
 00
-f7
-48
-0a
-aa
-55
-02
 00
-c8
-4b
-64
+1a
+22
+0c
 00
-aa
-55
-03
+20
+40
+04
+5f
+6f
+e1
+4c
+1a
+98
+40
+fe
 00
-de
+67
+e1
+4c
+1a
+70
 4b
+f5
 00
+20
+60
 00
 00
-aa
-55
+70
+4b
+f5
 01
+20
+60
 00
-ab
-4a
-ff
-aa
-55
-01
-00
-e2
-4b
-01
-aa
-55
-01
 00
-77
-41
-20
-aa
-55
-01
-00
-8a
+6f
+e1
 4b
+f3
 20
-aa
-55
-01
+7a
 00
-7d
-44
-06
-aa
-55
-06
 00
-a8
+68
+49
+4c
+18
+98
 40
-15
-a0
-c8
-12
-23
-51
-aa
-55
-14
+fe
 00
-fc
-45
-13
+1a
 42
-6c
-75
-65
-74
-6f
-6f
-74
-68
+04
+00
 20
-4d
-6f
-75
-73
-65
 20
-33
-2e
-30
-aa
-55
-05
+5e
+04
+6f
+e0
+cb
+f7
+c1
+08
 00
-55
-44
-0e
 00
-01
+c1
+08
+80
 00
-02
-aa
-55
-01
+c1
+09
 00
-41
+00
+70
+4c
+1d
+05
+70
+4b
+f7
+10
+20
+60
+00
+00
+68
+48
+cc
+1c
+67
+e0
+cc
+1c
+c0
+00
+04
+5c
+98
 46
-0a
-aa
-55
-01
+7e
 00
-64
-47
-01
-aa
-55
-01
+c0
 00
-78
+fe
+54
+20
+20
+7e
+56
+18
 46
+7c
+ff
+20
+22
+fe
+54
+20
+20
+7e
+56
+ef
+e0
+80
+06
+98
+40
+84
 00
-aa
-55
-01
+c2
 00
+04
 5f
-41
+20
+60
 00
-aa
-55
-03
 00
-65
-47
-03
+58
 00
-04
-aa
-55
-01
+ff
+ff
+ef
+e0
 00
-8e
-47
-01
-aa
-55
-01
+06
+20
+60
 00
-d8
-40
-01
-aa
-55
-0c
 00
-e7
-43
+6f
+20
+c8
+2a
 1f
+26
+7c
 02
-01
-05
-03
-03
-12
+20
+21
+7e
+56
+df
+e0
+48
+0a
+9f
+20
+8c
+00
 18
-03
-19
-c2
-03
-aa
-55
-14
+c0
+8d
+fe
+e8
+41
 00
-d2
-4a
 06
-ff
-06
-00
-03
+d8
+c0
+48
+0a
+20
+40
+04
+63
+98
+46
+7c
 00
-80
-0c
-09
-42
-54
-35
-2e
-32
 20
-4d
-6f
-75
-73
-65
-aa
-55
-0e
-00
-07
-44
-1f
-0c
-09
-42
+22
+fe
 54
-35
-2e
-32
 20
-4d
-6f
-75
-73
-65
-aa
-55
-0c
-00
-f7
-42
-0b
-42
-54
-35
-2e
-32
 20
-4d
-6f
-75
-73
-65
-aa
-55
-08
-00
-72
-43
-07
-00
-07
+7e
+56
+ef
+e0
+80
+06
+c0
+ad
+04
+8b
+1a
+22
+02
 00
-20
+68
+49
 00
-2c
-01
-aa
-55
 06
-00
-cc
-4a
+18
+46
+7c
 03
-12
+20
+21
+04
+8b
 18
-ff
-00
+c0
+8c
+02
+ef
+20
+80
+06
+1f
+26
+7c
 00
-aa
-55
-04
+24
+22
+84
+8b
+1f
+22
+7e
 00
-28
-44
+98
+c0
+8c
 00
+18
+42
+7e
 00
+1f
+20
+f2
+03
+9f
+26
+04
 00
+24
+22
+84
+76
+e8
+41
 00
-aa
-55
+06
+1a
+20
+8c
 01
+ef
+e1
 00
-32
-44
-07
-aa
-55
-08
+06
+1f
+e0
+f2
+02
+1a
+20
+8c
+01
+20
+40
+04
+63
+98
+46
+7c
 00
-4c
-44
-fb
+24
+22
+84
+8b
+20
+20
+7e
+54
+20
+20
+7e
+56
+6f
+e1
+4b
+f3
+1f
+e2
+0c
 00
-48
-08
-fb
+20
+40
+04
+72
+24
+34
+04
+97
+6a
+21
+4b
+f3
+1a
+20
+8c
+01
+ef
+e1
 00
-48
-08
-aa
-55
 06
+1f
+e0
+fe
+05
+9a
+20
+fe
 00
-7a
-43
-8e
-b1
-3a
-0e
-8e
-ed
-aa
-55
-02
+67
+e1
+4b
+f3
+20
+20
+04
+8c
+6f
+e1
+4b
+f1
+68
+49
+4b
+f3
+98
+46
+7e
 00
-e7
-4a
-15
+20
+60
 00
-aa
-55
-02
 00
-57
-43
-19
+58
 00
-aa
-55
-06
 00
-e9
-4a
-1d
 00
-21
-00
-30
+67
+e1
+4c
+18
+67
+e1
+4c
+1a
+67
+e0
+cc
+1c
+67
+e0
+cb
+f7
+20
+60
 00
-aa
-55
-02
 00
-d1
-43
-2d
+20
+40
+7e
+56
+6f
+e0
+cb
+f7
+c0
 00
+84
 aa
-55
+c0
+02
+04
+b4
+c0
+03
+84
+d3
+c0
+05
+04
+f9
+c0
+06
+84
+ee
+c0
+08
+04
+d7
+20
+20
+05
+02
+70
+47
+c6
+af
+70
+47
+c7
 01
+70
+47
+c8
 00
-f0
-4a
-96
-aa
-55
-01
+70
+47
+c9
+02
+58
 00
-86
-44
-ff
-aa
-55
-01
 00
-90
+01
+67
+e1
 47
-ff
-aa
-55
+ca
+70
+48
+36
 01
+70
+48
+35
+06
+70
+4b
+f7
+02
+20
+60
 00
-8f
+00
+70
 47
-1e
-aa
-55
-0c
+c6
+af
+70
+47
+c7
+02
+70
+47
+c8
 00
-d0
-49
-03
-04
-01
+70
+47
+c9
 02
-20
-2a
-3f
-15
-14
-1b
-11
-0e
-aa
-55
-b2
+6f
+f1
 00
-df
-49
-09
-5a
-26
-34
-19
-04
-09
 00
-ff
-ff
-09
-5a
-0d
-f0
-1d
-e3
-7d
-d2
-ff
-ff
-09
-5a
-0d
-10
-1d
-ed
-7d
-80
-ff
-ff
-1b
-35
-28
-b4
-29
-46
-2a
-96
-2b
-8c
-2c
-6e
-2d
-64
-38
-5f
-39
-0f
-3a
-32
-3b
+67
+e1
 47
-42
-10
-ff
-ff
-54
-2e
-55
-f2
+ca
+58
+00
+66
 61
-f4
-63
-70
-75
-52
-76
-41
-77
-ed
-78
-23
-79
-46
-7a
-e5
-7c
-48
-7e
-77
-7f
+e7
+e1
+00
+05
+58
+00
+00
 01
-0b
+e7
+e3
 00
-7f
+05
+58
 00
-09
 00
-ff
-ff
-09
-5a
-ff
-27
-ab
-40
-be
-d1
-a0
-41
-a1
-12
-a5
-84
-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
+e7
+e1
 00
-ff
-ff
-09
-5a
-06
-02
-09
-69
-0d
-48
-0e
-9f
-0f
-ba
-09
+05
+e7
+e1
 00
-ff
-ff
-09
-a5
-46
-34
-60
-07
-69
-04
-7d
+05
 20
-7e
+40
+04
+db
+e7
+e0
+80
+05
+58
 00
-09
 00
-ff
-ff
-aa
-55
-08
 00
-a3
-4a
-09
-5a
-0b
+e7
+e0
+80
+05
+68
+49
+4b
 f3
-09
-00
-ff
-ff
-aa
-55
-08
+e0
+41
 00
-e3
+05
+6f
+e1
 4b
-09
-a5
-0b
-f3
-09
+f1
+1f
+ed
+7e
 00
-ff
-ff
-aa
-55
-02
+1f
+e3
+7e
 00
-8d
-44
-2d
-49
-aa
-55
-01
+98
+46
+7e
 00
-8c
-44
-01
-aa
-55
-01
+24
+21
+04
+d1
+e7
+e1
 00
-65
+05
+70
 48
-01
-aa
-55
-01
-00
-64
+35
+18
+70
 48
-01
-aa
-55
-01
-00
 36
-48
-01
-aa
-55
 01
+70
+4b
+f7
+05
+20
+60
 00
-a8
-48
-06
-aa
-55
-02
 00
-38
-48
-c0
-12
-aa
-55
-03
+58
 00
-54
-48
-19
-19
-1c
-aa
-55
-10
 00
-40
-48
 00
-13
-2c
-42
-06
-15
-36
+20
+20
+04
+cc
+70
+4b
+f7
+08
+70
+47
+c7
+03
+70
 48
-0f
-1a
-3a
-4c
+35
+04
+20
+20
+04
+e4
+70
+4b
+f7
 11
-23
-31
-4d
-aa
-55
-01
-00
-5b
-48
-00
-aa
-55
-05
-00
-77
+70
+47
+c7
+06
+70
 48
+35
+04
 20
-15
-10
-05
-4e
-aa
-55
-05
+20
+04
+e4
+6f
+e4
+4b
+ab
+c2
+89
+84
+e0
+c2
+89
+04
+e2
+58
 00
-8c
-48
-01
-0f
-0f
-0f
-0f
-aa
-55
-06
 00
-ad
-48
-0c
-f8
 00
+20
+60
 00
-77
-01
-aa
-55
-03
 00
-5c
-48
+58
 00
-48
+00
+02
+20
 60
-aa
-55
-01
 00
-7d
+00
+58
+00
+00
+04
+20
+60
+00
+00
+70
 48
-07
-aa
-55
+36
+01
+70
+47
+c6
+af
+70
+47
+c8
+00
+70
+47
+c9
 02
+20
+60
 00
-99
+00
+70
+47
+c8
+01
+70
 48
-b5
-4a
-aa
-55
+36
 01
+70
+47
+c6
+af
+70
+47
+c9
+02
+20
+60
+00
 00
+70
+4b
+f7
+0f
+70
+47
+c7
+05
+6f
+e0
+cc
+1c
+67
+e0
+c7
 ca
+70
 48
-80
-aa
-55
+35
+05
+70
+48
+36
+01
+70
+47
+c6
+af
+6f
+e0
+cb
+f5
+67
+e0
+c7
+c8
+70
+47
+c9
 02
+20
+60
 00
-c2
-48
-14
 00
-aa
-55
+70
+4b
+f7
+0c
+70
+47
+c7
+04
+70
+48
+35
+04
+70
+48
+36
+01
+70
+47
+c6
+af
+6f
+e0
+cb
+f5
+67
+e0
+c7
+c8
+70
+47
+c9
 02
+20
+60
 00
-c0
+00
+70
+47
+c6
+af
+70
+47
+c7
+ff
+70
+47
+c8
+00
+70
+47
+c9
+02
+70
 48
-50
+36
+01
+70
+48
+35
+04
+20
+60
 00
-aa
-55
-03
 00
-b8
+1f
+e2
+22
+00
+70
+4b
+f8
+00
+70
 48
+36
+01
+da
+40
+4b
+f9
+20
+60
 00
-a6
-0e
+00
+83
+31
 aa
 55
-03
+40
+00
+00
+40
+09
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+08
+08
+00
+80
+00
+40
+01
+00
+88
+56
+53
+46
+00
+01
+00
+00
+00
+00
+00
+00
+00
+00
+18
+00
+00
+00
+00
+00
 00
-b8
-49
 00
-50
 00
-aa
-55
-02
 00
-79
-44
 80
+00
+00
+00
+02
+00
+00
+00
+01
+00
+00
+20
+04
+16
+00
+00
+aa
+55
+01
+00
+9a
+40
+08
+aa
+55
+03
+00
+7a
+41
+88
 1f
+ce
 aa
 55
 01
 00
-83
-44
-80
+c5
+40
+18
 aa
 55
 01
 00
-e8
+ef
 41
-01
-e3
-d5
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
 ff
+aa
+55
+02
+00
+ca
+40
+ef
+41
+aa
+55
+01
+00
+7d
+41
+70
+aa
+55
+01
+00
+d0
+44
+00
+aa
+55
+01
+00
+ea
+41
 ff
+aa
+55
+01
+00
+ee
+41
+00
+aa
+55
+08
+00
+ab
+4b
+04
+09
+4a
+00
+01
+80
+03
+03
+aa
+55
+0c
+00
+fe
+48
+b0
+04
+58
+02
+64
+64
+94
+85
+90
+63
+75
+80
+aa
+55
+1a
+00
+0d
+49
+0b
+0c
+0d
 ff
 ff
 ff
+05
+04
+03
 ff
+08
+0b
+0c
+0d
 ff
 ff
 ff
 ff
+07
+06
 ff
 ff
 ff
+03
+00
+00
+aa
+55
+03
+00
+ed
+4b
 ff
+58
+02
+aa
+55
+01
+00
+58
+0b
 ff
+aa
+55
+12
+00
+cc
+4b
+00
+05
+00
+04
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+aa
+55
+01
+00
+99
+40
+01
+aa
+55
+02
+00
+b3
+4b
+03
+01
+aa
+55
+08
+00
+38
+49
+00
+34
 ff
 ff
 ff
 ff
 ff
 ff
+aa
+55
+07
+00
+56
+49
+34
 ff
 ff
 ff
 ff
 ff
 ff
+aa
+55
+17
+00
+73
+49
+33
 ff
 ff
 ff
@@ -6382,36 +5493,925 @@
 ff
 ff
 ff
+aa
+55
+13
+00
+b5
+4b
+00
+40
+0a
+60
+06
+0a
+00
+64
+00
+70
+17
+14
+0a
+90
+01
+e8
+03
+90
+01
+aa
+55
+02
+00
+ca
+4b
+07
+06
+aa
+55
+01
+00
+c0
+49
+02
+aa
+55
+01
+00
+fd
+48
+02
+aa
+55
+01
+00
+a1
+44
+05
+aa
+55
+06
+00
+e3
+48
+05
+01
+9f
+00
+b1
+00
+aa
+55
+0a
+00
+eb
+48
+10
+00
+52
+00
+35
+00
+21
+00
+25
+00
+aa
+55
+01
+00
+f7
+48
+0a
+aa
+55
+02
+00
+c8
+4b
+64
+00
+aa
+55
+03
+00
+de
+4b
+00
+00
+00
+aa
+55
+01
+00
+ab
+4a
 ff
+aa
+55
+01
+00
+e2
+4b
+01
+aa
+55
+01
+00
+77
+41
+20
+aa
+55
+01
+00
+8a
+4b
+20
+aa
+55
+01
+00
+7d
+44
+06
+aa
+55
+06
+00
+a8
+40
+15
+a0
+c8
+12
+23
+51
+aa
+55
+0c
+00
+fc
+45
+0b
+42
+54
+33
+2e
+30
+20
+4d
+6f
+75
+73
+65
+aa
+55
+05
+00
+55
+44
+0e
+00
+01
+00
+02
+aa
+55
+01
+00
+41
+46
+0a
+aa
+55
+01
+00
+64
+47
+01
+aa
+55
+01
+00
+78
+46
+00
+aa
+55
+01
+00
+5f
+41
+00
+aa
+55
+03
+00
+65
+47
+03
+00
+04
+aa
+55
+01
+00
+8e
+47
+01
+aa
+55
+01
+00
+d8
+40
+01
+aa
+55
+0c
+00
+e7
+43
+1f
+02
+01
+05
+03
+03
+12
+18
+03
+19
+c2
+03
+aa
+55
+14
+00
+d2
+4a
+06
 ff
+06
+00
+03
+00
+80
+0c
+09
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0e
+00
+07
+44
+1f
+0c
+09
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0c
+00
+f7
+42
+0b
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0c
+00
+1e
+4c
+0b
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+08
+00
+72
+43
+07
+00
+07
+00
+20
+00
+2c
+01
+aa
+55
+06
+00
+cc
+4a
+03
+12
+18
 ff
+00
+00
+aa
+55
+04
+00
+28
+44
+00
+00
+00
+00
+aa
+55
+01
+00
+32
+44
+07
+aa
+55
+08
+00
+4c
+44
+fb
+00
+48
+08
+fb
+00
+48
+08
+aa
+55
+06
+00
+7a
+43
+8e
+b1
+3a
+0e
+8e
+ed
+aa
+55
+02
+00
+e7
+4a
+15
+00
+aa
+55
+02
+00
+57
+43
+19
+00
+aa
+55
+06
+00
+e9
+4a
+1d
+00
+21
+00
+30
+00
+aa
+55
+02
+00
+d1
+43
+2d
+00
+aa
+55
+01
+00
+f0
+4a
+96
+aa
+55
+01
+00
+86
+44
 ff
+aa
+55
+01
+00
+90
+47
 ff
+aa
+55
+01
+00
+8f
+47
+1e
+aa
+55
+0c
+00
+d0
+49
+03
+04
+01
+02
+20
+2a
+3f
+15
+14
+1b
+11
+0e
+aa
+55
+b2
+00
+df
+49
+09
+5a
+26
+34
+19
+04
+09
+00
 ff
 ff
+09
+5a
+0d
+f0
+1d
+e3
+7d
+d2
 ff
 ff
+09
+5a
+0d
+10
+1d
+ed
+7d
+80
 ff
 ff
+1b
+35
+28
+b4
+29
+46
+2a
+96
+2b
+8c
+2c
+6e
+2d
+64
+38
+5f
+39
+0f
+3a
+32
+3b
+47
+42
+10
 ff
 ff
+54
+2e
+55
+f2
+61
+f4
+63
+70
+75
+52
+76
+41
+77
+ed
+78
+23
+79
+46
+7a
+e5
+7c
+48
+7e
+77
+7f
+01
+0b
+00
+7f
+00
+09
+00
 ff
 ff
+09
+5a
 ff
+27
+ab
+40
+be
+d1
+a0
+41
+a1
+12
+a5
+84
+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
+09
+a5
+46
+34
+60
+07
+69
+04
+7d
+20
+7e
+00
+09
+00
 ff
 ff
+aa
+55
+08
+00
+a3
+4a
+09
+5a
+0b
+f3
+09
+00
 ff
 ff
+aa
+55
+08
+00
+e3
+4b
+09
+a5
+0b
+f3
+09
+00
 ff
 ff
+aa
+55
+02
+00
+8d
+44
+2d
+49
+aa
+55
+01
+00
+8c
+44
+01
+aa
+55
+01
+00
+65
+48
+01
+aa
+55
+01
+00
+64
+48
+01
+aa
+55
+01
+00
+36
+48
+01
+aa
+55
+01
+00
+a8
+48
+06
+aa
+55
+02
+00
+38
+48
+c0
+12
+aa
+55
+03
+00
+54
+48
+19
+19
+1c
+aa
+55
+10
+00
+40
+48
+00
+13
+2c
+42
+06
+15
+36
+48
+0f
+1a
+3a
+4c
+11
+23
+31
+4d
+aa
+55
+01
+00
+5b
+48
+00
+aa
+55
+05
+00
+77
+48
+20
+15
+10
+05
+4e
+aa
+55
+05
+00
+8c
+48
+01
+0f
+0f
+0f
+0f
+aa
+55
+06
+00
+ad
+48
+0c
+f8
+00
+00
+77
+01
+aa
+55
+03
+00
+5c
+48
+00
+48
+60
+aa
+55
+01
+00
+7d
+48
+07
+aa
+55
+02
+00
+99
+48
+b5
+4a
+aa
+55
+01
+00
+ca
+48
+80
+aa
+55
+02
+00
+c2
+48
+14
+00
+aa
+55
+02
+00
+c0
+48
+50
+00
+aa
+55
+03
+00
+b8
+48
+00
+a6
+0e
+aa
+55
+03
+00
+b8
+49
+00
+50
+00
+aa
+55
+02
+00
+79
+44
+80
+1f
+aa
+55
+01
+00
+83
+44
+80
+aa
+55
+01
+00
+e8
+41
+01
+aa
+55
+05
+00
+f0
+4b
+02
+40
+00
+0f
+19
+4e
+b2
 ff
 ff
 ff
@@ -8188,5 +8188,5 @@
 ff
 ff
 ff
-5d
-19
+a1
+5e
Index: output/flash.dat
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_public_sdk/output/flash.dat	(revision 896)
+++ /YC1308AC/branch/mouse_project/mouse_public_sdk/output/flash.dat	(working copy)
@@ -2,8 +2,8 @@
 02
 aa
 55
-ae
-0c
+3a
+14
 c2
 84
 00
@@ -23,75 +23,75 @@
 c0
 45
 80
-76
+80
 c0
 4f
 80
-83
+8d
 c0
 57
 00
-85
+8f
 c0
 58
 00
-6a
+74
 c0
 61
-81
-f4
+82
+3e
 c0
 63
 81
-1a
+54
 c0
 64
 81
-20
+5a
 c0
 65
 01
-53
+8e
 c0
 66
 00
-66
+70
 c0
 67
-02
-bd
+03
+1a
 c0
 68
 02
-03
+4d
 c0
 68
-82
-dd
+83
+45
 c0
 6a
-02
-c3
+03
+2b
 c0
 6b
 01
-70
+b9
 c0
 6c
 82
-14
+5e
 c0
 6d
 02
-62
+bf
 c0
 6f
 03
-13
+7b
 c0
 74
 02
-6f
+cc
 20
 20
 13
@@ -99,43 +99,43 @@
 c0
 19
 80
-46
+50
 c0
 1a
 00
-4b
+55
 c0
 43
 82
-6b
+c8
 c0
 50
 82
-83
+e0
 c0
 60
 02
-8d
+ea
 c0
 6e
-81
-e4
+82
+2d
 c0
 71
-01
-bf
+02
+08
 c0
 74
-81
-c7
+82
+10
 c0
 75
-00
-e4
+01
+1d
 c0
 76
-02
-b4
+03
+11
 20
 20
 13
@@ -284,6 +284,46 @@
 20
 11
 7d
+20
+40
+5b
+94
+20
+40
+03
+e8
+20
+34
+00
+4a
+20
+60
+00
+00
+da
+60
+5d
+e2
+6f
+e1
+4b
+f3
+1f
+e0
+fe
+03
+1f
+f0
+fe
+00
+67
+e1
+02
+e4
+20
+20
+5b
+3f
 da
 20
 09
@@ -423,7 +463,7 @@
 20
 40
 00
-4b
+55
 20
 20
 3e
@@ -475,7 +515,7 @@
 20
 20
 00
-6a
+74
 70
 8a
 8b
@@ -536,6 +576,14 @@
 20
 13
 b7
+24
+55
+80
+46
+24
+55
+80
+9b
 20
 40
 6d
@@ -543,7 +591,7 @@
 20
 40
 00
-8f
+c6
 20
 40
 41
@@ -567,75 +615,247 @@
 20
 40
 00
-9f
+d6
 20
 40
-02
-d5
+03
+3d
 20
 20
 3b
 c9
+6f
+e4
+4c
+1f
 20
-75
-80
+7a
+00
+00
+6f
+e0
+cc
+1e
+1f
+e2
+22
+00
+1f
+e6
+7c
+0b
+24
+21
+00
+ad
+d8
+c0
+4c
+1f
+d8
+a0
+4a
+db
+1a
+22
+72
 00
 20
 40
-26
-07
+7d
+5f
+d8
+c0
+4c
+1f
+d8
+a0
+44
+0a
+1a
+22
+72
+00
 20
 40
+7d
+5f
+d8
+c0
+4c
+1f
+d8
+a0
+42
+f8
+1a
 22
-ff
+72
+00
 20
-40
-3f
-1e
 20
-40
-3d
-13
+7d
+5f
 20
 40
 00
-99
-6f
-e4
-4b
-ab
 c3
-0c
-3b
-f5
-20
-40
-00
-9c
-20
-20
-3b
-f5
-58
-00
-e2
-90
+6f
+e0
+cc
+1e
+1f
+e0
+fe
+01
 67
-e1
-c8
-ad
-20
-60
-00
-00
-58
-00
-17
+e0
+ca
+d2
 70
-67
-e1
-c8
-ad
+4a
+d3
+09
+d8
+c0
+4c
+1f
+d8
+a0
+4a
+d4
+1a
+22
+72
+00
+20
+40
+7d
+5f
+6f
+e0
+cc
+1e
+1f
+e0
+fe
+01
+67
+e0
+c4
+08
+70
+44
+09
+09
+d8
+c0
+4c
+1f
+d8
+a0
+44
+0a
+1a
+22
+72
+00
+20
+40
+7d
+5f
+d8
+c0
+4c
+1e
+d8
+a0
+42
+f7
+1a
+22
+72
+00
+1f
+20
+f2
+01
+20
+20
+7d
+5f
+d8
+a0
+4a
+d2
+df
+20
+00
+14
+20
+20
+7d
+26
+20
+75
+80
+00
+20
+40
+26
+07
+20
+40
+22
+ff
+20
+40
+3f
+1e
+20
+40
+3d
+13
+20
+40
+00
+d0
+6f
+e4
+4b
+ab
+c3
+0c
+3b
+f5
+20
+40
+00
+d3
+20
+20
+3b
+f5
+58
+00
+e2
+90
+67
+e1
+c8
+ad
+20
+60
+00
+00
+58
+00
+17
+70
+67
+e1
+c8
+ad
 20
 60
 00
@@ -643,7 +863,7 @@
 58
 00
 00
-a4
+db
 67
 e1
 48
@@ -651,7 +871,7 @@
 58
 00
 00
-be
+f7
 67
 e1
 48
@@ -664,6 +884,14 @@
 93
 00
 00
+6f
+e0
+cb
+f6
+24
+3a
+04
+a1
 20
 40
 3f
@@ -679,7 +907,7 @@
 c3
 0a
 80
-ab
+e4
 6f
 e0
 cb
@@ -699,7 +927,7 @@
 c2
 80
 80
-ba
+f3
 68
 48
 c7
@@ -830,8 +1058,8 @@
 08
 24
 21
-00
-d4
+01
+0d
 20
 40
 25
@@ -842,12 +1070,12 @@
 5b
 24
 2c
-00
-da
+01
+13
 24
 37
-80
-da
+81
+13
 20
 40
 48
@@ -870,8 +1098,8 @@
 a3
 c0
 08
-00
-dc
+01
+15
 20
 60
 00
@@ -882,8 +1110,8 @@
 cb
 20
 20
-00
-ca
+01
+03
 70
 4b
 a3
@@ -914,8 +1142,8 @@
 b2
 20
 20
-02
-d5
+03
+3d
 20
 40
 26
@@ -923,11 +1151,11 @@
 24
 34
 01
-65
+a0
 20
 40
-00
-f3
+01
+2c
 20
 40
 26
@@ -938,8 +1166,8 @@
 e1
 24
 3a
-00
-ee
+01
+27
 6f
 e4
 48
@@ -1003,19 +1231,23 @@
 24
 2c
 01
-0b
+45
 24
 37
 81
-0b
+45
 20
 40
 26
 72
 20
 40
-00
-fe
+03
+a9
+20
+40
+01
+38
 20
 20
 26
@@ -1027,7 +1259,7 @@
 24
 5a
 01
-02
+3c
 70
 4b
 e1
@@ -1107,11 +1339,11 @@
 20
 40
 01
-15
+4f
 20
 20
-26
-47
+01
+2d
 6f
 e0
 c8
@@ -1146,12 +1378,12 @@
 23
 20
 40
-02
-ce
+03
+36
 20
 40
-02
-d5
+03
+3d
 20
 20
 3e
@@ -1166,6 +1398,10 @@
 dc
 20
 40
+02
+83
+20
+40
 40
 15
 68
@@ -1223,15 +1459,15 @@
 20
 40
 01
-33
+6e
 20
 40
 01
-40
+7b
 20
 20
 01
-47
+82
 6f
 e1
 cb
@@ -1279,7 +1515,7 @@
 c2
 00
 01
-37
+72
 20
 60
 00
@@ -1426,20 +1662,20 @@
 01
 20
 40
-02
-d5
+03
+3d
 20
 20
 01
-6a
+a5
 6f
 e0
 c8
 a7
 20
 5a
-26
-a7
+01
+ab
 6f
 e0
 c8
@@ -1476,38 +1712,94 @@
 20
 26
 b8
-1a
-62
-7e
-00
-c0
-00
-81
-79
-c0
-1e
+70
+48
+36
 01
-9b
+70
+48
+a7
+01
+20
+40
+26
+42
+67
+e0
+c7
+c6
+58
+00
+00
+00
+67
+e3
+c7
+c7
+6f
+e2
+48
+a9
+67
+e2
+47
+ce
+70
+48
+35
+0c
+6f
+e0
+c8
+36
+79
+20
+7e
+03
+67
+e0
+c8
+36
+20
+40
+22
+91
+20
+20
+01
+1f
+1a
+62
+7e
+00
+c0
+00
+81
+c2
+c0
+1e
+01
+e4
 c0
 1c
 81
-99
+e2
 c0
 1d
 01
-a2
+eb
 c0
 19
 01
-85
+ce
 c0
 22
 01
-8c
+d5
 c0
 0a
 81
-7b
+c4
 20
 20
 43
@@ -1567,7 +1859,7 @@
 c0
 00
 81
-89
+d2
 70
 4b
 76
@@ -1683,7 +1975,7 @@
 24
 3a
 01
-5c
+97
 6f
 e0
 c8
@@ -1691,15 +1983,15 @@
 c0
 01
 01
-a9
+f2
 c0
 02
 01
-b2
+fb
 c0
 01
-81
-b7
+82
+00
 20
 20
 48
@@ -1746,16 +2038,16 @@
 ab
 c3
 17
-81
-bc
+82
+05
 6f
 e0
 cb
 b4
 c0
 00
-81
-bc
+82
+05
 20
 20
 48
@@ -1766,16 +2058,16 @@
 ab
 c3
 17
-81
-bc
+82
+05
 c2
 89
-81
-bc
+82
+05
 c2
 89
-01
-bc
+02
+05
 20
 20
 48
@@ -1791,7 +2083,7 @@
 20
 20
 01
-5c
+97
 70
 48
 8b
@@ -1838,8 +2130,8 @@
 00
 20
 3a
-01
-cf
+02
+18
 6f
 e1
 48
@@ -1866,12 +2158,12 @@
 5b
 24
 2c
-01
-d5
+02
+1e
 24
 37
-81
-d5
+82
+1e
 20
 40
 26
@@ -1926,8 +2218,8 @@
 b1
 c0
 02
-01
-e2
+02
+2b
 20
 20
 25
@@ -1957,6 +2249,10 @@
 c8
 a1
 c2
+81
+83
+b3
+c2
 80
 a3
 40
@@ -1970,8 +2266,8 @@
 bd
 c0
 00
-81
-ed
+82
+37
 20
 20
 26
@@ -1982,8 +2278,8 @@
 ea
 24
 34
-01
-e6
+02
+2f
 20
 40
 26
@@ -2018,8 +2314,8 @@
 38
 c0
 00
-01
-f9
+02
+43
 20
 20
 3d
@@ -2071,7 +2367,7 @@
 20
 40
 02
-06
+50
 20
 20
 40
@@ -2123,7 +2419,7 @@
 20
 3a
 02
-2d
+8a
 67
 e0
 cb
@@ -2159,7 +2455,7 @@
 20
 40
 02
-2a
+87
 20
 40
 40
@@ -2171,7 +2467,7 @@
 20
 40
 02
-42
+9f
 20
 40
 44
@@ -2187,7 +2483,7 @@
 20
 40
 02
-57
+b4
 20
 40
 45
@@ -2217,9 +2513,85 @@
 45
 47
 20
+40
+02
+79
+20
+40
+02
+b7
+20
 20
 02
-5a
+76
+da
+60
+4c
+1d
+da
+40
+5d
+8c
+20
+20
+31
+8a
+6f
+e0
+cb
+ed
+c1
+7f
+80
+00
+6f
+e1
+4a
+b2
+20
+7a
+00
+00
+6f
+e1
+4b
+be
+68
+49
+4a
+b2
+98
+46
+04
+00
+6f
+e1
+4b
+ee
+98
+46
+7e
+00
+20
+21
+02
+85
+68
+48
+cb
+ed
+20
+20
+60
+65
+68
+48
+cb
+ed
+20
+40
+60
+69
 da
 60
 4b
@@ -2227,7 +2599,7 @@
 da
 40
 02
-2d
+8a
 20
 20
 31
@@ -2283,11 +2655,11 @@
 20
 41
 02
-3c
+99
 24
 41
 02
-40
+9d
 20
 20
 48
@@ -2323,7 +2695,7 @@
 c0
 00
 02
-48
+a5
 6f
 e4
 4b
@@ -2339,7 +2711,7 @@
 20
 20
 02
-4b
+a8
 6f
 e4
 4b
@@ -2375,7 +2747,7 @@
 20
 22
 82
-52
+af
 20
 20
 44
@@ -2427,7 +2799,7 @@
 da
 40
 02
-5f
+bc
 20
 20
 31
@@ -2439,7 +2811,7 @@
 c0
 00
 01
-5c
+97
 20
 20
 43
@@ -2523,7 +2895,7 @@
 c0
 04
 82
-77
+d4
 20
 20
 4d
@@ -2623,7 +2995,7 @@
 c0
 02
 02
-90
+ed
 20
 20
 19
@@ -2639,11 +3011,11 @@
 c0
 05
 02
-95
+f2
 c0
 09
-02
-a4
+03
+01
 20
 20
 1c
@@ -2671,7 +3043,7 @@
 c2
 81
 82
-9f
+fc
 6f
 e1
 44
@@ -2699,11 +3071,11 @@
 24
 22
 82
-9b
+f8
 24
 34
 02
-9b
+f8
 20
 20
 1e
@@ -2829,9 +3201,53 @@
 40
 8e
 20
+40
+3f
+7e
 20
+40
 3f
-75
+83
+20
+40
+40
+dc
+6f
+e0
+c8
+d0
+1f
+e1
+7e
+1f
+67
+e0
+c8
+d0
+24
+34
+47
+28
+20
+40
+03
+28
+20
+20
+45
+44
+6f
+e0
+c9
+27
+c1
+01
+80
+00
+20
+20
+47
+1a
 20
 40
 3f
@@ -2842,8 +3258,8 @@
 27
 c0
 05
-82
-ca
+83
+32
 20
 40
 42
@@ -2862,8 +3278,8 @@
 8e
 20
 40
-02
-d1
+03
+39
 da
 60
 4b
@@ -2882,8 +3298,8 @@
 27
 c0
 05
-82
-d1
+83
+39
 20
 20
 42
@@ -2918,8 +3334,8 @@
 27
 c0
 05
-82
-db
+83
+43
 58
 00
 08
@@ -2950,24 +3366,24 @@
 00
 20
 40
-02
-e6
+03
+4e
 20
 40
-02
-eb
+03
+53
 20
 40
-02
-f0
+03
+58
 20
 40
-02
-f5
+03
+5d
 20
 40
 03
-02
+6a
 20
 20
 41
@@ -2979,7 +3395,7 @@
 20
 40
 03
-0f
+77
 20
 40
 41
@@ -2999,7 +3415,7 @@
 20
 40
 03
-0f
+77
 20
 40
 41
@@ -3019,7 +3435,7 @@
 20
 40
 03
-0f
+77
 20
 40
 41
@@ -3062,8 +3478,8 @@
 10
 c0
 7f
-82
-fe
+83
+66
 20
 20
 41
@@ -3075,7 +3491,7 @@
 20
 40
 03
-11
+79
 68
 48
 c9
@@ -3115,7 +3531,7 @@
 c0
 7f
 83
-0b
+73
 20
 20
 41
@@ -3127,7 +3543,7 @@
 20
 40
 03
-11
+79
 68
 48
 c9
@@ -3163,7 +3579,7 @@
 20
 40
 03
-17
+7f
 20
 20
 46
@@ -3199,7 +3615,7 @@
 20
 40
 03
-20
+88
 20
 20
 40
@@ -3227,7 +3643,7 @@
 c0
 7f
 83
-27
+8f
 20
 20
 40
@@ -3239,7 +3655,7 @@
 20
 40
 03
-11
+79
 68
 48
 c9
@@ -3248,3118 +3664,1813 @@
 20
 41
 95
-53
-91
-aa
-55
-40
-00
+6f
+e0
+cb
+f6
+20
+7a
 00
-40
-09
 00
+6f
+e0
+cb
+f7
+c0
+01
+03
+9f
+c0
+02
+83
+a1
+c0
+04
+03
+a3
+c0
+05
+83
+a5
+c0
+07
+03
+a7
+c0
+08
+83
+9d
+20
+60
 00
 00
+70
+4b
+f7
+12
+20
+60
 00
 00
+70
+4b
+f7
+03
+20
+60
 00
 00
+70
+4b
+f7
+06
+20
+60
 00
 00
+70
+4b
+f7
+09
+20
+60
 00
 00
+70
+4b
+f7
+0c
+20
+60
 00
 00
+70
+4b
+f7
+0f
+20
+60
 00
 00
-08
-08
+6f
+e0
+c8
+2a
+20
+3a
+03
+93
+1f
+e2
+24
 00
-80
+70
+48
+2a
 00
-40
-01
+6f
+e0
+c8
+0a
+c0
+57
+83
+bb
+20
+60
 00
-88
-56
-53
-46
 00
+70
+4b
+f6
 01
+70
+40
+99
 00
+20
+20
+04
+9b
+20
+60
 00
 00
+70
+47
+c6
+af
+20
+40
+22
+91
+20
+40
+26
+5b
+24
+6c
 00
 00
+24
+77
+80
 00
-00
-00
-18
-00
-00
-00
-00
-00
-00
-00
-00
-00
+20
+40
+25
+97
+20
+20
+26
+72
+6f
+e0
+c8
+0a
+c1
+d7
 80
 00
-00
-00
+ef
+e0
+80
+06
+e8
+40
+80
+06
+18
+46
+7c
 02
+24
+22
+93
+7a
+c0
 00
-00
-00
+83
+ca
+c0
 01
-00
-00
-20
-04
-16
-00
-00
-aa
-55
+03
+cd
+c0
 01
-00
-9a
-40
-08
-aa
-55
+83
+cf
+c0
+02
 03
-00
+d1
+c0
+02
+84
+29
+c0
+03
+04
+4f
+c0
+7f
+83
+c9
+20
+20
+13
 7a
-41
-88
-1f
-ce
-aa
-55
-01
-00
-c5
-40
-18
-aa
-55
-01
+20
+60
 00
-ef
-41
-ff
-aa
-55
-02
 00
-ca
+20
 40
-ef
-41
-aa
-55
-01
-00
-7d
-41
+03
+b0
 70
-aa
-55
+4b
+f7
 01
+20
+60
 00
-d0
-44
 00
-aa
-55
-01
+70
+4b
+f7
+04
+20
+60
 00
-ea
-41
-ff
-aa
-55
-01
 00
-ee
-41
+70
+4b
+f7
+07
+20
+60
 00
-aa
-55
-08
 00
-ab
+70
 4b
-04
-08
-4a
+f7
+0a
+ef
+e1
 00
-01
-80
+06
+e8
+41
 00
-03
-aa
-55
-0c
+06
+6a
+21
+4c
+18
+9a
+26
+7c
 00
-fe
-48
-b0
-04
-58
-02
-64
-64
-94
-85
-90
-63
-75
-80
-aa
-55
+24
+22
+84
+47
+6f
+e1
+4c
 1a
+98
+46
+7c
 00
-0d
-49
-0b
-0c
-0d
-ff
-ff
-ff
-05
-04
-03
+24
+22
+84
+47
+20
+40
 03
-08
-0b
-0c
-0d
-ff
-ff
-ff
-ff
-07
-06
-ff
-ff
-ff
+dd
+24
+34
+04
+47
+20
+20
+04
+45
+20
+40
 03
+e8
+24
+74
 00
 00
-aa
-55
-01
+6f
+e1
+4c
+1a
+9e
+06
+7c
 00
-58
-0b
+24
+22
+fe
+56
+68
+49
+09
+e8
+6f
+e1
+4c
+18
+1f
+e0
 ff
-aa
-55
-12
+fb
+98
+46
+7c
 00
-cc
+24
+22
+fe
+56
+20
+20
+7e
+54
+6f
+e1
 4b
+f3
+1f
+f0
+fe
 00
-05
-00
-04
+67
+e1
+02
+e4
+d8
+40
 00
+03
+da
+20
+09
+d2
+20
+40
+5d
+e2
+6f
+e0
+89
+d2
+c0
+ad
+7e
+56
+e8
+41
 00
+06
+60
+49
+09
+5c
+60
+49
+09
+e8
+6f
+e0
+89
+d2
+dd
+60
+ff
+ff
+d8
+40
 00
 00
+d8
+c0
+09
+d2
+df
+20
 00
+03
+20
+40
+04
+5f
+18
+42
+60
 00
+6f
+e1
+4b
+f3
+1f
+e0
+ee
+03
+20
+40
+04
+0c
+1e
+f0
+fe
 00
+67
+e1
+02
+e4
+d8
+40
 00
+02
+da
+20
+09
+d2
+20
+40
+5d
+e2
+6f
+e1
+09
+d2
+9d
+66
+7c
 00
+24
+22
+fe
+56
+6f
+e0
+89
+d2
+9e
 00
+e0
 00
+ef
+e0
+80
+06
+9e
 00
+e0
 00
+58
 00
-aa
-55
+ff
+ff
+9e
 01
+60
 00
-99
-40
-01
-aa
-55
-02
+20
+20
+7e
+54
+6f
+e1
+09
+5c
+20
+7a
 00
-b3
-4b
-03
-01
-aa
-55
-08
 00
-38
-49
+1f
+e2
+04
 00
-34
-ff
-ff
-ff
-ff
-ff
+1f
+e6
+7c
+10
+20
+21
+04
+27
+1f
+e0
 ff
-aa
-55
-07
+f0
+d8
+40
 00
-56
-49
-34
-ff
-ff
-ff
-ff
-ff
-ff
-aa
-55
-17
+10
+67
+e1
+09
+5c
+18
+42
+5e
 00
-73
-49
-33
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-aa
-55
-13
+1e
+e2
+7e
 00
-b5
-4b
+1f
+f0
+fe
 00
+67
+e1
+02
+e4
+da
+20
+09
+d2
+20
 40
-0a
-60
-06
-05
+5d
+e2
+1e
+e2
+7e
 00
-64
+9d
+e0
+ee
 00
-70
-17
-14
-0a
-90
-01
-e8
-03
-90
-01
-aa
-55
-02
+1d
+e2
+72
+00
+1d
+62
+7e
+00
+d8
+c0
+09
+d2
+ef
+e0
 00
-ca
-4b
-07
 06
-aa
-55
-01
+1f
+e2
+56
+00
+1d
+e2
+72
 00
+d8
 c0
-49
+09
+d2
+1e
 02
-aa
-55
-01
+04
 00
-fd
-48
-02
-aa
-55
-01
+20
+40
+04
+5f
+18
+42
+60
 00
-a1
-44
-05
-aa
-55
-06
+20
+20
+04
+0c
+58
 00
-e3
-48
-05
-01
-9f
 00
-b1
 00
-aa
-55
-0a
+20
+20
+04
+13
+70
+4b
+f7
+0d
+ef
+e0
+80
+06
+18
+c2
+22
 00
-eb
+68
 48
-10
-00
-52
-00
-35
+cc
+1c
+98
+46
+7c
 00
+20
+22
+84
+45
+20
+40
+04
+56
+24
+34
+04
+47
+1a
+46
+7c
+04
+20
+21
+04
+47
+1a
+40
+a5
+fc
+62
+41
+09
+59
+62
+21
+09
+57
+20
+40
+5d
+d3
+20
+40
+04
+49
+20
+40
+5d
+da
+6a
+41
+09
+59
+6a
 21
+09
+57
+6f
+e1
+4c
+18
+9a
+40
+fe
 00
-25
+67
+e1
+4c
+18
+1a
+42
+72
 00
-aa
-55
-01
+d8
+40
 00
-f7
-48
-0a
-aa
-55
-02
 00
-c8
-4b
-64
+1a
+22
+0c
 00
-aa
-55
-03
+20
+40
+04
+5f
+6f
+e1
+4c
+1a
+98
+40
+fe
 00
-de
+67
+e1
+4c
+1a
+70
 4b
+f5
 00
+20
+60
 00
 00
-aa
-55
+70
+4b
+f5
 01
+20
+60
 00
-ab
-4a
-ff
-aa
-55
-01
-00
-e2
-4b
-01
-aa
-55
-01
 00
-77
-41
-20
-aa
-55
-01
-00
-8a
+6f
+e1
 4b
+f3
 20
-aa
-55
-01
+7a
 00
-7d
-44
-06
-aa
-55
-06
 00
-a8
+68
+49
+4c
+18
+98
 40
-15
-a0
-c8
-12
-23
-51
-aa
-55
-14
+fe
 00
-fc
-45
-13
+1a
 42
-6c
-75
-65
-74
-6f
-6f
-74
-68
+04
+00
 20
-4d
-6f
-75
-73
-65
 20
-33
-2e
-30
-aa
-55
-05
+5e
+04
+6f
+e0
+cb
+f7
+c1
+08
 00
-55
-44
-0e
 00
-01
+c1
+08
+80
 00
-02
-aa
-55
-01
+c1
+09
 00
-41
+00
+70
+4c
+1d
+05
+70
+4b
+f7
+10
+20
+60
+00
+00
+68
+48
+cc
+1c
+67
+e0
+cc
+1c
+c0
+00
+04
+5c
+98
 46
-0a
-aa
-55
-01
+7e
 00
-64
-47
-01
-aa
-55
-01
+c0
 00
-78
+fe
+54
+20
+20
+7e
+56
+18
 46
+7c
+ff
+20
+22
+fe
+54
+20
+20
+7e
+56
+ef
+e0
+80
+06
+98
+40
+84
 00
-aa
-55
-01
+c2
 00
+04
 5f
-41
+20
+60
 00
-aa
-55
-03
 00
-65
-47
-03
+58
 00
-04
-aa
-55
-01
+ff
+ff
+ef
+e0
 00
-8e
-47
-01
-aa
-55
-01
+06
+20
+60
 00
-d8
-40
-01
-aa
-55
-0c
 00
-e7
-43
+6f
+20
+c8
+2a
 1f
+26
+7c
 02
-01
-05
-03
-03
-12
+20
+21
+7e
+56
+df
+e0
+48
+0a
+9f
+20
+8c
+00
 18
-03
-19
-c2
-03
-aa
-55
-14
+c0
+8d
+fe
+e8
+41
 00
-d2
-4a
 06
-ff
-06
-00
-03
+d8
+c0
+48
+0a
+20
+40
+04
+63
+98
+46
+7c
 00
-80
-0c
-09
-42
-54
-35
-2e
-32
 20
-4d
-6f
-75
-73
-65
-aa
-55
-0e
-00
-07
-44
-1f
-0c
-09
-42
+22
+fe
 54
-35
-2e
-32
 20
-4d
-6f
-75
-73
-65
-aa
-55
-0c
-00
-f7
-42
-0b
-42
-54
-35
-2e
-32
 20
-4d
-6f
-75
-73
-65
-aa
-55
-08
-00
-72
-43
-07
-00
-07
+7e
+56
+ef
+e0
+80
+06
+c0
+ad
+04
+8b
+1a
+22
+02
 00
-20
+68
+49
 00
-2c
-01
-aa
-55
 06
-00
-cc
-4a
+18
+46
+7c
 03
-12
+20
+21
+04
+8b
 18
-ff
-00
+c0
+8c
+02
+ef
+20
+80
+06
+1f
+26
+7c
 00
-aa
-55
-04
+24
+22
+84
+8b
+1f
+22
+7e
 00
-28
-44
+98
+c0
+8c
 00
+18
+42
+7e
 00
+1f
+20
+f2
+03
+9f
+26
+04
 00
+24
+22
+84
+76
+e8
+41
 00
-aa
-55
+06
+1a
+20
+8c
 01
+ef
+e1
 00
-32
-44
-07
-aa
-55
-08
+06
+1f
+e0
+f2
+02
+1a
+20
+8c
+01
+20
+40
+04
+63
+98
+46
+7c
 00
-4c
-44
-fb
+24
+22
+84
+8b
+20
+20
+7e
+54
+20
+20
+7e
+56
+6f
+e1
+4b
+f3
+1f
+e2
+0c
 00
-48
-08
-fb
+20
+40
+04
+72
+24
+34
+04
+97
+6a
+21
+4b
+f3
+1a
+20
+8c
+01
+ef
+e1
 00
-48
-08
-aa
-55
 06
+1f
+e0
+fe
+05
+9a
+20
+fe
 00
-7a
-43
-8e
-b1
-3a
-0e
-8e
-ed
-aa
-55
-02
+67
+e1
+4b
+f3
+20
+20
+04
+8c
+6f
+e1
+4b
+f1
+68
+49
+4b
+f3
+98
+46
+7e
 00
-e7
-4a
-15
+20
+60
 00
-aa
-55
-02
 00
-57
-43
-19
+58
 00
-aa
-55
-06
 00
-e9
-4a
-1d
 00
-21
-00
-30
+67
+e1
+4c
+18
+67
+e1
+4c
+1a
+67
+e0
+cc
+1c
+67
+e0
+cb
+f7
+20
+60
 00
-aa
-55
-02
 00
-d1
-43
-2d
+20
+40
+7e
+56
+6f
+e0
+cb
+f7
+c0
 00
+84
 aa
-55
+c0
+02
+04
+b4
+c0
+03
+84
+d3
+c0
+05
+04
+f9
+c0
+06
+84
+ee
+c0
+08
+04
+d7
+20
+20
+05
+02
+70
+47
+c6
+af
+70
+47
+c7
 01
+70
+47
+c8
 00
-f0
-4a
-96
-aa
-55
-01
+70
+47
+c9
+02
+58
 00
-86
-44
-ff
-aa
-55
-01
 00
-90
+01
+67
+e1
 47
-ff
-aa
-55
+ca
+70
+48
+36
 01
+70
+48
+35
+06
+70
+4b
+f7
+02
+20
+60
 00
-8f
+00
+70
 47
-1e
-aa
-55
-0c
+c6
+af
+70
+47
+c7
+02
+70
+47
+c8
 00
-d0
-49
-03
-04
-01
+70
+47
+c9
 02
-20
-2a
-3f
-15
-14
-1b
-11
-0e
-aa
-55
-b2
+6f
+f1
 00
-df
-49
-09
-5a
-26
-34
-19
-04
-09
 00
-ff
-ff
-09
-5a
-0d
-f0
-1d
-e3
-7d
-d2
-ff
-ff
-09
-5a
-0d
-10
-1d
-ed
-7d
-80
-ff
-ff
-1b
-35
-28
-b4
-29
-46
-2a
-96
-2b
-8c
-2c
-6e
-2d
-64
-38
-5f
-39
-0f
-3a
-32
-3b
+67
+e1
 47
-42
-10
-ff
-ff
-54
-2e
-55
-f2
+ca
+58
+00
+66
 61
-f4
-63
-70
-75
-52
-76
-41
-77
-ed
-78
-23
-79
-46
-7a
-e5
-7c
-48
-7e
-77
-7f
+e7
+e1
+00
+05
+58
+00
+00
 01
-0b
+e7
+e3
 00
-7f
+05
+58
 00
-09
 00
-ff
-ff
-09
-5a
-ff
-27
-ab
-40
-be
-d1
-a0
-41
-a1
-12
-a5
-84
-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
+e7
+e1
 00
-ff
-ff
-09
-5a
-06
-02
-09
-69
-0d
-48
-0e
-9f
-0f
-ba
-09
+05
+e7
+e1
 00
-ff
-ff
-09
-a5
-46
-34
-60
-07
-69
-04
-7d
+05
 20
-7e
+40
+04
+db
+e7
+e0
+80
+05
+58
 00
-09
 00
-ff
-ff
-aa
-55
-08
 00
-a3
-4a
-09
-5a
-0b
+e7
+e0
+80
+05
+68
+49
+4b
 f3
-09
-00
-ff
-ff
-aa
-55
-08
+e0
+41
 00
-e3
+05
+6f
+e1
 4b
-09
-a5
-0b
-f3
-09
+f1
+1f
+ed
+7e
 00
-ff
-ff
-aa
-55
-02
+1f
+e3
+7e
 00
-8d
-44
-2d
-49
-aa
-55
-01
+98
+46
+7e
 00
-8c
-44
-01
-aa
-55
-01
+24
+21
+04
+d1
+e7
+e1
 00
-65
+05
+70
 48
-01
-aa
-55
-01
-00
-64
+35
+18
+70
 48
-01
-aa
-55
-01
-00
 36
-48
-01
-aa
-55
 01
+70
+4b
+f7
+05
+20
+60
 00
-a8
-48
-06
-aa
-55
-02
 00
-38
-48
-c0
-12
-aa
-55
-03
+58
 00
-54
-48
-19
-19
-1c
-aa
-55
-10
 00
-40
-48
 00
-13
-2c
-42
-06
-15
-36
+20
+20
+04
+cc
+70
+4b
+f7
+08
+70
+47
+c7
+03
+70
 48
-0f
-1a
-3a
-4c
+35
+04
+20
+20
+04
+e4
+70
+4b
+f7
 11
-23
-31
-4d
-aa
-55
-01
-00
-5b
-48
-00
-aa
-55
-05
-00
-77
+70
+47
+c7
+06
+70
 48
+35
+04
 20
-15
-10
-05
-4e
-aa
-55
-05
+20
+04
+e4
+6f
+e4
+4b
+ab
+c2
+89
+84
+e0
+c2
+89
+04
+e2
+58
 00
-8c
-48
-01
-0f
-0f
-0f
-0f
-aa
-55
-06
 00
-ad
-48
-0c
-f8
 00
+20
+60
 00
-77
-01
-aa
-55
-03
 00
-5c
-48
+58
 00
-48
+00
+02
+20
 60
-aa
-55
-01
 00
-7d
+00
+58
+00
+00
+04
+20
+60
+00
+00
+70
 48
-07
-aa
-55
+36
+01
+70
+47
+c6
+af
+70
+47
+c8
+00
+70
+47
+c9
 02
+20
+60
 00
-99
+00
+70
+47
+c8
+01
+70
 48
-b5
-4a
-aa
-55
+36
 01
+70
+47
+c6
+af
+70
+47
+c9
+02
+20
+60
+00
 00
+70
+4b
+f7
+0f
+70
+47
+c7
+05
+6f
+e0
+cc
+1c
+67
+e0
+c7
 ca
+70
 48
-80
-aa
-55
+35
+05
+70
+48
+36
+01
+70
+47
+c6
+af
+6f
+e0
+cb
+f5
+67
+e0
+c7
+c8
+70
+47
+c9
 02
+20
+60
 00
-c2
-48
-14
 00
-aa
-55
+70
+4b
+f7
+0c
+70
+47
+c7
+04
+70
+48
+35
+04
+70
+48
+36
+01
+70
+47
+c6
+af
+6f
+e0
+cb
+f5
+67
+e0
+c7
+c8
+70
+47
+c9
 02
+20
+60
 00
-c0
+00
+70
+47
+c6
+af
+70
+47
+c7
+ff
+70
+47
+c8
+00
+70
+47
+c9
+02
+70
 48
-50
+36
+01
+70
+48
+35
+04
+20
+60
 00
-aa
-55
-03
 00
-b8
+1f
+e2
+22
+00
+70
+4b
+f8
+00
+70
 48
+36
+01
+da
+40
+4b
+f9
+20
+60
 00
-a6
-0e
+00
+83
+31
 aa
 55
-03
+40
+00
+00
+40
+09
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+08
+08
+00
+80
+00
+40
+01
+00
+88
+56
+53
+46
+00
+01
+00
+00
+00
+00
+00
+00
+00
+00
+18
+00
+00
+00
+00
+00
 00
-b8
-49
 00
-50
 00
-aa
-55
-02
 00
-79
-44
 80
+00
+00
+00
+02
+00
+00
+00
+01
+00
+00
+20
+04
+16
+00
+00
+aa
+55
+01
+00
+9a
+40
+08
+aa
+55
+03
+00
+7a
+41
+88
 1f
+ce
 aa
 55
 01
 00
-83
-44
-80
+c5
+40
+18
 aa
 55
 01
 00
-e8
+ef
 41
-01
-e3
-d5
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
 ff
+aa
+55
+02
+00
+ca
+40
+ef
+41
+aa
+55
+01
+00
+7d
+41
+70
+aa
+55
+01
+00
+d0
+44
+00
+aa
+55
+01
+00
+ea
+41
 ff
+aa
+55
+01
+00
+ee
+41
+00
+aa
+55
+08
+00
+ab
+4b
+04
+09
+4a
+00
+01
+80
+03
+03
+aa
+55
+0c
+00
+fe
+48
+b0
+04
+58
+02
+64
+64
+94
+85
+90
+63
+75
+80
+aa
+55
+1a
+00
+0d
+49
+0b
+0c
+0d
 ff
 ff
 ff
+05
+04
+03
 ff
+08
+0b
+0c
+0d
 ff
 ff
 ff
 ff
+07
+06
 ff
 ff
 ff
+03
+00
+00
+aa
+55
+03
+00
+ed
+4b
 ff
+58
+02
+aa
+55
+01
+00
+58
+0b
 ff
+aa
+55
+12
+00
+cc
+4b
+00
+05
+00
+04
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+aa
+55
+01
+00
+99
+40
+01
+aa
+55
+02
+00
+b3
+4b
+03
+01
+aa
+55
+08
+00
+38
+49
+00
+34
 ff
 ff
 ff
 ff
 ff
 ff
+aa
+55
+07
+00
+56
+49
+34
 ff
 ff
 ff
 ff
 ff
 ff
+aa
+55
+17
+00
+73
+49
+33
 ff
 ff
 ff
@@ -6382,36 +5493,925 @@
 ff
 ff
 ff
+aa
+55
+13
+00
+b5
+4b
+00
+40
+0a
+60
+06
+0a
+00
+64
+00
+70
+17
+14
+0a
+90
+01
+e8
+03
+90
+01
+aa
+55
+02
+00
+ca
+4b
+07
+06
+aa
+55
+01
+00
+c0
+49
+02
+aa
+55
+01
+00
+fd
+48
+02
+aa
+55
+01
+00
+a1
+44
+05
+aa
+55
+06
+00
+e3
+48
+05
+01
+9f
+00
+b1
+00
+aa
+55
+0a
+00
+eb
+48
+10
+00
+52
+00
+35
+00
+21
+00
+25
+00
+aa
+55
+01
+00
+f7
+48
+0a
+aa
+55
+02
+00
+c8
+4b
+64
+00
+aa
+55
+03
+00
+de
+4b
+00
+00
+00
+aa
+55
+01
+00
+ab
+4a
 ff
+aa
+55
+01
+00
+e2
+4b
+01
+aa
+55
+01
+00
+77
+41
+20
+aa
+55
+01
+00
+8a
+4b
+20
+aa
+55
+01
+00
+7d
+44
+06
+aa
+55
+06
+00
+a8
+40
+15
+a0
+c8
+12
+23
+51
+aa
+55
+0c
+00
+fc
+45
+0b
+42
+54
+33
+2e
+30
+20
+4d
+6f
+75
+73
+65
+aa
+55
+05
+00
+55
+44
+0e
+00
+01
+00
+02
+aa
+55
+01
+00
+41
+46
+0a
+aa
+55
+01
+00
+64
+47
+01
+aa
+55
+01
+00
+78
+46
+00
+aa
+55
+01
+00
+5f
+41
+00
+aa
+55
+03
+00
+65
+47
+03
+00
+04
+aa
+55
+01
+00
+8e
+47
+01
+aa
+55
+01
+00
+d8
+40
+01
+aa
+55
+0c
+00
+e7
+43
+1f
+02
+01
+05
+03
+03
+12
+18
+03
+19
+c2
+03
+aa
+55
+14
+00
+d2
+4a
+06
 ff
+06
+00
+03
+00
+80
+0c
+09
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0e
+00
+07
+44
+1f
+0c
+09
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0c
+00
+f7
+42
+0b
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0c
+00
+1e
+4c
+0b
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+08
+00
+72
+43
+07
+00
+07
+00
+20
+00
+2c
+01
+aa
+55
+06
+00
+cc
+4a
+03
+12
+18
 ff
+00
+00
+aa
+55
+04
+00
+28
+44
+00
+00
+00
+00
+aa
+55
+01
+00
+32
+44
+07
+aa
+55
+08
+00
+4c
+44
+fb
+00
+48
+08
+fb
+00
+48
+08
+aa
+55
+06
+00
+7a
+43
+8e
+b1
+3a
+0e
+8e
+ed
+aa
+55
+02
+00
+e7
+4a
+15
+00
+aa
+55
+02
+00
+57
+43
+19
+00
+aa
+55
+06
+00
+e9
+4a
+1d
+00
+21
+00
+30
+00
+aa
+55
+02
+00
+d1
+43
+2d
+00
+aa
+55
+01
+00
+f0
+4a
+96
+aa
+55
+01
+00
+86
+44
 ff
+aa
+55
+01
+00
+90
+47
 ff
+aa
+55
+01
+00
+8f
+47
+1e
+aa
+55
+0c
+00
+d0
+49
+03
+04
+01
+02
+20
+2a
+3f
+15
+14
+1b
+11
+0e
+aa
+55
+b2
+00
+df
+49
+09
+5a
+26
+34
+19
+04
+09
+00
 ff
 ff
+09
+5a
+0d
+f0
+1d
+e3
+7d
+d2
 ff
 ff
+09
+5a
+0d
+10
+1d
+ed
+7d
+80
 ff
 ff
+1b
+35
+28
+b4
+29
+46
+2a
+96
+2b
+8c
+2c
+6e
+2d
+64
+38
+5f
+39
+0f
+3a
+32
+3b
+47
+42
+10
 ff
 ff
+54
+2e
+55
+f2
+61
+f4
+63
+70
+75
+52
+76
+41
+77
+ed
+78
+23
+79
+46
+7a
+e5
+7c
+48
+7e
+77
+7f
+01
+0b
+00
+7f
+00
+09
+00
 ff
 ff
+09
+5a
 ff
+27
+ab
+40
+be
+d1
+a0
+41
+a1
+12
+a5
+84
+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
+09
+a5
+46
+34
+60
+07
+69
+04
+7d
+20
+7e
+00
+09
+00
 ff
 ff
+aa
+55
+08
+00
+a3
+4a
+09
+5a
+0b
+f3
+09
+00
 ff
 ff
+aa
+55
+08
+00
+e3
+4b
+09
+a5
+0b
+f3
+09
+00
 ff
 ff
+aa
+55
+02
+00
+8d
+44
+2d
+49
+aa
+55
+01
+00
+8c
+44
+01
+aa
+55
+01
+00
+65
+48
+01
+aa
+55
+01
+00
+64
+48
+01
+aa
+55
+01
+00
+36
+48
+01
+aa
+55
+01
+00
+a8
+48
+06
+aa
+55
+02
+00
+38
+48
+c0
+12
+aa
+55
+03
+00
+54
+48
+19
+19
+1c
+aa
+55
+10
+00
+40
+48
+00
+13
+2c
+42
+06
+15
+36
+48
+0f
+1a
+3a
+4c
+11
+23
+31
+4d
+aa
+55
+01
+00
+5b
+48
+00
+aa
+55
+05
+00
+77
+48
+20
+15
+10
+05
+4e
+aa
+55
+05
+00
+8c
+48
+01
+0f
+0f
+0f
+0f
+aa
+55
+06
+00
+ad
+48
+0c
+f8
+00
+00
+77
+01
+aa
+55
+03
+00
+5c
+48
+00
+48
+60
+aa
+55
+01
+00
+7d
+48
+07
+aa
+55
+02
+00
+99
+48
+b5
+4a
+aa
+55
+01
+00
+ca
+48
+80
+aa
+55
+02
+00
+c2
+48
+14
+00
+aa
+55
+02
+00
+c0
+48
+50
+00
+aa
+55
+03
+00
+b8
+48
+00
+a6
+0e
+aa
+55
+03
+00
+b8
+49
+00
+50
+00
+aa
+55
+02
+00
+79
+44
+80
+1f
+aa
+55
+01
+00
+83
+44
+80
+aa
+55
+01
+00
+e8
+41
+01
+aa
+55
+05
+00
+f0
+4b
+02
+40
+00
+0f
+19
+4e
+b2
 ff
 ff
 ff
@@ -8188,5 +8188,5 @@
 ff
 ff
 ff
-5d
-19
+a1
+5e
Index: output/memmap.format
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_public_sdk/output/memmap.format	(revision 896)
+++ /YC1308AC/branch/mouse_project/mouse_public_sdk/output/memmap.format	(working copy)
@@ -2206,6 +2206,22 @@
 0x4be2 mem_power_on_flag
 0x4be3 mem_ka8g2_sensor_poweron_init
 0x4beb mem_24g_pair_count
+0x4bed mem_mouse_logo_led_gpio
+0x4bee mem_mouse_logo_led_on_time_init
+0x4bf0 mem_g24_ota_config_type//rr
+0x4bf1 mem_g24_ota_storage_size//byte
+0x4bf3 mem_g24_ota_config_addr
+0x4bf5 mem_g24_ota_rtn_state
+0x4bf6 mem_g24_ota_mode
+0x4bf7 mem_g24_ota_sm
+0x4bf8 mem_g24_ota_prepare_send_len
+0x4bf9 mem_g24_ota_txbuf
+0x4c18 mem_g24_ota_rx_alllen
+0x4c1a mem_g24_ota_rx_sum
+0x4c1c mem_g24_ota_rx_data_count
+0x4c1d mem_g24_ota_reset_timer
+0x4c1e mem_le_name_patch_len
+0x4c1f mem_le_name_patch
 0x48d0 mem_remote_car_hard_soft_switch
 0x48d1 mem_remote_car_queue_each_size
 0x48d2 mem_remote_car_queue_length
Index: output/otp.dat
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_public_sdk/output/otp.dat	(revision 896)
+++ /YC1308AC/branch/mouse_project/mouse_public_sdk/output/otp.dat	(working copy)
@@ -2,7 +2,6413 @@
 02
 aa
 55
+3a
+14
+c2
+84
 00
+17
+c0
 00
+00
+22
+c0
+01
+80
+26
+c0
+41
+80
+3f
+c0
+45
+80
+80
+c0
+4f
+80
+8d
+c0
+57
+00
+8f
+c0
+58
+00
+74
+c0
+61
+82
+3e
+c0
+63
+81
+54
+c0
+64
+81
+5a
+c0
+65
+01
+8e
+c0
+66
+00
+70
+c0
+67
+03
+1a
+c0
+68
+02
+4d
+c0
+68
+83
+45
+c0
+6a
+03
+2b
+c0
+6b
+01
+b9
+c0
+6c
+82
+5e
+c0
+6d
+02
+bf
+c0
+6f
+03
+7b
+c0
+74
+02
+cc
+20
+20
+13
+7c
+c0
+19
+80
+50
+c0
+1a
+00
+55
+c0
+43
+82
+c8
+c0
+50
+82
+e0
+c0
+60
+02
+ea
+c0
+6e
+82
+2d
+c0
+71
+02
+08
+c0
+74
+82
+10
+c0
+75
+01
+1d
+c0
+76
+03
+11
+20
+20
+13
+7c
+20
+80
+00
+00
+20
+40
+30
+f3
+20
+40
+3b
+fd
+20
+20
+08
+04
+20
+40
+70
+6c
+20
+40
+75
+97
+20
+40
+6e
+a7
+20
+40
+1b
+93
+20
+40
+08
+3a
+20
+40
+31
+08
+20
+40
+08
+92
+20
+40
+0b
+08
+20
+40
+0b
+7b
+20
+40
+08
+23
+20
+40
+21
+d3
+20
+40
+00
+33
+20
+20
+08
+13
+20
+40
+14
+65
+6f
+e1
+c1
+74
+20
+7a
+00
+00
+6f
+e0
+c0
+99
+20
+7a
+00
+00
+6f
+e0
+c7
+64
+20
+3a
+00
+3c
+6f
+e0
+c6
+b9
+20
+7a
+00
+00
+6f
+e0
+c6
+ba
+24
+7a
+00
+00
+20
+20
+14
+ea
+70
+89
+00
+05
+20
+00
+00
+02
+70
+89
+00
+00
+6f
+e0
+c0
+c5
+c0
+0c
+11
+68
+70
+8a
+87
+29
+20
+20
+11
+7d
+20
+40
+5b
+94
+20
+40
+03
+e8
+20
+34
+00
+4a
+20
+60
+00
+00
+da
+60
+5d
+e2
+6f
+e1
+4b
+f3
+1f
+e0
+fe
+03
+1f
+f0
+fe
+00
+67
+e1
+02
+e4
+20
+20
+5b
+3f
+da
+20
+09
+9e
+d8
+40
+00
+0c
+58
+00
+00
+30
+20
+40
+5e
+63
+20
+20
+60
+bf
+6a
+50
+8a
+12
+70
+8a
+12
+3d
+70
+8a
+11
+aa
+70
+8a
+0a
+0c
+6f
+f0
+8a
+09
+79
+20
+7e
+07
+67
+f0
+8a
+09
+70
+8a
+0b
+04
+20
+00
+00
+3c
+70
+8a
+16
+00
+70
+8a
+17
+06
+20
+40
+61
+1a
+67
+f0
+8a
+97
+70
+80
+dc
+03
+20
+00
+00
+3c
+6f
+f0
+80
+53
+79
+20
+7e
+07
+67
+f0
+80
+53
+20
+00
+03
+e8
+6f
+f1
+01
+50
+67
+e1
+44
+a2
+6f
+f0
+80
+53
+79
+3f
+fe
+07
+67
+f0
+80
+53
+70
+8a
+97
+00
+62
+50
+8a
+12
+20
+60
+00
+00
+6f
+e0
+cb
+aa
+24
+7a
+00
+00
+20
+40
+00
+55
+20
+20
+3e
+bb
+6f
+e0
+83
+0d
+20
+7a
+00
+00
+1f
+e0
+ff
+ff
+67
+e0
+83
+0d
+20
+40
+77
+c5
+20
+40
+31
+e3
+20
+40
+31
+a4
+20
+40
+31
+aa
+20
+40
+5c
+dc
+6f
+e1
+44
+6f
+20
+40
+7e
+05
+20
+20
+00
+74
+70
+8a
+8b
+e6
+20
+40
+12
+6a
+20
+40
+12
+71
+20
+40
+12
+77
+70
+8a
+6d
+09
+70
+8a
+03
+05
+70
+8a
+7a
+94
+70
+8a
+0e
+0b
+70
+8a
+0f
+05
+70
+8a
+83
+90
+70
+8a
+85
+00
+70
+89
+21
+40
+20
+20
+12
+5d
+70
+00
+80
+00
+20
+20
+13
+b7
+24
+55
+80
+46
+24
+55
+80
+9b
+20
+40
+6d
+f3
+20
+40
+00
+c6
+20
+40
+41
+a7
+20
+75
+80
+00
+20
+40
+40
+8e
+20
+40
+3d
+8a
+20
+40
+47
+28
+20
+40
+00
+d6
+20
+40
+03
+3d
+20
+20
+3b
+c9
+6f
+e4
+4c
+1f
+20
+7a
+00
+00
+6f
+e0
+cc
+1e
+1f
+e2
+22
+00
+1f
+e6
+7c
+0b
+24
+21
+00
+ad
+d8
+c0
+4c
+1f
+d8
+a0
+4a
+db
+1a
+22
+72
+00
+20
+40
+7d
+5f
+d8
+c0
+4c
+1f
+d8
+a0
+44
+0a
+1a
+22
+72
+00
+20
+40
+7d
+5f
+d8
+c0
+4c
+1f
+d8
+a0
+42
+f8
+1a
+22
+72
+00
+20
+20
+7d
+5f
+20
+40
+00
+c3
+6f
+e0
+cc
+1e
+1f
+e0
+fe
+01
+67
+e0
+ca
+d2
+70
+4a
+d3
+09
+d8
+c0
+4c
+1f
+d8
+a0
+4a
+d4
+1a
+22
+72
+00
+20
+40
+7d
+5f
+6f
+e0
+cc
+1e
+1f
+e0
+fe
+01
+67
+e0
+c4
+08
+70
+44
+09
+09
+d8
+c0
+4c
+1f
+d8
+a0
+44
+0a
+1a
+22
+72
+00
+20
+40
+7d
+5f
+d8
+c0
+4c
+1e
+d8
+a0
+42
+f7
+1a
+22
+72
+00
+1f
+20
+f2
+01
+20
+20
+7d
+5f
+d8
+a0
+4a
+d2
+df
+20
+00
+14
+20
+20
+7d
+26
+20
+75
+80
+00
+20
+40
+26
+07
+20
+40
+22
+ff
+20
+40
+3f
+1e
+20
+40
+3d
+13
+20
+40
+00
+d0
+6f
+e4
+4b
+ab
+c3
+0c
+3b
+f5
+20
+40
+00
+d3
+20
+20
+3b
+f5
+58
+00
+e2
+90
+67
+e1
+c8
+ad
+20
+60
+00
+00
+58
+00
+17
+70
+67
+e1
+c8
+ad
+20
+60
+00
+00
+58
+00
+00
+db
+67
+e1
+48
+9b
+58
+00
+00
+f7
+67
+e1
+48
+9d
+20
+20
+3b
+d3
+c6
+93
+00
+00
+6f
+e0
+cb
+f6
+24
+3a
+04
+a1
+20
+40
+3f
+70
+24
+74
+00
+00
+6f
+e4
+4b
+ab
+c3
+0a
+80
+e4
+6f
+e0
+cb
+8b
+24
+3a
+48
+84
+20
+40
+42
+cb
+6f
+e0
+c8
+36
+c2
+80
+80
+f3
+68
+48
+c7
+c7
+6f
+e0
+c8
+d0
+98
+41
+fe
+00
+67
+e0
+c8
+d0
+68
+48
+c7
+cc
+6f
+e0
+c8
+d5
+98
+40
+fe
+00
+67
+e0
+c8
+d5
+68
+48
+c7
+cd
+6f
+e0
+c8
+d6
+98
+40
+fe
+00
+67
+e0
+c8
+d6
+70
+48
+36
+01
+da
+20
+00
+07
+da
+40
+48
+d0
+20
+20
+26
+e1
+6f
+e4
+4b
+ab
+c4
+0b
+00
+00
+6f
+e0
+ca
+ae
+20
+7a
+00
+00
+6f
+e0
+c8
+a7
+20
+7a
+00
+00
+6f
+e0
+cb
+a1
+1f
+e0
+fe
+01
+1f
+e1
+7e
+03
+67
+e0
+cb
+a1
+24
+7a
+00
+00
+70
+4b
+a2
+00
+6f
+e0
+cb
+a2
+1f
+e0
+fe
+01
+67
+e0
+cb
+a2
+1f
+e6
+7c
+08
+24
+21
+01
+0d
+20
+40
+25
+9a
+20
+40
+26
+5b
+24
+2c
+01
+13
+24
+37
+81
+13
+20
+40
+48
+b5
+20
+40
+25
+97
+6f
+e0
+cb
+a3
+1f
+e0
+fe
+01
+67
+e0
+cb
+a3
+c0
+08
+01
+15
+20
+60
+00
+00
+20
+40
+22
+cb
+20
+20
+01
+03
+70
+4b
+a3
+00
+6f
+e0
+cb
+a4
+c3
+80
+00
+00
+79
+20
+7e
+00
+67
+e0
+cb
+a4
+6f
+e1
+4b
+bc
+67
+e1
+4a
+b2
+20
+20
+03
+3d
+20
+40
+26
+31
+24
+34
+01
+a0
+20
+40
+01
+2c
+20
+40
+26
+ee
+6f
+e0
+cb
+e1
+24
+3a
+01
+27
+6f
+e4
+48
+b0
+67
+e4
+48
+5c
+6f
+e1
+48
+c2
+67
+e1
+48
+c4
+20
+40
+26
+bb
+24
+74
+00
+00
+20
+40
+7f
+dc
+6f
+e1
+c8
+ad
+20
+20
+26
+b8
+70
+48
+a6
+00
+69
+61
+01
+5f
+34
+73
+02
+00
+20
+40
+26
+5b
+6f
+e0
+c8
+2c
+c0
+00
+a6
+51
+24
+2c
+01
+45
+24
+37
+81
+45
+20
+40
+26
+72
+20
+40
+03
+a9
+20
+40
+01
+38
+20
+20
+26
+51
+6f
+e0
+cb
+e1
+24
+5a
+01
+3c
+70
+4b
+e1
+00
+20
+60
+00
+00
+20
+40
+41
+aa
+6f
+e4
+4b
+ab
+c4
+1e
+00
+00
+6f
+e0
+c9
+13
+d8
+40
+00
+40
+20
+40
+60
+93
+6f
+e0
+c9
+14
+d8
+40
+00
+40
+20
+20
+60
+93
+6f
+e0
+c8
+a7
+24
+7a
+00
+00
+6f
+e1
+48
+a3
+1f
+e0
+fe
+01
+67
+e1
+48
+a3
+6f
+e0
+c8
+a4
+c2
+80
+a6
+79
+20
+40
+26
+7e
+20
+40
+01
+4f
+20
+20
+01
+2d
+6f
+e0
+c8
+a4
+1f
+e6
+7c
+00
+20
+61
+00
+00
+df
+20
+00
+28
+20
+20
+7d
+13
+58
+00
+00
+06
+20
+40
+5b
+0d
+c2
+81
+be
+23
+20
+40
+03
+36
+20
+40
+03
+3d
+20
+20
+3e
+23
+20
+40
+42
+e9
+20
+40
+7f
+dc
+20
+40
+02
+83
+20
+40
+40
+15
+68
+48
+c9
+10
+20
+40
+60
+69
+68
+48
+c9
+10
+20
+40
+60
+42
+6f
+e0
+c9
+20
+d8
+40
+00
+3f
+20
+40
+60
+93
+d8
+40
+00
+03
+20
+40
+3f
+56
+20
+40
+3e
+40
+20
+40
+60
+82
+d8
+40
+00
+13
+20
+40
+3f
+56
+20
+40
+01
+6e
+20
+40
+01
+7b
+20
+20
+01
+82
+6f
+e1
+cb
+de
+67
+e1
+89
+5c
+df
+20
+00
+14
+d8
+40
+00
+00
+6f
+e1
+89
+5c
+2f
+ef
+fe
+00
+20
+40
+e0
+7f
+6f
+e1
+89
+5c
+1f
+e3
+7e
+00
+67
+e1
+89
+5c
+18
+40
+84
+01
+c2
+00
+01
+72
+20
+60
+00
+00
+6f
+e4
+4b
+ab
+c4
+0a
+00
+00
+6f
+e0
+c8
+fd
+c1
+81
+00
+00
+6f
+e0
+c8
+fc
+d8
+40
+00
+c0
+20
+20
+60
+93
+6f
+e4
+4b
+ab
+c4
+1e
+00
+00
+68
+48
+c9
+13
+20
+40
+60
+42
+68
+48
+c9
+14
+20
+40
+60
+42
+6f
+e0
+c9
+13
+d8
+40
+00
+80
+20
+40
+60
+93
+6f
+e0
+c9
+14
+d8
+40
+00
+80
+20
+20
+60
+93
+68
+48
+c9
+13
+20
+40
+60
+50
+68
+48
+c9
+14
+20
+40
+60
+50
+20
+40
+3f
+88
+6f
+e0
+c9
+1f
+d8
+40
+00
+3f
+20
+40
+60
+93
+20
+20
+3e
+44
+70
+48
+a5
+00
+20
+40
+26
+52
+5f
+ff
+ff
+ff
+67
+e2
+48
+5c
+58
+00
+00
+00
+67
+e3
+c8
+d0
+70
+4b
+e1
+01
+20
+40
+03
+3d
+20
+20
+01
+a5
+6f
+e0
+c8
+a7
+20
+5a
+01
+ab
+6f
+e0
+c8
+bd
+c1
+00
+80
+00
+20
+40
+26
+9f
+20
+40
+26
+bb
+24
+74
+00
+00
+6f
+e0
+cb
+e1
+24
+5a
+3e
+33
+6f
+e2
+48
+5c
+20
+20
+26
+b8
+70
+48
+36
+01
+70
+48
+a7
+01
+20
+40
+26
+42
+67
+e0
+c7
+c6
+58
+00
+00
+00
+67
+e3
+c7
+c7
+6f
+e2
+48
+a9
+67
+e2
+47
+ce
+70
+48
+35
+0c
+6f
+e0
+c8
+36
+79
+20
+7e
+03
+67
+e0
+c8
+36
+20
+40
+22
+91
+20
+20
+01
+1f
+1a
+62
+7e
+00
+c0
+00
+81
+c2
+c0
+1e
+01
+e4
+c0
+1c
+81
+e2
+c0
+1d
+01
+eb
+c0
+19
+01
+ce
+c0
+22
+01
+d5
+c0
+0a
+81
+c4
+20
+20
+43
+36
+20
+40
+45
+44
+20
+20
+43
+fa
+58
+00
+00
+00
+67
+e1
+4a
+f2
+70
+4a
+c6
+00
+58
+00
+00
+06
+67
+e1
+43
+72
+67
+e1
+43
+74
+6f
+e4
+4b
+ab
+c2
+8d
+c3
+66
+58
+00
+00
+07
+20
+20
+43
+64
+6f
+e0
+ca
+c7
+c0
+00
+81
+d2
+70
+4b
+76
+14
+20
+20
+43
+73
+20
+40
+43
+6c
+70
+4b
+76
+05
+20
+20
+43
+73
+6f
+e0
+82
+c1
+1f
+e6
+7c
+0c
+24
+21
+43
+84
+67
+e1
+43
+72
+67
+e1
+43
+74
+6f
+e0
+82
+c3
+20
+3a
+43
+9a
+68
+48
+cb
+8a
+98
+46
+7c
+00
+20
+21
+43
+9a
+6f
+e0
+82
+c3
+67
+e0
+cb
+8a
+20
+20
+43
+86
+20
+40
+45
+44
+20
+20
+48
+57
+6f
+e2
+48
+3c
+67
+e2
+48
+91
+67
+e2
+49
+93
+20
+40
+25
+7e
+20
+40
+48
+c6
+20
+40
+45
+44
+20
+20
+48
+4e
+6f
+e0
+c8
+a5
+24
+3a
+01
+97
+6f
+e0
+c8
+8b
+c0
+01
+01
+f2
+c0
+02
+01
+fb
+c0
+01
+82
+00
+20
+20
+48
+39
+6f
+e4
+4b
+ab
+c2
+97
+c8
+11
+c2
+98
+48
+11
+c3
+1d
+48
+06
+6f
+e2
+49
+93
+68
+4a
+49
+74
+98
+46
+7c
+00
+20
+22
+c8
+27
+20
+20
+48
+06
+6f
+e4
+4b
+ab
+c3
+17
+82
+05
+6f
+e0
+cb
+b4
+c0
+00
+82
+05
+20
+20
+48
+1a
+6f
+e4
+4b
+ab
+c3
+17
+82
+05
+c2
+89
+82
+05
+c2
+89
+02
+05
+20
+20
+48
+12
+6f
+e4
+4b
+ab
+c3
+1e
+48
+39
+20
+20
+01
+97
+70
+48
+8b
+00
+6f
+e1
+4b
+eb
+1f
+e0
+fe
+01
+67
+e1
+4b
+eb
+6f
+e0
+cb
+eb
+1f
+e1
+7e
+ff
+c0
+00
+23
+41
+20
+60
+00
+00
+6f
+e1
+48
+89
+d8
+40
+01
+f8
+98
+41
+7e
+00
+20
+3a
+02
+18
+6f
+e1
+48
+89
+1f
+e0
+fe
+01
+67
+e1
+48
+89
+20
+60
+00
+00
+20
+40
+25
+9a
+20
+40
+26
+5b
+24
+2c
+02
+1e
+24
+37
+82
+1e
+20
+40
+26
+72
+20
+20
+25
+86
+6f
+e0
+c8
+8c
+20
+3a
+22
+cb
+6f
+e1
+48
+89
+1f
+e0
+fe
+01
+67
+e1
+48
+89
+6f
+e0
+c8
+8a
+2f
+ef
+fe
+01
+6f
+e0
+c8
+8b
+c0
+00
+a5
+ad
+c0
+01
+25
+af
+c0
+01
+a5
+b1
+c0
+02
+02
+2b
+20
+20
+25
+6e
+20
+20
+a5
+75
+20
+20
+23
+39
+c6
+1a
+00
+00
+c5
+13
+a4
+0e
+c6
+93
+00
+00
+6f
+e0
+c8
+a1
+c2
+81
+83
 b3
+c2
+80
+a3
+40
+c2
+81
+25
+80
+6f
+e0
+c8
+bd
+c0
+00
+82
+37
+20
+20
+26
+21
+20
+40
+22
+ea
+24
+34
+02
+2f
+20
+40
+26
+db
+6f
+e1
+48
+be
+1f
+e0
+fe
+01
+67
+e1
+48
+be
+20
+20
+26
+21
+6f
+e4
+4b
+ab
+c2
+97
+c8
+0a
+6f
+e0
+c9
+38
+c0
+00
+02
+43
+20
+20
+3d
+57
+6f
+e4
+4b
+ab
+c3
+08
+c8
+03
+20
+40
+3d
+65
+20
+34
+48
+06
+6f
+e4
+4b
+ab
+c2
+98
+48
+0c
+c3
+18
+c8
+0c
+20
+40
+41
+10
+1a
+21
+7e
+07
+20
+20
+47
+ff
+20
+40
+40
+8f
+20
+40
+02
+50
+20
+20
+40
+98
+6f
+e0
+c9
+23
+c1
+7f
+80
+00
+6f
+e1
+4a
+c2
+24
+7a
+00
+00
+6f
+e1
+48
+83
+24
+7a
+00
+00
+6f
+e1
+48
+87
+24
+7a
+00
+00
+6f
+e0
+cb
+a7
+24
+7a
+00
+00
+6f
+e0
+cb
+c1
+20
+3a
+02
+8a
+67
+e0
+cb
+a8
+20
+60
+00
+00
+20
+40
+3e
+9b
+20
+40
+49
+56
+20
+40
+23
+2b
+20
+40
+25
+56
+20
+40
+47
+cd
+20
+40
+48
+be
+20
+40
+02
+87
+20
+40
+40
+7c
+20
+40
+44
+cc
+20
+40
+02
+9f
+20
+40
+44
+ff
+20
+40
+45
+04
+20
+40
+45
+12
+20
+40
+02
+b4
+20
+40
+45
+15
+20
+40
+45
+2a
+20
+40
+45
+2d
+20
+40
+45
+32
+20
+40
+45
+35
+20
+40
+40
+22
+20
+40
+45
+47
+20
+40
+02
+79
+20
+40
+02
+b7
+20
+20
+02
+76
+da
+60
+4c
+1d
+da
+40
+5d
+8c
+20
+20
+31
+8a
+6f
+e0
+cb
+ed
+c1
+7f
+80
+00
+6f
+e1
+4a
+b2
+20
+7a
+00
+00
+6f
+e1
+4b
+be
+68
+49
+4a
+b2
+98
+46
+04
+00
+6f
+e1
+4b
+ee
+98
+46
+7e
+00
+20
+21
+02
+85
+68
+48
+cb
+ed
+20
+20
+60
+65
+68
+48
+cb
+ed
+20
+40
+60
+69
+da
+60
+4b
+a8
+da
+40
+02
+8a
+20
+20
+31
+8a
+6f
+e0
+c9
+27
+c0
+01
+c8
+f2
+c0
+05
+c8
+f2
+6f
+e0
+c9
 23
+67
+e0
+c9
+2f
+6f
+e1
+4b
+c2
+67
+e1
+49
+30
+67
+e1
+49
+32
+da
+20
+00
+00
+68
+48
+c9
+92
+18
+40
+84
+02
+18
+46
+7c
+03
+20
+41
+02
+99
+24
+41
+02
+9d
+20
+20
+48
+ff
+6f
+e4
+4b
+ab
+c4
+0e
+00
+00
+18
+40
+84
+01
+20
+60
+00
+00
+18
+40
+85
+fd
+20
+60
+00
+00
+6f
+e0
+c9
+38
+c0
+00
+02
+a5
+6f
+e4
+4b
+ab
+c4
+1a
+80
+00
+68
+48
+cb
+ca
+20
+20
+02
+a8
+6f
+e4
+4b
+ab
+c4
+19
+00
+00
+68
+48
+cb
+cb
+60
+48
+cb
+9d
+20
+40
+41
+15
+1f
+e1
+7e
+07
+68
+48
+cb
+9d
+98
+46
+7c
+00
+20
+22
+82
+af
+20
+20
+44
+eb
+20
+40
+44
+f6
+6f
+e0
+cb
+9f
+c1
+00
+80
+00
+70
+4b
+9f
+01
+20
+60
+00
+00
+6f
+e4
+4b
+ab
+c3
+9d
+80
+00
+20
+20
+45
+1f
+6f
+e0
+c9
+2a
+c3
+83
+80
+00
+da
+60
+4a
+b2
+da
+40
+02
+bc
+20
+20
+31
+91
+6f
+e0
+c9
+38
+c0
+00
+01
+97
+20
+20
+43
+1b
+6f
+e1
+47
+8c
+2f
+ef
+fe
+0b
+20
+40
+c5
+81
+6f
+e1
+47
+8c
+2f
+ef
+fe
+07
+20
+40
+c3
+22
+58
+00
+00
+00
+67
+e1
+4a
+f2
+20
+20
+45
+54
+6f
+e0
+cb
+e2
+24
+5a
+78
+61
+70
+4b
+e2
+00
+20
+20
+78
+51
+6f
+e1
+03
+15
+1f
+e2
+0c
+00
+ef
+e0
+80
+06
+67
+e0
+c5
+f5
+1f
+e1
+04
+0f
+1f
+f1
+fe
+00
+c0
+04
+82
+d4
+20
+20
+4d
+93
+da
+20
+00
+01
+20
+40
+4d
+c0
+6f
+e1
+44
+dc
+e7
+e1
+00
+05
+58
+00
+00
+00
+e7
+e0
+80
+05
+70
+09
+50
+01
+6f
+e0
+c4
+e2
+79
+20
+7e
+06
+67
+e0
+c4
+e2
+70
+09
+5b
+12
+20
+20
+78
+71
+6f
+e0
+c3
+dd
+1f
+e0
+fe
+01
+67
+e0
+c3
+dd
+c0
+06
+16
+5a
+20
+40
+19
+1b
+20
+40
+19
+6a
+6f
+e0
+82
+bd
+20
+40
+16
+8b
+20
+40
+18
+38
+20
+20
+16
+55
+ef
+e1
+00
+06
+c0
+02
+02
+ed
+20
+20
+19
+e4
+ef
+e1
+80
+06
+67
+e1
+c4
+36
+c0
+05
+02
+f2
+c0
+09
+03
+01
+20
+20
+1c
+d3
+6f
+e4
+4b
+ab
+c3
+1d
+9d
+e7
+20
+40
+1e
+8d
+68
+49
+44
+37
+6f
+e0
+c3
+c0
+c2
+81
+82
+fc
+6f
+e1
+44
+37
+c0
+18
+1e
+c8
+68
+49
+44
+37
+20
+20
+1d
+eb
+6f
+e1
+43
+d1
+98
+46
+7c
+00
+24
+22
+82
+f8
+24
+34
+02
+f8
+20
+20
+1e
+10
+18
+c2
+22
+00
+6f
+e1
+43
+d4
+1f
+e0
+a5
+fd
+20
+40
+1a
+25
+6f
+e0
+ca
+c1
+c0
+7f
+9e
+73
+6f
+e0
+ca
+c7
+20
+3a
+1e
+73
+6f
+e0
+cb
+75
+c2
+80
+9e
+73
+58
+00
+00
+1a
+68
+49
+44
+37
+98
+46
+7c
+00
+24
+22
+9e
+73
+70
+02
+d8
+05
+20
+20
+1e
+c9
+6f
+e0
+cb
+aa
+24
+5a
+26
+e1
+78
+34
+7c
+00
+20
+40
+14
+65
+6f
+e1
+c1
+74
+20
+3a
+7e
+56
+6f
+e0
+c0
+99
+20
+3a
+7e
+56
+20
+20
+26
+c4
+78
+54
+7c
+00
+58
+00
+00
+00
+67
+e3
+48
+d1
+20
+40
+42
+40
+20
+40
+40
+8e
+20
+40
+3f
+7e
+20
+40
+3f
+83
+20
+40
+40
+dc
+6f
+e0
+c8
+d0
+1f
+e1
+7e
+1f
+67
+e0
+c8
+d0
+24
+34
+47
+28
+20
+40
+03
+28
+20
+20
+45
+44
+6f
+e0
+c9
+27
+c1
+01
+80
+00
+20
+20
+47
+1a
+20
+40
+3f
+65
+6f
+e0
+c9
+27
+c0
+05
+83
+32
+20
+40
+42
+32
+da
+60
+4a
+a3
+20
+40
+42
+2b
+20
+20
+40
+8e
+20
+40
+03
+39
+da
+60
+4b
+e3
+20
+40
+42
+2b
+20
+20
+40
+8e
+6f
+e0
+c9
+27
+c0
+05
+83
+39
+20
+20
+42
+32
+58
+00
+97
+06
+20
+40
+5b
+0c
+20
+00
+2e
+e0
+20
+60
+00
+00
+20
+40
+41
+a7
+20
+40
+3f
+65
+6f
+e0
+c9
+27
+c0
+05
+83
+43
+58
+00
+08
+06
+20
+20
+5b
+0c
+58
+00
+1f
+06
+20
+20
+5b
+0c
+6f
+e0
+cb
+e1
+24
+5a
+41
+21
+da
+20
+00
+00
+20
+40
+03
+4e
+20
+40
+03
+53
+20
+40
+03
+58
+20
+40
+03
+5d
+20
+40
+03
+6a
+20
+20
+41
+1e
+6f
+e0
+c9
+18
+20
+40
+03
+77
+20
+40
+41
+24
+68
+48
+c9
+18
+20
+20
+3f
+56
+6f
+e0
+c9
+19
+20
+40
+03
+77
+20
+40
+41
+2a
+68
+48
+c9
+19
+20
+20
+3f
+56
+6f
+e0
+c9
+1a
+20
+40
+03
+77
+20
+40
+41
+30
+68
+48
+c9
+1a
+20
+20
+3f
+56
+6f
+e0
+c9
+0d
+c1
+7f
+80
+00
+70
+4b
+96
+03
+6f
+e0
+cb
+91
+1f
+e2
+26
+00
+68
+48
+c9
+0d
+6f
+e0
+c9
+10
+c0
+7f
+83
+66
+20
+20
+41
+3e
+6f
+e0
+c9
+0d
+20
+40
+03
+79
+68
+48
+c9
+0d
+20
+20
+41
+4b
+6f
+e0
+c9
+0e
+c1
+7f
+80
+00
+70
+4b
+96
+04
+6f
+e0
+cb
+92
+1f
+e2
+26
+00
+68
+48
+c9
+0e
+6f
+e0
+c9
+10
+c0
+7f
+83
+73
+20
+20
+41
+57
+6f
+e0
+c9
+0e
+20
+40
+03
+79
+68
+48
+c9
+0e
+20
+20
+41
+64
+d8
+40
+00
+3f
+20
+20
+60
+93
+d8
+40
+00
+3e
+20
+20
+60
+93
+20
+40
+49
+90
+20
+40
+79
+36
+20
+40
+03
+7f
+20
+20
+46
+4f
+6f
+e4
+4b
+ab
+c2
+97
+40
+36
+6f
+e0
+c9
+0f
+c1
+7f
+80
+00
+da
+20
+00
+00
+70
+4b
+96
+05
+68
+48
+c9
+0f
+20
+40
+03
+88
+20
+20
+40
+2f
+6f
+e4
+4b
+ab
+c2
+96
+40
+48
+6f
+e0
+cb
+93
+1f
+e2
+26
+00
+6f
+e0
+c9
+10
+c0
+7f
+83
+8f
+20
+20
+40
+3f
+6f
+e0
+c9
+0f
+20
+40
+03
+79
+68
+48
+c9
+0f
+20
+20
+41
+95
+6f
+e0
+cb
+f6
+20
+7a
+00
+00
+6f
+e0
+cb
+f7
+c0
+01
+03
+9f
+c0
+02
+83
+a1
+c0
+04
+03
+a3
+c0
+05
+83
+a5
+c0
+07
+03
+a7
+c0
+08
+83
+9d
+20
+60
+00
+00
+70
+4b
+f7
+12
+20
+60
+00
+00
+70
+4b
+f7
+03
+20
+60
+00
+00
+70
+4b
+f7
+06
+20
+60
+00
+00
+70
+4b
+f7
+09
+20
+60
+00
+00
+70
+4b
+f7
+0c
+20
+60
+00
+00
+70
+4b
+f7
+0f
+20
+60
+00
+00
+6f
+e0
+c8
+2a
+20
+3a
+03
+93
+1f
+e2
+24
+00
+70
+48
+2a
+00
+6f
+e0
+c8
+0a
+c0
+57
+83
+bb
+20
+60
+00
+00
+70
+4b
+f6
+01
+70
+40
+99
+00
+20
+20
+04
+9b
+20
+60
+00
+00
+70
+47
+c6
+af
+20
+40
+22
+91
+20
+40
+26
+5b
+24
+6c
+00
+00
+24
+77
+80
+00
+20
+40
+25
+97
+20
+20
+26
+72
+6f
+e0
+c8
+0a
+c1
+d7
+80
+00
+ef
+e0
+80
+06
+e8
+40
+80
+06
+18
+46
+7c
+02
+24
+22
+93
+7a
+c0
+00
+83
+ca
+c0
+01
+03
+cd
+c0
+01
+83
+cf
+c0
+02
+03
+d1
+c0
+02
+84
+29
+c0
+03
+04
+4f
+c0
+7f
+83
+c9
+20
+20
+13
+7a
+20
+60
+00
+00
+20
+40
+03
+b0
+70
+4b
+f7
+01
+20
+60
+00
+00
+70
+4b
+f7
+04
+20
+60
+00
+00
+70
+4b
+f7
+07
+20
+60
+00
+00
+70
+4b
+f7
+0a
+ef
+e1
+00
+06
+e8
+41
+00
+06
+6a
+21
+4c
+18
+9a
+26
+7c
+00
+24
+22
+84
+47
+6f
+e1
+4c
+1a
+98
+46
+7c
+00
+24
+22
+84
+47
+20
+40
+03
+dd
+24
+34
+04
+47
+20
+20
+04
+45
+20
+40
+03
+e8
+24
+74
+00
+00
+6f
+e1
+4c
+1a
+9e
+06
+7c
+00
+24
+22
+fe
+56
+68
+49
+09
+e8
+6f
+e1
+4c
+18
+1f
+e0
+ff
+fb
+98
+46
+7c
+00
+24
+22
+fe
+56
+20
+20
+7e
+54
+6f
+e1
+4b
+f3
+1f
+f0
+fe
+00
+67
+e1
+02
+e4
+d8
+40
+00
+03
+da
+20
+09
+d2
+20
+40
+5d
+e2
+6f
+e0
+89
+d2
+c0
+ad
+7e
+56
+e8
+41
+00
+06
+60
+49
+09
+5c
+60
+49
+09
+e8
+6f
+e0
+89
+d2
+dd
+60
+ff
+ff
+d8
+40
+00
+00
+d8
+c0
+09
+d2
+df
+20
+00
+03
+20
+40
+04
+5f
+18
+42
+60
+00
+6f
+e1
+4b
+f3
+1f
+e0
+ee
+03
+20
+40
+04
+0c
+1e
+f0
+fe
+00
+67
+e1
+02
+e4
+d8
+40
+00
+02
+da
+20
+09
+d2
+20
+40
+5d
+e2
+6f
+e1
+09
+d2
+9d
+66
+7c
+00
+24
+22
+fe
+56
+6f
+e0
+89
+d2
+9e
+00
+e0
+00
+ef
+e0
+80
+06
+9e
+00
+e0
+00
+58
+00
+ff
+ff
+9e
+01
+60
+00
+20
+20
+7e
+54
+6f
+e1
+09
+5c
+20
+7a
+00
+00
+1f
+e2
+04
+00
+1f
+e6
+7c
+10
+20
+21
+04
+27
+1f
+e0
+ff
+f0
+d8
+40
+00
+10
+67
+e1
+09
+5c
+18
+42
+5e
+00
+1e
+e2
+7e
+00
+1f
+f0
+fe
+00
+67
+e1
+02
+e4
+da
+20
+09
+d2
+20
+40
+5d
+e2
+1e
+e2
+7e
+00
+9d
+e0
+ee
+00
+1d
+e2
+72
+00
+1d
+62
+7e
+00
+d8
+c0
+09
+d2
+ef
+e0
+00
+06
+1f
+e2
+56
+00
+1d
+e2
+72
+00
+d8
+c0
+09
+d2
+1e
+02
+04
+00
+20
+40
+04
+5f
+18
+42
+60
+00
+20
+20
+04
+0c
+58
+00
+00
+00
+20
+20
+04
+13
+70
+4b
+f7
+0d
+ef
+e0
+80
+06
+18
+c2
+22
+00
+68
+48
+cc
+1c
+98
+46
+7c
+00
+20
+22
+84
+45
+20
+40
+04
+56
+24
+34
+04
+47
+1a
+46
+7c
+04
+20
+21
+04
+47
+1a
+40
+a5
+fc
+62
+41
+09
+59
+62
+21
+09
+57
+20
+40
+5d
+d3
+20
+40
+04
+49
+20
+40
+5d
+da
+6a
+41
+09
+59
+6a
+21
+09
+57
+6f
+e1
+4c
+18
+9a
+40
+fe
+00
+67
+e1
+4c
+18
+1a
+42
+72
+00
+d8
+40
+00
+00
+1a
+22
+0c
+00
+20
+40
+04
+5f
+6f
+e1
+4c
+1a
+98
+40
+fe
+00
+67
+e1
+4c
+1a
+70
+4b
+f5
+00
+20
+60
+00
+00
+70
+4b
+f5
+01
+20
+60
+00
+00
+6f
+e1
+4b
+f3
+20
+7a
+00
+00
+68
+49
+4c
+18
+98
+40
+fe
+00
+1a
+42
+04
+00
+20
+20
+5e
+04
+6f
+e0
+cb
+f7
+c1
+08
+00
+00
+c1
+08
+80
+00
+c1
+09
+00
+00
+70
+4c
+1d
+05
+70
+4b
+f7
+10
+20
+60
+00
+00
+68
+48
+cc
+1c
+67
+e0
+cc
+1c
+c0
+00
+04
+5c
+98
+46
+7e
+00
+c0
+00
+fe
+54
+20
+20
+7e
+56
+18
+46
+7c
+ff
+20
+22
+fe
+54
+20
+20
+7e
+56
+ef
+e0
+80
+06
+98
+40
+84
+00
+c2
+00
+04
+5f
+20
+60
+00
+00
+58
+00
+ff
+ff
+ef
+e0
+00
+06
+20
+60
+00
+00
+6f
+20
+c8
+2a
+1f
+26
+7c
+02
+20
+21
+7e
+56
+df
+e0
+48
+0a
+9f
+20
+8c
+00
+18
+c0
+8d
+fe
+e8
+41
+00
+06
+d8
+c0
+48
+0a
+20
+40
+04
+63
+98
+46
+7c
+00
+20
+22
+fe
+54
+20
+20
+7e
+56
+ef
+e0
+80
+06
+c0
+ad
+04
+8b
+1a
+22
+02
+00
+68
+49
+00
+06
+18
+46
+7c
+03
+20
+21
+04
+8b
+18
+c0
+8c
+02
+ef
+20
+80
+06
+1f
+26
+7c
+00
+24
+22
+84
+8b
+1f
+22
+7e
+00
+98
+c0
+8c
+00
+18
+42
+7e
+00
+1f
+20
+f2
+03
+9f
+26
+04
+00
+24
+22
+84
+76
+e8
+41
+00
+06
+1a
+20
+8c
+01
+ef
+e1
+00
+06
+1f
+e0
+f2
+02
+1a
+20
+8c
+01
+20
+40
+04
+63
+98
+46
+7c
+00
+24
+22
+84
+8b
+20
+20
+7e
+54
+20
+20
+7e
+56
+6f
+e1
+4b
+f3
+1f
+e2
+0c
+00
+20
+40
+04
+72
+24
+34
+04
+97
+6a
+21
+4b
+f3
+1a
+20
+8c
+01
+ef
+e1
+00
+06
+1f
+e0
+fe
+05
+9a
+20
+fe
+00
+67
+e1
+4b
+f3
+20
+20
+04
+8c
+6f
+e1
+4b
+f1
+68
+49
+4b
+f3
+98
+46
+7e
+00
+20
+60
+00
+00
+58
+00
+00
+00
+67
+e1
+4c
+18
+67
+e1
+4c
+1a
+67
+e0
+cc
+1c
+67
+e0
+cb
+f7
+20
+60
+00
+00
+20
+40
+7e
+56
+6f
+e0
+cb
+f7
+c0
+00
+84
+aa
+c0
+02
+04
+b4
+c0
+03
+84
+d3
+c0
+05
+04
+f9
+c0
+06
+84
+ee
+c0
+08
+04
+d7
+20
+20
+05
+02
+70
+47
+c6
+af
+70
+47
+c7
+01
+70
+47
+c8
+00
+70
+47
+c9
+02
+58
+00
+00
+01
+67
+e1
+47
+ca
+70
+48
+36
+01
+70
+48
+35
+06
+70
+4b
+f7
+02
+20
+60
+00
+00
+70
+47
+c6
+af
+70
+47
+c7
+02
+70
+47
+c8
+00
+70
+47
+c9
+02
+6f
+f1
+00
+00
+67
+e1
+47
+ca
+58
+00
+66
+61
+e7
+e1
+00
+05
+58
+00
+00
+01
+e7
+e3
+00
+05
+58
+00
+00
+00
+e7
+e1
+00
+05
+e7
+e1
+00
+05
+20
+40
+04
+db
+e7
+e0
+80
+05
+58
+00
+00
+00
+e7
+e0
+80
+05
+68
+49
+4b
+f3
+e0
+41
+00
+05
+6f
+e1
+4b
+f1
+1f
+ed
+7e
+00
+1f
+e3
+7e
+00
+98
+46
+7e
+00
+24
+21
+04
+d1
+e7
+e1
+00
+05
+70
+48
+35
+18
+70
+48
+36
+01
+70
+4b
+f7
+05
+20
+60
+00
+00
+58
+00
+00
+00
+20
+20
+04
+cc
+70
+4b
+f7
+08
+70
+47
+c7
+03
+70
+48
+35
+04
+20
+20
+04
+e4
+70
+4b
+f7
+11
+70
+47
+c7
+06
+70
+48
+35
+04
+20
+20
+04
+e4
+6f
+e4
+4b
+ab
+c2
+89
+84
+e0
+c2
+89
+04
+e2
+58
+00
+00
+00
+20
+60
+00
+00
+58
+00
+00
+02
+20
+60
+00
+00
+58
+00
+00
+04
+20
+60
+00
+00
+70
+48
+36
+01
+70
+47
+c6
+af
+70
+47
+c8
+00
+70
+47
+c9
+02
+20
+60
+00
+00
+70
+47
+c8
+01
+70
+48
+36
+01
+70
+47
+c6
+af
+70
+47
+c9
+02
+20
+60
+00
+00
+70
+4b
+f7
+0f
+70
+47
+c7
+05
+6f
+e0
+cc
+1c
+67
+e0
+c7
+ca
+70
+48
+35
+05
+70
+48
+36
+01
+70
+47
+c6
+af
+6f
+e0
+cb
+f5
+67
+e0
+c7
+c8
+70
+47
+c9
+02
+20
+60
+00
+00
+70
+4b
+f7
+0c
+70
+47
+c7
+04
+70
+48
+35
+04
+70
+48
+36
+01
+70
+47
+c6
+af
+6f
+e0
+cb
+f5
+67
+e0
+c7
+c8
+70
+47
+c9
+02
+20
+60
+00
+00
+70
+47
+c6
+af
+70
+47
+c7
+ff
+70
+47
+c8
+00
+70
+47
+c9
+02
+70
+48
+36
+01
+70
+48
+35
+04
+20
+60
+00
+00
+1f
+e2
+22
+00
+70
+4b
+f8
+00
+70
+48
+36
+01
+da
+40
+4b
+f9
+20
+60
+00
+00
+83
+31
+aa
+55
+40
+00
+00
+40
+09
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+08
+08
+00
+80
+00
+40
+01
+00
+88
+56
+53
+46
+00
+01
+00
+00
+00
+00
+00
+00
+00
+00
+18
+00
+00
+00
+00
+00
+00
+00
+00
+00
+80
+00
+00
+00
+02
+00
+00
+00
+01
+00
+00
+20
+04
+16
+00
+00
+aa
+55
+01
+00
+9a
+40
+08
+aa
+55
+03
+00
+7a
+41
+88
+1f
+ce
+aa
+55
+01
+00
+c5
+40
+18
+aa
+55
+01
+00
+ef
+41
+ff
+aa
+55
+02
+00
+ca
+40
+ef
+41
+aa
+55
+01
+00
+7d
+41
+70
+aa
+55
+01
+00
+d0
+44
+00
+aa
+55
+01
+00
+ea
+41
+ff
+aa
+55
+01
+00
+ee
+41
+00
+aa
+55
+08
+00
+ab
+4b
+04
+09
+4a
+00
+01
+80
+03
+03
+aa
+55
+0c
+00
+fe
+48
+b0
+04
+58
+02
+64
+64
+94
+85
+90
+63
+75
+80
+aa
+55
+1a
+00
+0d
+49
+0b
+0c
+0d
+ff
+ff
+ff
+05
+04
+03
+ff
+08
+0b
+0c
+0d
+ff
+ff
+ff
+ff
+07
+06
+ff
+ff
+ff
+03
+00
+00
+aa
+55
+03
+00
+ed
+4b
+ff
+58
+02
+aa
+55
+01
+00
+58
+0b
+ff
+aa
+55
+12
+00
+cc
+4b
+00
+05
+00
+04
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+aa
+55
+01
+00
+99
+40
+01
+aa
+55
+02
+00
+b3
+4b
+03
+01
+aa
+55
+08
+00
+38
+49
+00
+34
+ff
+ff
+ff
+ff
+ff
+ff
+aa
+55
+07
+00
+56
+49
+34
+ff
+ff
+ff
+ff
+ff
+ff
+aa
+55
+17
+00
+73
+49
+33
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+aa
+55
+13
+00
+b5
+4b
+00
+40
+0a
+60
+06
+0a
+00
+64
+00
+70
+17
+14
+0a
+90
+01
+e8
+03
+90
+01
+aa
+55
+02
+00
+ca
+4b
+07
+06
+aa
+55
+01
+00
+c0
+49
+02
+aa
+55
+01
+00
+fd
+48
+02
+aa
+55
+01
+00
+a1
+44
+05
+aa
+55
+06
+00
+e3
+48
+05
+01
+9f
+00
+b1
+00
+aa
+55
+0a
+00
+eb
+48
+10
+00
+52
+00
+35
+00
+21
+00
+25
+00
+aa
+55
+01
+00
+f7
+48
+0a
+aa
+55
+02
+00
+c8
+4b
+64
+00
+aa
+55
+03
+00
+de
+4b
+00
+00
+00
+aa
+55
+01
+00
+ab
+4a
+ff
+aa
+55
+01
+00
+e2
+4b
+01
+aa
+55
+01
+00
+77
+41
+20
+aa
+55
+01
+00
+8a
+4b
+20
+aa
+55
+01
+00
+7d
+44
+06
+aa
+55
+06
+00
+a8
+40
+15
+a0
+c8
+12
+23
+51
+aa
+55
+0c
+00
+fc
+45
+0b
+42
+54
+33
+2e
+30
+20
+4d
+6f
+75
+73
+65
+aa
+55
+05
+00
+55
+44
+0e
+00
+01
+00
+02
+aa
+55
+01
+00
+41
+46
+0a
+aa
+55
+01
+00
+64
+47
+01
+aa
+55
+01
+00
+78
+46
+00
+aa
+55
+01
+00
+5f
+41
+00
+aa
+55
+03
+00
+65
+47
+03
+00
+04
+aa
+55
+01
+00
+8e
+47
+01
+aa
+55
+01
+00
+d8
+40
+01
+aa
+55
+0c
+00
+e7
+43
+1f
+02
+01
+05
+03
+03
+12
+18
+03
+19
+c2
+03
+aa
+55
+14
+00
+d2
+4a
+06
+ff
+06
+00
+03
+00
+80
+0c
+09
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0e
+00
+07
+44
+1f
+0c
+09
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0c
+00
+f7
+42
+0b
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0c
+00
+1e
+4c
+0b
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+08
+00
+72
+43
+07
+00
+07
+00
+20
+00
+2c
+01
+aa
+55
+06
+00
+cc
+4a
+03
+12
+18
+ff
+00
+00
+aa
+55
+04
+00
+28
+44
+00
+00
+00
+00
+aa
+55
+01
+00
+32
+44
+07
+aa
+55
+08
+00
+4c
+44
+fb
+00
+48
+08
+fb
+00
+48
+08
+aa
+55
+06
+00
+7a
+43
+8e
+b1
+3a
+0e
+8e
+ed
+aa
+55
+02
+00
+e7
+4a
+15
+00
+aa
+55
+02
+00
+57
+43
+19
+00
+aa
+55
+06
+00
+e9
+4a
+1d
+00
+21
+00
+30
+00
+aa
+55
+02
+00
+d1
+43
+2d
+00
+aa
+55
+01
+00
+f0
+4a
+96
+aa
+55
+01
+00
+86
+44
+ff
+aa
+55
+01
+00
+90
+47
+ff
+aa
+55
+01
+00
+8f
+47
+1e
+aa
+55
+0c
+00
+d0
+49
+03
+04
+01
+02
+20
+2a
+3f
+15
+14
+1b
+11
+0e
+aa
+55
+b2
+00
+df
+49
+09
+5a
+26
+34
+19
+04
+09
+00
+ff
+ff
+09
+5a
+0d
+f0
+1d
+e3
+7d
+d2
+ff
+ff
+09
+5a
+0d
+10
+1d
+ed
+7d
+80
+ff
+ff
+1b
+35
+28
+b4
+29
+46
+2a
+96
+2b
+8c
+2c
+6e
+2d
+64
+38
+5f
+39
+0f
+3a
+32
+3b
+47
+42
+10
+ff
+ff
+54
+2e
+55
+f2
+61
+f4
+63
+70
+75
+52
+76
+41
+77
+ed
+78
+23
+79
+46
+7a
+e5
+7c
+48
+7e
+77
+7f
+01
+0b
+00
+7f
+00
+09
+00
+ff
+ff
+09
+5a
+ff
+27
+ab
+40
+be
+d1
+a0
+41
+a1
+12
+a5
+84
+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
+09
+a5
+46
+34
+60
+07
+69
+04
+7d
+20
+7e
+00
+09
+00
+ff
+ff
+aa
+55
+08
+00
+a3
+4a
+09
+5a
+0b
+f3
+09
+00
+ff
+ff
+aa
+55
+08
+00
+e3
+4b
+09
+a5
+0b
+f3
+09
+00
+ff
+ff
+aa
+55
+02
+00
+8d
+44
+2d
+49
+aa
+55
+01
+00
+8c
+44
+01
+aa
+55
+01
+00
+65
+48
+01
+aa
+55
+01
+00
+64
+48
+01
+aa
+55
+01
+00
+36
+48
+01
+aa
+55
+01
+00
+a8
+48
+06
+aa
+55
+02
+00
+38
+48
+c0
+12
+aa
+55
+03
+00
+54
+48
+19
+19
+1c
+aa
+55
+10
+00
+40
+48
+00
+13
+2c
+42
+06
+15
+36
+48
+0f
+1a
+3a
+4c
+11
+23
+31
+4d
+aa
+55
+01
+00
+5b
+48
+00
+aa
+55
+05
+00
+77
+48
+20
+15
+10
+05
+4e
+aa
+55
+05
+00
+8c
+48
+01
+0f
+0f
+0f
+0f
+aa
+55
+06
+00
+ad
+48
+0c
+f8
+00
+00
+77
+01
+aa
+55
+03
+00
+5c
+48
+00
+48
+60
+aa
+55
+01
+00
+7d
+48
+07
+aa
+55
+02
+00
+99
+48
+b5
+4a
+aa
+55
+01
+00
+ca
+48
+80
+aa
+55
+02
+00
+c2
+48
+14
+00
+aa
+55
+02
+00
+c0
+48
+50
+00
+aa
+55
+03
+00
+b8
+48
+00
+a6
+0e
+aa
+55
+03
+00
+b8
+49
+00
+50
+00
+aa
+55
+02
+00
+79
+44
+80
+1f
+aa
+55
+01
+00
+83
+44
+80
+aa
+55
+01
+00
+e8
+41
+01
+aa
+55
+05
+00
+f0
+4b
+03
+01
+00
+0f
+19
+fc
+cb
Index: output/program.lis
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_public_sdk/output/program.lis	(revision 896)
+++ /YC1308AC/branch/mouse_project/mouse_public_sdk/output/program.lis	(working copy)
@@ -4,37 +4,37 @@
 0001 c0000022 beq patch00_0 ,p_soft_reset 
 0002 c0018026 beq patch00_3 ,p_main_loop 
 0003 c041803f beq patch10_3 ,p_set_sync_on 
-0004 c0458076 beq patch11_3 ,p_initialize_radio_cont 
-0005 c04f8083 beq patch13_7 ,p_init_param 
-0006 c0570085 beq patch15_6 ,p_app_init 
-0007 c058006a beq patch16_0 ,p_app_evt_100ms_loop 
-0008 c06181f4 beq patch18_3 ,p_mouse_start_work 
-0009 c063811a beq patch18_7 ,p_mouse_app_enter_hibernate 
-000a c0648120 beq patch19_1 ,p_mouse_setgpio_hibernate 
-000b c0650153 beq patch19_2 ,p_mouse_lpm_before_common 
-000c c0660066 beq patch19_4 ,p_mouse_adc_read_start 
-000d c06702bd beq patch19_6 ,p_mouse_motion 
-000e c0680203 beq patch1a_0 ,p_mouse_seting_dpi 
-000f c06882dd beq patch1a_1 ,p_mouse_check_key_gpio 
-0010 c06a02c3 beq patch1a_4 ,p_mouse_sensor_poweron 
-0011 c06b0170 beq patch1a_6 ,p_mouse_priority_bb_event 
-0012 c06c8214 beq patch1b_1 ,p_mouse_bb_event_timer 
-0013 c06d0262 beq patch1b_2 ,p_mouse_start_discovery 
-0014 c06f0313 beq patch1b_6 ,p_mouse_idle 
-0015 c074026f beq patch1d_0 ,p_hid_rx_process 
+0004 c0458080 beq patch11_3 ,p_initialize_radio_cont 
+0005 c04f808d beq patch13_7 ,p_init_param 
+0006 c057008f beq patch15_6 ,p_app_init 
+0007 c0580074 beq patch16_0 ,p_app_evt_100ms_loop 
+0008 c061823e beq patch18_3 ,p_mouse_start_work 
+0009 c0638154 beq patch18_7 ,p_mouse_app_enter_hibernate 
+000a c064815a beq patch19_1 ,p_mouse_setgpio_hibernate 
+000b c065018e beq patch19_2 ,p_mouse_lpm_before_common 
+000c c0660070 beq patch19_4 ,p_mouse_adc_read_start 
+000d c067031a beq patch19_6 ,p_mouse_motion 
+000e c068024d beq patch1a_0 ,p_mouse_seting_dpi 
+000f c0688345 beq patch1a_1 ,p_mouse_check_key_gpio 
+0010 c06a032b beq patch1a_4 ,p_mouse_sensor_poweron 
+0011 c06b01b9 beq patch1a_6 ,p_mouse_priority_bb_event 
+0012 c06c825e beq patch1b_1 ,p_mouse_bb_event_timer 
+0013 c06d02bf beq patch1b_2 ,p_mouse_start_discovery 
+0014 c06f037b beq patch1b_6 ,p_mouse_idle 
+0015 c07402cc beq patch1d_0 ,p_hid_rx_process 
 0016 2020137c branch loop 
 
 pf_patch_ext:
-0017 c0198046 beq patch26_3 ,p_adc_init_data 
-0018 c01a004b beq patch26_4 ,p_enable_adc 
-0019 c043826b beq patch30_7 ,p_ui_timer_check 
-001a c0508283 beq patch34_1 ,p_le_slave_match 
-001b c060028d beq patch38_0 ,p_le_parse_l2cap 
-001c c06e81e4 beq patch3b_5 ,p_g24_dispatch 
-001d c07101bf beq patch3c_2 ,p_g24_pair_dispatch 
-001e c07481c7 beq patch3d_1 ,p_g24_reconn_dispatch 
-001f c07500e4 beq patch3d_2 ,p_g24_transmit_no_interrupt 
-0020 c07602b4 beq patch3d_4 ,p_g24_lpm_wait 
+0017 c0198050 beq patch26_3 ,p_adc_init_data 
+0018 c01a0055 beq patch26_4 ,p_enable_adc 
+0019 c04382c8 beq patch30_7 ,p_ui_timer_check 
+001a c05082e0 beq patch34_1 ,p_le_slave_match 
+001b c06002ea beq patch38_0 ,p_le_parse_l2cap 
+001c c06e822d beq patch3b_5 ,p_g24_dispatch 
+001d c0710208 beq patch3c_2 ,p_g24_pair_dispatch 
+001e c0748210 beq patch3d_1 ,p_g24_reconn_dispatch 
+001f c075011d beq patch3d_2 ,p_g24_transmit_no_interrupt 
+0020 c0760311 beq patch3d_4 ,p_g24_lpm_wait 
 0021 2020137c branch loop 
 
 p_soft_reset:
@@ -85,966 +85,1581 @@
 0044 708a8729 jam 0x29 ,core_syn_afc_cfg1 
 0045 2020117d branch set_sync_on_16m 
 
+p_g24_load_ota_config_poweron:
+0046 20405b94 call iicd_load_gpio_init 
+0047 204003e8 call p_g24_check_ota_data 
+0048 2034004a branch p_g24_load_ota_config ,user 
+0049 20600000 rtn 
+
+p_g24_load_ota_config:
+004a da605de2 arg iicd_read_eep ,regc 
+004b 6fe14bf3 fetch 2 ,mem_g24_ota_config_addr 
+004c 1fe0fe03 increase 3 ,pdata 
+004d 1ff0fe00 byteswap pdata ,pdata 
+004e 67e102e4 store 2 ,mem_addr_mi 
+004f 20205b3f branch load_storage_loop 
+
 p_adc_init_data:
-0046 da20099e arg mem_temp_block2 ,rega 
-0047 d840000c arg 12 ,temp 
-0048 58000030 setarg efuse_offset_adc_param 
-0049 20405e63 call efuse_read_data 
-004a 202060bf branch adc_init_data + 6 
+0050 da20099e arg mem_temp_block2 ,rega 
+0051 d840000c arg 12 ,temp 
+0052 58000030 setarg efuse_offset_adc_param 
+0053 20405e63 call efuse_read_data 
+0054 202060bf branch adc_init_data + 6 
 
 p_enable_adc:
-004b 6a508a12 fetchr regb ,1 ,core_rf_ldo_cfg6 
-004c 708a123d jam 0x3d ,core_rf_ldo_cfg6 
-004d 708a11aa jam 0xaa ,core_rf_ldo_cfg5 
-004e 708a0a0c jam 0x0c ,core_rf_ldo_en0 
-004f 6ff08a09 fetch 1 ,core_clkpll_cfg6 
-0050 79207e07 set1 7 ,pdata 
-0051 67f08a09 store 1 ,core_clkpll_cfg6 
-0052 708a0b04 jam 0x04 ,core_rf_ldo_en1 
-0053 2000003c nop 60 
-0054 708a1600 jam 0 ,core_syn_en 
-0055 708a1706 jam 6 ,core_rx_en0 
-0056 2040611a call read_adc_mode 
-0057 67f08a97 store 1 ,core_gpadc_ctrl 
-0058 7080dc03 jam 0x03 ,core_sum_ctrl 
-0059 2000003c nop 60 
-005a 6ff08053 fetch 1 ,core_sum_en 
-005b 79207e07 set1 7 ,pdata 
-005c 67f08053 store 1 ,core_sum_en 
-005d 200003e8 nop 1000 
-005e 6ff10150 fetch 2 ,core_adc_sum 
-005f 67e144a2 store 2 ,mem_adc_current_value 
-0060 6ff08053 fetch 1 ,core_sum_en 
-0061 793ffe07 set0 7 ,pdata 
-0062 67f08053 store 1 ,core_sum_en 
-0063 708a9700 jam 0 ,core_gpadc_ctrl 
-0064 62508a12 storer regb ,1 ,core_rf_ldo_cfg6 
-0065 20600000 rtn 
+0055 6a508a12 fetchr regb ,1 ,core_rf_ldo_cfg6 
+0056 708a123d jam 0x3d ,core_rf_ldo_cfg6 
+0057 708a11aa jam 0xaa ,core_rf_ldo_cfg5 
+0058 708a0a0c jam 0x0c ,core_rf_ldo_en0 
+0059 6ff08a09 fetch 1 ,core_clkpll_cfg6 
+005a 79207e07 set1 7 ,pdata 
+005b 67f08a09 store 1 ,core_clkpll_cfg6 
+005c 708a0b04 jam 0x04 ,core_rf_ldo_en1 
+005d 2000003c nop 60 
+005e 708a1600 jam 0 ,core_syn_en 
+005f 708a1706 jam 6 ,core_rx_en0 
+0060 2040611a call read_adc_mode 
+0061 67f08a97 store 1 ,core_gpadc_ctrl 
+0062 7080dc03 jam 0x03 ,core_sum_ctrl 
+0063 2000003c nop 60 
+0064 6ff08053 fetch 1 ,core_sum_en 
+0065 79207e07 set1 7 ,pdata 
+0066 67f08053 store 1 ,core_sum_en 
+0067 200003e8 nop 1000 
+0068 6ff10150 fetch 2 ,core_adc_sum 
+0069 67e144a2 store 2 ,mem_adc_current_value 
+006a 6ff08053 fetch 1 ,core_sum_en 
+006b 793ffe07 set0 7 ,pdata 
+006c 67f08053 store 1 ,core_sum_en 
+006d 708a9700 jam 0 ,core_gpadc_ctrl 
+006e 62508a12 storer regb ,1 ,core_rf_ldo_cfg6 
+006f 20600000 rtn 
 
 p_mouse_adc_read_start:
-0066 6fe0cbaa fetch 1 ,mem_24g_device_led_status 
-0067 247a0000 nrtn blank 
-0068 2040004b call p_enable_adc 
-0069 20203ebb branch mouse_adc_read_start + 3 
+0070 6fe0cbaa fetch 1 ,mem_24g_device_led_status 
+0071 247a0000 nrtn blank 
+0072 20400055 call p_enable_adc 
+0073 20203ebb branch mouse_adc_read_start + 3 
 
 p_app_evt_100ms_loop:
-006a 6fe0830d fetch 1 ,mem_app_evt_timer_count 
-006b 207a0000 rtn blank 
-006c 1fe0ffff increase -1 ,pdata 
-006d 67e0830d store 1 ,mem_app_evt_timer_count 
-006e 204077c5 call ui_button_polling 
-006f 204031e3 call app_lpm_wake_auto_lock_timer 
-0070 204031a4 call app_unsniff_delay_timer 
-0071 204031aa call app_discovery_timer 
-0072 20405cdc call flash_write_spi_sm_timer 
-0073 6fe1446f fetch 2 ,mem_cb_event_timer 
-0074 20407e05 call callback_func 
-0075 2020006a branch p_app_evt_100ms_loop 
+0074 6fe0830d fetch 1 ,mem_app_evt_timer_count 
+0075 207a0000 rtn blank 
+0076 1fe0ffff increase -1 ,pdata 
+0077 67e0830d store 1 ,mem_app_evt_timer_count 
+0078 204077c5 call ui_button_polling 
+0079 204031e3 call app_lpm_wake_auto_lock_timer 
+007a 204031a4 call app_unsniff_delay_timer 
+007b 204031aa call app_discovery_timer 
+007c 20405cdc call flash_write_spi_sm_timer 
+007d 6fe1446f fetch 2 ,mem_cb_event_timer 
+007e 20407e05 call callback_func 
+007f 20200074 branch p_app_evt_100ms_loop 
 
 p_initialize_radio_cont:
-0076 708a8be6 jam 0xe6 ,core_syn_aac_cfg1 
-0077 2040126a call initialize_syn_afc_cfg1 
-0078 20401271 call initialize_rf_ldo_cfg1 
-0079 20401277 call initialize_rc_cal 
-007a 708a6d09 jam 0x09 ,core_rx_bq_cfg0 
-007b 708a0305 jam 5 ,core_clkpll_cfg0 
-007c 708a7a94 jam 0x94 ,core_rx_iqadc_cfg 
-007d 708a0e0b jam 0x0b ,core_rf_ldo_cfg2 
-007e 708a0f05 jam 0x05 ,core_rf_ldo_cfg3 
-007f 708a8390 jam 0x90 ,core_syn_pfd_lkd_cfg 
-0080 708a8500 jam 0x00 ,core_syn_loopdiv_dsm_cfg 
-0081 70892140 jam 0x40 ,core_rx_ctrl1 
-0082 2020125d branch initialize_radio_cont + 8 
+0080 708a8be6 jam 0xe6 ,core_syn_aac_cfg1 
+0081 2040126a call initialize_syn_afc_cfg1 
+0082 20401271 call initialize_rf_ldo_cfg1 
+0083 20401277 call initialize_rc_cal 
+0084 708a6d09 jam 0x09 ,core_rx_bq_cfg0 
+0085 708a0305 jam 5 ,core_clkpll_cfg0 
+0086 708a7a94 jam 0x94 ,core_rx_iqadc_cfg 
+0087 708a0e0b jam 0x0b ,core_rf_ldo_cfg2 
+0088 708a0f05 jam 0x05 ,core_rf_ldo_cfg3 
+0089 708a8390 jam 0x90 ,core_syn_pfd_lkd_cfg 
+008a 708a8500 jam 0x00 ,core_syn_loopdiv_dsm_cfg 
+008b 70892140 jam 0x40 ,core_rx_ctrl1 
+008c 2020125d branch initialize_radio_cont + 8 
 
 p_init_param:
-0083 70008000 jam 0 ,mem_lmo_tid2 
-0084 202013b7 branch init_param_next + 1 
+008d 70008000 jam 0 ,mem_lmo_tid2 
+008e 202013b7 branch init_param_next + 1 
 
 p_app_init:
 
 p_mouse_init:
-0085 20406df3 call enable_authrom 
-0086 2040008f call p_mouse_setting_config 
-0087 204041a7 call mouse_init_sunt 
-0088 20758000 rtn wake 
-0089 2040408e call mouse_dpi_config 
-008a 20403d8a call mouse_usb_check_enable 
-008b 20404728 call mouse_drawing_optima_init 
-008c 2040009f call p_mouse_cb_fuction 
-008d 204002d5 call p_mouse_sensor_powerdown 
-008e 20203bc9 branch mouse_init + 8 
+008f 24558046 ncall p_g24_load_ota_config_poweron ,wake 
+0090 2455809b ncall p_mouse_le_name_load ,wake 
+0091 20406df3 call enable_authrom 
+0092 204000c6 call p_mouse_setting_config 
+0093 204041a7 call mouse_init_sunt 
+0094 20758000 rtn wake 
+0095 2040408e call mouse_dpi_config 
+0096 20403d8a call mouse_usb_check_enable 
+0097 20404728 call mouse_drawing_optima_init 
+0098 204000d6 call p_mouse_cb_fuction 
+0099 2040033d call p_mouse_sensor_powerdown 
+009a 20203bc9 branch mouse_init + 8 
+
+p_mouse_le_name_load:
+009b 6fe44c1f fetch 8 ,mem_le_name_patch 
+009c 207a0000 rtn blank 
+009d 6fe0cc1e fetch 1 ,mem_le_name_patch_len 
+009e 1fe22200 copy pdata ,rega 
+009f 1fe67c0b sub pdata ,11 ,null 
+00a0 242100ad nbranch p_mouse_le_name_patch_len_overflow ,positive 
+00a1 d8c04c1f arg mem_le_name_patch ,contr 
+00a2 d8a04adb arg mem_le_adv_swift_pair + 9 ,contw 
+00a3 1a227200 copy rega ,loopcnt 
+00a4 20407d5f call memcpy 
+00a5 d8c04c1f arg mem_le_name_patch ,contr 
+00a6 d8a0440a arg mem_le_scan_data + 2 ,contw 
+00a7 1a227200 copy rega ,loopcnt 
+00a8 20407d5f call memcpy 
+00a9 d8c04c1f arg mem_le_name_patch ,contr 
+00aa d8a042f8 arg mem_le_name ,contw 
+00ab 1a227200 copy rega ,loopcnt 
+00ac 20207d5f branch memcpy 
+
+p_mouse_le_name_patch_len_overflow:
+00ad 204000c3 call p_mouse_le_swift_pair_disable 
+00ae 6fe0cc1e fetch 1 ,mem_le_name_patch_len 
+00af 1fe0fe01 increase 1 ,pdata 
+00b0 67e0cad2 store 1 ,mem_le_adv_swift_pair 
+00b1 704ad309 jam 9 ,mem_le_adv_swift_pair + 1 
+00b2 d8c04c1f arg mem_le_name_patch ,contr 
+00b3 d8a04ad4 arg mem_le_adv_swift_pair + 2 ,contw 
+00b4 1a227200 copy rega ,loopcnt 
+00b5 20407d5f call memcpy 
+00b6 6fe0cc1e fetch 1 ,mem_le_name_patch_len 
+00b7 1fe0fe01 increase 1 ,pdata 
+00b8 67e0c408 store 1 ,mem_le_scan_data 
+00b9 70440909 jam 9 ,mem_le_scan_data + 1 
+00ba d8c04c1f arg mem_le_name_patch ,contr 
+00bb d8a0440a arg mem_le_scan_data + 2 ,contw 
+00bc 1a227200 copy rega ,loopcnt 
+00bd 20407d5f call memcpy 
+00be d8c04c1e arg mem_le_name_patch_len ,contr 
+00bf d8a042f7 arg mem_le_name_len ,contw 
+00c0 1a227200 copy rega ,loopcnt 
+00c1 1f20f201 increase 1 ,loopcnt 
+00c2 20207d5f branch memcpy 
+
+p_mouse_le_swift_pair_disable:
+00c3 d8a04ad2 arg mem_le_adv_swift_pair ,contw 
+00c4 df200014 arg 20 ,loopcnt 
+00c5 20207d26 branch clear_mem 
 
 p_mouse_setting_config:
-008f 20758000 rtn wake 
-0090 20402607 call g24_transmit_init 
-0091 204022ff call g24_chmap_param_init 
-0092 20403f1e call mouse_gpio_init 
-0093 20403d13 call mouse_param_init 
-0094 20400099 call p_g24_short_sleep_set_8ms 
-0095 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-0096 c30c3bf5 bbit0 mouse_enable_24g_250hz ,mouse_setting_config_next 
-0097 2040009c call p_g24_short_sleep_set_4ms 
-0098 20203bf5 branch mouse_setting_config_next 
+00c6 20758000 rtn wake 
+00c7 20402607 call g24_transmit_init 
+00c8 204022ff call g24_chmap_param_init 
+00c9 20403f1e call mouse_gpio_init 
+00ca 20403d13 call mouse_param_init 
+00cb 204000d0 call p_g24_short_sleep_set_8ms 
+00cc 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+00cd c30c3bf5 bbit0 mouse_enable_24g_250hz ,mouse_setting_config_next 
+00ce 204000d3 call p_g24_short_sleep_set_4ms 
+00cf 20203bf5 branch mouse_setting_config_next 
 
 p_g24_short_sleep_set_8ms:
-0099 5800e290 setarg 58000 
-009a 67e1c8ad store 3 ,mem_24g_short_sleep_set 
-009b 20600000 rtn 
+00d0 5800e290 setarg 58000 
+00d1 67e1c8ad store 3 ,mem_24g_short_sleep_set 
+00d2 20600000 rtn 
 
 p_g24_short_sleep_set_4ms:
-009c 58001770 setarg 6000 
-009d 67e1c8ad store 3 ,mem_24g_short_sleep_set 
-009e 20600000 rtn 
+00d3 58001770 setarg 6000 
+00d4 67e1c8ad store 3 ,mem_24g_short_sleep_set 
+00d5 20600000 rtn 
 
 p_mouse_cb_fuction:
-009f 580000a4 setarg p_mouse_24g_package_data 
-00a0 67e1489b store 2 ,mem_cb_24g_transmit_data 
-00a1 580000be setarg p_mouse_24g_search_dongle 
-00a2 67e1489d store 2 ,mem_cb_24g_search_receiver 
-00a3 20203bd3 branch mouse_cb_fuction + 4 
+00d6 580000db setarg p_mouse_24g_package_data 
+00d7 67e1489b store 2 ,mem_cb_24g_transmit_data 
+00d8 580000f7 setarg p_mouse_24g_search_dongle 
+00d9 67e1489d store 2 ,mem_cb_24g_search_receiver 
+00da 20203bd3 branch mouse_cb_fuction + 4 
 
 p_mouse_24g_package_data:
-00a4 c6930000 rtnmark0 mark_24g 
-00a5 20403f70 call mouse_motion 
-00a6 24740000 nrtn user 
-00a7 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-00a8 c30a80ab bbit0 mouse_enable_keyboard ,p_mouse_24g_mouse_package_data 
-00a9 6fe0cb8b fetch 1 ,mem_customer_key 
-00aa 243a4884 nbranch mouse_24g_keyboard_package_data ,blank 
+00db c6930000 rtnmark0 mark_24g 
+00dc 6fe0cbf6 fetch 1 ,mem_g24_ota_mode 
+00dd 243a04a1 nbranch p_mouse_24g_package_ota ,blank 
+00de 20403f70 call mouse_motion 
+00df 24740000 nrtn user 
+00e0 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+00e1 c30a80e4 bbit0 mouse_enable_keyboard ,p_mouse_24g_mouse_package_data 
+00e2 6fe0cb8b fetch 1 ,mem_customer_key 
+00e3 243a4884 nbranch mouse_24g_keyboard_package_data ,blank 
 
 p_mouse_24g_mouse_package_data:
-00ab 204042cb call mouse_data_xy_release 
-00ac 6fe0c836 fetch 1 ,mem_24g_data_type 
-00ad c28080ba bbit1 1 ,p_mouse_24g_mouse_package_data_now 
-00ae 6848c7c7 fetcht 1 ,mem_24g_txbuf + 1 
-00af 6fe0c8d0 fetch 1 ,mem_mouse_key 
-00b0 9841fe00 ior temp ,pdata 
-00b1 67e0c8d0 store 1 ,mem_mouse_key 
-00b2 6848c7cc fetcht 1 ,mem_24g_txbuf + 6 
-00b3 6fe0c8d5 fetch 1 ,mem_mouse_z 
-00b4 9840fe00 iadd temp ,pdata 
-00b5 67e0c8d5 store 1 ,mem_mouse_z 
-00b6 6848c7cd fetcht 1 ,mem_24g_txbuf + 7 
-00b7 6fe0c8d6 fetch 1 ,mem_mouse_tz 
-00b8 9840fe00 iadd temp ,pdata 
-00b9 67e0c8d6 store 1 ,mem_mouse_tz 
+00e4 204042cb call mouse_data_xy_release 
+00e5 6fe0c836 fetch 1 ,mem_24g_data_type 
+00e6 c28080f3 bbit1 1 ,p_mouse_24g_mouse_package_data_now 
+00e7 6848c7c7 fetcht 1 ,mem_24g_txbuf + 1 
+00e8 6fe0c8d0 fetch 1 ,mem_mouse_key 
+00e9 9841fe00 ior temp ,pdata 
+00ea 67e0c8d0 store 1 ,mem_mouse_key 
+00eb 6848c7cc fetcht 1 ,mem_24g_txbuf + 6 
+00ec 6fe0c8d5 fetch 1 ,mem_mouse_z 
+00ed 9840fe00 iadd temp ,pdata 
+00ee 67e0c8d5 store 1 ,mem_mouse_z 
+00ef 6848c7cd fetcht 1 ,mem_24g_txbuf + 7 
+00f0 6fe0c8d6 fetch 1 ,mem_mouse_tz 
+00f1 9840fe00 iadd temp ,pdata 
+00f2 67e0c8d6 store 1 ,mem_mouse_tz 
 
 p_mouse_24g_mouse_package_data_now:
-00ba 70483601 jam type_ms ,mem_24g_data_type 
-00bb da200007 arg 7 ,rega 
-00bc da4048d0 arg mem_mouse_key ,regb 
-00bd 202026e1 branch g24_transmit_by_interrupt_enable 
+00f3 70483601 jam type_ms ,mem_24g_data_type 
+00f4 da200007 arg 7 ,rega 
+00f5 da4048d0 arg mem_mouse_key ,regb 
+00f6 202026e1 branch g24_transmit_by_interrupt_enable 
 
 p_mouse_24g_search_dongle:
-00be 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-00bf c40b0000 rtnbit0 mouse_enable_24g_search_dongle 
-00c0 6fe0caae fetch 1 ,mem_mouse_long_mult_flag 
-00c1 207a0000 rtn blank 
-00c2 6fe0c8a7 fetch 1 ,mem_24g_abort_pac 
-00c3 207a0000 rtn blank 
-00c4 6fe0cba1 fetch 1 ,mem_mouse_search_dongle_interval 
-00c5 1fe0fe01 increase 1 ,pdata 
-00c6 1fe17e03 and_into 3 ,pdata 
-00c7 67e0cba1 store 1 ,mem_mouse_search_dongle_interval 
-00c8 247a0000 nrtn blank 
-00c9 704ba200 jam 0 ,mem_mouse_search_dongle_ch 
+00f7 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+00f8 c40b0000 rtnbit0 mouse_enable_24g_search_dongle 
+00f9 6fe0caae fetch 1 ,mem_mouse_long_mult_flag 
+00fa 207a0000 rtn blank 
+00fb 6fe0c8a7 fetch 1 ,mem_24g_abort_pac 
+00fc 207a0000 rtn blank 
+00fd 6fe0cba1 fetch 1 ,mem_mouse_search_dongle_interval 
+00fe 1fe0fe01 increase 1 ,pdata 
+00ff 1fe17e03 and_into 3 ,pdata 
+0100 67e0cba1 store 1 ,mem_mouse_search_dongle_interval 
+0101 247a0000 nrtn blank 
+0102 704ba200 jam 0 ,mem_mouse_search_dongle_ch 
 
 p_mouse_24g_search_dongle_loop:
-00ca 6fe0cba2 fetch 1 ,mem_mouse_search_dongle_ch 
-00cb 1fe0fe01 increase 1 ,pdata 
-00cc 67e0cba2 store 1 ,mem_mouse_search_dongle_ch 
-00cd 1fe67c08 sub pdata ,g24_ch_number ,null 
-00ce 242100d4 nbranch p_mouse_24g_search_dongle_loop_end ,positive 
-00cf 2040259a call g24_reconn_data_prep 
-00d0 2040265b call g24_transmit_receive_ack 
-00d1 242c00da nbranch p_mouse_24g_search_dongle_loop_retry ,sync 
-00d2 243780da nbranch p_mouse_24g_search_dongle_loop_retry ,user3 
-00d3 204048b5 call mouse_24g_search_dongle_success 
+0103 6fe0cba2 fetch 1 ,mem_mouse_search_dongle_ch 
+0104 1fe0fe01 increase 1 ,pdata 
+0105 67e0cba2 store 1 ,mem_mouse_search_dongle_ch 
+0106 1fe67c08 sub pdata ,g24_ch_number ,null 
+0107 2421010d nbranch p_mouse_24g_search_dongle_loop_end ,positive 
+0108 2040259a call g24_reconn_data_prep 
+0109 2040265b call g24_transmit_receive_ack 
+010a 242c0113 nbranch p_mouse_24g_search_dongle_loop_retry ,sync 
+010b 24378113 nbranch p_mouse_24g_search_dongle_loop_retry ,user3 
+010c 204048b5 call mouse_24g_search_dongle_success 
 
 p_mouse_24g_search_dongle_loop_end:
-00d4 20402597 call g24_txbuf_clear 
-00d5 6fe0cba3 fetch 1 ,mem_mouse_search_dongle_count 
-00d6 1fe0fe01 increase 1 ,pdata 
-00d7 67e0cba3 store 1 ,mem_mouse_search_dongle_count 
-00d8 c00800dc beq g24_ch_poll_count ,p_mouse_24g_search_dongle_check 
-00d9 20600000 rtn 
+010d 20402597 call g24_txbuf_clear 
+010e 6fe0cba3 fetch 1 ,mem_mouse_search_dongle_count 
+010f 1fe0fe01 increase 1 ,pdata 
+0110 67e0cba3 store 1 ,mem_mouse_search_dongle_count 
+0111 c0080115 beq g24_ch_poll_count ,p_mouse_24g_search_dongle_check 
+0112 20600000 rtn 
 
 p_mouse_24g_search_dongle_loop_retry:
-00da 204022cb call g24_ch 
-00db 202000ca branch p_mouse_24g_search_dongle_loop 
+0113 204022cb call g24_ch 
+0114 20200103 branch p_mouse_24g_search_dongle_loop 
 
 p_mouse_24g_search_dongle_check:
-00dc 704ba300 jam 0 ,mem_mouse_search_dongle_count 
-00dd 6fe0cba4 fetch 1 ,mem_mouse_search_dongle_action 
-00de c3800000 rtnbit1 g24_disconn_state 
-00df 79207e00 set1 g24_disconn_state ,pdata 
-00e0 67e0cba4 store 1 ,mem_mouse_search_dongle_action 
-00e1 6fe14bbc fetch 2 ,mem_mouse_24g_search_dongle_time_init 
-00e2 67e14ab2 store 2 ,mem_mouse_no_data_timer 
-00e3 202002d5 branch p_mouse_sensor_powerdown 
+0115 704ba300 jam 0 ,mem_mouse_search_dongle_count 
+0116 6fe0cba4 fetch 1 ,mem_mouse_search_dongle_action 
+0117 c3800000 rtnbit1 g24_disconn_state 
+0118 79207e00 set1 g24_disconn_state ,pdata 
+0119 67e0cba4 store 1 ,mem_mouse_search_dongle_action 
+011a 6fe14bbc fetch 2 ,mem_mouse_24g_search_dongle_time_init 
+011b 67e14ab2 store 2 ,mem_mouse_no_data_timer 
+011c 2020033d branch p_mouse_sensor_powerdown 
 
 p_g24_transmit_no_interrupt:
-00e4 20402631 call g24_txdata_prep 
-00e5 24340165 nbranch p_g24_nodata_transmit ,user 
+011d 20402631 call g24_txdata_prep 
+011e 243401a0 nbranch p_g24_nodata_transmit ,user 
 
 p_g24_transmit_start:
-00e6 204000f3 call p_g24_transmit_process 
-00e7 204026ee call power_ctrl_start 
-00e8 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
-00e9 243a00ee nbranch p_g24_short_sleep ,blank 
-00ea 6fe448b0 fetch 8 ,mem_24g_long_sleep_set 
-00eb 67e4485c store 8 ,mem_24g_enter_hibernate 
-00ec 6fe148c2 fetch 2 ,mem_24g_long_sleep_param_update_timer_init 
-00ed 67e148c4 store 2 ,mem_24g_long_sleep_param_update_timer 
+011f 2040012c call p_g24_transmit_process 
+0120 204026ee call power_ctrl_start 
+0121 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+0122 243a0127 nbranch p_g24_short_sleep ,blank 
+0123 6fe448b0 fetch 8 ,mem_24g_long_sleep_set 
+0124 67e4485c store 8 ,mem_24g_enter_hibernate 
+0125 6fe148c2 fetch 2 ,mem_24g_long_sleep_param_update_timer_init 
+0126 67e148c4 store 2 ,mem_24g_long_sleep_param_update_timer 
 
 p_g24_short_sleep:
-00ee 204026bb call g24_lpm_wait 
-00ef 24740000 nrtn user 
-00f0 20407fdc call clear_wake 
-00f1 6fe1c8ad fetch 3 ,mem_24g_short_sleep_set 
-00f2 202026b8 branch g24_long_sleep2 
+0127 204026bb call g24_lpm_wait 
+0128 24740000 nrtn user 
+0129 20407fdc call clear_wake 
+012a 6fe1c8ad fetch 3 ,mem_24g_short_sleep_set 
+012b 202026b8 branch g24_long_sleep2 
 
 p_g24_transmit_process:
-00f3 7048a600 jam 0 ,mem_24g_retry 
+012c 7048a600 jam 0 ,mem_24g_retry 
 
 p_g24_transmit_loop:
-00f4 6961015f fetchr timeup ,2 ,mem_param_rx_setup 
-00f5 34730200 until clkn_rt ,meet 
-00f6 2040265b call g24_transmit_receive_ack 
-00f7 6fe0c82c fetch 1 ,mem_24g_no_ack 
-00f8 c000a651 beq no_ack_24g ,g24_transmit_no_ack 
-00f9 242c010b nbranch p_g24_retransmit ,sync 
-00fa 2437810b nbranch p_g24_retransmit ,user3 
-00fb 20402672 call g24_ackpayload_parse 
-00fc 204000fe call p_mouse_wakeup_24g 
-00fd 20202651 branch g24_transmit_no_ack 
+012d 6961015f fetchr timeup ,2 ,mem_param_rx_setup 
+012e 34730200 until clkn_rt ,meet 
+012f 2040265b call g24_transmit_receive_ack 
+0130 6fe0c82c fetch 1 ,mem_24g_no_ack 
+0131 c000a651 beq no_ack_24g ,g24_transmit_no_ack 
+0132 242c0145 nbranch p_g24_retransmit ,sync 
+0133 24378145 nbranch p_g24_retransmit ,user3 
+0134 20402672 call g24_ackpayload_parse 
+0135 204003a9 call p_g24_mouse_parse_rx 
+0136 20400138 call p_mouse_wakeup_24g 
+0137 20202651 branch g24_transmit_no_ack 
 
 p_mouse_wakeup_24g:
-00fe 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
-00ff 245a0102 ncall p_mouse_wakeup_24g_from_long_sleep ,blank 
-0100 704be100 jam 0 ,mem_sensor_shutdown_flag 
-0101 20600000 rtn 
+0138 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+0139 245a013c ncall p_mouse_wakeup_24g_from_long_sleep ,blank 
+013a 704be100 jam 0 ,mem_sensor_shutdown_flag 
+013b 20600000 rtn 
 
 p_mouse_wakeup_24g_from_long_sleep:
-0102 204041aa call mouse_init_sensor_wakeup 
-0103 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-0104 c41e0000 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+013c 204041aa call mouse_init_sensor_wakeup 
+013d 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+013e c41e0000 rtnbit0 mouse_enable_wheel_wake_up_cancel 
 
 p_mouse_wheel_set_wakeup:
-0105 6fe0c913 fetch 1 ,mem_whee_a_data_gpio 
-0106 d8400040 arg gpcfg_pullup ,temp 
-0107 20406093 call gpio_config_function_int 
-0108 6fe0c914 fetch 1 ,mem_whee_b_data_gpio 
-0109 d8400040 arg gpcfg_pullup ,temp 
-010a 20206093 branch gpio_config_function_int 
+013f 6fe0c913 fetch 1 ,mem_whee_a_data_gpio 
+0140 d8400040 arg gpcfg_pullup ,temp 
+0141 20406093 call gpio_config_function_int 
+0142 6fe0c914 fetch 1 ,mem_whee_b_data_gpio 
+0143 d8400040 arg gpcfg_pullup ,temp 
+0144 20206093 branch gpio_config_function_int 
 
 p_g24_retransmit:
-010b 6fe0c8a7 fetch 1 ,mem_24g_abort_pac 
-010c 247a0000 nrtn blank 
-010d 6fe148a3 fetch 2 ,mem_24g_txfail_cnt 
-010e 1fe0fe01 increase 1 ,pdata 
-010f 67e148a3 store 2 ,mem_24g_txfail_cnt 
-0110 6fe0c8a4 fetch 1 ,mem_24g_txfail_cnt + 1 
-0111 c280a679 bbit1 1 ,g24_tx_attempt_fail 
-0112 2040267e call g24_transmit_hop_process 
-0113 20400115 call p_delay_40ms 
-0114 20202647 branch g24_transmit_loop 
+0145 6fe0c8a7 fetch 1 ,mem_24g_abort_pac 
+0146 247a0000 nrtn blank 
+0147 6fe148a3 fetch 2 ,mem_24g_txfail_cnt 
+0148 1fe0fe01 increase 1 ,pdata 
+0149 67e148a3 store 2 ,mem_24g_txfail_cnt 
+014a 6fe0c8a4 fetch 1 ,mem_24g_txfail_cnt + 1 
+014b c280a679 bbit1 1 ,g24_tx_attempt_fail 
+014c 2040267e call g24_transmit_hop_process 
+014d 2040014f call p_delay_40ms 
+014e 2020012d branch p_g24_transmit_loop 
 
 p_delay_40ms:
-0115 6fe0c8a4 fetch 1 ,mem_24g_txfail_cnt + 1 
-0116 1fe67c00 sub pdata ,0x00 ,null 
-0117 20610000 rtn positive 
-0118 df200028 arg 40 ,loopcnt 
-0119 20207d13 branch delay_ms_wait 
+014f 6fe0c8a4 fetch 1 ,mem_24g_txfail_cnt + 1 
+0150 1fe67c00 sub pdata ,0x00 ,null 
+0151 20610000 rtn positive 
+0152 df200028 arg 40 ,loopcnt 
+0153 20207d13 branch delay_ms_wait 
 
 p_mouse_app_enter_hibernate:
-011a 58000006 setarg pan_reg_config 
-011b 20405b0d call twspi_read 
-011c c281be23 bbit1 3 ,mouse_app_enter_hibernate + 3 
-011d 204002ce call p_mouse_sensor_reset 
-011e 204002d5 call p_mouse_sensor_powerdown 
-011f 20203e23 branch mouse_app_enter_hibernate + 3 
+0154 58000006 setarg pan_reg_config 
+0155 20405b0d call twspi_read 
+0156 c281be23 bbit1 3 ,mouse_app_enter_hibernate + 3 
+0157 20400336 call p_mouse_sensor_reset 
+0158 2040033d call p_mouse_sensor_powerdown 
+0159 20203e23 branch mouse_app_enter_hibernate + 3 
 
 p_mouse_setgpio_hibernate:
-0120 204042e9 call mouse_set_sdio_high 
-0121 20407fdc call clear_wake 
-0122 20404015 call mouse_before_hibernate_wheel_gpio_set 
-0123 6848c910 fetcht 1 ,mem_matrix_public_gpio 
-0124 20406069 call gpio_out_active 
-0125 6848c910 fetcht 1 ,mem_matrix_public_gpio 
-0126 20406042 call gpio_clr_wake 
-0127 6fe0c920 fetch 1 ,mem_mouse_sensor_sdio_gpio 
-0128 d840003f arg gpcfg_output_high ,temp 
-0129 20406093 call gpio_config_function_int 
-012a d8400003 arg 3 ,temp 
-012b 20403f56 call mouse_gpio_config_input_pu 
-012c 20403e40 call mouse_lpm_before_common 
-012d 20406082 call gpio_pd_idle 
-012e d8400013 arg 19 ,temp 
-012f 20403f56 call mouse_gpio_config_input_pu 
-0130 20400133 call p_mouse_gpio_set_high_impedance 
-0131 20400140 call p_mouse_adc_gpio_set_before_hibernate 
-0132 20200147 branch p_mouse_wheel_gpio_set_before_hibernate 
+015a 204042e9 call mouse_set_sdio_high 
+015b 20407fdc call clear_wake 
+015c 20400283 call p_mouse_logo_led_off 
+015d 20404015 call mouse_before_hibernate_wheel_gpio_set 
+015e 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+015f 20406069 call gpio_out_active 
+0160 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+0161 20406042 call gpio_clr_wake 
+0162 6fe0c920 fetch 1 ,mem_mouse_sensor_sdio_gpio 
+0163 d840003f arg gpcfg_output_high ,temp 
+0164 20406093 call gpio_config_function_int 
+0165 d8400003 arg 3 ,temp 
+0166 20403f56 call mouse_gpio_config_input_pu 
+0167 20403e40 call mouse_lpm_before_common 
+0168 20406082 call gpio_pd_idle 
+0169 d8400013 arg 19 ,temp 
+016a 20403f56 call mouse_gpio_config_input_pu 
+016b 2040016e call p_mouse_gpio_set_high_impedance 
+016c 2040017b call p_mouse_adc_gpio_set_before_hibernate 
+016d 20200182 branch p_mouse_wheel_gpio_set_before_hibernate 
 
 p_mouse_gpio_set_high_impedance:
-0133 6fe1cbde fetch 3 ,mem_mouse_set_high_impedance_bit_set 
-0134 67e1895c store 3 ,mem_pdatatemp 
-0135 df200014 arg 20 ,loopcnt 
-0136 d8400000 arg 0 ,temp 
+016e 6fe1cbde fetch 3 ,mem_mouse_set_high_impedance_bit_set 
+016f 67e1895c store 3 ,mem_pdatatemp 
+0170 df200014 arg 20 ,loopcnt 
+0171 d8400000 arg 0 ,temp 
 
 p_mouse_gpio_set_high_impedance_bit_loop:
-0137 6fe1895c fetch 3 ,mem_pdatatemp 
-0138 2feffe00 isolate1 0 ,pdata 
-0139 2040e07f call gpio_set_high_impedance ,true 
-013a 6fe1895c fetch 3 ,mem_pdatatemp 
-013b 1fe37e00 rshift pdata ,pdata 
-013c 67e1895c store 3 ,mem_pdatatemp 
-013d 18408401 increase 1 ,temp 
-013e c2000137 loop p_mouse_gpio_set_high_impedance_bit_loop 
-013f 20600000 rtn 
+0172 6fe1895c fetch 3 ,mem_pdatatemp 
+0173 2feffe00 isolate1 0 ,pdata 
+0174 2040e07f call gpio_set_high_impedance ,true 
+0175 6fe1895c fetch 3 ,mem_pdatatemp 
+0176 1fe37e00 rshift pdata ,pdata 
+0177 67e1895c store 3 ,mem_pdatatemp 
+0178 18408401 increase 1 ,temp 
+0179 c2000172 loop p_mouse_gpio_set_high_impedance_bit_loop 
+017a 20600000 rtn 
 
 p_mouse_adc_gpio_set_before_hibernate:
-0140 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-0141 c40a0000 rtnbit0 mouse_enable_adc 
-0142 6fe0c8fd fetch 1 ,mem_adc_config_flag_init 
-0143 c1810000 rtnne adc_config_gpio 
-0144 6fe0c8fc fetch 1 ,mem_adc_channel_gpio 
-0145 d84000c0 arg gpcfg_no_ie ,temp 
-0146 20206093 branch gpio_config_function_int 
+017b 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+017c c40a0000 rtnbit0 mouse_enable_adc 
+017d 6fe0c8fd fetch 1 ,mem_adc_config_flag_init 
+017e c1810000 rtnne adc_config_gpio 
+017f 6fe0c8fc fetch 1 ,mem_adc_channel_gpio 
+0180 d84000c0 arg gpcfg_no_ie ,temp 
+0181 20206093 branch gpio_config_function_int 
 
 p_mouse_wheel_gpio_set_before_hibernate:
-0147 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-0148 c41e0000 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+0182 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0183 c41e0000 rtnbit0 mouse_enable_wheel_wake_up_cancel 
 
 p_mouse_wheel_clr_wakeup:
-0149 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
-014a 20406042 call gpio_clr_wake 
-014b 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
-014c 20406042 call gpio_clr_wake 
-014d 6fe0c913 fetch 1 ,mem_whee_a_data_gpio 
-014e d8400080 arg gpcfg_pulldown ,temp 
-014f 20406093 call gpio_config_function_int 
-0150 6fe0c914 fetch 1 ,mem_whee_b_data_gpio 
-0151 d8400080 arg gpcfg_pulldown ,temp 
-0152 20206093 branch gpio_config_function_int 
+0184 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+0185 20406042 call gpio_clr_wake 
+0186 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+0187 20406042 call gpio_clr_wake 
+0188 6fe0c913 fetch 1 ,mem_whee_a_data_gpio 
+0189 d8400080 arg gpcfg_pulldown ,temp 
+018a 20406093 call gpio_config_function_int 
+018b 6fe0c914 fetch 1 ,mem_whee_b_data_gpio 
+018c d8400080 arg gpcfg_pulldown ,temp 
+018d 20206093 branch gpio_config_function_int 
 
 p_mouse_lpm_before_common:
-0153 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
-0154 20406050 call gpio_config_input 
-0155 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
-0156 20406050 call gpio_config_input 
-0157 20403f88 call mouse_wheel_check 
-0158 6fe0c91f fetch 1 ,mem_mouse_sensor_sclk_gpio 
-0159 d840003f arg gpcfg_output_high ,temp 
-015a 20406093 call gpio_config_function_int 
-015b 20203e44 branch mouse_lpm_before_common_next 
+018e 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+018f 20406050 call gpio_config_input 
+0190 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+0191 20406050 call gpio_config_input 
+0192 20403f88 call mouse_wheel_check 
+0193 6fe0c91f fetch 1 ,mem_mouse_sensor_sclk_gpio 
+0194 d840003f arg gpcfg_output_high ,temp 
+0195 20406093 call gpio_config_function_int 
+0196 20203e44 branch mouse_lpm_before_common_next 
 
 p_mouse_24g_hibernate_set:
-015c 7048a500 jam 0 ,mem_24g_attempt_fail_flag 
-015d 20402652 call g24_transmit_next_packet 
-015e 5fffffff setarg -1 
-015f 67e2485c store 4 ,mem_24g_enter_hibernate 
-0160 58000000 setarg 0 
-0161 67e3c8d0 store 7 ,mem_mouse_key 
-0162 704be101 jam 1 ,mem_sensor_shutdown_flag 
-0163 204002d5 call p_mouse_sensor_powerdown 
-0164 2020016a branch p_g24_long_sleep 
+0197 7048a500 jam 0 ,mem_24g_attempt_fail_flag 
+0198 20402652 call g24_transmit_next_packet 
+0199 5fffffff setarg -1 
+019a 67e2485c store 4 ,mem_24g_enter_hibernate 
+019b 58000000 setarg 0 
+019c 67e3c8d0 store 7 ,mem_mouse_key 
+019d 704be101 jam 1 ,mem_sensor_shutdown_flag 
+019e 2040033d call p_mouse_sensor_powerdown 
+019f 202001a5 branch p_g24_long_sleep 
 
 p_g24_nodata_transmit:
-0165 6fe0c8a7 fetch 1 ,mem_24g_abort_pac 
-0166 205a26a7 call g24_send_abort_packet ,blank 
-0167 6fe0c8bd fetch 1 ,mem_24g_transmit_by_interrupt 
-0168 c1008000 rtneq g24_tx_timer_int_enable 
-0169 2040269f call g24_search_receiver 
+01a0 6fe0c8a7 fetch 1 ,mem_24g_abort_pac 
+01a1 205a01ab call p_g24_send_abort_packet ,blank 
+01a2 6fe0c8bd fetch 1 ,mem_24g_transmit_by_interrupt 
+01a3 c1008000 rtneq g24_tx_timer_int_enable 
+01a4 2040269f call g24_search_receiver 
 
 p_g24_long_sleep:
-016a 204026bb call g24_lpm_wait 
-016b 24740000 nrtn user 
-016c 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
-016d 245a3e33 ncall mouse_setgpio_hibernate ,blank 
-016e 6fe2485c fetch 4 ,mem_24g_enter_hibernate 
-016f 202026b8 branch g24_long_sleep2 
+01a5 204026bb call g24_lpm_wait 
+01a6 24740000 nrtn user 
+01a7 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+01a8 245a3e33 ncall mouse_setgpio_hibernate ,blank 
+01a9 6fe2485c fetch 4 ,mem_24g_enter_hibernate 
+01aa 202026b8 branch g24_long_sleep2 
+
+p_g24_send_abort_packet:
+01ab 70483601 jam type_ms ,mem_24g_data_type 
+01ac 7048a701 jam 1 ,mem_24g_abort_pac 
+01ad 20402642 call g24_transmit_rf_ctrl_clear 
+01ae 67e0c7c6 store 1 ,mem_24g_txbuf 
+01af 58000000 setarg 0 
+01b0 67e3c7c7 store 7 ,mem_24g_txbuf + 1 
+01b1 6fe248a9 fetch 4 ,mem_24g_device_addr 
+01b2 67e247ce store 4 ,mem_24g_txbuf + 8 
+01b3 7048350c jam 12 ,mem_24g_datalen 
+01b4 6fe0c836 fetch 1 ,mem_24g_data_type 
+01b5 79207e03 set1 bit_abort ,pdata 
+01b6 67e0c836 store 1 ,mem_24g_data_type 
+01b7 20402291 call g24_transmit_prep 
+01b8 2020011f branch p_g24_transmit_start 
 
 p_mouse_priority_bb_event:
-0170 1a627e00 copy regc ,pdata 
-0171 c0008179 beq bt_evt_bb_connected ,p_mouse_bb_event_connected 
-0172 c01e019b beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
-0173 c01c8199 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
-0174 c01d01a2 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
-0175 c0190185 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
-0176 c022018c beq bt_evt_le_parse_conn_param_accepted ,p_mouse_le_parse_conn_param_accepted 
-0177 c00a817b beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
-0178 20204336 branch mouse_priority_bb_event + 2 
+01b9 1a627e00 copy regc ,pdata 
+01ba c00081c2 beq bt_evt_bb_connected ,p_mouse_bb_event_connected 
+01bb c01e01e4 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+01bc c01c81e2 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
+01bd c01d01eb beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+01be c01901ce beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
+01bf c02201d5 beq bt_evt_le_parse_conn_param_accepted ,p_mouse_le_parse_conn_param_accepted 
+01c0 c00a81c4 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
+01c1 20204336 branch mouse_priority_bb_event + 2 
 
 p_mouse_bb_event_connected:
-0179 20404544 call mouse_no_data_timer_init 
-017a 202043fa branch mouse_bb_event_connected 
+01c2 20404544 call mouse_no_data_timer_init 
+01c3 202043fa branch mouse_bb_event_connected 
 
 p_mouse_le_bb_disconnected:
-017b 58000000 setarg 0 
-017c 67e14af2 store 2 ,mem_le_battery_level_updata_timer 
-017d 704ac600 jam 0 ,mem_mouse_le_bb_connected_flag 
-017e 58000006 setarg le_interval_7_5ms 
-017f 67e14372 store 2 ,mem_le_interval_min 
-0180 67e14374 store 2 ,mem_le_interval_min + 2 
-0181 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-0182 c28dc366 bbit1 mouse_enable_bt_125hz ,mouse_le_bb_disconnected_next + 2 
-0183 58000007 setarg le_interval_8_75ms 
-0184 20204364 branch mouse_le_bb_disconnected_next 
+01c4 58000000 setarg 0 
+01c5 67e14af2 store 2 ,mem_le_battery_level_updata_timer 
+01c6 704ac600 jam 0 ,mem_mouse_le_bb_connected_flag 
+01c7 58000006 setarg le_interval_7_5ms 
+01c8 67e14372 store 2 ,mem_le_interval_min 
+01c9 67e14374 store 2 ,mem_le_interval_min + 2 
+01ca 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+01cb c28dc366 bbit1 mouse_enable_bt_125hz ,mouse_le_bb_disconnected_next + 2 
+01cc 58000007 setarg le_interval_8_75ms 
+01cd 20204364 branch mouse_le_bb_disconnected_next 
 
 p_mouse_le_ll_start_encryt:
-0185 6fe0cac7 fetch 1 ,mem_mouse_le_reconnect_flag 
-0186 c0008189 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
-0187 704b7614 jam 20 ,mem_le_start_encrypt_timer 
-0188 20204373 branch mouse_le_ll_enable_start_enc_flag 
+01ce 6fe0cac7 fetch 1 ,mem_mouse_le_reconnect_flag 
+01cf c00081d2 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
+01d0 704b7614 jam 20 ,mem_le_start_encrypt_timer 
+01d1 20204373 branch mouse_le_ll_enable_start_enc_flag 
 
 p_mouse_le_ll_reconn_start_encryt:
-0189 2040436c call mouse_updata_le_param 
-018a 704b7605 jam 5 ,mem_le_start_encrypt_timer 
-018b 20204373 branch mouse_le_ll_enable_start_enc_flag 
+01d2 2040436c call mouse_updata_le_param 
+01d3 704b7605 jam 5 ,mem_le_start_encrypt_timer 
+01d4 20204373 branch mouse_le_ll_enable_start_enc_flag 
 
 p_mouse_le_parse_conn_param_accepted:
-018c 6fe082c1 fetch 1 ,mem_le_new_conninterval 
-018d 1fe67c0c sub pdata ,le_interval_15ms ,null 
-018e 24214384 nbranch mouse_le_conn_param_lpm_disable ,positive 
-018f 67e14372 store 2 ,mem_le_interval_min 
-0190 67e14374 store 2 ,mem_le_interval_min + 2 
-0191 6fe082c3 fetch 1 ,mem_le_new_connslavelatency 
-0192 203a439a branch mouse_le_lpm_mult_reinit ,blank 
-0193 6848cb8a fetcht 1 ,mem_lpm_mult_init 
-0194 98467c00 isub temp ,null 
-0195 2021439a branch mouse_le_lpm_mult_reinit ,positive 
-0196 6fe082c3 fetch 1 ,mem_le_new_connslavelatency 
-0197 67e0cb8a store 1 ,mem_lpm_mult_init 
-0198 20204386 branch mouse_le_conn_param_lpm_enable 
+01d5 6fe082c1 fetch 1 ,mem_le_new_conninterval 
+01d6 1fe67c0c sub pdata ,le_interval_15ms ,null 
+01d7 24214384 nbranch mouse_le_conn_param_lpm_disable ,positive 
+01d8 67e14372 store 2 ,mem_le_interval_min 
+01d9 67e14374 store 2 ,mem_le_interval_min + 2 
+01da 6fe082c3 fetch 1 ,mem_le_new_connslavelatency 
+01db 203a439a branch mouse_le_lpm_mult_reinit ,blank 
+01dc 6848cb8a fetcht 1 ,mem_lpm_mult_init 
+01dd 98467c00 isub temp ,null 
+01de 2021439a branch mouse_le_lpm_mult_reinit ,positive 
+01df 6fe082c3 fetch 1 ,mem_le_new_connslavelatency 
+01e0 67e0cb8a store 1 ,mem_lpm_mult_init 
+01e1 20204386 branch mouse_le_conn_param_lpm_enable 
 
 p_mouse_24g_pairing_complete:
-0199 20404544 call mouse_no_data_timer_init 
-019a 20204857 branch mouse_24g_pairing_complete 
+01e2 20404544 call mouse_no_data_timer_init 
+01e3 20204857 branch mouse_24g_pairing_complete 
 
 p_mouse_24g_attempt_success:
-019b 6fe2483c fetch 4 ,mem_24g_addr 
-019c 67e24891 store 4 ,mem_24g_receiver_addr 
-019d 67e24993 store 4 ,mem_mouse_24g_addr 
-019e 2040257e call g24_ch_syncword_crc8_init 
-019f 204048c6 call mouse_device_poweron_timer_init 
-01a0 20404544 call mouse_no_data_timer_init 
-01a1 2020484e branch mouse_24g_attempt_success 
+01e4 6fe2483c fetch 4 ,mem_24g_addr 
+01e5 67e24891 store 4 ,mem_24g_receiver_addr 
+01e6 67e24993 store 4 ,mem_mouse_24g_addr 
+01e7 2040257e call g24_ch_syncword_crc8_init 
+01e8 204048c6 call mouse_device_poweron_timer_init 
+01e9 20404544 call mouse_no_data_timer_init 
+01ea 2020484e branch mouse_24g_attempt_success 
 
 p_mouse_24g_attempt_fail:
-01a2 6fe0c8a5 fetch 1 ,mem_24g_attempt_fail_flag 
-01a3 243a015c nbranch p_mouse_24g_hibernate_set ,blank 
-01a4 6fe0c88b fetch 1 ,mem_24g_reconn_type 
-01a5 c00101a9 beq fast_conn_and_3_0_addr ,p_mouse_24g_fast_conn_attempt_fail 
-01a6 c00201b2 beq pair_and_3_0_addr ,p_mouse_24g_auto_pair_attempt_fail 
-01a7 c00181b7 beq receiver_and_3_0_addr ,p_mouse_reconn_dongle_attempt_fail 
-01a8 20204839 branch mouse_24g_attempt_fail_enter_hibernate 
+01eb 6fe0c8a5 fetch 1 ,mem_24g_attempt_fail_flag 
+01ec 243a0197 nbranch p_mouse_24g_hibernate_set ,blank 
+01ed 6fe0c88b fetch 1 ,mem_24g_reconn_type 
+01ee c00101f2 beq fast_conn_and_3_0_addr ,p_mouse_24g_fast_conn_attempt_fail 
+01ef c00201fb beq pair_and_3_0_addr ,p_mouse_24g_auto_pair_attempt_fail 
+01f0 c0018200 beq receiver_and_3_0_addr ,p_mouse_reconn_dongle_attempt_fail 
+01f1 20204839 branch mouse_24g_attempt_fail_enter_hibernate 
 
 p_mouse_24g_fast_conn_attempt_fail:
-01a9 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-01aa c297c811 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
-01ab c2984811 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
-01ac c31d4806 bbit0 mouse_enable_24g_auto_pair_nerver_been_paired ,mouse_24g_reconn_dongle_start 
-01ad 6fe24993 fetch 4 ,mem_mouse_24g_addr 
-01ae 684a4974 fetcht 4 ,mem_mouse_compare_addr_ff 
-01af 98467c00 isub temp ,null 
-01b0 2022c827 branch mouse_24g_start_pair_mode ,zero 
-01b1 20204806 branch mouse_24g_reconn_dongle_start 
+01f2 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+01f3 c297c811 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
+01f4 c2984811 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
+01f5 c31d4806 bbit0 mouse_enable_24g_auto_pair_nerver_been_paired ,mouse_24g_reconn_dongle_start 
+01f6 6fe24993 fetch 4 ,mem_mouse_24g_addr 
+01f7 684a4974 fetcht 4 ,mem_mouse_compare_addr_ff 
+01f8 98467c00 isub temp ,null 
+01f9 2022c827 branch mouse_24g_start_pair_mode ,zero 
+01fa 20204806 branch mouse_24g_reconn_dongle_start 
 
 p_mouse_24g_auto_pair_attempt_fail:
-01b2 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-01b3 c31781bc bbit0 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_attempt_fail_enter_hibernate 
-01b4 6fe0cbb4 fetch 1 ,mem_device_number 
-01b5 c00081bc beq 1 ,p_mouse_24g_attempt_fail_enter_hibernate 
-01b6 2020481a branch mouse_24g_first_bluetooth_reconnect 
+01fb 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+01fc c3178205 bbit0 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_attempt_fail_enter_hibernate 
+01fd 6fe0cbb4 fetch 1 ,mem_device_number 
+01fe c0008205 beq 1 ,p_mouse_24g_attempt_fail_enter_hibernate 
+01ff 2020481a branch mouse_24g_first_bluetooth_reconnect 
 
 p_mouse_reconn_dongle_attempt_fail:
-01b7 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-01b8 c31781bc bbit0 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_attempt_fail_enter_hibernate 
-01b9 c28981bc bbit1 mouse_enable_eeprom ,p_mouse_24g_attempt_fail_enter_hibernate 
-01ba c28901bc bbit1 mouse_enable_flash ,p_mouse_24g_attempt_fail_enter_hibernate 
-01bb 20204812 branch mouse_24g_start_auto_pair + 1 
+0200 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0201 c3178205 bbit0 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_attempt_fail_enter_hibernate 
+0202 c2898205 bbit1 mouse_enable_eeprom ,p_mouse_24g_attempt_fail_enter_hibernate 
+0203 c2890205 bbit1 mouse_enable_flash ,p_mouse_24g_attempt_fail_enter_hibernate 
+0204 20204812 branch mouse_24g_start_auto_pair + 1 
 
 p_mouse_24g_attempt_fail_enter_hibernate:
-01bc 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-01bd c31e4839 bbit0 mouse_enable_wheel_wake_up_cancel ,mouse_24g_attempt_fail_enter_hibernate 
-01be 2020015c branch p_mouse_24g_hibernate_set 
+0205 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0206 c31e4839 bbit0 mouse_enable_wheel_wake_up_cancel ,mouse_24g_attempt_fail_enter_hibernate 
+0207 20200197 branch p_mouse_24g_hibernate_set 
 
 p_g24_pair_dispatch:
-01bf 70488b00 jam default_24g_device ,mem_24g_reconn_type 
-01c0 6fe14beb fetch 2 ,mem_24g_pair_count 
-01c1 1fe0fe01 increase 1 ,pdata 
-01c2 67e14beb store 2 ,mem_24g_pair_count 
-01c3 6fe0cbeb fetch 1 ,mem_24g_pair_count 
-01c4 1fe17eff and pdata ,0xff ,pdata 
-01c5 c0002341 beq 0 ,g24_pair_dispatch + 1 
-01c6 20600000 rtn 
+0208 70488b00 jam default_24g_device ,mem_24g_reconn_type 
+0209 6fe14beb fetch 2 ,mem_24g_pair_count 
+020a 1fe0fe01 increase 1 ,pdata 
+020b 67e14beb store 2 ,mem_24g_pair_count 
+020c 6fe0cbeb fetch 1 ,mem_24g_pair_count 
+020d 1fe17eff and pdata ,0xff ,pdata 
+020e c0002341 beq 0 ,g24_pair_dispatch + 1 
+020f 20600000 rtn 
 
 p_g24_reconn_dispatch:
-01c7 6fe14889 fetch 2 ,mem_24g_reconn_count 
-01c8 d84001f8 arg 0x01f8 ,temp 
-01c9 98417e00 iand temp ,pdata 
-01ca 203a01cf branch p_g24_reconn_dispatch_next ,blank 
-01cb 6fe14889 fetch 2 ,mem_24g_reconn_count 
-01cc 1fe0fe01 increase 1 ,pdata 
-01cd 67e14889 store 2 ,mem_24g_reconn_count 
-01ce 20600000 rtn 
+0210 6fe14889 fetch 2 ,mem_24g_reconn_count 
+0211 d84001f8 arg 0x01f8 ,temp 
+0212 98417e00 iand temp ,pdata 
+0213 203a0218 branch p_g24_reconn_dispatch_next ,blank 
+0214 6fe14889 fetch 2 ,mem_24g_reconn_count 
+0215 1fe0fe01 increase 1 ,pdata 
+0216 67e14889 store 2 ,mem_24g_reconn_count 
+0217 20600000 rtn 
 
 p_g24_reconn_dispatch_next:
-01cf 2040259a call g24_reconn_data_prep 
-01d0 2040265b call g24_transmit_receive_ack 
-01d1 242c01d5 nbranch p_g24_reconn_device_fail ,sync 
-01d2 243781d5 nbranch p_g24_reconn_device_fail ,user3 
-01d3 20402672 call g24_ackpayload_parse 
-01d4 20202586 branch g24_reconn_receiver_succ 
+0218 2040259a call g24_reconn_data_prep 
+0219 2040265b call g24_transmit_receive_ack 
+021a 242c021e nbranch p_g24_reconn_device_fail ,sync 
+021b 2437821e nbranch p_g24_reconn_device_fail ,user3 
+021c 20402672 call g24_ackpayload_parse 
+021d 20202586 branch g24_reconn_receiver_succ 
 
 p_g24_reconn_device_fail:
-01d5 6fe0c88c fetch 1 ,mem_24g_fast_conn_enable 
-01d6 203a22cb branch g24_ch ,blank 
-01d7 6fe14889 fetch 2 ,mem_24g_reconn_count 
-01d8 1fe0fe01 increase 1 ,pdata 
-01d9 67e14889 store 2 ,mem_24g_reconn_count 
-01da 6fe0c88a fetch 1 ,mem_24g_reconn_count + 1 
-01db 2feffe01 isolate1 1 ,pdata 
-01dc 6fe0c88b fetch 1 ,mem_24g_reconn_type 
-01dd c000a5ad beq fast_conn_and_receiver ,g24_reconn_fast_conn_and_receiver 
-01de c00125af beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn_and_3_0 
-01df c001a5b1 beq receiver_and_3_0_addr ,g24_reconn_receiver_and_3_0 
-01e0 c00201e2 beq pair_and_3_0_addr ,p_g24_reconn_pair_and_3_0 
-01e1 2020256e branch g24_reconn_receiver_addr 
+021e 6fe0c88c fetch 1 ,mem_24g_fast_conn_enable 
+021f 203a22cb branch g24_ch ,blank 
+0220 6fe14889 fetch 2 ,mem_24g_reconn_count 
+0221 1fe0fe01 increase 1 ,pdata 
+0222 67e14889 store 2 ,mem_24g_reconn_count 
+0223 6fe0c88a fetch 1 ,mem_24g_reconn_count + 1 
+0224 2feffe01 isolate1 1 ,pdata 
+0225 6fe0c88b fetch 1 ,mem_24g_reconn_type 
+0226 c000a5ad beq fast_conn_and_receiver ,g24_reconn_fast_conn_and_receiver 
+0227 c00125af beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn_and_3_0 
+0228 c001a5b1 beq receiver_and_3_0_addr ,g24_reconn_receiver_and_3_0 
+0229 c002022b beq pair_and_3_0_addr ,p_g24_reconn_pair_and_3_0 
+022a 2020256e branch g24_reconn_receiver_addr 
 
 p_g24_reconn_pair_and_3_0:
-01e2 2020a575 branch g24_reconn_device_3_0_addr ,true 
-01e3 20202339 branch g24_pair_init_param 
+022b 2020a575 branch g24_reconn_device_3_0_addr ,true 
+022c 20202339 branch g24_pair_init_param 
 
 p_g24_dispatch:
-01e4 c61a0000 rtnmark1 mark_adc_enable 
-01e5 c513a40e bmark1 mark_24g_rxmode ,g24_receive_dispatch 
+022d c61a0000 rtnmark1 mark_adc_enable 
+022e c513a40e bmark1 mark_24g_rxmode ,g24_receive_dispatch 
 
 p_g24_transmit_dispatch:
-01e6 c6930000 rtnmark0 mark_24g 
-01e7 6fe0c8a1 fetch 1 ,mem_24g_conn_sm 
-01e8 c280a340 bbit1 state_24g_pair ,g24_pair_dispatch 
-01e9 c2812580 bbit1 state_24g_reconn ,g24_reconn_dispatch 
-01ea 6fe0c8bd fetch 1 ,mem_24g_transmit_by_interrupt 
-01eb c00081ed beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
-01ec 20202621 branch g24_transmit_no_interrupt 
+022f c6930000 rtnmark0 mark_24g 
+0230 6fe0c8a1 fetch 1 ,mem_24g_conn_sm 
+0231 c28183b3 bbit1 state_24g_ota ,p_g24_ota_dispatch 
+0232 c280a340 bbit1 state_24g_pair ,g24_pair_dispatch 
+0233 c2812580 bbit1 state_24g_reconn ,g24_reconn_dispatch 
+0234 6fe0c8bd fetch 1 ,mem_24g_transmit_by_interrupt 
+0235 c0008237 beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
+0236 20202621 branch g24_transmit_no_interrupt 
 
 p_g24_transmit_by_interrupt:
-01ed 204022ea call g24_timer_check 
-01ee 243401e6 nbranch p_g24_transmit_dispatch ,user 
-01ef 204026db call g24_interval_calibrate 
-01f0 6fe148be fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
-01f1 1fe0fe01 increase 1 ,pdata 
-01f2 67e148be store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-01f3 20202621 branch g24_transmit_no_interrupt 
+0237 204022ea call g24_timer_check 
+0238 2434022f nbranch p_g24_transmit_dispatch ,user 
+0239 204026db call g24_interval_calibrate 
+023a 6fe148be fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
+023b 1fe0fe01 increase 1 ,pdata 
+023c 67e148be store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+023d 20202621 branch g24_transmit_no_interrupt 
 
 p_mouse_start_work:
-01f4 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-01f5 c297c80a bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_start_auto_pair_mode 
-01f6 6fe0c938 fetch 1 ,mem_device_flag 
-01f7 c00001f9 beq mode_24g_device ,p_mouse_24g_start_mode 
-01f8 20203d57 branch mouse_start_work + 5 
+023e 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+023f c297c80a bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_start_auto_pair_mode 
+0240 6fe0c938 fetch 1 ,mem_device_flag 
+0241 c0000243 beq mode_24g_device ,p_mouse_24g_start_mode 
+0242 20203d57 branch mouse_start_work + 5 
 
 p_mouse_24g_start_mode:
-01f9 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-01fa c308c803 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
-01fb 20403d65 call mouse_wakeup_from_power_check 
-01fc 20344806 branch mouse_24g_reconn_dongle_start ,user 
-01fd 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-01fe c298480c bbit1 mouse_enable_auto_24g_paring ,mouse_24g_reconn_general_dongle 
-01ff c318c80c bbit0 mouse_enable_24g_power_on_pairing ,mouse_24g_reconn_general_dongle 
-0200 20404110 call mouse_key_check_once 
-0201 1a217e07 and rega ,0x07 ,pdata 
-0202 202047ff branch mouse_24g_start_mode + 9 
+0243 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0244 c308c803 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
+0245 20403d65 call mouse_wakeup_from_power_check 
+0246 20344806 branch mouse_24g_reconn_dongle_start ,user 
+0247 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0248 c298480c bbit1 mouse_enable_auto_24g_paring ,mouse_24g_reconn_general_dongle 
+0249 c318c80c bbit0 mouse_enable_24g_power_on_pairing ,mouse_24g_reconn_general_dongle 
+024a 20404110 call mouse_key_check_once 
+024b 1a217e07 and rega ,0x07 ,pdata 
+024c 202047ff branch mouse_24g_start_mode + 9 
 
 p_mouse_seting_dpi:
-0203 2040408f call mouse_setting_dpi_4_level 
-0204 20400206 call p_mouse_dpi_led_blink_delay 
-0205 20204098 branch mouse_seting_sensor_type 
+024d 2040408f call mouse_setting_dpi_4_level 
+024e 20400250 call p_mouse_dpi_led_blink_delay 
+024f 20204098 branch mouse_seting_sensor_type 
 
 p_mouse_dpi_led_blink_delay:
-0206 6fe0c923 fetch 1 ,mem_dpi_led_gpio 
-0207 c17f8000 rtneq gpio_disable 
-0208 6fe14ac2 fetch 2 ,mem_mouse_discovery_timer 
-0209 247a0000 nrtn blank 
-020a 6fe14883 fetch 2 ,mem_24g_pair_timeout 
-020b 247a0000 nrtn blank 
-020c 6fe14887 fetch 2 ,mem_24g_reconn_timeout 
-020d 247a0000 nrtn blank 
-020e 6fe0cba7 fetch 1 ,mem_mouse_device_poweron_timer_count 
-020f 247a0000 nrtn blank 
-0210 6fe0cbc1 fetch 1 ,mem_mouse_dpi_led_delay_count_init 
-0211 203a022d branch p_mouse_dpi_led_blink_init ,blank 
-0212 67e0cba8 store 1 ,mem_mouse_dpi_led_delay_count 
-0213 20600000 rtn 
+0250 6fe0c923 fetch 1 ,mem_dpi_led_gpio 
+0251 c17f8000 rtneq gpio_disable 
+0252 6fe14ac2 fetch 2 ,mem_mouse_discovery_timer 
+0253 247a0000 nrtn blank 
+0254 6fe14883 fetch 2 ,mem_24g_pair_timeout 
+0255 247a0000 nrtn blank 
+0256 6fe14887 fetch 2 ,mem_24g_reconn_timeout 
+0257 247a0000 nrtn blank 
+0258 6fe0cba7 fetch 1 ,mem_mouse_device_poweron_timer_count 
+0259 247a0000 nrtn blank 
+025a 6fe0cbc1 fetch 1 ,mem_mouse_dpi_led_delay_count_init 
+025b 203a028a branch p_mouse_dpi_led_blink_init ,blank 
+025c 67e0cba8 store 1 ,mem_mouse_dpi_led_delay_count 
+025d 20600000 rtn 
 
 p_mouse_bb_event_timer:
-0214 20403e9b call mouse_adc_read 
-0215 20404956 call mouse_low_voltage_led_timer 
-0216 2040232b call g24_pair_timeout_timer 
-0217 20402556 call g24_reconn_timeout_timer 
-0218 204047cd call mouse_24g_long_sleep_param_update_timer 
-0219 204048be call mouse_device_poweron_timer 
-021a 2040022a call p_mouse_dpi_led_blink_delay_timer 
-021b 2040407c call mouse_dpi_key_check_long_press 
-021c 204044cc call mouse_bt_discovery_check 
-021d 20400242 call p_mouse_commbination_key_process 
-021e 204044ff call mouse_check_discovery_timeout_timer 
-021f 20404504 call mouse_check_direct_timeout_timer 
-0220 20404512 call mouse_le_enable_att_list_timer 
-0221 20400257 call p_mouse_le_battery_updata_timer 
-0222 20404515 call mouse_le_send_smp_security_request_timer 
-0223 2040452a call mouse_check_hid_handshake_timer 
-0224 2040452d call mouse_bt_check_sniff_req_timeout_timer 
-0225 20404532 call mouse_check_reconnect_delay_long_sleep 
-0226 20404535 call mouse_current_mult_update_timer 
-0227 20404022 call mouse_wheel_trigger_timer 
-0228 20404547 call mouse_store_information_delay_timer 
-0229 2020025a branch p_mouse_check_no_data_timeout_timer 
+025e 20403e9b call mouse_adc_read 
+025f 20404956 call mouse_low_voltage_led_timer 
+0260 2040232b call g24_pair_timeout_timer 
+0261 20402556 call g24_reconn_timeout_timer 
+0262 204047cd call mouse_24g_long_sleep_param_update_timer 
+0263 204048be call mouse_device_poweron_timer 
+0264 20400287 call p_mouse_dpi_led_blink_delay_timer 
+0265 2040407c call mouse_dpi_key_check_long_press 
+0266 204044cc call mouse_bt_discovery_check 
+0267 2040029f call p_mouse_commbination_key_process 
+0268 204044ff call mouse_check_discovery_timeout_timer 
+0269 20404504 call mouse_check_direct_timeout_timer 
+026a 20404512 call mouse_le_enable_att_list_timer 
+026b 204002b4 call p_mouse_le_battery_updata_timer 
+026c 20404515 call mouse_le_send_smp_security_request_timer 
+026d 2040452a call mouse_check_hid_handshake_timer 
+026e 2040452d call mouse_bt_check_sniff_req_timeout_timer 
+026f 20404532 call mouse_check_reconnect_delay_long_sleep 
+0270 20404535 call mouse_current_mult_update_timer 
+0271 20404022 call mouse_wheel_trigger_timer 
+0272 20404547 call mouse_store_information_delay_timer 
+0273 20400279 call p_mouse_logo_led_on_timer 
+0274 204002b7 call p_mouse_check_no_data_timeout_timer 
+0275 20200276 branch p_mouse_g24_ota_reset_timer 
+
+p_mouse_g24_ota_reset_timer:
+0276 da604c1d arg mem_g24_ota_reset_timer ,regc 
+0277 da405d8c arg soft_reset_chip ,regb 
+0278 2020318a branch timer_single_step 
+
+p_mouse_logo_led_on_timer:
+0279 6fe0cbed fetch 1 ,mem_mouse_logo_led_gpio 
+027a c17f8000 rtneq gpio_disable 
+027b 6fe14ab2 fetch 2 ,mem_mouse_no_data_timer 
+027c 207a0000 rtn blank 
+027d 6fe14bbe fetch 2 ,mem_mouse_no_data_timeout 
+027e 68494ab2 fetcht 2 ,mem_mouse_no_data_timer 
+027f 98460400 isub temp ,temp 
+0280 6fe14bee fetch 2 ,mem_mouse_logo_led_on_time_init 
+0281 98467e00 isub temp ,pdata 
+0282 20210285 branch p_mouse_logo_led_on ,positive 
+
+p_mouse_logo_led_off:
+0283 6848cbed fetcht 1 ,mem_mouse_logo_led_gpio 
+0284 20206065 branch gpio_out_inactive 
+
+p_mouse_logo_led_on:
+0285 6848cbed fetcht 1 ,mem_mouse_logo_led_gpio 
+0286 20406069 call gpio_out_active 
 
 p_mouse_dpi_led_blink_delay_timer:
-022a da604ba8 arg mem_mouse_dpi_led_delay_count ,regc 
-022b da40022d arg p_mouse_dpi_led_blink_init ,regb 
-022c 2020318a branch timer_single_step 
+0287 da604ba8 arg mem_mouse_dpi_led_delay_count ,regc 
+0288 da40028a arg p_mouse_dpi_led_blink_init ,regb 
+0289 2020318a branch timer_single_step 
 
 p_mouse_dpi_led_blink_init:
-022d 6fe0c927 fetch 1 ,mem_config_sensor_type 
-022e c001c8f2 beq p3212 ,mouse_dpi_led_blink_init 
-022f c005c8f2 beq ka8g2 ,mouse_dpi_led_blink_init 
-0230 6fe0c923 fetch 1 ,mem_dpi_led_gpio 
-0231 67e0c92f store 1 ,mem_mouse_struct_led_gpio 
-0232 6fe14bc2 fetch 2 ,mem_mouse_dpi_led_blink_time 
-0233 67e14930 store 2 ,mem_mouse_on_time 
-0234 67e14932 store 2 ,mem_mouse_off_time 
-0235 da200000 arg 0 ,rega 
-0236 6848c992 fetcht 1 ,mem_mouse_dpi 
-0237 18408402 increase 2 ,temp 
-0238 18467c03 sub temp ,3 ,null 
-0239 2041023c call p_mouse_dpi_led_blink_init_level_4 ,positive 
-023a 24410240 ncall p_mouse_dpi_led_blink_count_clean ,positive 
-023b 202048ff branch mouse_dpi_led_blink_init_end 
+028a 6fe0c927 fetch 1 ,mem_config_sensor_type 
+028b c001c8f2 beq p3212 ,mouse_dpi_led_blink_init 
+028c c005c8f2 beq ka8g2 ,mouse_dpi_led_blink_init 
+028d 6fe0c923 fetch 1 ,mem_dpi_led_gpio 
+028e 67e0c92f store 1 ,mem_mouse_struct_led_gpio 
+028f 6fe14bc2 fetch 2 ,mem_mouse_dpi_led_blink_time 
+0290 67e14930 store 2 ,mem_mouse_on_time 
+0291 67e14932 store 2 ,mem_mouse_off_time 
+0292 da200000 arg 0 ,rega 
+0293 6848c992 fetcht 1 ,mem_mouse_dpi 
+0294 18408402 increase 2 ,temp 
+0295 18467c03 sub temp ,3 ,null 
+0296 20410299 call p_mouse_dpi_led_blink_init_level_4 ,positive 
+0297 2441029d ncall p_mouse_dpi_led_blink_count_clean ,positive 
+0298 202048ff branch mouse_dpi_led_blink_init_end 
 
 p_mouse_dpi_led_blink_init_level_4:
-023c 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-023d c40e0000 rtnbit0 mouse_enable_dpi_level_4 
-023e 18408401 increase 1 ,temp 
-023f 20600000 rtn 
+0299 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+029a c40e0000 rtnbit0 mouse_enable_dpi_level_4 
+029b 18408401 increase 1 ,temp 
+029c 20600000 rtn 
 
 p_mouse_dpi_led_blink_count_clean:
-0240 184085fd increase -3 ,temp 
-0241 20600000 rtn 
+029d 184085fd increase -3 ,temp 
+029e 20600000 rtn 
 
 p_mouse_commbination_key_process:
-0242 6fe0c938 fetch 1 ,mem_device_flag 
-0243 c0000248 beq mode_24g_device ,p_mouse_24g_commbination_key_process 
-0244 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-0245 c41a8000 rtnbit0 mouse_enable_commbination_key_by_bt_discovery 
-0246 6848cbca fetcht 1 ,mem_mouse_commbination_key_bt 
-0247 2020024b branch p_mouse_commbination_key_start 
+029f 6fe0c938 fetch 1 ,mem_device_flag 
+02a0 c00002a5 beq mode_24g_device ,p_mouse_24g_commbination_key_process 
+02a1 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+02a2 c41a8000 rtnbit0 mouse_enable_commbination_key_by_bt_discovery 
+02a3 6848cbca fetcht 1 ,mem_mouse_commbination_key_bt 
+02a4 202002a8 branch p_mouse_commbination_key_start 
 
 p_mouse_24g_commbination_key_process:
-0248 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-0249 c4190000 rtnbit0 mouse_enable_commbination_key_by_24g_pairing 
-024a 6848cbcb fetcht 1 ,mem_mouse_commbination_key_24g 
+02a5 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+02a6 c4190000 rtnbit0 mouse_enable_commbination_key_by_24g_pairing 
+02a7 6848cbcb fetcht 1 ,mem_mouse_commbination_key_24g 
 
 p_mouse_commbination_key_start:
-024b 6048cb9d storet 1 ,mem_mouse_commbination_key 
-024c 20404115 call mouse_check_key_gpio 
-024d 1fe17e07 and pdata ,0x07 ,pdata 
-024e 6848cb9d fetcht 1 ,mem_mouse_commbination_key 
-024f 98467c00 isub temp ,null 
-0250 20228252 branch p_mouse_commbination_key_down ,zero 
-0251 202044eb branch mouse_commbination_key_up 
+02a8 6048cb9d storet 1 ,mem_mouse_commbination_key 
+02a9 20404115 call mouse_check_key_gpio 
+02aa 1fe17e07 and pdata ,0x07 ,pdata 
+02ab 6848cb9d fetcht 1 ,mem_mouse_commbination_key 
+02ac 98467c00 isub temp ,null 
+02ad 202282af branch p_mouse_commbination_key_down ,zero 
+02ae 202044eb branch mouse_commbination_key_up 
 
 p_mouse_commbination_key_down:
-0252 204044f6 call mouse_combination_ui_timer 
-0253 6fe0cb9f fetch 1 ,mem_commbination_key_statue 
-0254 c1008000 rtneq commbination_key_state_down 
-0255 704b9f01 jam commbination_key_state_down ,mem_commbination_key_statue 
-0256 20600000 rtn 
+02af 204044f6 call mouse_combination_ui_timer 
+02b0 6fe0cb9f fetch 1 ,mem_commbination_key_statue 
+02b1 c1008000 rtneq commbination_key_state_down 
+02b2 704b9f01 jam commbination_key_state_down ,mem_commbination_key_statue 
+02b3 20600000 rtn 
 
 p_mouse_le_battery_updata_timer:
-0257 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-0258 c39d8000 rtnbit1 mouse_enable_le_battery_service_cancel 
-0259 2020451f branch mouse_le_battery_updata_timer 
+02b4 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+02b5 c39d8000 rtnbit1 mouse_enable_le_battery_service_cancel 
+02b6 2020451f branch mouse_le_battery_updata_timer 
 
 p_mouse_check_no_data_timeout_timer:
-025a 6fe0c92a fetch 1 ,mem_usb_addr 
-025b c3838000 rtnbit1 7 
-025c da604ab2 arg mem_mouse_no_data_timer ,regc 
-025d da40025f arg p_mouse_check_no_data_timeout ,regb 
-025e 20203191 branch timer_single_step_2b 
+02b7 6fe0c92a fetch 1 ,mem_usb_addr 
+02b8 c3838000 rtnbit1 7 
+02b9 da604ab2 arg mem_mouse_no_data_timer ,regc 
+02ba da4002bc arg p_mouse_check_no_data_timeout ,regb 
+02bb 20203191 branch timer_single_step_2b 
 
 p_mouse_check_no_data_timeout:
-025f 6fe0c938 fetch 1 ,mem_device_flag 
-0260 c000015c beq mode_24g_device ,p_mouse_24g_hibernate_set 
-0261 2020431b branch mouse_disconnect 
+02bc 6fe0c938 fetch 1 ,mem_device_flag 
+02bd c0000197 beq mode_24g_device ,p_mouse_24g_hibernate_set 
+02be 2020431b branch mouse_disconnect 
 
 p_mouse_start_discovery:
-0262 6fe1478c fetch 2 ,mem_ui_state_map 
-0263 2feffe0b isolate1 ui_state_ble_adv ,pdata 
-0264 2040c581 call mouse_stop_le_adv ,true 
-0265 6fe1478c fetch 2 ,mem_ui_state_map 
-0266 2feffe07 isolate1 ui_state_bt_reconnect ,pdata 
-0267 2040c322 call mouse_cancel_reconnect ,true 
-0268 58000000 setarg 0 
-0269 67e14af2 store 2 ,mem_le_battery_level_updata_timer 
-026a 20204554 branch mouse_start_discovery + 1 
+02bf 6fe1478c fetch 2 ,mem_ui_state_map 
+02c0 2feffe0b isolate1 ui_state_ble_adv ,pdata 
+02c1 2040c581 call mouse_stop_le_adv ,true 
+02c2 6fe1478c fetch 2 ,mem_ui_state_map 
+02c3 2feffe07 isolate1 ui_state_bt_reconnect ,pdata 
+02c4 2040c322 call mouse_cancel_reconnect ,true 
+02c5 58000000 setarg 0 
+02c6 67e14af2 store 2 ,mem_le_battery_level_updata_timer 
+02c7 20204554 branch mouse_start_discovery + 1 
 
 p_ui_timer_check:
-026b 6fe0cbe2 fetch 1 ,mem_power_on_flag 
-026c 245a7861 ncall ui_timer_init ,blank 
-026d 704be200 jam 0 ,mem_power_on_flag 
-026e 20207851 branch ui_timer_check + 1 
+02c8 6fe0cbe2 fetch 1 ,mem_power_on_flag 
+02c9 245a7861 ncall ui_timer_init ,blank 
+02ca 704be200 jam 0 ,mem_power_on_flag 
+02cb 20207851 branch ui_timer_check + 1 
 
 p_hid_rx_process:
-026f 6fe10315 fetch 2 ,mem_l2cap_payload_ptr 
-0270 1fe20c00 copy pdata ,contr 
-0271 efe08006 ifetch 1 ,contr 
-0272 67e0c5f5 store 1 ,mem_l2cap_rcv_hidtype 
-0273 1fe1040f and pdata ,0x0f ,temp 
-0274 1ff1fe00 rshift4 pdata ,pdata 
-0275 c0048277 beq hid_type_set_idle ,p_hid_rx_process_handshake 
-0276 20204d93 branch hid_rx_process + 7 
+02cc 6fe10315 fetch 2 ,mem_l2cap_payload_ptr 
+02cd 1fe20c00 copy pdata ,contr 
+02ce efe08006 ifetch 1 ,contr 
+02cf 67e0c5f5 store 1 ,mem_l2cap_rcv_hidtype 
+02d0 1fe1040f and pdata ,0x0f ,temp 
+02d1 1ff1fe00 rshift4 pdata ,pdata 
+02d2 c00482d4 beq hid_type_set_idle ,p_hid_rx_process_handshake 
+02d3 20204d93 branch hid_rx_process + 7 
 
 p_hid_rx_process_handshake:
-0277 da200001 arg 1 ,rega 
-0278 20404dc0 call hid_malloc_tx_buff 
-0279 6fe144dc fetch 2 ,mem_hid_ctrl_remote_cid 
-027a e7e10005 istore 2 ,contw 
-027b 58000000 setarg 0 
-027c e7e08005 istore 1 ,contw 
-027d 70095001 jam 1 ,mem_ui_data_txbuff_length 
-027e 6fe0c4e2 fetch 1 ,mem_hid_control_state 
-027f 79207e06 set1 l2cap_channel_hid_handshake_done ,pdata 
-0280 67e0c4e2 store 1 ,mem_hid_control_state 
-0281 70095b12 jam bt_evt_hid_handshake ,mem_fifo_temp 
-0282 20207871 branch ui_ipc_send_event 
+02d4 da200001 arg 1 ,rega 
+02d5 20404dc0 call hid_malloc_tx_buff 
+02d6 6fe144dc fetch 2 ,mem_hid_ctrl_remote_cid 
+02d7 e7e10005 istore 2 ,contw 
+02d8 58000000 setarg 0 
+02d9 e7e08005 istore 1 ,contw 
+02da 70095001 jam 1 ,mem_ui_data_txbuff_length 
+02db 6fe0c4e2 fetch 1 ,mem_hid_control_state 
+02dc 79207e06 set1 l2cap_channel_hid_handshake_done ,pdata 
+02dd 67e0c4e2 store 1 ,mem_hid_control_state 
+02de 70095b12 jam bt_evt_hid_handshake ,mem_fifo_temp 
+02df 20207871 branch ui_ipc_send_event 
 
 p_le_slave_match:
-0283 6fe0c3dd fetch 1 ,mem_le_md_count 
-0284 1fe0fe01 pincrease 1 
-0285 67e0c3dd store 1 ,mem_le_md_count 
-0286 c006165a beq le_md_max_count ,le_slave_cont 
-0287 2040191b call le_acknowledge 
-0288 2040196a call le_prepare_tx 
-0289 6fe082bd fetch 1 ,mem_le_tx_phy 
-028a 2040168b call le_enable_phy_by_pdata 
-028b 20401838 call le_transmit 
-028c 20201655 branch le_slave_match + 10 
+02e0 6fe0c3dd fetch 1 ,mem_le_md_count 
+02e1 1fe0fe01 pincrease 1 
+02e2 67e0c3dd store 1 ,mem_le_md_count 
+02e3 c006165a beq le_md_max_count ,le_slave_cont 
+02e4 2040191b call le_acknowledge 
+02e5 2040196a call le_prepare_tx 
+02e6 6fe082bd fetch 1 ,mem_le_tx_phy 
+02e7 2040168b call le_enable_phy_by_pdata 
+02e8 20401838 call le_transmit 
+02e9 20201655 branch le_slave_match + 10 
 
 p_le_parse_l2cap:
-028d efe10006 ifetch 2 ,contr 
-028e c0020290 beq le_l2cap_cid_att ,p_le_parse_att 
-028f 202019e4 branch le_parse_l2cap + 10 
+02ea efe10006 ifetch 2 ,contr 
+02eb c00202ed beq le_l2cap_cid_att ,p_le_parse_att 
+02ec 202019e4 branch le_parse_l2cap + 10 
 
 p_le_parse_att:
-0290 efe18006 ifetch 3 ,contr 
-0291 67e1c436 store 3 ,mem_le_att_opcode 
-0292 c0050295 beq attop_read_request ,p_le_parse_att_read_request 
-0293 c00902a4 beq attop_write_request ,p_le_parse_att_write_request 
-0294 20201cd3 branch le_parse_att + 2 
+02ed efe18006 ifetch 3 ,contr 
+02ee 67e1c436 store 3 ,mem_le_att_opcode 
+02ef c00502f2 beq attop_read_request ,p_le_parse_att_read_request 
+02f0 c0090301 beq attop_write_request ,p_le_parse_att_write_request 
+02f1 20201cd3 branch le_parse_att + 2 
 
 p_le_parse_att_read_request:
-0295 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-0296 c31d9de7 bbit0 mouse_enable_le_battery_service_cancel ,le_parse_att_read_request 
-0297 20401e8d call le_check_encrypt_state 
-0298 68494437 fetcht 2 ,mem_le_att_handle 
-0299 6fe0c3c0 fetch 1 ,mem_le_configuration 
-029a c281829f bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
+02f2 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+02f3 c31d9de7 bbit0 mouse_enable_le_battery_service_cancel ,le_parse_att_read_request 
+02f4 20401e8d call le_check_encrypt_state 
+02f5 68494437 fetcht 2 ,mem_le_att_handle 
+02f6 6fe0c3c0 fetch 1 ,mem_le_configuration 
+02f7 c28182fc bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
 
 p_le_send_att_read_response:
-029b 6fe14437 fetch 2 ,mem_le_att_handle 
-029c c0181ec8 beq 0x30 ,le_send_att_error_response_notfound 
-029d 68494437 fetcht 2 ,mem_le_att_handle 
-029e 20201deb branch le_send_att_read_response 
+02f8 6fe14437 fetch 2 ,mem_le_att_handle 
+02f9 c0181ec8 beq 0x30 ,le_send_att_error_response_notfound 
+02fa 68494437 fetcht 2 ,mem_le_att_handle 
+02fb 20201deb branch le_send_att_read_response 
 
 p_le_send_att_read_response_check_auth:
-029f 6fe143d1 fetch 2 ,mem_le_pairing_handle 
-02a0 98467c00 isub temp ,null 
-02a1 2422829b nbranch p_le_send_att_read_response ,zero 
-02a2 2434029b nbranch p_le_send_att_read_response ,user 
-02a3 20201e10 branch le_send_att_read_response_error_insufficient_auth 
+02fc 6fe143d1 fetch 2 ,mem_le_pairing_handle 
+02fd 98467c00 isub temp ,null 
+02fe 242282f8 nbranch p_le_send_att_read_response ,zero 
+02ff 243402f8 nbranch p_le_send_att_read_response ,user 
+0300 20201e10 branch le_send_att_read_response_error_insufficient_auth 
 
 p_le_parse_att_write_request:
-02a4 18c22200 copy contr ,rega 
-02a5 6fe143d4 fetch 2 ,mem_le_l2cap_size 
-02a6 1fe0a5fd add pdata ,-3 ,regb 
-02a7 20401a25 call le_writeatt_cb 
-02a8 6fe0cac1 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
-02a9 c07f9e73 beq 0xff ,le_send_att_write_response_check_auth 
-02aa 6fe0cac7 fetch 1 ,mem_mouse_le_reconnect_flag 
-02ab 203a1e73 branch le_send_att_write_response_check_auth ,blank 
-02ac 6fe0cb75 fetch 1 ,mem_le_connect_status_flag 
-02ad c2809e73 bbit1 ll_start_enc_flag ,le_send_att_write_response_check_auth 
-02ae 5800001a setarg 0x001a 
-02af 68494437 fetcht 2 ,mem_le_att_handle 
-02b0 98467c00 isub temp ,null 
-02b1 24229e73 nbranch le_send_att_write_response_check_auth ,zero 
-02b2 7002d805 jam att_err_insufficient_authentication ,mem_le_err_code 
-02b3 20201ec9 branch le_send_att_error_response 
+0301 18c22200 copy contr ,rega 
+0302 6fe143d4 fetch 2 ,mem_le_l2cap_size 
+0303 1fe0a5fd add pdata ,-3 ,regb 
+0304 20401a25 call le_writeatt_cb 
+0305 6fe0cac1 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0306 c07f9e73 beq 0xff ,le_send_att_write_response_check_auth 
+0307 6fe0cac7 fetch 1 ,mem_mouse_le_reconnect_flag 
+0308 203a1e73 branch le_send_att_write_response_check_auth ,blank 
+0309 6fe0cb75 fetch 1 ,mem_le_connect_status_flag 
+030a c2809e73 bbit1 ll_start_enc_flag ,le_send_att_write_response_check_auth 
+030b 5800001a setarg 0x001a 
+030c 68494437 fetcht 2 ,mem_le_att_handle 
+030d 98467c00 isub temp ,null 
+030e 24229e73 nbranch le_send_att_write_response_check_auth ,zero 
+030f 7002d805 jam att_err_insufficient_authentication ,mem_le_err_code 
+0310 20201ec9 branch le_send_att_error_response 
 
 p_g24_lpm_wait:
-02b4 6fe0cbaa fetch 1 ,mem_24g_device_led_status 
-02b5 245a26e1 ncall g24_transmit_by_interrupt_enable ,blank 
-02b6 78347c00 enable user 
-02b7 20401465 call lpo_calibration 
-02b8 6fe1c174 fetch 3 ,mem_clks_per_lpo 
-02b9 203a7e56 branch disable_user ,blank 
-02ba 6fe0c099 fetch 1 ,mem_lpm_mode 
-02bb 203a7e56 branch disable_user ,blank 
-02bc 202026c4 branch g24_setgpio_lpm_before 
+0311 6fe0cbaa fetch 1 ,mem_24g_device_led_status 
+0312 245a26e1 ncall g24_transmit_by_interrupt_enable ,blank 
+0313 78347c00 enable user 
+0314 20401465 call lpo_calibration 
+0315 6fe1c174 fetch 3 ,mem_clks_per_lpo 
+0316 203a7e56 branch disable_user ,blank 
+0317 6fe0c099 fetch 1 ,mem_lpm_mode 
+0318 203a7e56 branch disable_user ,blank 
+0319 202026c4 branch g24_setgpio_lpm_before 
 
 p_mouse_motion:
-02bd 78547c00 disable user 
-02be 58000000 setarg 0 
-02bf 67e348d1 store 6 ,mem_mouse_x 
-02c0 20404240 call mouse_check_sensor_data 
-02c1 2040408e call mouse_dpi_config 
-02c2 20203f75 branch mouse_motion + 5 
+031a 78547c00 disable user 
+031b 58000000 setarg 0 
+031c 67e348d1 store 6 ,mem_mouse_x 
+031d 20404240 call mouse_check_sensor_data 
+031e 2040408e call mouse_dpi_config 
+031f 20403f7e call mouse_zwheel 
+0320 20403f83 call mouse_t_zwheel 
+0321 204040dc call mouse_key 
+0322 6fe0c8d0 fetch 1 ,mem_mouse_key 
+0323 1fe17e1f and_into 0x1f ,pdata 
+0324 67e0c8d0 store 1 ,mem_mouse_key 
+0325 24344728 nbranch mouse_drawing_optima_init ,user 
+0326 20400328 call p_mouse_drawing_optima 
+0327 20204544 branch mouse_no_data_timer_init 
+
+p_mouse_drawing_optima:
+0328 6fe0c927 fetch 1 ,mem_config_sensor_type 
+0329 c1018000 rtneq p3212 
+032a 2020471a branch mouse_drawing_optima 
 
 p_mouse_sensor_poweron:
-02c3 20403f65 call mouse_sensor_spi_init 
-02c4 6fe0c927 fetch 1 ,mem_config_sensor_type 
-02c5 c00582ca beq ka8g2 ,p_mouse_ka8g2_sensor_init 
-02c6 20404232 call mouse_sensor_reset 
-02c7 da604aa3 arg mem_sensor_poweron_init ,regc 
-02c8 2040422b call mouse_sensor_wr_seq 
-02c9 2020408e branch mouse_dpi_config 
+032b 20403f65 call mouse_sensor_spi_init 
+032c 6fe0c927 fetch 1 ,mem_config_sensor_type 
+032d c0058332 beq ka8g2 ,p_mouse_ka8g2_sensor_init 
+032e 20404232 call mouse_sensor_reset 
+032f da604aa3 arg mem_sensor_poweron_init ,regc 
+0330 2040422b call mouse_sensor_wr_seq 
+0331 2020408e branch mouse_dpi_config 
 
 p_mouse_ka8g2_sensor_init:
-02ca 204002d1 call p_mouse_ka8g2_sensor_reset 
-02cb da604be3 arg mem_ka8g2_sensor_poweron_init ,regc 
-02cc 2040422b call mouse_sensor_wr_seq 
-02cd 2020408e branch mouse_dpi_config 
+0332 20400339 call p_mouse_ka8g2_sensor_reset 
+0333 da604be3 arg mem_ka8g2_sensor_poweron_init ,regc 
+0334 2040422b call mouse_sensor_wr_seq 
+0335 2020408e branch mouse_dpi_config 
 
 p_mouse_sensor_reset:
-02ce 6fe0c927 fetch 1 ,mem_config_sensor_type 
-02cf c00582d1 beq ka8g2 ,p_mouse_ka8g2_sensor_reset 
-02d0 20204232 branch mouse_sensor_reset 
+0336 6fe0c927 fetch 1 ,mem_config_sensor_type 
+0337 c0058339 beq ka8g2 ,p_mouse_ka8g2_sensor_reset 
+0338 20204232 branch mouse_sensor_reset 
 
 p_mouse_ka8g2_sensor_reset:
-02d1 58009706 setarg 0x9706 
-02d2 20405b0c call twspi_write 
-02d3 20002ee0 nop 12000 
-02d4 20600000 rtn 
+0339 58009706 setarg 0x9706 
+033a 20405b0c call twspi_write 
+033b 20002ee0 nop 12000 
+033c 20600000 rtn 
 
 p_mouse_sensor_powerdown:
-02d5 204041a7 call mouse_init_sunt 
-02d6 20403f65 call mouse_sensor_spi_init 
-02d7 6fe0c927 fetch 1 ,mem_config_sensor_type 
-02d8 c00582db beq ka8g2 ,p_mouse_ka8g2_sensor_powerdown 
-02d9 58000806 setarg 0x0806 
-02da 20205b0c branch twspi_write 
+033d 204041a7 call mouse_init_sunt 
+033e 20403f65 call mouse_sensor_spi_init 
+033f 6fe0c927 fetch 1 ,mem_config_sensor_type 
+0340 c0058343 beq ka8g2 ,p_mouse_ka8g2_sensor_powerdown 
+0341 58000806 setarg 0x0806 
+0342 20205b0c branch twspi_write 
 
 p_mouse_ka8g2_sensor_powerdown:
-02db 58001f06 setarg 0x1f06 
-02dc 20205b0c branch twspi_write 
+0343 58001f06 setarg 0x1f06 
+0344 20205b0c branch twspi_write 
 
 p_mouse_check_key_gpio:
-02dd 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
-02de 245a4121 ncall mouse_check_key_gpio_once ,blank 
-02df da200000 arg 0 ,rega 
-02e0 204002e6 call p_mouse_check_lkey_gpio 
-02e1 204002eb call p_mouse_check_rkey_gpio 
-02e2 204002f0 call p_mouse_check_mkey_gpio 
-02e3 204002f5 call p_mouse_check_bkkey_gpio 
-02e4 20400302 call p_mouse_check_fwkey_gpio 
-02e5 2020411e branch mouse_check_key_gpio_next 
+0345 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+0346 245a4121 ncall mouse_check_key_gpio_once ,blank 
+0347 da200000 arg 0 ,rega 
+0348 2040034e call p_mouse_check_lkey_gpio 
+0349 20400353 call p_mouse_check_rkey_gpio 
+034a 20400358 call p_mouse_check_mkey_gpio 
+034b 2040035d call p_mouse_check_bkkey_gpio 
+034c 2040036a call p_mouse_check_fwkey_gpio 
+034d 2020411e branch mouse_check_key_gpio_next 
 
 p_mouse_check_lkey_gpio:
-02e6 6fe0c918 fetch 1 ,mem_lbutton_gpio 
-02e7 2040030f call p_mouse_gpio_config_output_high 
-02e8 20404124 call mouse_check_lkey_gpio 
-02e9 6848c918 fetcht 1 ,mem_lbutton_gpio 
-02ea 20203f56 branch mouse_gpio_config_input_pu 
+034e 6fe0c918 fetch 1 ,mem_lbutton_gpio 
+034f 20400377 call p_mouse_gpio_config_output_high 
+0350 20404124 call mouse_check_lkey_gpio 
+0351 6848c918 fetcht 1 ,mem_lbutton_gpio 
+0352 20203f56 branch mouse_gpio_config_input_pu 
 
 p_mouse_check_rkey_gpio:
-02eb 6fe0c919 fetch 1 ,mem_rbutton_gpio 
-02ec 2040030f call p_mouse_gpio_config_output_high 
-02ed 2040412a call mouse_check_rkey_gpio 
-02ee 6848c919 fetcht 1 ,mem_rbutton_gpio 
-02ef 20203f56 branch mouse_gpio_config_input_pu 
+0353 6fe0c919 fetch 1 ,mem_rbutton_gpio 
+0354 20400377 call p_mouse_gpio_config_output_high 
+0355 2040412a call mouse_check_rkey_gpio 
+0356 6848c919 fetcht 1 ,mem_rbutton_gpio 
+0357 20203f56 branch mouse_gpio_config_input_pu 
 
 p_mouse_check_mkey_gpio:
-02f0 6fe0c91a fetch 1 ,mem_mbutton_gpio 
-02f1 2040030f call p_mouse_gpio_config_output_high 
-02f2 20404130 call mouse_check_mkey_gpio 
-02f3 6848c91a fetcht 1 ,mem_mbutton_gpio 
-02f4 20203f56 branch mouse_gpio_config_input_pu 
+0358 6fe0c91a fetch 1 ,mem_mbutton_gpio 
+0359 20400377 call p_mouse_gpio_config_output_high 
+035a 20404130 call mouse_check_mkey_gpio 
+035b 6848c91a fetcht 1 ,mem_mbutton_gpio 
+035c 20203f56 branch mouse_gpio_config_input_pu 
 
 p_mouse_check_bkkey_gpio:
-02f5 6fe0c90d fetch 1 ,mem_bk_button_gpio 
-02f6 c17f8000 rtneq gpio_disable 
-02f7 704b9603 jam mouse_bk_key ,mem_mouse_key_temp 
-02f8 6fe0cb91 fetch 1 ,mem_mouse_bkkey_press_status 
-02f9 1fe22600 copy pdata ,regc 
-02fa 6848c90d fetcht 1 ,mem_bk_button_gpio 
-02fb 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
-02fc c07f82fe beq gpio_disable ,p_mouse_3io6key_bk_check 
-02fd 2020413e branch mouse_check_bkkey_gpio_next 
+035d 6fe0c90d fetch 1 ,mem_bk_button_gpio 
+035e c17f8000 rtneq gpio_disable 
+035f 704b9603 jam mouse_bk_key ,mem_mouse_key_temp 
+0360 6fe0cb91 fetch 1 ,mem_mouse_bkkey_press_status 
+0361 1fe22600 copy pdata ,regc 
+0362 6848c90d fetcht 1 ,mem_bk_button_gpio 
+0363 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+0364 c07f8366 beq gpio_disable ,p_mouse_3io6key_bk_check 
+0365 2020413e branch mouse_check_bkkey_gpio_next 
 
 p_mouse_3io6key_bk_check:
-02fe 6fe0c90d fetch 1 ,mem_bk_button_gpio 
-02ff 20400311 call p_mouse_gpio_config_output_low 
-0300 6848c90d fetcht 1 ,mem_bk_button_gpio 
-0301 2020414b branch mouse_3io6key_bk_check 
+0366 6fe0c90d fetch 1 ,mem_bk_button_gpio 
+0367 20400379 call p_mouse_gpio_config_output_low 
+0368 6848c90d fetcht 1 ,mem_bk_button_gpio 
+0369 2020414b branch mouse_3io6key_bk_check 
 
 p_mouse_check_fwkey_gpio:
-0302 6fe0c90e fetch 1 ,mem_fw_button_gpio 
-0303 c17f8000 rtneq gpio_disable 
-0304 704b9604 jam mouse_fw_key ,mem_mouse_key_temp 
-0305 6fe0cb92 fetch 1 ,mem_mouse_fwkey_press_status 
-0306 1fe22600 copy pdata ,regc 
-0307 6848c90e fetcht 1 ,mem_fw_button_gpio 
-0308 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
-0309 c07f830b beq gpio_disable ,p_mouse_3io6key_fw_check 
-030a 20204157 branch mouse_check_fwkey_gpio_next 
+036a 6fe0c90e fetch 1 ,mem_fw_button_gpio 
+036b c17f8000 rtneq gpio_disable 
+036c 704b9604 jam mouse_fw_key ,mem_mouse_key_temp 
+036d 6fe0cb92 fetch 1 ,mem_mouse_fwkey_press_status 
+036e 1fe22600 copy pdata ,regc 
+036f 6848c90e fetcht 1 ,mem_fw_button_gpio 
+0370 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+0371 c07f8373 beq gpio_disable ,p_mouse_3io6key_fw_check 
+0372 20204157 branch mouse_check_fwkey_gpio_next 
 
 p_mouse_3io6key_fw_check:
-030b 6fe0c90e fetch 1 ,mem_fw_button_gpio 
-030c 20400311 call p_mouse_gpio_config_output_low 
-030d 6848c90e fetcht 1 ,mem_fw_button_gpio 
-030e 20204164 branch mouse_3io6key_fw_check 
+0373 6fe0c90e fetch 1 ,mem_fw_button_gpio 
+0374 20400379 call p_mouse_gpio_config_output_low 
+0375 6848c90e fetcht 1 ,mem_fw_button_gpio 
+0376 20204164 branch mouse_3io6key_fw_check 
 
 p_mouse_gpio_config_output_high:
-030f d840003f arg gpcfg_output_high ,temp 
-0310 20206093 branch gpio_config_function_int 
+0377 d840003f arg gpcfg_output_high ,temp 
+0378 20206093 branch gpio_config_function_int 
 
 p_mouse_gpio_config_output_low:
-0311 d840003e arg gpcfg_output_low ,temp 
-0312 20206093 branch gpio_config_function_int 
+0379 d840003e arg gpcfg_output_low ,temp 
+037a 20206093 branch gpio_config_function_int 
 
 p_mouse_idle:
-0313 20404990 call mouse_low_voltage_led_no_enter_lpm 
-0314 20407936 call ui_check_paring_button 
-0315 20400317 call p_mouse_dpi_check 
-0316 2020464f branch mouse_idle + 4 
+037b 20404990 call mouse_low_voltage_led_no_enter_lpm 
+037c 20407936 call ui_check_paring_button 
+037d 2040037f call p_mouse_dpi_check 
+037e 2020464f branch mouse_idle + 4 
 
 p_mouse_dpi_check:
-0317 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-0318 c2974036 bbit1 mouse_enable_dpi_key_connect_adc ,mouse_dpi_check_connect_adc 
-0319 6fe0c90f fetch 1 ,mem_dpi_button_gpio 
-031a c17f8000 rtneq gpio_disable 
-031b da200000 arg 0 ,rega 
-031c 704b9605 jam mouse_dpi_key ,mem_mouse_key_temp 
-031d 6848c90f fetcht 1 ,mem_dpi_button_gpio 
-031e 20400320 call p_mouse_dpi_key_check 
-031f 2020402f branch mouse_dpi_check_next 
+037f 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0380 c2974036 bbit1 mouse_enable_dpi_key_connect_adc ,mouse_dpi_check_connect_adc 
+0381 6fe0c90f fetch 1 ,mem_dpi_button_gpio 
+0382 c17f8000 rtneq gpio_disable 
+0383 da200000 arg 0 ,rega 
+0384 704b9605 jam mouse_dpi_key ,mem_mouse_key_temp 
+0385 6848c90f fetcht 1 ,mem_dpi_button_gpio 
+0386 20400388 call p_mouse_dpi_key_check 
+0387 2020402f branch mouse_dpi_check_next 
 
 p_mouse_dpi_key_check:
-0320 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-0321 c2964048 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
-0322 6fe0cb93 fetch 1 ,mem_mouse_dpikey_press_status 
-0323 1fe22600 copy pdata ,regc 
-0324 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
-0325 c07f8327 beq gpio_disable ,p_mouse_3io6key_dpi_check 
-0326 2020403f branch mouse_dpi_key_check_next 
+0388 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0389 c2964048 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
+038a 6fe0cb93 fetch 1 ,mem_mouse_dpikey_press_status 
+038b 1fe22600 copy pdata ,regc 
+038c 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+038d c07f838f beq gpio_disable ,p_mouse_3io6key_dpi_check 
+038e 2020403f branch mouse_dpi_key_check_next 
 
 p_mouse_3io6key_dpi_check:
-0327 6fe0c90f fetch 1 ,mem_dpi_button_gpio 
-0328 20400311 call p_mouse_gpio_config_output_low 
-0329 6848c90f fetcht 1 ,mem_dpi_button_gpio 
-032a 20204195 branch mouse_3io6key_check 
+038f 6fe0c90f fetch 1 ,mem_dpi_button_gpio 
+0390 20400379 call p_mouse_gpio_config_output_low 
+0391 6848c90f fetcht 1 ,mem_dpi_button_gpio 
+0392 20204195 branch mouse_3io6key_check 
+
+p_g24_parse_rx_ota_sm:
+0393 6fe0cbf6 fetch 1 ,mem_g24_ota_mode 
+0394 207a0000 rtn blank 
+0395 6fe0cbf7 fetch 1 ,mem_g24_ota_sm 
+0396 c001039f beq g24_ota_sm_tx_version ,p_g24_ota_sm_tx_version 
+0397 c00283a1 beq g24_ota_sm_tx_info ,p_g24_ota_sm_tx_info 
+0398 c00403a3 beq g24_ota_sm_tx_config ,p_g24_ota_sm_tx_config 
+0399 c00583a5 beq g24_ota_sm_tx_set_config_end ,p_g24_ota_sm_tx_config_end 
+039a c00703a7 beq g24_ota_sm_tx_data ,p_g24_ota_sm_tx_data 
+039b c008839d beq g24_ota_sm_tx_reset ,p_g24_ota_sm_tx_reset 
+039c 20600000 rtn 
+
+p_g24_ota_sm_tx_reset:
+039d 704bf712 jam g24_ota_sm_tx_reset_ok ,mem_g24_ota_sm 
+039e 20600000 rtn 
+
+p_g24_ota_sm_tx_version:
+039f 704bf703 jam g24_ota_sm_tx_version_ok ,mem_g24_ota_sm 
+03a0 20600000 rtn 
+
+p_g24_ota_sm_tx_info:
+03a1 704bf706 jam g24_ota_sm_tx_info_ok ,mem_g24_ota_sm 
+03a2 20600000 rtn 
+
+p_g24_ota_sm_tx_config:
+03a3 704bf709 jam g24_ota_sm_tx_config_ok ,mem_g24_ota_sm 
+03a4 20600000 rtn 
+
+p_g24_ota_sm_tx_config_end:
+03a5 704bf70c jam g24_ota_sm_tx_set_config_end_ok ,mem_g24_ota_sm 
+03a6 20600000 rtn 
+
+p_g24_ota_sm_tx_data:
+03a7 704bf70f jam g24_ota_sm_tx_data_ok ,mem_g24_ota_sm 
+03a8 20600000 rtn 
+
+p_g24_mouse_parse_rx:
+03a9 6fe0c82a fetch 1 ,mem_24g_rxdata_length 
+03aa 203a0393 branch p_g24_parse_rx_ota_sm ,blank 
+03ab 1fe22400 copy pdata ,regb 
+03ac 70482a00 jam 0 ,mem_24g_rxdata_length 
+03ad 6fe0c80a fetch 1 ,mem_24g_rxpayload 
+03ae c05783bb beq datatype_ota ,p_g24_rx_ota 
+03af 20600000 rtn 
+
+p_g24_ota_mode_enable:
+03b0 704bf601 jam 1 ,mem_g24_ota_mode 
+03b1 70409900 jam 0 ,mem_lpm_mode 
+03b2 2020049b branch p_ota_init 
+
+p_g24_ota_dispatch:
+03b3 20600000 rtn 
+
+p_g24_ota_transmit:
+03b4 7047c6af jam datatype_ota ,mem_24g_txbuf 
+03b5 20402291 call g24_transmit_prep 
+03b6 2040265b call g24_transmit_receive_ack 
+03b7 246c0000 nrtn sync 
+03b8 24778000 nrtn user3 
+03b9 20402597 call g24_txbuf_clear 
+03ba 20202672 branch g24_ackpayload_parse 
+
+p_g24_rx_ota:
+03bb 6fe0c80a fetch 1 ,mem_24g_rxpayload 
+03bc c1d78000 rtnne datatype_ota 
+03bd efe08006 ifetch 1 ,contr 
+03be e8408006 ifetcht 1 ,contr 
+03bf 18467c02 sub temp ,g24_ota_target_mouse ,null 
+03c0 2422937a nbranch assert ,zero 
+03c1 c00083ca beq g24_ota_cmd_version ,p_g24_mouse_ota_process_version 
+03c2 c00103cd beq g24_ota_cmd_info ,p_g24_mouse_ota_process_info 
+03c3 c00183cf beq g24_ota_cmd_config ,p_g24_mouse_ota_process_config 
+03c4 c00203d1 beq g24_ota_cmd_set_config_end ,p_g24_mouse_ota_process_set_config_end 
+03c5 c0028429 beq g24_ota_cmd_data ,p_g24_mouse_ota_process_data 
+03c6 c003044f beq g24_ota_cmd_reset ,p_g24_mouse_ota_process_reset 
+03c7 c07f83c9 beq g24_ota_cmd_ping ,p_g24_mouse_ota_process_ping 
+03c8 2020137a branch assert 
+
+p_g24_mouse_ota_process_ping:
+03c9 20600000 rtn 
+
+p_g24_mouse_ota_process_version:
+03ca 204003b0 call p_g24_ota_mode_enable 
+03cb 704bf701 jam g24_ota_sm_rx_version ,mem_g24_ota_sm 
+03cc 20600000 rtn 
+
+p_g24_mouse_ota_process_info:
+03cd 704bf704 jam g24_ota_sm_rx_info ,mem_g24_ota_sm 
+03ce 20600000 rtn 
+
+p_g24_mouse_ota_process_config:
+03cf 704bf707 jam g24_ota_sm_rx_config ,mem_g24_ota_sm 
+03d0 20600000 rtn 
+
+p_g24_mouse_ota_process_set_config_end:
+03d1 704bf70a jam g24_ota_sm_rx_set_config_end ,mem_g24_ota_sm 
+03d2 efe10006 ifetch 2 ,contr 
+03d3 e8410006 ifetcht 2 ,contr 
+03d4 6a214c18 fetchr rega ,2 ,mem_g24_ota_rx_alllen 
+03d5 9a267c00 isub rega ,null 
+03d6 24228447 nbranch p_g24_mouse_ota_process_fail ,zero 
+03d7 6fe14c1a fetch 2 ,mem_g24_ota_rx_sum 
+03d8 98467c00 isub temp ,null 
+03d9 24228447 nbranch p_g24_mouse_ota_process_fail ,zero 
+03da 204003dd call p_g24_check_ota_data_all 
+03db 24340447 nbranch p_g24_mouse_ota_process_fail ,user 
+03dc 20200445 branch p_g24_mouse_ota_process_ok 
+
+p_g24_check_ota_data_all:
+03dd 204003e8 call p_g24_check_ota_data 
+03de 24740000 nrtn user 
+03df 6fe14c1a fetch 2 ,mem_g24_ota_rx_sum 
+03e0 9e067c00 isub alarm ,null 
+03e1 2422fe56 nbranch disable_user ,zero 
+03e2 684909e8 fetcht 2 ,mem_temp_block6 
+03e3 6fe14c18 fetch 2 ,mem_g24_ota_rx_alllen 
+03e4 1fe0fffb increase -5 ,pdata 
+03e5 98467c00 isub temp ,null 
+03e6 2422fe56 nbranch disable_user ,zero 
+03e7 20207e54 branch enable_user 
+
+p_g24_check_ota_data:
+03e8 6fe14bf3 fetch 2 ,mem_g24_ota_config_addr 
+03e9 1ff0fe00 byteswap pdata ,pdata 
+03ea 67e102e4 store 2 ,mem_addr_mi 
+03eb d8400003 arg 3 ,temp 
+03ec da2009d2 arg mem_temp_block5 ,rega 
+03ed 20405de2 call iicd_read_eep 
+03ee 6fe089d2 fetch 1 ,mem_temp_block5 
+03ef c0ad7e56 bne g24_ota_data_header ,disable_user 
+03f0 e8410006 ifetcht 2 ,contr 
+03f1 6049095c storet 2 ,mem_pdatatemp 
+03f2 604909e8 storet 2 ,mem_temp_block6 
+03f3 6fe089d2 fetch 1 ,mem_temp_block5 
+03f4 dd60ffff arg 0xffff ,rege 
+03f5 d8400000 arg 0 ,temp 
+03f6 d8c009d2 arg mem_temp_block5 ,contr 
+03f7 df200003 arg 3 ,loopcnt 
+03f8 2040045f call p_g24_mouse_data_sum 
+03f9 18426000 copy temp ,alarm 
+03fa 6fe14bf3 fetch 2 ,mem_g24_ota_config_addr 
+03fb 1fe0ee03 add pdata ,3 ,regf 
+03fc 2040040c call p_g24_check_ota_data_loop 
+03fd 1ef0fe00 byteswap regf ,pdata 
+03fe 67e102e4 store 2 ,mem_addr_mi 
+03ff d8400002 arg 2 ,temp 
+0400 da2009d2 arg mem_temp_block5 ,rega 
+0401 20405de2 call iicd_read_eep 
+0402 6fe109d2 fetch 2 ,mem_temp_block5 
+0403 9d667c00 isub rege ,null 
+0404 2422fe56 nbranch disable_user ,zero 
+0405 6fe089d2 fetch 1 ,mem_temp_block5 
+0406 9e00e000 iadd alarm ,alarm 
+0407 efe08006 ifetch 1 ,contr 
+0408 9e00e000 iadd alarm ,alarm 
+0409 5800ffff setarg 0xffff 
+040a 9e016000 iand alarm ,alarm 
+040b 20207e54 branch enable_user 
+
+p_g24_check_ota_data_loop:
+040c 6fe1095c fetch 2 ,mem_pdatatemp 
+040d 207a0000 rtn blank 
+040e 1fe20400 copy pdata ,temp 
+040f 1fe67c10 sub pdata ,16 ,null 
+0410 20210427 branch p_g24_check_ota_data_loopend ,positive 
+0411 1fe0fff0 increase -16 ,pdata 
+0412 d8400010 arg 0x10 ,temp 
+
+p_g24_check_ota_data_loop2:
+0413 67e1095c store 2 ,mem_pdatatemp 
+0414 18425e00 copy temp ,regext 
+0415 1ee27e00 copy regf ,pdata 
+0416 1ff0fe00 byteswap pdata ,pdata 
+0417 67e102e4 store 2 ,mem_addr_mi 
+0418 da2009d2 arg mem_temp_block5 ,rega 
+0419 20405de2 call iicd_read_eep 
+041a 1ee27e00 copy regf ,pdata 
+041b 9de0ee00 iadd regext ,regf 
+041c 1de27200 copy regext ,loopcnt 
+041d 1d627e00 copy rege ,pdata 
+041e d8c009d2 arg mem_temp_block5 ,contr 
+041f efe00006 icrc contr 
+0420 1fe25600 copy pdata ,rege 
+0421 1de27200 copy regext ,loopcnt 
+0422 d8c009d2 arg mem_temp_block5 ,contr 
+0423 1e020400 copy alarm ,temp 
+0424 2040045f call p_g24_mouse_data_sum 
+0425 18426000 copy temp ,alarm 
+0426 2020040c branch p_g24_check_ota_data_loop 
+
+p_g24_check_ota_data_loopend:
+0427 58000000 setarg 0 
+0428 20200413 branch p_g24_check_ota_data_loop2 
+
+p_g24_mouse_ota_process_data:
+0429 704bf70d jam g24_ota_sm_rx_data ,mem_g24_ota_sm 
+042a efe08006 ifetch 1 ,contr 
+042b 18c22200 copy contr ,rega 
+042c 6848cc1c fetcht 1 ,mem_g24_ota_rx_data_count 
+042d 98467c00 isub temp ,null 
+042e 20228445 branch p_g24_mouse_ota_process_ok ,zero 
+042f 20400456 call p_g24_cmd_ota_data_check_count 
+0430 24340447 nbranch p_g24_mouse_ota_process_fail ,user 
+0431 1a467c04 sub regb ,4 ,null 
+0432 20210447 branch p_g24_mouse_ota_process_fail ,positive 
+0433 1a40a5fc increase -4 ,regb 
+0434 62410959 storer regb ,2 ,mem_hold_contw 
+0435 62210957 storer rega ,2 ,mem_hold_contr 
+0436 20405dd3 call iicd_eeprom_write_enable 
+0437 20400449 call p_dongle_usb_cmd_ota_write_data 
+0438 20405dda call iicd_eeprom_write_disable 
+0439 6a410959 fetchr regb ,2 ,mem_hold_contw 
+043a 6a210957 fetchr rega ,2 ,mem_hold_contr 
+043b 6fe14c18 fetch 2 ,mem_g24_ota_rx_alllen 
+043c 9a40fe00 iadd regb ,pdata 
+043d 67e14c18 store 2 ,mem_g24_ota_rx_alllen 
+043e 1a427200 copy regb ,loopcnt 
+043f d8400000 arg 0 ,temp 
+0440 1a220c00 copy rega ,contr 
+0441 2040045f call p_g24_mouse_data_sum 
+0442 6fe14c1a fetch 2 ,mem_g24_ota_rx_sum 
+0443 9840fe00 iadd temp ,pdata 
+0444 67e14c1a store 2 ,mem_g24_ota_rx_sum 
+
+p_g24_mouse_ota_process_ok:
+0445 704bf500 jam g24_ota_status_success ,mem_g24_ota_rtn_state 
+0446 20600000 rtn 
+
+p_g24_mouse_ota_process_fail:
+0447 704bf501 jam g24_ota_status_fail ,mem_g24_ota_rtn_state 
+0448 20600000 rtn 
+
+p_dongle_usb_cmd_ota_write_data:
+0449 6fe14bf3 fetch 2 ,mem_g24_ota_config_addr 
+044a 207a0000 rtn blank 
+044b 68494c18 fetcht 2 ,mem_g24_ota_rx_alllen 
+044c 9840fe00 iadd temp ,pdata 
+044d 1a420400 copy regb ,temp 
+044e 20205e04 branch iicd_write_ota_data 
+
+p_g24_mouse_ota_process_reset:
+044f 6fe0cbf7 fetch 1 ,mem_g24_ota_sm 
+0450 c1080000 rtneq g24_ota_sm_rx_reset 
+0451 c1088000 rtneq g24_ota_sm_tx_reset 
+0452 c1090000 rtneq g24_ota_sm_tx_reset_ok 
+0453 704c1d05 jam 5 ,mem_g24_ota_reset_timer 
+0454 704bf710 jam g24_ota_sm_rx_reset ,mem_g24_ota_sm 
+0455 20600000 rtn 
+
+p_g24_cmd_ota_data_check_count:
+0456 6848cc1c fetcht 1 ,mem_g24_ota_rx_data_count 
+0457 67e0cc1c store 1 ,mem_g24_ota_rx_data_count 
+0458 c000045c beq 0 ,p_g24_cmd_ota_data_check_count_0 
+0459 98467e00 isub temp ,pdata 
+045a c000fe54 beq 1 ,enable_user 
+045b 20207e56 branch disable_user 
+
+p_g24_cmd_ota_data_check_count_0:
+045c 18467cff sub temp ,0xff ,null 
+045d 2022fe54 branch enable_user ,zero 
+045e 20207e56 branch disable_user 
+
+p_g24_mouse_data_sum:
+045f efe08006 ifetch 1 ,contr 
+0460 98408400 iadd temp ,temp 
+0461 c200045f loop p_g24_mouse_data_sum 
+0462 20600000 rtn 
+
+p_g24_mouse_ota_crc:
+0463 5800ffff setarg 0xffff 
+0464 efe00006 icrc contr 
+0465 20600000 rtn 
+
+p_g24_mouse_ota_check_crc:
+0466 6f20c82a fetchr loopcnt ,1 ,mem_24g_rxdata_length 
+0467 1f267c02 sub loopcnt ,2 ,null 
+0468 20217e56 branch disable_user ,positive 
+0469 dfe0480a arg mem_24g_rxpayload ,pdata 
+046a 9f208c00 iadd loopcnt ,contr 
+046b 18c08dfe increase -2 ,contr 
+046c e8410006 ifetcht 2 ,contr 
+046d d8c0480a arg mem_24g_rxpayload ,contr 
+046e 20400463 call p_g24_mouse_ota_crc 
+046f 98467c00 isub temp ,null 
+0470 2022fe54 branch enable_user ,zero 
+0471 20207e56 branch disable_user 
+
+p_g24_mouse_ota_check_data:
+0472 efe08006 ifetch 1 ,contr 
+0473 c0ad048b bne 0x5a ,p_g24_mouse_ota_load_fail 
+0474 1a220200 copy rega ,1 ,contr 
+0475 68490006 fetcht 2 ,contr 
+
+p_g24_mouse_ota_check_data_loop:
+0476 18467c03 sub temp ,3 ,null 
+0477 2021048b branch p_g24_mouse_ota_load_fail ,positive 
+0478 18c08c02 increase 2 ,contr 
+0479 ef208006 ifetchr loopcnt ,1 ,contr 
+047a 1f267c00 sub loopcnt ,0 ,null 
+047b 2422848b nbranch p_g24_mouse_ota_load_fail ,zero 
+047c 1f227e00 copy loopcnt ,pdata 
+047d 98c08c00 iadd contr ,contr 
+047e 18427e00 copy temp ,pdata 
+047f 1f20f203 increase 3 ,loopcnt 
+0480 9f260400 isub loopcnt ,temp 
+0481 24228476 nbranch p_g24_mouse_ota_check_data_loop ,zero 
+0482 e8410006 ifetcht 2 ,contr 
+0483 1a208c01 add rega ,1 ,contr 
+0484 efe10006 ifetch 2 ,contr 
+0485 1fe0f202 add pdata ,2 ,loopcnt 
+0486 1a208c01 add rega ,1 ,contr 
+0487 20400463 call p_g24_mouse_ota_crc 
+0488 98467c00 isub temp ,null 
+0489 2422848b nbranch p_g24_mouse_ota_load_fail ,zero 
+
+p_g24_mouse_ota_load_success:
+048a 20207e54 branch enable_user 
+
+p_g24_mouse_ota_load_fail:
+048b 20207e56 branch disable_user 
+
+p_g24_mouse_ota_get_otaaddr:
+048c 6fe14bf3 fetch 2 ,mem_g24_ota_config_addr 
+048d 1fe20c00 copy pdata ,contr 
+048e 20400472 call p_g24_mouse_ota_check_data 
+048f 24340497 nbranch p_g24_mouse_ota_config_end ,user 
+0490 6a214bf3 fetchr rega ,2 ,mem_g24_ota_config_addr 
+0491 1a208c01 add rega ,1 ,contr 
+0492 efe10006 ifetch 2 ,contr 
+0493 1fe0fe05 increase 5 ,pdata 
+0494 9a20fe00 iadd rega ,pdata 
+0495 67e14bf3 store 2 ,mem_g24_ota_config_addr 
+0496 2020048c branch p_g24_mouse_ota_get_otaaddr 
+
+p_g24_mouse_ota_config_end:
+0497 6fe14bf1 fetch 2 ,mem_g24_ota_storage_size 
+0498 68494bf3 fetcht 2 ,mem_g24_ota_config_addr 
+0499 98467e00 isub temp ,pdata 
+049a 20600000 rtn 
+
+p_ota_init:
+049b 58000000 setarg 0 
+049c 67e14c18 store 2 ,mem_g24_ota_rx_alllen 
+049d 67e14c1a store 2 ,mem_g24_ota_rx_sum 
+049e 67e0cc1c store 1 ,mem_g24_ota_rx_data_count 
+049f 67e0cbf7 store 1 ,mem_g24_ota_sm 
+04a0 20600000 rtn 
+
+p_mouse_24g_package_ota:
+04a1 20407e56 call disable_user 
+04a2 6fe0cbf7 fetch 1 ,mem_g24_ota_sm 
+04a3 c00084aa beq g24_ota_sm_rx_version ,p_mouse_24g_package_ota_version 
+04a4 c00204b4 beq g24_ota_sm_rx_info ,p_mouse_24g_package_ota_info 
+04a5 c00384d3 beq g24_ota_sm_rx_config ,p_mouse_24g_package_ota_config 
+04a6 c00504f9 beq g24_ota_sm_rx_set_config_end ,p_mouse_24g_package_ota_set_config_end 
+04a7 c00684ee beq g24_ota_sm_rx_data ,p_mouse_24g_package_ota_data 
+04a8 c00804d7 beq g24_ota_sm_rx_reset ,p_mouse_24g_package_ota_reset 
+04a9 20200502 branch p_mouse_24g_package_ping 
+
+p_mouse_24g_package_ota_version:
+04aa 7047c6af jam datatype_ota ,mem_24g_txbuf 
+04ab 7047c701 jam g24_ota_cmd_version ,mem_24g_txbuf + 1 
+04ac 7047c800 jam g24_ota_status_success ,mem_24g_txbuf + 2 
+04ad 7047c902 jam g24_ota_target_mouse ,mem_24g_txbuf + 3 
+04ae 58000001 setarg g24_ota_version 
+04af 67e147ca store 2 ,mem_24g_txbuf + 4 
+04b0 70483601 jam type_ms ,mem_24g_data_type 
+04b1 70483506 jam 6 ,mem_24g_datalen 
+04b2 704bf702 jam g24_ota_sm_tx_version ,mem_g24_ota_sm 
+04b3 20600000 rtn 
+
+p_mouse_24g_package_ota_info:
+04b4 7047c6af jam datatype_ota ,mem_24g_txbuf 
+04b5 7047c702 jam g24_ota_cmd_info ,mem_24g_txbuf + 1 
+04b6 7047c800 jam g24_ota_status_success ,mem_24g_txbuf + 2 
+04b7 7047c902 jam g24_ota_target_mouse ,mem_24g_txbuf + 3 
+04b8 6ff10000 fetch 2 ,core_chipid 
+04b9 67e147ca store 2 ,mem_24g_txbuf + 4 
+04ba 58006661 setarg 0x6661 
+04bb e7e10005 istore 2 ,contw 
+04bc 58000001 setarg 1 
+04bd e7e30005 istore 6 ,contw 
+04be 58000000 setarg 0 
+04bf e7e10005 istore 2 ,contw 
+04c0 e7e10005 istore 2 ,contw 
+04c1 204004db call p_mouse_24g_storage_type 
+04c2 e7e08005 istore 1 ,contw 
+04c3 58000000 setarg 0 
+04c4 e7e08005 istore 1 ,contw 
+04c5 68494bf3 fetcht 2 ,mem_g24_ota_config_addr 
+04c6 e0410005 istoret 2 ,contw 
+04c7 6fe14bf1 fetch 2 ,mem_g24_ota_storage_size 
+04c8 1fed7e00 lshift8 pdata ,pdata 
+04c9 1fe37e00 rshift pdata ,pdata 
+04ca 98467e00 isub temp ,pdata 
+04cb 242104d1 nbranch p_dongle_usb_cmd_ota_info_dongle_empty ,positive 
+
+p_dongle_usb_cmd_ota_info_dongle_common:
+04cc e7e10005 istore 2 ,contw 
+04cd 70483518 jam 24 ,mem_24g_datalen 
+04ce 70483601 jam type_ms ,mem_24g_data_type 
+04cf 704bf705 jam g24_ota_sm_tx_info ,mem_g24_ota_sm 
+04d0 20600000 rtn 
+
+p_dongle_usb_cmd_ota_info_dongle_empty:
+04d1 58000000 setarg 0 
+04d2 202004cc branch p_dongle_usb_cmd_ota_info_dongle_common 
+
+p_mouse_24g_package_ota_config:
+04d3 704bf708 jam g24_ota_sm_tx_config ,mem_g24_ota_sm 
+04d4 7047c703 jam g24_ota_cmd_config ,mem_24g_txbuf + 1 
+04d5 70483504 jam 4 ,mem_24g_datalen 
+04d6 202004e4 branch p_mouse_24g_package_ota_common_ok 
+
+p_mouse_24g_package_ota_reset:
+04d7 704bf711 jam g24_ota_sm_tx_reset ,mem_g24_ota_sm 
+04d8 7047c706 jam g24_ota_cmd_reset ,mem_24g_txbuf + 1 
+04d9 70483504 jam 4 ,mem_24g_datalen 
+04da 202004e4 branch p_mouse_24g_package_ota_common_ok 
+
+p_mouse_24g_storage_type:
+04db 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+04dc c28984e0 bbit1 mouse_enable_eeprom ,p_mouse_24g_storage_type_eeprom 
+04dd c28904e2 bbit1 mouse_enable_flash ,p_mouse_24g_storage_type_flash 
+04de 58000000 setarg g24_ota_storage_error 
+04df 20600000 rtn 
+
+p_mouse_24g_storage_type_eeprom:
+04e0 58000002 setarg g24_ota_storage_eeprom 
+04e1 20600000 rtn 
+
+p_mouse_24g_storage_type_flash:
+04e2 58000004 setarg g24_ota_storage_flash 
+04e3 20600000 rtn 
+
+p_mouse_24g_package_ota_common_ok:
+04e4 70483601 jam type_ms ,mem_24g_data_type 
+04e5 7047c6af jam datatype_ota ,mem_24g_txbuf 
+04e6 7047c800 jam g24_ota_status_success ,mem_24g_txbuf + 2 
+04e7 7047c902 jam g24_ota_target_mouse ,mem_24g_txbuf + 3 
+04e8 20600000 rtn 
+
+p_mouse_24g_package_ota_common_fail:
+04e9 7047c801 jam g24_ota_status_fail ,mem_24g_txbuf + 2 
+04ea 70483601 jam type_ms ,mem_24g_data_type 
+04eb 7047c6af jam datatype_ota ,mem_24g_txbuf 
+04ec 7047c902 jam g24_ota_target_mouse ,mem_24g_txbuf + 3 
+04ed 20600000 rtn 
+
+p_mouse_24g_package_ota_data:
+04ee 704bf70f jam g24_ota_sm_tx_data_ok ,mem_g24_ota_sm 
+04ef 7047c705 jam g24_ota_cmd_data ,mem_24g_txbuf + 1 
+04f0 6fe0cc1c fetch 1 ,mem_g24_ota_rx_data_count 
+04f1 67e0c7ca store 1 ,mem_24g_txbuf + 4 
+04f2 70483505 jam 5 ,mem_24g_datalen 
+04f3 70483601 jam type_ms ,mem_24g_data_type 
+04f4 7047c6af jam datatype_ota ,mem_24g_txbuf 
+04f5 6fe0cbf5 fetch 1 ,mem_g24_ota_rtn_state 
+04f6 67e0c7c8 store 1 ,mem_24g_txbuf + 2 
+04f7 7047c902 jam g24_ota_target_mouse ,mem_24g_txbuf + 3 
+04f8 20600000 rtn 
+
+p_mouse_24g_package_ota_set_config_end:
+04f9 704bf70c jam g24_ota_sm_tx_set_config_end_ok ,mem_g24_ota_sm 
+04fa 7047c704 jam g24_ota_cmd_set_config_end ,mem_24g_txbuf + 1 
+04fb 70483504 jam 4 ,mem_24g_datalen 
+04fc 70483601 jam type_ms ,mem_24g_data_type 
+04fd 7047c6af jam datatype_ota ,mem_24g_txbuf 
+04fe 6fe0cbf5 fetch 1 ,mem_g24_ota_rtn_state 
+04ff 67e0c7c8 store 1 ,mem_24g_txbuf + 2 
+0500 7047c902 jam g24_ota_target_mouse ,mem_24g_txbuf + 3 
+0501 20600000 rtn 
+
+p_mouse_24g_package_ping:
+0502 7047c6af jam datatype_ota ,mem_24g_txbuf 
+0503 7047c7ff jam g24_ota_cmd_ping ,mem_24g_txbuf + 1 
+0504 7047c800 jam g24_ota_status_success ,mem_24g_txbuf + 2 
+0505 7047c902 jam g24_ota_target_mouse ,mem_24g_txbuf + 3 
+0506 70483601 jam type_ms ,mem_24g_data_type 
+0507 70483504 jam 4 ,mem_24g_datalen 
+0508 20600000 rtn 
+
+p_mouse_24g_package_data_ota:
+0509 1fe22200 copy pdata ,rega 
+050a 704bf800 jam 0 ,mem_g24_ota_prepare_send_len 
+050b 70483601 jam type_ms ,mem_24g_data_type 
+050c da404bf9 arg mem_g24_ota_txbuf ,regb 
+050d 20600000 rtn 
 
Index: output/ramcode.rom
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_public_sdk/output/ramcode.rom	(revision 896)
+++ /YC1308AC/branch/mouse_project/mouse_public_sdk/output/ramcode.rom	(working copy)
@@ -2,35 +2,35 @@
 c0000022
 c0018026
 c041803f
-c0458076
-c04f8083
-c0570085
-c058006a
-c06181f4
-c063811a
-c0648120
-c0650153
-c0660066
-c06702bd
-c0680203
-c06882dd
-c06a02c3
-c06b0170
-c06c8214
-c06d0262
-c06f0313
-c074026f
+c0458080
+c04f808d
+c057008f
+c0580074
+c061823e
+c0638154
+c064815a
+c065018e
+c0660070
+c067031a
+c068024d
+c0688345
+c06a032b
+c06b01b9
+c06c825e
+c06d02bf
+c06f037b
+c07402cc
 2020137c
-c0198046
-c01a004b
-c043826b
-c0508283
-c060028d
-c06e81e4
-c07101bf
-c07481c7
-c07500e4
-c07602b4
+c0198050
+c01a0055
+c04382c8
+c05082e0
+c06002ea
+c06e822d
+c0710208
+c0748210
+c075011d
+c0760311
 2020137c
 20800000
 204030f3
@@ -68,6 +68,16 @@
 c00c1168
 708a8729
 2020117d
+20405b94
+204003e8
+2034004a
+20600000
+da605de2
+6fe14bf3
+1fe0fe03
+1ff0fe00
+67e102e4
+20205b3f
 da20099e
 d840000c
 58000030
@@ -102,7 +112,7 @@
 20600000
 6fe0cbaa
 247a0000
-2040004b
+20400055
 20203ebb
 6fe0830d
 207a0000
@@ -115,7 +125,7 @@
 20405cdc
 6fe1446f
 20407e05
-2020006a
+20200074
 708a8be6
 2040126a
 20401271
@@ -131,25 +141,70 @@
 2020125d
 70008000
 202013b7
+24558046
+2455809b
 20406df3
-2040008f
+204000c6
 204041a7
 20758000
 2040408e
 20403d8a
 20404728
-2040009f
-204002d5
+204000d6
+2040033d
 20203bc9
+6fe44c1f
+207a0000
+6fe0cc1e
+1fe22200
+1fe67c0b
+242100ad
+d8c04c1f
+d8a04adb
+1a227200
+20407d5f
+d8c04c1f
+d8a0440a
+1a227200
+20407d5f
+d8c04c1f
+d8a042f8
+1a227200
+20207d5f
+204000c3
+6fe0cc1e
+1fe0fe01
+67e0cad2
+704ad309
+d8c04c1f
+d8a04ad4
+1a227200
+20407d5f
+6fe0cc1e
+1fe0fe01
+67e0c408
+70440909
+d8c04c1f
+d8a0440a
+1a227200
+20407d5f
+d8c04c1e
+d8a042f7
+1a227200
+1f20f201
+20207d5f
+d8a04ad2
+df200014
+20207d26
 20758000
 20402607
 204022ff
 20403f1e
 20403d13
-20400099
+204000d0
 6fe44bab
 c30c3bf5
-2040009c
+204000d3
 20203bf5
 5800e290
 67e1c8ad
@@ -157,21 +212,23 @@
 58001770
 67e1c8ad
 20600000
-580000a4
+580000db
 67e1489b
-580000be
+580000f7
 67e1489d
 20203bd3
 c6930000
+6fe0cbf6
+243a04a1
 20403f70
 24740000
 6fe44bab
-c30a80ab
+c30a80e4
 6fe0cb8b
 243a4884
 204042cb
 6fe0c836
-c28080ba
+c28080f3
 6848c7c7
 6fe0c8d0
 9841fe00
@@ -204,20 +261,20 @@
 1fe0fe01
 67e0cba2
 1fe67c08
-242100d4
+2421010d
 2040259a
 2040265b
-242c00da
-243780da
+242c0113
+24378113
 204048b5
 20402597
 6fe0cba3
 1fe0fe01
 67e0cba3
-c00800dc
+c0080115
 20600000
 204022cb
-202000ca
+20200103
 704ba300
 6fe0cba4
 c3800000
@@ -225,13 +282,13 @@
 67e0cba4
 6fe14bbc
 67e14ab2
-202002d5
+2020033d
 20402631
-24340165
-204000f3
+243401a0
+2040012c
 204026ee
 6fe0cbe1
-243a00ee
+243a0127
 6fe448b0
 67e4485c
 6fe148c2
@@ -247,13 +304,14 @@
 2040265b
 6fe0c82c
 c000a651
-242c010b
-2437810b
+242c0145
+24378145
 20402672
-204000fe
+204003a9
+20400138
 20202651
 6fe0cbe1
-245a0102
+245a013c
 704be100
 20600000
 204041aa
@@ -273,8 +331,8 @@
 6fe0c8a4
 c280a679
 2040267e
-20400115
-20202647
+2040014f
+2020012d
 6fe0c8a4
 1fe67c00
 20610000
@@ -283,11 +341,12 @@
 58000006
 20405b0d
 c281be23
-204002ce
-204002d5
+20400336
+2040033d
 20203e23
 204042e9
 20407fdc
+20400283
 20404015
 6848c910
 20406069
@@ -302,9 +361,9 @@
 20406082
 d8400013
 20403f56
-20400133
-20400140
-20200147
+2040016e
+2040017b
+20200182
 6fe1cbde
 67e1895c
 df200014
@@ -316,7 +375,7 @@
 1fe37e00
 67e1895c
 18408401
-c2000137
+c2000172
 20600000
 6fe44bab
 c40a0000
@@ -353,10 +412,10 @@
 58000000
 67e3c8d0
 704be101
-204002d5
-2020016a
+2040033d
+202001a5
 6fe0c8a7
-205a26a7
+205a01ab
 6fe0c8bd
 c1008000
 2040269f
@@ -366,14 +425,28 @@
 245a3e33
 6fe2485c
 202026b8
+70483601
+7048a701
+20402642
+67e0c7c6
+58000000
+67e3c7c7
+6fe248a9
+67e247ce
+7048350c
+6fe0c836
+79207e03
+67e0c836
+20402291
+2020011f
 1a627e00
-c0008179
-c01e019b
-c01c8199
-c01d01a2
-c0190185
-c022018c
-c00a817b
+c00081c2
+c01e01e4
+c01c81e2
+c01d01eb
+c01901ce
+c02201d5
+c00a81c4
 20204336
 20404544
 202043fa
@@ -388,7 +461,7 @@
 58000007
 20204364
 6fe0cac7
-c0008189
+c00081d2
 704b7614
 20204373
 2040436c
@@ -417,11 +490,11 @@
 20404544
 2020484e
 6fe0c8a5
-243a015c
+243a0197
 6fe0c88b
-c00101a9
-c00201b2
-c00181b7
+c00101f2
+c00201fb
+c0018200
 20204839
 6fe44bab
 c297c811
@@ -433,18 +506,18 @@
 2022c827
 20204806
 6fe44bab
-c31781bc
+c3178205
 6fe0cbb4
-c00081bc
+c0008205
 2020481a
 6fe44bab
-c31781bc
-c28981bc
-c28901bc
+c3178205
+c2898205
+c2890205
 20204812
 6fe44bab
 c31e4839
-2020015c
+20200197
 70488b00
 6fe14beb
 1fe0fe01
@@ -456,15 +529,15 @@
 6fe14889
 d84001f8
 98417e00
-203a01cf
+203a0218
 6fe14889
 1fe0fe01
 67e14889
 20600000
 2040259a
 2040265b
-242c01d5
-243781d5
+242c021e
+2437821e
 20402672
 20202586
 6fe0c88c
@@ -478,7 +551,7 @@
 c000a5ad
 c00125af
 c001a5b1
-c00201e2
+c002022b
 2020256e
 2020a575
 20202339
@@ -486,13 +559,14 @@
 c513a40e
 c6930000
 6fe0c8a1
+c28183b3
 c280a340
 c2812580
 6fe0c8bd
-c00081ed
+c0008237
 20202621
 204022ea
-243401e6
+2434022f
 204026db
 6fe148be
 1fe0fe01
@@ -501,7 +575,7 @@
 6fe44bab
 c297c80a
 6fe0c938
-c00001f9
+c0000243
 20203d57
 6fe44bab
 c308c803
@@ -514,7 +588,7 @@
 1a217e07
 202047ff
 2040408f
-20400206
+20400250
 20204098
 6fe0c923
 c17f8000
@@ -527,7 +601,7 @@
 6fe0cba7
 247a0000
 6fe0cbc1
-203a022d
+203a028a
 67e0cba8
 20600000
 20403e9b
@@ -536,14 +610,14 @@
 20402556
 204047cd
 204048be
-2040022a
+20400287
 2040407c
 204044cc
-20400242
+2040029f
 204044ff
 20404504
 20404512
-20400257
+204002b4
 20404515
 2040452a
 2040452d
@@ -551,9 +625,28 @@
 20404535
 20404022
 20404547
-2020025a
+20400279
+204002b7
+20200276
+da604c1d
+da405d8c
+2020318a
+6fe0cbed
+c17f8000
+6fe14ab2
+207a0000
+6fe14bbe
+68494ab2
+98460400
+6fe14bee
+98467e00
+20210285
+6848cbed
+20206065
+6848cbed
+20406069
 da604ba8
-da40022d
+da40028a
 2020318a
 6fe0c927
 c001c8f2
@@ -567,8 +660,8 @@
 6848c992
 18408402
 18467c03
-2041023c
-24410240
+20410299
+2441029d
 202048ff
 6fe44bab
 c40e0000
@@ -577,11 +670,11 @@
 184085fd
 20600000
 6fe0c938
-c0000248
+c00002a5
 6fe44bab
 c41a8000
 6848cbca
-2020024b
+202002a8
 6fe44bab
 c4190000
 6848cbcb
@@ -590,7 +683,7 @@
 1fe17e07
 6848cb9d
 98467c00
-20228252
+202282af
 202044eb
 204044f6
 6fe0cb9f
@@ -603,10 +696,10 @@
 6fe0c92a
 c3838000
 da604ab2
-da40025f
+da4002bc
 20203191
 6fe0c938
-c000015c
+c0000197
 2020431b
 6fe1478c
 2feffe0b
@@ -627,7 +720,7 @@
 67e0c5f5
 1fe1040f
 1ff1fe00
-c0048277
+c00482d4
 20204d93
 da200001
 20404dc0
@@ -652,27 +745,27 @@
 20401838
 20201655
 efe10006
-c0020290
+c00202ed
 202019e4
 efe18006
 67e1c436
-c0050295
-c00902a4
+c00502f2
+c0090301
 20201cd3
 6fe44bab
 c31d9de7
 20401e8d
 68494437
 6fe0c3c0
-c281829f
+c28182fc
 6fe14437
 c0181ec8
 68494437
 20201deb
 6fe143d1
 98467c00
-2422829b
-2434029b
+242282f8
+243402f8
 20201e10
 18c22200
 6fe143d4
@@ -704,20 +797,31 @@
 67e348d1
 20404240
 2040408e
-20203f75
+20403f7e
+20403f83
+204040dc
+6fe0c8d0
+1fe17e1f
+67e0c8d0
+24344728
+20400328
+20204544
+6fe0c927
+c1018000
+2020471a
 20403f65
 6fe0c927
-c00582ca
+c0058332
 20404232
 da604aa3
 2040422b
 2020408e
-204002d1
+20400339
 da604be3
 2040422b
 2020408e
 6fe0c927
-c00582d1
+c0058339
 20204232
 58009706
 20405b0c
@@ -726,7 +830,7 @@
 204041a7
 20403f65
 6fe0c927
-c00582db
+c0058343
 58000806
 20205b0c
 58001f06
@@ -734,24 +838,24 @@
 6fe0cbe1
 245a4121
 da200000
-204002e6
-204002eb
-204002f0
-204002f5
-20400302
+2040034e
+20400353
+20400358
+2040035d
+2040036a
 2020411e
 6fe0c918
-2040030f
+20400377
 20404124
 6848c918
 20203f56
 6fe0c919
-2040030f
+20400377
 2040412a
 6848c919
 20203f56
 6fe0c91a
-2040030f
+20400377
 20404130
 6848c91a
 20203f56
@@ -762,10 +866,10 @@
 1fe22600
 6848c90d
 6fe0c910
-c07f82fe
+c07f8366
 2020413e
 6fe0c90d
-20400311
+20400379
 6848c90d
 2020414b
 6fe0c90e
@@ -775,10 +879,10 @@
 1fe22600
 6848c90e
 6fe0c910
-c07f830b
+c07f8373
 20204157
 6fe0c90e
-20400311
+20400379
 6848c90e
 20204164
 d840003f
@@ -787,7 +891,7 @@
 20206093
 20404990
 20407936
-20400317
+2040037f
 2020464f
 6fe44bab
 c2974036
@@ -796,16 +900,395 @@
 da200000
 704b9605
 6848c90f
-20400320
+20400388
 2020402f
 6fe44bab
 c2964048
 6fe0cb93
 1fe22600
 6fe0c910
-c07f8327
+c07f838f
 2020403f
 6fe0c90f
-20400311
+20400379
 6848c90f
 20204195
+6fe0cbf6
+207a0000
+6fe0cbf7
+c001039f
+c00283a1
+c00403a3
+c00583a5
+c00703a7
+c008839d
+20600000
+704bf712
+20600000
+704bf703
+20600000
+704bf706
+20600000
+704bf709
+20600000
+704bf70c
+20600000
+704bf70f
+20600000
+6fe0c82a
+203a0393
+1fe22400
+70482a00
+6fe0c80a
+c05783bb
+20600000
+704bf601
+70409900
+2020049b
+20600000
+7047c6af
+20402291
+2040265b
+246c0000
+24778000
+20402597
+20202672
+6fe0c80a
+c1d78000
+efe08006
+e8408006
+18467c02
+2422937a
+c00083ca
+c00103cd
+c00183cf
+c00203d1
+c0028429
+c003044f
+c07f83c9
+2020137a
+20600000
+204003b0
+704bf701
+20600000
+704bf704
+20600000
+704bf707
+20600000
+704bf70a
+efe10006
+e8410006
+6a214c18
+9a267c00
+24228447
+6fe14c1a
+98467c00
+24228447
+204003dd
+24340447
+20200445
+204003e8
+24740000
+6fe14c1a
+9e067c00
+2422fe56
+684909e8
+6fe14c18
+1fe0fffb
+98467c00
+2422fe56
+20207e54
+6fe14bf3
+1ff0fe00
+67e102e4
+d8400003
+da2009d2
+20405de2
+6fe089d2
+c0ad7e56
+e8410006
+6049095c
+604909e8
+6fe089d2
+dd60ffff
+d8400000
+d8c009d2
+df200003
+2040045f
+18426000
+6fe14bf3
+1fe0ee03
+2040040c
+1ef0fe00
+67e102e4
+d8400002
+da2009d2
+20405de2
+6fe109d2
+9d667c00
+2422fe56
+6fe089d2
+9e00e000
+efe08006
+9e00e000
+5800ffff
+9e016000
+20207e54
+6fe1095c
+207a0000
+1fe20400
+1fe67c10
+20210427
+1fe0fff0
+d8400010
+67e1095c
+18425e00
+1ee27e00
+1ff0fe00
+67e102e4
+da2009d2
+20405de2
+1ee27e00
+9de0ee00
+1de27200
+1d627e00
+d8c009d2
+efe00006
+1fe25600
+1de27200
+d8c009d2
+1e020400
+2040045f
+18426000
+2020040c
+58000000
+20200413
+704bf70d
+efe08006
+18c22200
+6848cc1c
+98467c00
+20228445
+20400456
+24340447
+1a467c04
+20210447
+1a40a5fc
+62410959
+62210957
+20405dd3
+20400449
+20405dda
+6a410959
+6a210957
+6fe14c18
+9a40fe00
+67e14c18
+1a427200
+d8400000
+1a220c00
+2040045f
+6fe14c1a
+9840fe00
+67e14c1a
+704bf500
+20600000
+704bf501
+20600000
+6fe14bf3
+207a0000
+68494c18
+9840fe00
+1a420400
+20205e04
+6fe0cbf7
+c1080000
+c1088000
+c1090000
+704c1d05
+704bf710
+20600000
+6848cc1c
+67e0cc1c
+c000045c
+98467e00
+c000fe54
+20207e56
+18467cff
+2022fe54
+20207e56
+efe08006
+98408400
+c200045f
+20600000
+5800ffff
+efe00006
+20600000
+6f20c82a
+1f267c02
+20217e56
+dfe0480a
+9f208c00
+18c08dfe
+e8410006
+d8c0480a
+20400463
+98467c00
+2022fe54
+20207e56
+efe08006
+c0ad048b
+1a220200
+68490006
+18467c03
+2021048b
+18c08c02
+ef208006
+1f267c00
+2422848b
+1f227e00
+98c08c00
+18427e00
+1f20f203
+9f260400
+24228476
+e8410006
+1a208c01
+efe10006
+1fe0f202
+1a208c01
+20400463
+98467c00
+2422848b
+20207e54
+20207e56
+6fe14bf3
+1fe20c00
+20400472
+24340497
+6a214bf3
+1a208c01
+efe10006
+1fe0fe05
+9a20fe00
+67e14bf3
+2020048c
+6fe14bf1
+68494bf3
+98467e00
+20600000
+58000000
+67e14c18
+67e14c1a
+67e0cc1c
+67e0cbf7
+20600000
+20407e56
+6fe0cbf7
+c00084aa
+c00204b4
+c00384d3
+c00504f9
+c00684ee
+c00804d7
+20200502
+7047c6af
+7047c701
+7047c800
+7047c902
+58000001
+67e147ca
+70483601
+70483506
+704bf702
+20600000
+7047c6af
+7047c702
+7047c800
+7047c902
+6ff10000
+67e147ca
+58006661
+e7e10005
+58000001
+e7e30005
+58000000
+e7e10005
+e7e10005
+204004db
+e7e08005
+58000000
+e7e08005
+68494bf3
+e0410005
+6fe14bf1
+1fed7e00
+1fe37e00
+98467e00
+242104d1
+e7e10005
+70483518
+70483601
+704bf705
+20600000
+58000000
+202004cc
+704bf708
+7047c703
+70483504
+202004e4
+704bf711
+7047c706
+70483504
+202004e4
+6fe44bab
+c28984e0
+c28904e2
+58000000
+20600000
+58000002
+20600000
+58000004
+20600000
+70483601
+7047c6af
+7047c800
+7047c902
+20600000
+7047c801
+70483601
+7047c6af
+7047c902
+20600000
+704bf70f
+7047c705
+6fe0cc1c
+67e0c7ca
+70483505
+70483601
+7047c6af
+6fe0cbf5
+67e0c7c8
+7047c902
+20600000
+704bf70c
+7047c704
+70483504
+70483601
+7047c6af
+6fe0cbf5
+67e0c7c8
+7047c902
+20600000
+7047c6af
+7047c7ff
+7047c800
+7047c902
+70483601
+70483504
+20600000
+1fe22200
+704bf800
+70483601
+da404bf9
+20600000
Index: output/romcode.rom
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_public_sdk/output/romcode.rom	(revision 896)
+++ /YC1308AC/branch/mouse_project/mouse_public_sdk/output/romcode.rom	(working copy)
@@ -31471,487 +31471,4 @@
 00000000
 00000000
 00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-00000000
-0000fdcd
+000083ea
Index: output/sched.rom
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_public_sdk/output/sched.rom	(revision 896)
+++ /YC1308AC/branch/mouse_project/mouse_public_sdk/output/sched.rom	(working copy)
@@ -80,7 +80,7 @@
 mem_gain_fix:ff
 mem_gain_second_agc_en:00
 
-
+mem_mouse_flag:
 #mouse flag byte1
 #bit0 MOUSE_SELECT_DEVICE_FLAG
 #bit1 MOUSE_24G_PAIRING_FLAG
@@ -89,7 +89,7 @@
 #bit4 MOUSE_LOW_VOLTAGE_FLAG
 #bit5 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
 #bit6 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
-
+04
 
 #mouse flag byte2
 #bit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE
@@ -98,6 +98,7 @@
 #bit3 MOUSE_ENABLE_WAKEUP_FROM_POWER
 #bit4 MOUSE_ENABLE_16M
 #bit5 MOUSE_ENABLE_USB
+09
 
 #mouse flag byte3
 #bit0 MOUSE_ENABLE_SPI2
@@ -107,6 +108,7 @@
 #bit4 MOUSE_ENABLE_ADC
 #bit5 MOUSE_ENABLE_KEYBOARD
 #bit6 MOUSE_ENABLE_24G_SEARCH_DONGLE
+4a
 
 #mouse flag byte4
 #bit0 MOUSE_ENABLE_24G_250Hz
@@ -117,6 +119,7 @@
 #bit5 MOUSE_ENABLE_USB_250
 #bit6 MOUSE_ENABLE_USB_500
 #bit7 MOUSE_ENABLE_USB_1000
+00
 
 #mouse flag byte5
 #bit0 MOUSE_ENABLE_POWER_ON_LED
@@ -127,6 +130,7 @@
 #bit5 MOUSE_ENABLE_DPI_FOR_4_LED
 #bit6 MOUSE_ENABLE_BT2_FOR_4_LED
 #bit7 MOUSE_ENABLE_LOW_V_FOR_4_LED
+01
 
 #mouse flag byte6 
 #bit0 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
@@ -137,6 +141,7 @@
 #bit5 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
 #bit6 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
 #bit7 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING
+80
 
 #mouse flag byte7
 #bit0 MOUSE_ENABLE_AUTO_24G_PARING
@@ -147,6 +152,7 @@
 #bit5 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
 #bit6 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
 #bit7 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY
+03
 
 #mouse flag byte8
 #bit0 MOUSE_ENABLE_SMOOTHER
@@ -154,29 +160,9 @@
 #bit2 MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED
 #bit3 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
 #bit4 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
-
-
-mem_mouse_flag:
-04
-
-#clk selsect/usb  1byte
-08    #24M
-
-#2.4g+ee/flash+adc+customize key select  1byte
-4a	#2.4g+eeprom
-
-#sensor select  1byte
-00 #3level dpi+(2.4g:125+bt/ble:115)Hz
-
-#led select  1byte
-01 #poweron
-
-#mode switch+pair/discovery  2byte 
-80 00 #dip(matrix)+2.4 first
-
-#updata 1byte
 03
 
+
 mem_mouse_discovery_timeout:b0 04	#2min
 mem_mouse_24g_pair_timeout_init:58 02  #1min	    24g reconn timer&pair timer
 mem_mouse_direct_timeout:64  #05s
@@ -198,7 +184,7 @@
 mem_whee_a_data_gpio:05
 mem_whee_b_data_gpio:04
 mem_config_device_24g_led_gpio:03
-mem_config_device_bt1_led_gpio:03
+mem_config_device_bt1_led_gpio:ff
 mem_select_sensor_angle_gpio:08
 
 mem_lbutton_gpio:0b
@@ -218,6 +204,8 @@
 mem_sensor_angle_switch:00	#00--6CLK   01--9CLK   02--12CLK   03--3CLK
 mem_config_sensor_dpi:00		#00--1200   01--1600
 
+mem_mouse_logo_led_gpio:ff
+mem_mouse_logo_led_on_time_init:58 02	#1min
 
 
 mem_usb_offline_check_gpio:ff
@@ -255,7 +243,7 @@
 mem_mouse_page_to:00 40		# 16384*0.625ms=10s
 mem_mouse_fast_direct_timeout:0a #1s
 mem_mouse_fast_page_to:60 06	# 1600*0.625ms = 1s
-mem_mouse_24g_power_on_fast_conn_timer:05 00 #500ms
+mem_mouse_24g_power_on_fast_conn_timer:0a 00 #1s
 mem_mouse_24g_search_dongle_time_init: 64 00
 mem_mouse_no_data_timeout:70 17 #10min
 
@@ -301,7 +289,7 @@
 mem_app_connection_options:06
 mem_lap:15 a0 c8 12 23 51
 mem_local_name_length:
-'Bluetooth Mouse 3.0
+'BT3.0 Mouse
 mem_sniff_param_interval:
 0e 00 
 01 00 ##mem_sniff_param_attempt:01 00
@@ -348,6 +336,8 @@
 mem_le_name_len:
 'BT5.2 Mouse
 
+mem_le_name_patch_len:	#max 18bytes
+'BT5.2 Mouse
 
 mem_le_interval_min:
 07 00 #min interval
Index: program/patch.prog
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_public_sdk/program/patch.prog	(revision 896)
+++ /YC1308AC/branch/mouse_project/mouse_public_sdk/program/patch.prog	(working copy)
@@ -93,6 +93,22 @@
 	jam 0x29,core_syn_afc_cfg1
 	branch set_sync_on_16m	
 
+
+p_g24_load_ota_config_poweron:
+	call iicd_load_gpio_init
+	call p_g24_check_ota_data
+	branch p_g24_load_ota_config,user
+	rtn
+
+p_g24_load_ota_config:	
+	arg iicd_read_eep,regc
+	fetch 2,mem_g24_ota_config_addr
+	increase 3,pdata
+	byteswap pdata,pdata
+	store 2,mem_addr_mi
+	branch load_storage_loop
+	
+	
 p_adc_init_data:
 	arg mem_temp_block2,rega
 	arg 12,temp
@@ -190,6 +206,8 @@
 /////////////////////////////////// g24 250Hz use lpm//////////////////////////////////////
 p_app_init:
 p_mouse_init:
+	ncall p_g24_load_ota_config_poweron,wake
+	ncall p_mouse_le_name_load,wake
 	call enable_authrom
 	call p_mouse_setting_config
 	call mouse_init_sunt
@@ -201,6 +219,61 @@
 	call p_mouse_sensor_powerdown
 	branch mouse_init+8
 
+p_mouse_le_name_load:
+	fetch 8,mem_le_name_patch
+	rtn blank
+
+	fetch 1,mem_le_name_patch_len
+	copy pdata,rega
+	sub pdata,11,null
+	nbranch p_mouse_le_name_patch_len_overflow,positive
+
+	arg mem_le_name_patch,contr	
+	arg mem_le_adv_swift_pair+9,contw
+	copy rega,loopcnt
+	call memcpy
+	
+	arg mem_le_name_patch,contr
+	arg mem_le_scan_data+2,contw
+	copy rega,loopcnt
+	call memcpy
+	
+	arg mem_le_name_patch,contr
+	arg mem_le_name,contw
+	copy rega,loopcnt
+	branch memcpy
+
+p_mouse_le_name_patch_len_overflow:
+	call p_mouse_le_swift_pair_disable
+	fetch 1,mem_le_name_patch_len
+	increase 1,pdata
+	store 1,mem_le_adv_swift_pair
+	jam 9,mem_le_adv_swift_pair+1
+	arg mem_le_name_patch,contr
+	arg mem_le_adv_swift_pair+2,contw
+	copy rega,loopcnt
+	call memcpy
+
+	fetch 1,mem_le_name_patch_len
+	increase 1,pdata
+	store 1,mem_le_scan_data
+	jam 9,mem_le_scan_data+1
+	arg mem_le_name_patch,contr
+	arg mem_le_scan_data+2,contw
+	copy rega,loopcnt
+	call memcpy
+
+	arg mem_le_name_patch_len,contr
+	arg mem_le_name_len,contw
+	copy rega,loopcnt
+	increase 1,loopcnt
+	branch memcpy
+	
+p_mouse_le_swift_pair_disable:
+	arg mem_le_adv_swift_pair,contw
+	arg 20,loopcnt
+	branch clear_mem
+
 p_mouse_setting_config:
 	rtn wake
 	call g24_transmit_init
@@ -231,6 +304,8 @@
 
 p_mouse_24g_package_data:		// 250Hz
 	rtnmark0 mark_24g
+	fetch 1,mem_g24_ota_mode
+	nbranch p_mouse_24g_package_ota,blank
 	call mouse_motion
 	nrtn user
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
@@ -335,6 +410,7 @@
 	nbranch p_g24_retransmit,sync
 	nbranch p_g24_retransmit,user3
 	call g24_ackpayload_parse
+	call p_g24_mouse_parse_rx
 	call p_mouse_wakeup_24g
 	branch g24_transmit_no_ack
 
@@ -366,7 +442,7 @@
 	bbit1 1,g24_tx_attempt_fail
 	call g24_transmit_hop_process
 	call p_delay_40ms
-	branch g24_transmit_loop
+	branch p_g24_transmit_loop
 
 p_delay_40ms:
 	fetch 1,mem_24g_txfail_cnt+1
@@ -388,6 +464,7 @@
 p_mouse_setgpio_hibernate:
 	call mouse_set_sdio_high
 	call clear_wake
+	call p_mouse_logo_led_off
 	call mouse_before_hibernate_wheel_gpio_set
 	fetcht 1,mem_matrix_public_gpio		// enable b4/b5/dpi wakeup
 	call gpio_out_active
@@ -472,7 +549,7 @@
 
 p_g24_nodata_transmit:
 	fetch 1,mem_24g_abort_pac
-	call g24_send_abort_packet,blank
+	call p_g24_send_abort_packet,blank
 	fetch 1,mem_24g_transmit_by_interrupt
 	rtneq G24_TX_TIMER_INT_ENABLE
 	call g24_search_receiver
@@ -483,6 +560,22 @@
 	ncall mouse_setgpio_hibernate,blank
 	fetch 4,mem_24g_enter_hibernate
 	branch g24_long_sleep2
+
+p_g24_send_abort_packet:
+	jam TYPE_MS,mem_24g_data_type
+	jam 1,mem_24g_abort_pac
+	call g24_transmit_rf_ctrl_clear
+	store 1,mem_24g_txbuf
+	setarg 0
+	store 7,mem_24g_txbuf+1
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_txbuf+8
+	jam 12,mem_24g_datalen
+	fetch 1,mem_24g_data_type
+	set1 bit_abort,pdata
+	store 1,mem_24g_data_type
+	call g24_transmit_prep
+	branch p_g24_transmit_start
 	
 p_mouse_priority_bb_event:
 	copy regc,pdata
@@ -642,6 +735,7 @@
 p_g24_transmit_dispatch:
 	rtnmark0 mark_24g
 	fetch 1,mem_24g_conn_sm
+	bbit1 STATE_24G_OTA,p_g24_ota_dispatch
 	bbit1 STATE_24G_PAIR,g24_pair_dispatch
 	bbit1 STATE_24G_RECONN,g24_reconn_dispatch
 	fetch 1,mem_24g_transmit_by_interrupt
@@ -726,7 +820,34 @@
 	call mouse_current_mult_update_timer
 	call mouse_wheel_trigger_timer
 	call mouse_store_information_delay_timer
-	branch p_mouse_check_no_data_timeout_timer
+	call p_mouse_logo_led_on_timer
+	call p_mouse_check_no_data_timeout_timer
+	branch p_mouse_g24_ota_reset_timer
+	
+p_mouse_g24_ota_reset_timer:
+	arg mem_g24_ota_reset_timer,regc
+	arg soft_reset_chip,regb
+	branch timer_single_step	
+
+
+p_mouse_logo_led_on_timer:
+	fetch 1,mem_mouse_logo_led_gpio
+	rtneq GPIO_DISABLE
+	fetch 2,mem_mouse_no_data_timer
+	rtn blank
+	fetch 2,mem_mouse_no_data_timeout
+	fetcht 2,mem_mouse_no_data_timer
+	isub temp,temp
+	fetch 2,mem_mouse_logo_led_on_time_init
+	isub temp,pdata
+	branch p_mouse_logo_led_on,positive
+p_mouse_logo_led_off:
+	fetcht 1,mem_mouse_logo_led_gpio
+	branch gpio_out_inactive
+
+p_mouse_logo_led_on:
+	fetcht 1,mem_mouse_logo_led_gpio
+	call gpio_out_active
 
 p_mouse_dpi_led_blink_delay_timer:
 	arg mem_mouse_dpi_led_delay_count,regc
@@ -932,7 +1053,20 @@
 	store 6,mem_mouse_x
 	call mouse_check_sensor_data
 	call mouse_dpi_config
-	branch mouse_motion+5
+	call mouse_zwheel
+	call mouse_t_zwheel
+	call mouse_key
+	fetch 1,mem_mouse_key
+	and_into 0x1f,pdata
+	store 1,mem_mouse_key
+	nbranch mouse_drawing_optima_init,user
+	call p_mouse_drawing_optima
+	branch mouse_no_data_timer_init
+
+p_mouse_drawing_optima:
+	fetch 1,mem_config_sensor_type
+	rtneq P3212
+	branch mouse_drawing_optima
 
 p_mouse_sensor_poweron:
 	call mouse_sensor_spi_init
@@ -1078,3 +1212,535 @@
 
 
 
+p_g24_parse_rx_ota_sm:
+	fetch 1,mem_g24_ota_mode
+	rtn blank
+	fetch 1,mem_g24_ota_sm
+	beq G24_OTA_SM_TX_VERSION,p_g24_ota_sm_tx_version
+	beq G24_OTA_SM_TX_INFO,p_g24_ota_sm_tx_info
+	beq G24_OTA_SM_TX_CONFIG,p_g24_ota_sm_tx_config
+	beq G24_OTA_SM_TX_SET_CONFIG_END,p_g24_ota_sm_tx_config_end
+	beq G24_OTA_SM_TX_DATA,p_g24_ota_sm_tx_data
+	beq G24_OTA_SM_TX_RESET,p_g24_ota_sm_tx_reset
+	rtn
+
+p_g24_ota_sm_tx_reset:
+	jam G24_OTA_SM_TX_RESET_OK,mem_g24_ota_sm
+	rtn
+	
+p_g24_ota_sm_tx_version:
+	jam G24_OTA_SM_TX_VERSION_OK,mem_g24_ota_sm
+	rtn
+	
+p_g24_ota_sm_tx_info:
+	jam G24_OTA_SM_TX_INFO_OK,mem_g24_ota_sm
+	rtn	
+
+p_g24_ota_sm_tx_config:
+	jam G24_OTA_SM_TX_CONFIG_OK,mem_g24_ota_sm
+	rtn	
+	
+p_g24_ota_sm_tx_config_end:
+	jam G24_OTA_SM_TX_SET_CONFIG_END_OK,mem_g24_ota_sm
+	rtn		
+
+p_g24_ota_sm_tx_data:
+	jam G24_OTA_SM_TX_DATA_OK,mem_g24_ota_sm
+	rtn		
+	
+	
+p_g24_mouse_parse_rx:
+	fetch 1,mem_24g_rxdata_length
+	branch  p_g24_parse_rx_ota_sm, blank
+	copy pdata,regb //len
+//	fetch 1,mem_g24_ota_mode
+//	nbranch p_g24_mouse_parse_rx_mode_ota,blank
+	jam 0,mem_24g_rxdata_length
+	fetch 1,mem_24g_rxpayload
+	beq DATATYPE_OTA,p_g24_rx_ota	//mouse
+	rtn
+
+
+p_g24_ota_mode_enable:
+	jam 1,mem_g24_ota_mode
+//	jam CLEAR_INIT,mem_24g_mode_init
+	jam 0,mem_lpm_mode
+	branch p_ota_init
+	
+
+p_g24_ota_dispatch:
+
+	rtn
+	
+
+p_g24_ota_transmit:
+	jam DATATYPE_OTA,mem_24g_txbuf
+	call g24_transmit_prep
+	call g24_transmit_receive_ack
+	nrtn sync
+	nrtn user3
+	call g24_txbuf_clear
+	branch g24_ackpayload_parse
+	
+	
+p_g24_rx_ota:
+	fetch 1,mem_24g_rxpayload
+	rtnne DATATYPE_OTA
+	ifetch 1,contr
+//	store 1,mem_g24_ota_tx_opcode
+	ifetcht 1,contr
+	sub temp,G24_OTA_TARGET_MOUSE,null
+	nbranch assert,zero
+	beq G24_OTA_CMD_VERSION,p_g24_mouse_ota_process_version
+	beq  G24_OTA_CMD_INFO,p_g24_mouse_ota_process_info
+	beq  G24_OTA_CMD_CONFIG,p_g24_mouse_ota_process_config
+	beq G24_OTA_CMD_SET_CONFIG_END,p_g24_mouse_ota_process_set_config_end
+	beq G24_OTA_CMD_DATA,p_g24_mouse_ota_process_data
+	beq G24_OTA_CMD_RESET,p_g24_mouse_ota_process_reset
+	beq G24_OTA_CMD_PING,p_g24_mouse_ota_process_ping
+	branch assert
+	
+p_g24_mouse_ota_process_ping:
+	rtn
+
+p_g24_mouse_ota_process_version:
+//	call  g24_transmit_prep
+	call p_g24_ota_mode_enable 
+	jam G24_OTA_SM_RX_VERSION,mem_g24_ota_sm	
+	rtn
+	
+p_g24_mouse_ota_process_info:
+	jam G24_OTA_SM_RX_INFO,mem_g24_ota_sm
+	rtn
+	
+p_g24_mouse_ota_process_config:
+	jam G24_OTA_SM_RX_CONFIG,mem_g24_ota_sm
+	rtn
+	
+
+p_g24_mouse_ota_process_set_config_end:
+	jam G24_OTA_SM_RX_SET_CONFIG_END,mem_g24_ota_sm
+
+	ifetch 2,contr
+	ifetcht 2,contr
+	fetchr rega, 2,mem_g24_ota_rx_alllen
+	isub rega,null
+	nbranch p_g24_mouse_ota_process_fail,zero
+	fetch 2,mem_g24_ota_rx_sum
+	isub temp,null
+	nbranch p_g24_mouse_ota_process_fail,zero
+	call p_g24_check_ota_data_all
+	nbranch p_g24_mouse_ota_process_fail,user
+	branch p_g24_mouse_ota_process_ok	
+
+p_g24_check_ota_data_all:
+	call p_g24_check_ota_data
+	nrtn user	
+	fetch 2,mem_g24_ota_rx_sum
+	isub alarm,null
+	nbranch disable_user,zero	
+	fetcht 2,mem_temp_block6
+	fetch 2,mem_g24_ota_rx_alllen
+	increase -5,pdata
+	isub temp,null
+	nbranch disable_user,zero
+	branch enable_user
+	
+
+p_g24_check_ota_data:
+	fetch 2,mem_g24_ota_config_addr
+	byteswap pdata,pdata
+	store 2,mem_addr_mi
+	arg 3,temp
+	arg mem_temp_block5,rega
+	call iicd_read_eep	
+
+	fetch 1,mem_temp_block5
+	bne  G24_OTA_DATA_HEADER,disable_user
+	ifetcht 2,contr
+//	fetch 2,mem_g24_ota_rx_alllen
+//	increase -5,pdata
+//	isub temp,null
+//	nbranch disable_user,zero
+	storet 2,mem_pdatatemp //len
+	storet 2,mem_temp_block6 //len
+	
+	fetch 1,mem_temp_block5
+	arg 0xffff,rege //crc
+	arg 0,temp
+	arg mem_temp_block5,contr
+	arg 3,loopcnt
+	call p_g24_mouse_data_sum
+	copy temp,alarm
+	
+	fetch 2,mem_g24_ota_config_addr
+	add pdata,3,regf
+	call p_g24_check_ota_data_loop
+
+	byteswap regf,pdata
+	store 2,mem_addr_mi
+	arg 2,temp
+	arg mem_temp_block5,rega
+	call iicd_read_eep	
+	fetch 2,mem_temp_block5
+	isub rege, null
+	nbranch disable_user,zero
+	fetch 1,mem_temp_block5
+	iadd alarm,alarm
+	ifetch 1,contr
+	iadd alarm,alarm
+	setarg 0xffff
+	iand alarm,alarm
+	branch enable_user
+	
+p_g24_check_ota_data_loop:
+	fetch 2,mem_pdatatemp
+	rtn blank
+	copy pdata,temp
+	sub pdata,16,null
+	branch p_g24_check_ota_data_loopend,positive
+	increase -16,pdata
+	arg 0x10,temp //len
+p_g24_check_ota_data_loop2:
+	store 2,mem_pdatatemp
+	copy temp,regext
+	copy regf,pdata
+	byteswap pdata,pdata
+	store 2,mem_addr_mi
+	arg mem_temp_block5,rega
+	call iicd_read_eep
+	copy regf,pdata
+	iadd regext,regf
+	copy regext,loopcnt
+	copy rege,pdata
+	arg mem_temp_block5,contr
+	icrc contr
+	copy pdata,rege
+	copy regext,loopcnt
+	arg mem_temp_block5,contr
+	copy alarm,temp
+	call p_g24_mouse_data_sum
+	copy temp,alarm
+	branch p_g24_check_ota_data_loop
+
+p_g24_check_ota_data_loopend:
+	setarg 0
+	branch p_g24_check_ota_data_loop2
+	
+
+	
+p_g24_mouse_ota_process_data:
+	jam G24_OTA_SM_RX_DATA,mem_g24_ota_sm
+
+	ifetch 1,contr
+	copy contr,rega
+	fetcht 1,mem_g24_ota_rx_data_count
+	isub temp,null
+	branch p_g24_mouse_ota_process_ok,zero //retrasmit
+	call p_g24_cmd_ota_data_check_count
+	nbranch p_g24_mouse_ota_process_fail,user
+	sub regb,4,null
+	branch p_g24_mouse_ota_process_fail,positive
+	increase -4,regb
+	
+	storer regb,2,mem_hold_contw
+	storer rega,2,mem_hold_contr
+	call iicd_eeprom_write_enable
+	call 	p_dongle_usb_cmd_ota_write_data
+	call iicd_eeprom_write_disable
+	fetchr regb,2,mem_hold_contw
+	fetchr rega,2,mem_hold_contr
+	
+	fetch 2,mem_g24_ota_rx_alllen
+	iadd regb,pdata
+	store 2,mem_g24_ota_rx_alllen
+	copy regb,loopcnt
+	arg 0,temp
+	copy rega,contr
+	call p_g24_mouse_data_sum	
+	fetch 2,mem_g24_ota_rx_sum
+	iadd temp,pdata
+	store 2,mem_g24_ota_rx_sum
+
+p_g24_mouse_ota_process_ok:	
+	jam G24_OTA_STATUS_SUCCESS,mem_g24_ota_rtn_state
+	rtn
+	
+p_g24_mouse_ota_process_fail:	
+	jam G24_OTA_STATUS_FAIL,mem_g24_ota_rtn_state
+	rtn
+
+p_dongle_usb_cmd_ota_write_data:
+//	fetch 1,mem_g24_ota_config_type
+	fetch 2,mem_g24_ota_config_addr
+	rtn blank
+	fetcht 2,mem_g24_ota_rx_alllen
+	iadd temp,pdata
+	copy regb,temp
+	branch iicd_write_ota_data 
+	
+
+p_g24_mouse_ota_process_reset:
+	fetch 1,mem_g24_ota_sm
+	rtneq G24_OTA_SM_RX_RESET
+	rtneq G24_OTA_SM_TX_RESET
+	rtneq G24_OTA_SM_TX_RESET_OK
+	jam 5,mem_g24_ota_reset_timer
+	jam G24_OTA_SM_RX_RESET,mem_g24_ota_sm
+	rtn
+	
+	
+p_g24_cmd_ota_data_check_count:
+	fetcht 1,mem_g24_ota_rx_data_count
+	store 1,mem_g24_ota_rx_data_count
+	beq 0,p_g24_cmd_ota_data_check_count_0
+	isub temp,pdata
+	beq  1,enable_user	
+	branch disable_user
+	
+p_g24_cmd_ota_data_check_count_0:	
+	sub temp,0xff,null
+	branch enable_user,zero
+	branch disable_user
+
+p_g24_mouse_data_sum:
+	ifetch 1,contr
+	iadd temp,temp
+	loop p_g24_mouse_data_sum
+	rtn
+	
+
+//input loopcnt :len ; contr :data ptr 
+//ouput pdata :crc
+p_g24_mouse_ota_crc:
+	setarg 0xffff
+	icrc contr
+	rtn
+	
+p_g24_mouse_ota_check_crc:
+	fetchr loopcnt, 1,mem_24g_rxdata_length
+	sub loopcnt,2,null
+	branch disable_user,positive
+	arg mem_24g_rxpayload,pdata
+	iadd loopcnt,contr
+	increase -2,contr
+	ifetcht 2,contr // rx crc
+	arg mem_24g_rxpayload,contr	
+	call p_g24_mouse_ota_crc
+	isub temp,null
+	branch enable_user,zero
+	branch disable_user
+
+
+p_g24_mouse_ota_check_data:
+	ifetch 1,contr
+	bne 0x5a,p_g24_mouse_ota_load_fail
+	copy rega,1,contr
+	fetcht  2,contr
+p_g24_mouse_ota_check_data_loop:
+	sub temp,3,null
+	branch p_g24_mouse_ota_load_fail,positive
+	increase 2,contr
+	ifetchr loopcnt, 1,contr
+	sub loopcnt,0,null
+	nbranch p_g24_mouse_ota_load_fail,zero
+	copy loopcnt,pdata
+	iadd contr,contr
+	copy temp,pdata
+	increase 3,loopcnt
+	isub loopcnt,temp
+	nbranch p_g24_mouse_ota_check_data_loop,zero
+	ifetcht 2,contr //crc
+	add rega,1,contr
+	ifetch 2,contr 
+	add pdata,2,loopcnt
+	add rega,1,contr
+	call p_g24_mouse_ota_crc
+	isub temp,null
+	nbranch p_g24_mouse_ota_load_fail,zero	
+p_g24_mouse_ota_load_success:
+	branch enable_user
+
+	
+p_g24_mouse_ota_load_fail:
+	branch disable_user
+
+p_g24_mouse_ota_get_otaaddr:
+	fetch 2,mem_g24_ota_config_addr
+	copy pdata,contr
+	call p_g24_mouse_ota_check_data
+	nbranch p_g24_mouse_ota_config_end,user
+	fetchr rega, 2,mem_g24_ota_config_addr
+	add rega,1,contr
+	ifetch 2,contr
+	increase 5,pdata //header 1, len 2, crc 2
+	iadd rega,pdata
+	store 2,mem_g24_ota_config_addr
+	branch p_g24_mouse_ota_get_otaaddr
+
+p_g24_mouse_ota_config_end:
+	fetch 2,mem_g24_ota_storage_size
+	fetcht 2,mem_g24_ota_config_addr
+	isub temp,pdata	
+	rtn
+
+
+p_ota_init:
+	setarg 0
+	store 2,mem_g24_ota_rx_alllen
+	store 2,mem_g24_ota_rx_sum
+	store 1,mem_g24_ota_rx_data_count
+	store 1,mem_g24_ota_sm
+	rtn
+
+p_mouse_24g_package_ota:
+	call disable_user
+	fetch 1,mem_g24_ota_sm
+	beq G24_OTA_SM_RX_VERSION,p_mouse_24g_package_ota_version
+	beq G24_OTA_SM_RX_INFO,p_mouse_24g_package_ota_info
+	beq G24_OTA_SM_RX_CONFIG,p_mouse_24g_package_ota_config
+	beq G24_OTA_SM_RX_SET_CONFIG_END,p_mouse_24g_package_ota_set_config_end
+	beq G24_OTA_SM_RX_DATA,p_mouse_24g_package_ota_data
+	beq G24_OTA_SM_RX_RESET,p_mouse_24g_package_ota_reset
+	branch p_mouse_24g_package_ping
+	
+p_mouse_24g_package_ota_version:
+	jam DATATYPE_OTA,mem_24g_txbuf
+	jam G24_OTA_CMD_VERSION,mem_24g_txbuf+1
+	jam G24_OTA_STATUS_SUCCESS,mem_24g_txbuf+2
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+	setarg G24_OTA_VERSION
+	store 2,mem_24g_txbuf+4
+	jam TYPE_MS,mem_24g_data_type
+	jam 6,mem_24g_datalen
+//	arg 6,rega	//length
+//	arg mem_g24_ota_txbuf,regb //tx buff	
+//	branch enable_user
+	jam G24_OTA_SM_TX_VERSION,mem_g24_ota_sm
+	rtn
+
+p_mouse_24g_package_ota_info:
+	jam DATATYPE_OTA,mem_24g_txbuf
+	jam G24_OTA_CMD_INFO,mem_24g_txbuf+1
+	jam G24_OTA_STATUS_SUCCESS,mem_24g_txbuf+2
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+	fetch 2,core_chipid
+	store 2,mem_24g_txbuf+4
+	setarg 0x6661
+	istore 2,contw
+	setarg 1
+	istore 6,contw
+	setarg 0
+	istore 2,contw
+	istore 2,contw
+	call p_mouse_24g_storage_type
+	istore 1,contw
+	setarg 0
+	istore 1,contw
+	fetcht 2,mem_g24_ota_config_addr
+	istoret 2,contw
+	fetch 2,mem_g24_ota_storage_size
+	lshift8 pdata,pdata
+	rshift  pdata,pdata 
+	isub temp,pdata
+	nbranch  p_dongle_usb_cmd_ota_info_dongle_empty,positive
+p_dongle_usb_cmd_ota_info_dongle_common:	
+	istore 2,contw	
+	jam 24,mem_24g_datalen	
+	jam TYPE_MS,mem_24g_data_type
+	jam G24_OTA_SM_TX_INFO,mem_g24_ota_sm
+	rtn	
+	
+p_dongle_usb_cmd_ota_info_dongle_empty:
+	setarg 0
+	branch p_dongle_usb_cmd_ota_info_dongle_common
+	
+p_mouse_24g_package_ota_config:
+	jam G24_OTA_SM_TX_CONFIG,mem_g24_ota_sm
+	jam G24_OTA_CMD_CONFIG,mem_24g_txbuf+1
+	jam 4,mem_24g_datalen
+	branch p_mouse_24g_package_ota_common_ok
+
+p_mouse_24g_package_ota_reset:
+	jam G24_OTA_SM_TX_RESET,mem_g24_ota_sm
+	jam G24_OTA_CMD_RESET,mem_24g_txbuf+1
+	jam 4,mem_24g_datalen
+	branch p_mouse_24g_package_ota_common_ok	
+
+p_mouse_24g_storage_type:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_EEPROM,p_mouse_24g_storage_type_eeprom
+	bbit1 MOUSE_ENABLE_FLASH,p_mouse_24g_storage_type_flash
+	setarg G24_OTA_STORAGE_ERROR
+	rtn
+	
+p_mouse_24g_storage_type_eeprom:
+	setarg G24_OTA_STORAGE_EEPROM
+	rtn
+	
+p_mouse_24g_storage_type_flash:
+	setarg G24_OTA_STORAGE_FLASH
+	rtn
+	
+
+p_mouse_24g_package_ota_common_ok:
+	jam TYPE_MS,mem_24g_data_type
+	jam DATATYPE_OTA,mem_24g_txbuf
+	jam G24_OTA_STATUS_SUCCESS,mem_24g_txbuf+2
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+	rtn
+
+p_mouse_24g_package_ota_common_fail:
+	jam G24_OTA_STATUS_FAIL,mem_24g_txbuf+2
+	jam TYPE_MS,mem_24g_data_type
+	jam DATATYPE_OTA,mem_24g_txbuf
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+	rtn
+
+	
+p_mouse_24g_package_ota_data:
+	jam G24_OTA_SM_TX_DATA_OK,mem_g24_ota_sm
+	
+	jam G24_OTA_CMD_DATA,mem_24g_txbuf+1
+	fetch 1,mem_g24_ota_rx_data_count
+	store 1,mem_24g_txbuf+4	
+	jam 5,mem_24g_datalen
+	jam TYPE_MS,mem_24g_data_type
+	jam DATATYPE_OTA,mem_24g_txbuf
+	fetch 1,mem_g24_ota_rtn_state
+	store 1,mem_24g_txbuf+2
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+	rtn
+
+
+p_mouse_24g_package_ota_set_config_end:
+	jam G24_OTA_SM_TX_SET_CONFIG_END_OK,mem_g24_ota_sm
+	jam G24_OTA_CMD_SET_CONFIG_END,mem_24g_txbuf+1
+	jam 4,mem_24g_datalen
+	
+	jam TYPE_MS,mem_24g_data_type
+	jam DATATYPE_OTA,mem_24g_txbuf
+	fetch 1,mem_g24_ota_rtn_state
+	store 1,mem_24g_txbuf+2
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+	rtn
+
+	
+p_mouse_24g_package_ping:
+	jam DATATYPE_OTA,mem_24g_txbuf
+	jam G24_OTA_CMD_PING,mem_24g_txbuf+1
+	jam G24_OTA_STATUS_SUCCESS,mem_24g_txbuf+2
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+//	jam DATATYPE_OTA,mem_24g_txbuf
+//	jam G24_OTA_CMD_PING,mem_24g_txbuf+1
+	jam TYPE_MS,mem_24g_data_type
+	jam 4,mem_24g_datalen
+	rtn
+	
+p_mouse_24g_package_data_ota:
+	copy pdata,rega //length
+	jam 0,mem_g24_ota_prepare_send_len
+	jam TYPE_MS,mem_24g_data_type
+	arg mem_g24_ota_txbuf,regb //tx buff		
+	rtn
+
Index: sched/mouse.dat
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_public_sdk/sched/mouse.dat	(revision 896)
+++ /YC1308AC/branch/mouse_project/mouse_public_sdk/sched/mouse.dat	(working copy)
@@ -13,7 +13,7 @@
 mem_gain_fix:ff
 mem_gain_second_agc_en:00
 
-
+mem_mouse_flag:
 #mouse flag byte1
 #bit0 MOUSE_SELECT_DEVICE_FLAG
 #bit1 MOUSE_24G_PAIRING_FLAG
@@ -22,7 +22,7 @@
 #bit4 MOUSE_LOW_VOLTAGE_FLAG
 #bit5 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
 #bit6 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
-
+04
 
 #mouse flag byte2
 #bit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE
@@ -31,6 +31,7 @@
 #bit3 MOUSE_ENABLE_WAKEUP_FROM_POWER
 #bit4 MOUSE_ENABLE_16M
 #bit5 MOUSE_ENABLE_USB
+09
 
 #mouse flag byte3
 #bit0 MOUSE_ENABLE_SPI2
@@ -40,6 +41,7 @@
 #bit4 MOUSE_ENABLE_ADC
 #bit5 MOUSE_ENABLE_KEYBOARD
 #bit6 MOUSE_ENABLE_24G_SEARCH_DONGLE
+4a
 
 #mouse flag byte4
 #bit0 MOUSE_ENABLE_24G_250Hz
@@ -50,6 +52,7 @@
 #bit5 MOUSE_ENABLE_USB_250
 #bit6 MOUSE_ENABLE_USB_500
 #bit7 MOUSE_ENABLE_USB_1000
+00
 
 #mouse flag byte5
 #bit0 MOUSE_ENABLE_POWER_ON_LED
@@ -60,6 +63,7 @@
 #bit5 MOUSE_ENABLE_DPI_FOR_4_LED
 #bit6 MOUSE_ENABLE_BT2_FOR_4_LED
 #bit7 MOUSE_ENABLE_LOW_V_FOR_4_LED
+01
 
 #mouse flag byte6 
 #bit0 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
@@ -70,6 +74,7 @@
 #bit5 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
 #bit6 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
 #bit7 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING
+80
 
 #mouse flag byte7
 #bit0 MOUSE_ENABLE_AUTO_24G_PARING
@@ -80,6 +85,7 @@
 #bit5 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
 #bit6 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
 #bit7 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY
+03
 
 #mouse flag byte8
 #bit0 MOUSE_ENABLE_SMOOTHER
@@ -87,29 +93,9 @@
 #bit2 MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED
 #bit3 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
 #bit4 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
-
-
-mem_mouse_flag:
-04
-
-#clk selsect/usb  1byte
-08    #24M
-
-#2.4g+ee/flash+adc+customize key select  1byte
-4a	#2.4g+eeprom
-
-#sensor select  1byte
-00 #3level dpi+(2.4g:125+bt/ble:115)Hz
-
-#led select  1byte
-01 #poweron
-
-#mode switch+pair/discovery  2byte 
-80 00 #dip(matrix)+2.4 first
-
-#updata 1byte
 03
 
+
 mem_mouse_discovery_timeout:b0 04	#2min
 mem_mouse_24g_pair_timeout_init:58 02  #1min	    24g reconn timer&pair timer
 mem_mouse_direct_timeout:64  #05s
@@ -131,7 +117,7 @@
 mem_whee_a_data_gpio:05
 mem_whee_b_data_gpio:04
 mem_config_device_24g_led_gpio:03
-mem_config_device_bt1_led_gpio:03
+mem_config_device_bt1_led_gpio:ff
 mem_select_sensor_angle_gpio:08
 
 mem_lbutton_gpio:0b
@@ -151,6 +137,8 @@
 mem_sensor_angle_switch:00	#00--6CLK   01--9CLK   02--12CLK   03--3CLK
 mem_config_sensor_dpi:00		#00--1200   01--1600
 
+mem_mouse_logo_led_gpio:ff
+mem_mouse_logo_led_on_time_init:58 02	#1min
 
 
 mem_usb_offline_check_gpio:ff
@@ -188,7 +176,7 @@
 mem_mouse_page_to:00 40		# 16384*0.625ms=10s
 mem_mouse_fast_direct_timeout:0a #1s
 mem_mouse_fast_page_to:60 06	# 1600*0.625ms = 1s
-mem_mouse_24g_power_on_fast_conn_timer:05 00 #500ms
+mem_mouse_24g_power_on_fast_conn_timer:0a 00 #1s
 mem_mouse_24g_search_dongle_time_init: 64 00
 mem_mouse_no_data_timeout:70 17 #10min
 
@@ -234,7 +222,7 @@
 mem_app_connection_options:06
 mem_lap:15 a0 c8 12 23 51
 mem_local_name_length:
-'Bluetooth Mouse 3.0
+'BT3.0 Mouse
 mem_sniff_param_interval:
 0e 00 
 01 00 ##mem_sniff_param_attempt:01 00
@@ -281,6 +269,8 @@
 mem_le_name_len:
 'BT5.2 Mouse
 
+mem_le_name_patch_len:	#max 18bytes
+'BT5.2 Mouse
 
 mem_le_interval_min:
 07 00 #min interval
