Index: YC_Download.bat
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/YC_Download.bat	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/YC_Download.bat	(working copy)
@@ -0,0 +1,8 @@
+call do_sdk.bat eep
+e pu
+e 8070 00000000000000000000
+e 807a 00000000000000000000
+e 8070 3e6c6d   
+e ep output/eeprom.dat
+e er 0 10
+e ku
Index: do_sdk.bat
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/do_sdk.bat	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/do_sdk.bat	(working copy)
@@ -0,0 +1,93 @@
+@set FPGA_PATH=fpgajic\fpga
+@set ROM_PATH=.
+@set MV_PATCH=mv\src\yichip
+@set YC_PATCH_FILE=yc_patch_yc1021.h
+@set enc=1
+@set enckey=0000000000000000
+@rem set device_option=rfbqb
+@set device_option=mouse
+@rem set device_option=shutter
+@rem set device_option=hci
+@rem set device_option=antilost
+@rem set device_option=dongle
+@rem set device_option=module
+@rem set device_option=car
+@rem set device_option=remote_car
+@rem set device_option=mesh
+@echo off
+
+setlocal enabledelayedexpansion
+
+copy program\patch_sdk.prog output\bt_program23.meta
+
+copy format\rom.format + format\labels.format + format\command.format  output\bt_format.meta > nul
+
+::perl util/memalloc.pl output/bt_format.meta
+
+if "%device_option%" equ "hci" (
+  copy sched\hci_boot.dat output\sched.rom
+) else if "%device_option%" equ "mouse" (
+  copy sched\mouse.dat output\sched.rom
+) 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 output\sched.rom
+) else if "%device_option%" equ "antilost" (
+  copy sched\antilost.dat + sched\1308.dat output\sched.rom
+) else if "%device_option%" equ "dongle" (
+  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" (
+  copy sched\remote_car.dat + sched\1308.dat output\sched.rom
+) else if "%device_option%" equ "esl" (
+  copy sched\esl.dat + sched\1308.dat output\sched.rom  
+ ) else if "%device_option%" equ "mesh" (
+  copy sched\mesh.dat output\sched.rom
+) else (
+
+cd ..
+echo **********************************
+echo Error: illegal device_option !
+echo **********************************
+goto end
+) 
+
+perl util/mergepatch.pl 
+
+cd output
+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" (
+cd ..\output
+copy eeprom.dat ..\util\eeprom.dat
+cd ..\util
+eeprom2fulleeprom.exe eeprom.dat 64>compare2.dat
+crc16.exe compare2.dat 2 >..\output\eeprom.dat
+del eeprom.dat
+del compare2.dat
+cd ..\output
+copy eeprom.dat ..\output\flash.dat 
+
+)
+
+
+if "%device_option%" equ "module" (
+	perl eeprom2hciimage_1021s.pl
+
+)
+:: perl ..\util\eeprom2hciimage.pl
+:: perl ..\util\bin2array.pl > bt_patch.h
+
+:end
+
Index: format/command.format
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/format/command.format	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/format/command.format	(working copy)
@@ -0,0 +1,1379 @@
+
+/* Parse Command:
+TX: take bits from tx fifo, jam it into shift and a destination (rf,bucket)
+RX: take bits from demod,  jam it into shift and a destination (acl,sco,bucket) */
+
+/* Inject Command:
+TX: 0 into shift, send tail of shift into a destination (rf,bucket)
+RX: 0 into shift, send tail of shift into a destination (acl,sco,bucket) */
+
+format
+  ! 15 romdat
+  % d0
+  % d1
+  % d2
+  % d3
+  [8] d0
+  [8] d1
+  [8] d2
+  [8] d3
+end
+
+format
+  ! 15 enable   /* set flag to 1 */
+  % flag
+  [5] opcode
+  [6] 1
+  [6] flag
+  [6] null
+  [9] 0
+end
+ /* High 5 bytes of channel map */
+format
+  ! 15 pulse   /* set flag to 1 */
+  % flag
+  [5] opcode
+  [6] 1
+  [6] flag
+  [6] null
+  [9] 0
+end
+
+format
+  ! 15 disable   /* set flag to 0 */
+  % flag
+  [5] opcode
+  [6] 2
+  [6] flag
+  [6] null
+  [9] 0
+end
+
+format
+  ! 15 set0  /* set selected bit of reg to 0 */
+  % immediate
+  % reg
+  [5] opcode
+  [6] 9
+  [6] never
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 set1  /* set selected bit of reg to 1 */
+  % immediate
+  % reg
+  [5] opcode
+  [6] 9          /* alu op demux */
+  [6] always
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 setflag  /* set selected bit of the reg to the polarity of the flag */
+  % flag
+  % immediate
+  % reg
+  [5] opcode
+  [6] 9
+  [6] flag
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 nsetflag  /* set the selected bit of the reg to the opposite polarity of the flag */
+  % flag
+  % immediate
+  % reg
+  [5] opcode
+  [6] 0x29
+  [6] flag
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 setflip    /* invert the selected bit of the reg */
+  % immediate
+  % reg
+  [5] opcode
+  [6] 10            /* this is alu op */
+  [6] always
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 0x1f qset1      /* demux the lowest 4 bit of queue and OR it with regr into regw */
+  % reg             /* in short, set the bit in reg indexed by queue to 1 */
+  [5] opcode
+  [6] 9
+  [6] always
+  [6] reg
+  [9] 0
+end
+  
+format
+  ! 0x1f qset0      /* demux the lowest 4 bit of queue and AND it with regr into regw */
+  % reg             /* in short, set the bit in reg indexed by queue to 0 */
+  [5] opcode
+  [6] 9
+  [6] never
+  [6] reg
+  [9] 0
+end
+
+format 
+  ! 0x1f qsetflag   /* set the bit in reg index by queue to same as flag */
+  % flag
+  % reg
+  [5] opcode
+  [6] 9
+  [6] flag
+  [6] reg
+  [9] 0
+end
+
+format 
+  ! 0x1f nqsetflag   /* set the bit in the reg index by queue to opposite of flag */
+  % flag
+  % reg
+  [5] opcode
+  [6] 0x29
+  [6] flag
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 0x1f qsetflip      /* flip the bit in reg index by queue */
+  % reg
+  [5] opcode
+  [6] 10
+  [6] always
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 1 parse       /* take bits out of source (sco_tx,tx_buffer,rx-elas) into pdata and dest (sco_rx,rx_fifo,tx-elas) */
+  % source
+  % dest
+  % immediate
+  [5] opcode
+  [4] source      /* voice, data, demod */
+  [2] 0
+  [6] 0    
+  [2] 0           /* parse or inject */ 
+  [4] dest        /* acl, sco, mod, bucket */
+  [9] immediate   /* number of bits to parse off */
+end
+
+format
+  ! 1 inject      /* shift data from pdata into destination (tx-elas,rx_fifo,sco_rx) */
+  % destination
+  % immediate
+  [5] opcode
+  [4] 0
+  [2] 0
+  [6] 1
+  [2] 0
+  [4] destination /* acl,sco,mod,bucket */
+  [9] immediate   /* number of bits to be injected */
+end
+
+format
+  ! 1 iinject
+  % destination
+  % regr
+  [5] opcode
+  [6] regr       /* contain the number of bits to inject */
+  [6] 3
+  [2] 0
+  [4] destination /* acl,sco,mod,bucket */
+  [9] 0 
+end
+
+format
+  ! 1 stuff  /* automatic parse, stuff_counter decrement on every bit until hits zero */
+  % source
+  % destination
+  [5] opcode
+  [4] source
+  [2] 0
+  [6] 2
+  [2] 0
+  [4] destination
+  [9] 0
+end
+
+format    /* force immediate value into registers */
+  ! 3 force
+  % immediate
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 0    /* alu operation force */
+  [6] regw  /* destination register */
+  [9] immediate
+end
+
+format    /* force whatever is on shift_reg to regsiters */
+  ! 0x13 iforce
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 0    /* alu operation force */
+  [6] regw  /* destination register */
+  [9] 0
+end
+
+format    /* force immediate value into registers */
+  ! 3 increase
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 1    /* alu operation add */
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 3 pincrease
+  % immediate
+  [5] opcode
+  [6] -1  /* pdata */
+  [6] 1   /* alu add */
+  [6] -1  /* back to pdata */
+  [9] immediate
+end
+
+format    /* force immediate value into registers */
+  ! 3 and_into
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 2    /* alu operation and into */
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 3 and
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 2    /* alu operation and into */
+  [6] regw
+  [9] immediate
+end
+  
+format
+  ! 0x13 iand    /* pdata & regr -> regw */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 2    /* alu operation and into */
+  [6] regw
+  [9] 0
+end
+  
+
+format    /* and whatever is in shiftreg with reg */
+  ! 0x13 iand_into
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 2    /* alu operation and into */
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 3 or_into
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 3    /* alu operation or into */
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 3 or
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 3    /* alu operation or into */
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 ior
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 3    /* alu operation or into */
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 0x13 ior_into
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 3    /* alu operation or into */
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 3 skip_to   /* jump to location stored in reg */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 4   /* alu operation copy */
+  [6] rom_addr
+  [9] 0
+end
+
+format
+  ! 3 copy
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 4   /* alu operation copy */
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 deposit   /* copy the register content thru alu to shift register, not prealigned like preload */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 4   /* alu operation copy */
+  [6] -1  /* pdata */
+  [9] 0
+end
+
+format
+  ! 3 icopy     /* copy the shift register lsb content directly to register, not aligned */
+  % regw
+  [5] opcode
+  [6] -1  /* pdata */
+  [6]  4  /* alu copy */
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 add
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 1
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 iadd       /* regr + pdata -> regw */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 1
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 sub          /* immediate - regr -> regw */
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 12
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 isub       /* pdata - regr -> regw */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 12
+  [6] regw
+  [9] 0
+end
+
+
+format
+  ! 3 flip
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 5
+  [6] reg
+  [9] immediate
+end
+  
+format
+  ! 0x13 iflip  /* use shift register as immediate to do xor */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 5
+  [6] regw
+  [9] 0
+end
+  
+format
+  ! 3 xor
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 5
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 3 xor_into
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 5
+  [6] reg
+  [9] immediate
+end
+  
+format
+  ! 0x13 ixor  /* pdata xor regr and store result in regw */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 5
+  [6] regw
+  [9] 0
+end
+  
+format
+  ! 3 invert
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 8
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 pinvert    /* invert pdata into itself */
+  [5] opcode
+  [6] -1
+  [6] 8
+  [6] -1
+  [9] 0
+end
+
+format
+  ! 3 div                 /* regr div immediate div */
+  % reg
+  % immediate
+  [5] opcode
+  [6] reg
+  [6] 13                   /* generate diven pulse to div */
+  [6] null
+  [9] immediate
+end
+
+format
+  ! 0x13 idiv           /* pdata div regr data ready at most after 41 nops */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 13                   /* generate diven pulse to div */
+  [6] null
+  [9] 0
+end
+
+format
+  ! 0x13 idiv48           /* pdata div regr data 48bit */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 17                   /* generate diven pulse to div */
+  [6] null
+  [9] 0
+end
+
+format
+  ! 3 remainder            /* harvest div remainder */
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 14
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 quotient             /* harvest div quotient */
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 15
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 6
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift2
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 22
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift3
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 18
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift4
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 35
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift8
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 25
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift16
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 34
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift32
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 30
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 7
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift2
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 23
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift8
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 26
+  [6] regw
+  [9] 0
+end
+
+  
+format
+  ! 3 lshift3
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 19
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift4
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 36
+  [6] regw
+  [9] 0
+end
+  
+
+format
+  ! 3 lshift16
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 32
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 random               /* random number into regw */
+  % reg
+  [5] opcode
+  [6] 0
+  [6] 20
+  [6] reg
+  [9] 0
+end
+
+format                     /* bit reverse within a byte */
+  ! 3 reverse
+  % reg
+  % regw
+  [5] opcode
+  [6] reg
+  [6] 27
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 priority    /* priority encode reg into regw, lsb is the top priority, ie, priority(8'b00010000) = 4 */
+  % reg
+  % regw
+  [5] opcode
+  [6] reg
+  [6] 21
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 7 setsect   /* set a section of pdata */
+  % section    /* 0 sets 17:0 of pdata with set_data, 1 sets 35:18, 2 sets 53:36, 3 sets 71:54 */
+  % set_data
+  [5] opcode
+  [7] 0
+  [2] section
+  [18] set_data
+end
+
+format
+  ! 10 preload   /* load stuff into pdata according to fhs format, check us.v */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 0
+  [6] -1
+  [9] 0
+end
+
+format  /* load register with pdata content, according to fhs format, check us.v */
+  ! 10 ialigned   /* all bits are in position */
+  % regw
+  [5] opcode
+  [6] -1
+  [6] 0
+  [6] regw
+  [9] 0
+end
+
+format  /* load register to another according to fhs format */
+  ! 10 aligned
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 0
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 4 branch
+  % addr
+  % flag
+  [5] opcode
+  [6] 1
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 call
+  % addr
+  % flag
+  [5] opcode
+  [6] 2
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 rtn
+  % flag
+  [5] opcode
+  [6] 3
+  [6] flag
+  [15] 0
+end
+
+format
+  ! 0x0d fetch          /* read from memory, data into pdata, address from immediate then mem_ptr */
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 63
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x0d fetcht          /* read from memory, data into temp, address from immediate won't increment */
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 2
+  [1] addr
+  [1] 1
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x1d ifetch         /* read from memory, data into pdata, address from regr then mem_ptr */
+  % num_bytes
+  % reg
+  [5] opcode
+  [6] 63
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] reg
+end
+
+format
+  ! 0x1d ifetcht         /* read from memory, data into temp, address from regr won't increment */
+  % num_bytes
+  % reg
+  [5] opcode
+  [6] 2
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] reg
+end
+
+format
+  ! 0x0c store          /* write to memory, data from pdata, address from immediate then mem_ptr */
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 63
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x0c storet          /* write to memory, data from temp, address from immediate won't increment */
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 2
+  [1] addr
+  [1] 1
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x1c istore        /* write pdata to memory, address from regaddr */
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] 63            
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+format
+  ! 0x1c istoret        /* write temp to memory, address from regaddr */
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] 2            
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+format
+  ! 0x0d crc         // read from memory, count from loopcnt, put crc result into pdata 
+  % addr
+  [5] opcode
+  [6] 63
+  [6] 0
+  [15] addr
+end
+
+format
+  ! 0x1d icrc         /* read from memory, address from reg, count from loopcnt, put crc result into pdata */
+  % reg
+  [5] opcode
+  [6] 63
+  [15] 0
+  [6] reg
+end
+
+
+format
+  ! 0x0c storer          /* write reg to memory, address from immediate then mem_ptr */
+  % reg
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] reg               
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+
+format
+  ! 0x1c istorer        /* write regr to memory, address from regaddr */
+  % regr
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] regr            
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+
+format
+  ! 0x0d fetchr          /* read reg from memory, address from immediate then mem_ptr */
+  % reg
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] reg               
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x1d ifetchr        /* read regr from memory, address from regaddr */
+  % regr
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] regr
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+
+
+
+format
+  ! 0x0e jam
+  % immediate
+  % addr
+  [5] opcode
+  [3] 0
+  [16] addr
+  [8] immediate
+end
+
+format			/* 0x242... */
+  ! 4 nbranch
+  % addr
+  % flag
+  [5] opcode
+  [1] 1
+  [5] 1
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 ncall
+  % addr
+  % flag
+  [5] opcode
+  [1] 1
+  [5] 2
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 nrtn
+  % flag
+  [5] opcode
+  [1] 1
+  [5] 3
+  [6] flag
+  [15] 0
+end
+
+format
+  ! 4 nop
+  % addr  /* no-op for addr+2 clocks */
+  [5] opcode
+  [6] 0     
+  [6] 0     /* always */ 
+  [15] addr
+end
+
+format
+  ! 4 clear_stack
+  [5] opcode
+  [6] 4
+  [6] 0    /* always */
+  [15] 0
+end
+
+format
+  ! 6 until
+  % reg
+  % flag
+  [5] opcode
+  [6] reg
+  [6] flag
+  [6] 1
+  [9] 0
+end
+  
+format
+  ! 6 correlate   /* quit if 1. flag is true 2, regr time up 3, found sync,(cond_true) */
+  % reg          /* expire counter to check against */
+  % flag
+  [5] opcode
+  [6] reg
+  [6] flag
+  [6] 2           /* correlate */
+  [9] 0           
+end
+
+format
+  ! 5 compare   /* sets cond flag,  if reg equals immediate */
+  % immediate
+  % reg
+  % mask
+  [5] opcode
+  [6] reg
+  [3] 0
+  [9] mask
+  [9] immediate
+end
+
+format
+  ! 0x15 icompare   /* sets cond flag,  if reg equals pdata */
+  % mask
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 0
+  [9] mask
+  [9] 0
+end
+
+format   /* sets cond. flag, if reg equals LS half of shift reg with MS half of reg being mask */
+  ! 5 iverify
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 2
+  [18] 0
+end
+
+format
+  ! 0x15 qisolate1
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [18] -1
+end
+
+format
+  ! 0x15 qisolate0
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [18] 0
+end
+
+	/* REVAB bug: cannot access bit above 35 */
+format
+  ! 5 isolate1
+  % addr
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [9] -1
+  [9] addr
+end
+
+format
+  ! 5 isolate0
+  % addr
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [9] 0
+  [9] addr
+end
+
+format
+  ! 11 setarg
+  % immediate
+  [5] opcode
+  [27] immediate
+end
+
+format
+  ! 0x1b arg
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [21] immediate
+end
+
+  
+format
+  ! 0 sleep
+  [5] opcode
+  [27] 0
+end
+
+format
+  ! 0 snooze
+  [5] opcode
+  [6] -1
+  [21] 0
+end
+
+format
+  ! 0 revision
+  % rev_num
+  [5] opcode
+  [27] rev_num
+end
+
+format
+  ! 0x18 loop   /* branch when loopcnt is NOT zero, and decrease loopcnt */
+  % addr
+  [5] opcode
+  [4] 4
+  [8] 0
+  [15] addr
+end
+
+format
+  ! 0x18 beq   /* branch when pdata is equal to immediate */
+  % imme
+  % addr
+  [5] opcode
+  [4] 0
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bne   /* branch when pdata is NOT equal to immediate */
+  % imme
+  % addr
+  [5] opcode
+  [4] 1
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 rtneq   /* return when pdata is equal to immediate */
+  % imme
+  [5] opcode
+  [4] 2
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 rtnne   /* return when pdata is NOT equal to immediate */
+  % imme
+  [5] opcode
+  [4] 3
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 bbit1   /* branch when pdata's imme bit is 1 */
+  % imme
+  % addr
+  [5] opcode
+  [4] 5
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bbit0   /* branch when pdata's imme bit is 0 */
+  % imme
+  % addr
+  [5] opcode
+  [4] 6
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 rtnbit1   /* return when pdata's imme bit is 0 */
+  % imme
+  [5] opcode
+  [4] 7
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 rtnbit0   /* return when pdata's imme bit is 0 */
+  % imme
+  [5] opcode
+  [4] 8
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 8	bpatch
+  % imme
+  % addr
+  [5] opcode
+  [4] 9
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 8	bpatchx
+  % imme
+  % addr
+  [5] opcode
+  [4] 14
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bmark1   /* branch when mark's imme bit is 1 */
+  % imme
+  % addr
+  [5] opcode
+  [4] 10
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bmark0   /* branch when mark's imme bit is 0 */
+  % imme
+  % addr
+  [5] opcode
+  [4] 11
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 rtnmark1   /* return when mark's imme bit is 0 */
+  % imme
+  [5] opcode
+  [4] 12
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 rtnmark0   /* return when mark's imme bit is 0 */
+  % imme
+  [5] opcode
+  [4] 13
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 3 mul32                  /* immediate mult regr */ 
+  % regr
+  % immediate                                  
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 31           
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 imul32           /* pdata mult regr 32x32=64bit */  
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 31                   
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 0x13 imults           /* pdata mult regr 32x32=64bit, signed */  
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 16
+  [6] regw
+  [9] 0
+end
+
+
+format
+  ! 3 byteswap
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 33
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 shasx          /* SHA256 Sx operation, immediate is Sx */
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 28
+  [6] regw
+  [9] immediate
+end
+
+
+format
+  ! 0x13 regexrot 	/* regext[0] <- regext[7], regext[1] <- regext[0], regext[2] <- regext[1] ... */
+  [5] opcode
+  [6] 0
+  [6] 29
+  [6] null
+  [9] 0
+end
+
Index: format/labels.format
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/format/labels.format	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/format/labels.format	(working copy)
@@ -0,0 +1,4294 @@
+0x0800 start
+0x0801 soft_reset
+0x0813 main_loop
+0x0822 connection_dispatch
+0x0828 connection_incontext
+0x0831 connection_nosniff
+0x083a idle_dispatch
+0x0845 idle_exit
+0x0847 idle_le_create_conn
+0x084a idle_inquiry
+0x084f idle_inquiry_cancel
+0x0852 idle_remote_name_req
+0x0857 idle_create_conn
+0x0858 idle_create_conn_device
+0x085d idle_create_conn_cont
+0x085e idle_start_page
+0x0864 idle_page_mode_r0
+0x0885 idle_page_fail
+0x088b idle_name_fail
+0x0891 inquiry_dispatch
+0x0898 inquiry_start
+0x089f inquiry_restart
+0x08a2 inquiry_rx_restart
+0x08a7 inquiry_transmit
+0x08b4 inquiry_check_train
+0x08c1 inquiry_receive
+0x08cb inquiry_sync
+0x08d1 inquiry_receive_rtn
+0x08d1 inquiry_receive_eir_rtn
+0x08d5 master_page
+0x08dd master_page_no_interval
+0x08e8 master_npage_timeout
+0x08eb master_page_timeout
+0x08f2 page_start
+0x08fe page_restart
+0x0903 page_rx_restart
+0x0916 page_exit
+0x091c page_check_train
+0x092a page_receive
+0x0932 page_sync
+0x0938 page_send_fhs
+0x093c page_send_fhs_continue
+0x0948 page_wait_fhs_reply
+0x0957 page_wait_fhs_reply_ok
+0x095c master_newconn_loop
+0x0963 newconn_poll_responded
+0x096b master_dispatch
+0x097b master_loop
+0x0984 master_notmatch
+0x098a master_exit
+0x098c master_attempt
+0x098f check_master_disconnect
+0x0992 check_master_match
+0x09a0 master_disconnect
+0x09a6 master_name_disconnect
+0x09a8 master_name_error
+0x09ab check_disconnect_timeout
+0x09b2 conn_timer_expired
+0x09b6 linkkey_ready
+0x09bf linkkey_set
+0x09c7 linkkey_set_continue
+0x09c8 generate_linkkey_continue
+0x09c9 clear_linkstate
+0x09cd role_switch_check
+0x09d7 role_switch_clkn
+0x09d8 role_switch_clke
+0x09dd role_switch_prepare
+0x09df role_switch_prepare0
+0x09e5 role_switch_master
+0x09ec roles_waitfhs_loop
+0x09f2 role_switch_fail_master
+0x09fa roles_replyto_fhs
+0x0a04 roles_replyto_fhs_rcvd
+0x0a0b roles_newconns_loop
+0x0a11 roles_newconns_responded
+0x0a19 context_load
+0x0a2b context_load_master
+0x0a32 context_save
+0x0a3a context_get_next
+0x0a3c context_get_next_loop
+0x0a40 context_get_next_cont
+0x0a48 context_get_next_sniff
+0x0a4a context_new
+0x0a52 context_check_all_wack
+0x0a5a context_check_esco_wack
+0x0a5f context_esco_wack
+0x0a61 context_check_idle
+0x0a63 context_traverse_linkkey
+0x0a66 context_search_conn_handle
+0x0a67 context_search_conn_handle2
+0x0a69 context_search_plap
+0x0a6b context_search_plap2
+0x0a6d context_search_insniff
+0x0a6f context_search_sniff_window
+0x0a70 context_search
+0x0a73 context_search_loop
+0x0a75 context_search_next
+0x0a79 context_search_empty
+0x0a7d context_search_lap
+0x0a7f context_search_lap_cont
+0x0a84 context_search_handle
+0x0a8a context_search_sniff
+0x0a8b context_search_sniff_loop
+0x0a98 context_search_sniff_sc
+0x0a9b context_search_meet1
+0x0a9c context_search_meet
+0x0aa0 context_search_sniff_miss
+0x0aa6 sign_pdata_temp
+0x0ab0 sign_pdata_temp_p0
+0x0ab6 context_check_inconn
+0x0ab9 context_check_a_wack
+0x0ac2 context_get_anchor
+0x0ace context_next_anchor
+0x0ad5 context_search_window
+0x0ade context_traverse_clearkey
+0x0ae9 master_conn_send_packet
+0x0aeb master_send_packet
+0x0af3 master_conn_recv_packet
+0x0af5 master_recv_packet
+0x0afd master_rx_conn_finish_packet
+0x0b01 master_newconn_once
+0x0b07 inquiry_scan_dispatch
+0x0b18 inquiry_scan_start
+0x0b42 send_eir
+0x0b64 get_all_uuid
+0x0b68 lshift_loop
+0x0b7a page_scan_dispatch
+0x0b8b page_scan_start
+0x0bac page_scan_wait_fhs_restart
+0x0bb5 page_scan_wait_fhs_again
+0x0bbc page_scan_reply_to_fhs
+0x0bc9 slave_apply_clke_bt
+0x0bcd slave_apply_clke_bt_now
+0x0bd0 start_slave_connection
+0x0bd4 slave_newconn_loop
+0x0bd9 sconn_successful
+0x0be0 slave_dispatch
+0x0be4 slave_loop
+0x0bf4 slave_notmatch
+0x0bfd slave_disconnect
+0x0c05 role_switch_slave
+0x0c0c roles_sendfhs_loop
+0x0c1e roles_got_fhs_reply
+0x0c21 roles_newconn_loop
+0x0c2a roles_newconn_responded
+0x0c30 roles_newconn_nolmp
+0x0c3b init_rx_packet_flags
+0x0c46 prepare_newconn
+0x0c51 newconn_init
+0x0c60 clear_linkkey
+0x0c66 new_conn_timeout
+0x0c6a new_conn_handle
+0x0c6e quit_connection
+0x0c73 quit_connection_name
+0x0c77 quit_connection_cont
+0x0c87 quit_connection_not_clear_mark
+0x0c89 quit_connection_not_clear_tx
+0x0c8d slave_newconn_once
+0x0c9a prepare_tx
+0x0ca6 prepare_tx_not_esco
+0x0ca7 prepare_tx_not_sco
+0x0cac prepare_tx_retransmit
+0x0cb6 prepare_tx_nomore_retransmit
+0x0cb8 prepare_tx_no_retransmit
+0x0cc1 prepare_tx_pollnull
+0x0cc5 prepare_tx_loopback
+0x0ccb prepare_tx_txpat
+0x0ccf prepare_tx_sendlmp
+0x0cd1 prepare_tx_ccm_edr_lmp
+0x0cdb prepare_tx_sendl2cap
+0x0cdd prepare_tx_ccm_edr
+0x0ce8 set_wait_ack
+0x0cf1 tx_l2cap_type
+0x0d07 tx_l2cap_type_edr
+0x0d17 slave_receive_master_slot
+0x0d1c slave_receive_notsniff
+0x0d1d slave_receive_access
+0x0d1e slave_receive_sniff
+0x0d3c slave_conn_recv_packet
+0x0d44 receive_packet
+0x0d47 receive_packet_whitened
+0x0d5c receive_packet_noedr
+0x0d65 receive_packet_amchk
+0x0d71 am_addr_match
+0x0d73 am_addr_ok
+0x0d82 arqn_bypass
+0x0d8f failed_seqn
+0x0d90 rx_type_dispatch
+0x0d9e process_poll
+0x0d9f process_dm3
+0x0d9f process_dm5
+0x0da0 process_dm1
+0x0da2 process_dh3
+0x0da2 process_dh5
+0x0da3 process_3dh1
+0x0da4 process_dh1
+0x0da5 process_dmh
+0x0db2 process_dmh_noedr
+0x0dbd process_dmh_long
+0x0dc0 process_dmh_common
+0x0dc6 process_dmh_common2_ccm
+0x0dc8 process_dmh_common2
+0x0dd6 process_dmh_common2_testmode
+0x0dd8 process_dmh_data_0
+0x0de1 check_enc_ccm
+0x0de6 process_lmp
+0x0deb process_dmh_data_l2cap_start_pkt
+0x0df5 process_dmh_data_into_buff1
+0x0dfa process_dmh_data_into_buff2
+0x0dff process_dmh_data_l2cap_continue_pkt
+0x0e09 process_dmh_data_l2cap_continue_pkt1
+0x0e0d process_dmh_data_l2cap_continue_pkt2
+0x0e10 process_dmh_data
+0x0e14 process_dmh_data_end
+0x0e2a process_l2cap_pass_crc_buff1
+0x0e34 process_l2cap_pass_crc_buff2
+0x0e3d process_dmh_cont
+0x0e46 process_dmh_cont_rxbuf_not_use
+0x0e50 ack_payload
+0x0e63 error_header
+0x0e69 error_payload_crc
+0x0e6f error_payload
+0x0e70 flow_ctrl
+0x0e70 error_mic_error
+0x0e71 discard_pkt
+0x0e75 discard_pkt_lmp
+0x0e79 discard_pkt_l2cap
+0x0e7d redundant_payload
+0x0e80 end_of_packet
+0x0e8c process_fhs
+0x0ea1 fhs_parity_ok
+0x0ebb clear_got_tx
+0x0ed2 clear_got_txlmp
+0x0edd clear_lmp_escape
+0x0ee0 clear_send_setup_complete
+0x0ee5 start_encryption
+0x0eef stop_encryption
+0x0ef5 sniff_init
+0x0ef9 sniff_init_master
+0x0f03 sniff_init_nowrap
+0x0f16 sniff_exit
+0x0f20 check_attempt
+0x0f2b check_attempt_nomore
+0x0f2d check_attempt_sniff
+0x0f33 check_attempt_sniff_restore_sco
+0x0f36 check_attempt_sco_master
+0x0f37 check_attempt_not_sco
+0x0f40 check_attempt_notimeout
+0x0f44 sniff_check_window
+0x0f4d check_esco_amaddr
+0x0f50 parse_l2cap
+0x0f52 parse_l2cap_cont
+0x0f63 parse_l2cap_release_buff1
+0x0f69 parse_l2cap_release_buff2
+0x0f6f l2cap_buff1_inuse
+0x0f73 l2cap_buff2_inuse
+0x0f77 slave_send_access
+0x0f7f slave_conn_send_packet
+0x0f89 slave_conn_send_access
+0x0f8a transmit_packet
+0x0f8e transmit_packet_whitened
+0x0fb3 transmit_fhs
+0x0fd0 transmit_lmp_ccm
+0x0fd2 transmit_lmp
+0x0fd6 transmit_lmp_common
+0x0fdd transmit_lmp_loop
+0x0fe1 transmit_dm1
+0x0fe3 transmit_dm3
+0x0fe3 transmit_dm5
+0x0fe6 transmit_3dh1
+0x0fe7 transmit_dh1
+0x0fe9 transmit_dh3
+0x0fe9 transmit_dh5
+0x0fec transmit_dmh
+0x0ffb transmit_edr3m
+0x0fff transmit_edr_sync_end
+0x1001 transmit_noedr
+0x100b transmit_long
+0x100c transmit_stuff
+0x1010 transmit_stuff_loop
+0x1013 transmit_end
+0x1018 transmit_end2
+0x1021 transmit_loopback
+0x1023 transmit_loopback_short
+0x1029 transmit_loopback_long
+0x102e transmit_loopback_cont
+0x102f transmit_loopback_loop
+0x1035 transmit_loopback_end
+0x1039 apply_switch_clke
+0x103f apply_switch_nozero
+0x1042 apply_switch_loop
+0x1046 apply_switch_bt
+0x1047 apply_switch_wait_loop
+0x104e calc_slot_offset
+0x1058 calc_bt_portion
+0x105a calc_slot_offset_loop
+0x105c calc_skip_bt
+0x1061 calc_clke_offset
+0x106f calc_clke_pos
+0x1073 calc_clke
+0x1077 calc_clke2
+0x1081 calc_clke_pos2
+0x1083 calc_clke_pos_adj
+0x1085 calc_mod_value_scale
+0x108b calc_mod_value_scale_do
+0x108d calc_mod_vs_loop
+0x1092 calc_mod_vs01
+0x109d calc_mod_vs_loop2
+0x10ad calc_mod_value_scale_le2
+0x10b0 calc_mod_value_scale_le
+0x10b6 calc_radio_freq
+0x10bf freq_not_connection
+0x10c0 do_hop_mod_now
+0x10c8 odd_half
+0x10ca freq_result
+0x10cd afh_process_0
+0x10db afh_process_con
+0x10e8 afh_process_1
+0x10f4 afh_process_end
+0x10f7 afh_same_channel
+0x10fa afh_clear
+0x10ff afh_process_freq_map
+0x1106 process_freq_3
+0x110b process_freq_1
+0x110f process_freq_0
+0x1118 process_freq_2
+0x1122 rx_radio_freq
+0x1127 rx_radio_freq_now
+0x1128 tx_radio_freq
+0x112d tx_radio_freq_now
+0x112e fetch_giac
+0x1132 fetch_page_bt_adr
+0x1138 fetch_self_bt_adr
+0x1140 fetch_extm_bt_adr
+0x1148 fetch_diac
+0x114b fetch_diac_do
+0x114f shutdown_radio
+0x1161 set_sync_on
+0x1168 set_sync_on_24m
+0x1178 set_sync_on_next
+0x117d set_sync_on_16m
+0x118f set_freq_rx
+0x1198 set_rxfreq_2m_offset
+0x119a rf_rx_write_freq_24m
+0x11a0 rf_rx_write_freq_16m
+0x11a6 rf_rx_enable
+0x11af rf_rx_enable_no_soft_agc
+0x11b3 rf_rx_enable_no_soft_agc_next
+0x11c5 rf_rx_write_freq
+0x11ca rf_tx_write_freq
+0x11d4 rf_write_freq_calc
+0x11eb rf_write_freq_calc_24m
+0x11f1 rf_write_freq_calc_16m
+0x11f7 rf_tx_write_freq_24m
+0x11fe rf_tx_write_freq_16m
+0x1205 set_freq_tx
+0x120b txon
+0x121d txon_next
+0x1228 set_tx_power_0db
+0x122a set_rf_ldo_cfg89
+0x122d set_tx_power_3db
+0x122f set_rf_ldo_cfg89_2
+0x1232 set_tx_power_5db
+0x1235 set_tx_power_6db
+0x1238 set_tx_power_7db
+0x123b set_tx_power_10db
+0x123e set_tx_power_f3db
+0x1241 set_tx_power_f5db
+0x1244 set_tx_power_f20db
+0x1247 set_tx_power_f30db
+0x124a initialize_radio
+0x124b initialize_radio_wait
+0x124f initialize_radio_loop
+0x1255 initialize_radio_cont
+0x1260 initialize_radio_cont_next
+0x126a initialize_syn_afc_cfg1
+0x126f initialize_syn_afc_cfg1_default
+0x1271 initialize_rf_ldo_cfg1
+0x1275 initialize_rf_ldo_cfg1_default
+0x1277 initialize_rc_cal
+0x127b initialize_rc_cal_default
+0x127d save_rssi
+0x1291 rssi_hex2dec
+0x1295 bcd
+0x129c gain_control
+0x12ba add_negative
+0x12c2 gain_increase
+0x12c6 gain_descend
+0x12c9 set_rx_gain2
+0x12cb set_rx_gain0
+0x12cd set_rx_gain1
+0x12cf xtal_fast_wake
+0x12d1 init_lpm_ctrl
+0x12d3 start_receiver
+0x12d8 prep_crypt
+0x12e8 prep_crypt_ccm
+0x12ea wait_access_end
+0x12f3 wait_access_mhalfbnd
+0x12f4 wait_access_mhalfbnd_correlate
+0x12f9 wait_access_clkn_rt
+0x1300 wait_access_forever
+0x1309 reserve_slot
+0x1311 ahead_window
+0x1320 setup_clk
+0x1323 skip_setup_clke
+0x1325 setup_clkn
+0x1327 skip_setup_clkn
+0x1328 setup_clknbt
+0x132b setup_complete
+0x1334 setup_clk11
+0x1337 rf_setup_time
+0x133a rf_setup_time_slave_slot
+0x133c rf_setup_time_master_slot
+0x133e start_transmitter
+0x1343 start_tx_native
+0x1348 start_rx_native
+0x134c start_tx_external
+0x1351 send_access_word
+0x1359 scan_mode_whiten
+0x135d get_free_amaddr
+0x1362 get_free_amaddr_cont
+0x1365 get_clk
+0x1369 get_clkbt
+0x136d supervision_update
+0x1376 supervision_flush
+0x137a assert
+0x137c loop
+0x137d sleep
+0x1380 sleep_loop
+0x1384 init_param
+0x13b6 init_param_next
+0x13d9 clk24m_init
+0x13df test_init
+0x13e4 test_proc
+0x13ea check_test_cond
+0x140b check_test_exit
+0x1410 lpmstate
+0x1421 lpmwake
+0x143b lpm_save_mpu_lock
+0x143f lpm_ctrl3_cfg_dig_vsel
+0x1443 lpm_ctrl3_cfg_vsel_120
+0x1445 lpm_ctrl3_cfg_vsel_store
+0x1447 lpm_ctrl3_cfg_vsel_108
+0x144b lpm_ctrl3_cfg_vsel_096
+0x144f lpm_ctrl3_cfg_vsel_084
+0x1453 lpm_load_context
+0x145d lpm_save_context
+0x1465 lpo_calibration
+0x146e lpo_cal_inited
+0x1473 lpm_adjust_clk
+0x1482 lpm_adjust_positive
+0x1485 lpm_clear_counter
+0x1488 lpm_doze
+0x148c lpm_hibernate
+0x1490 lpm_hibernate_normal
+0x1497 lpm_sleep
+0x14b0 lpm_enter_sleep
+0x14b5 lpm_recover_clk
+0x14be lpm_recover_xtal
+0x14c0 lpm_recover_timeout
+0x14dd lpm_dispatch
+0x14e7 lpm_dispatch_next
+0x14f6 lpm_dispatch_next2
+0x150a lpm_dispatch_sleep
+0x150b lpm_dispatch_lpo
+0x1514 lpm_dispatch_unconn
+0x151c lpm_unconn_nossp
+0x1520 lpm_unconn_cont
+0x1522 lpm_sleep_btclk
+0x1527 lpm_set_mult
+0x1536 lpm_mult_wait_timeout
+0x1540 classic_bt_set_mult_short_flag
+0x1542 classic_bt_clr_mult_short_flag
+0x1544 lpm_match
+0x1549 lpm_not_match
+0x154f lpm_lost
+0x1557 lpm_mult_short
+0x155b lpm_mult_long
+0x155e lpm_cal_xtal_startup
+0x1576 lpm_cal_xtal_startup_by_snooze
+0x1591 lpm_write_config
+0x159a lpm_write_ctrl
+0x159c lpm_write_ctrl2
+0x159d lpm_write
+0x15a2 lpm_write_sel_vdd3v3
+0x15a9 lpm_write_sel_vdd5v
+0x15af lpm_write_ctrl3
+0x15b1 lpm_write_gpio_wakeup
+0x15ba lpm_get_wake_lock
+0x15be lpm_put_wake_lock
+0x15c2 lpm_check_wake_lock
+0x15e1 lpm_uart_wake_lock
+0x15e6 lpm_shut_down
+0x15eb lpm_disable_exen_output
+0x15ef le_init_conn
+0x1602 le_init_master
+0x160e le_init_slave
+0x161f le_conn_dispatch
+0x1628 le_master_dispatch
+0x1637 le_master_disconn
+0x163a le_slave_dispatch
+0x164b le_slave_crc_fail
+0x164b le_slave_match
+0x165a le_slave_cont
+0x1660 le_slave_unsync
+0x1663 le_check_md
+0x1668 le_slave_more_data
+0x166e le_slave_disconn
+0x166e le_disconnect
+0x1675 le_clear_connection_info
+0x167a le_clear_pairing_state
+0x167e le_got_first_packet
+0x168b le_enable_phy_by_pdata
+0x1694 le_enable_2m
+0x169a le_enable_coded_s2
+0x169a le_enable_coded
+0x16a2 le_enable_coded_s8
+0x16a5 le_enable
+0x16b2 le_disable
+0x16be le_prep
+0x16c7 le_rx_setfreq
+0x16c8 le_rf_rx_enable
+0x16cc le_tx_setfreq
+0x16ce le_tx_setfreq0
+0x16d0 le_setfreq
+0x16dd le_ctf_normal
+0x16e0 le_ctf_low
+0x16e3 le_ctf_test
+0x16e6 le_sca_map
+0x16f6 le_setup
+0x1700 le_setup_master
+0x1705 le_context_nextevent
+0x1716 le_context_nexthop
+0x171e le_nexthop_nowrap
+0x1720 le_calc_channel_map
+0x1724 le_count_channels_loop
+0x1726 le_count_channels_notused
+0x172c le_map_channel
+0x1732 le_map_channel_next
+0x1737 le_map_channel_cont
+0x1739 le_map_channel_loop
+0x173c le_map_channel_skip
+0x1741 le_map_channel_end
+0x1744 le_wait_tx
+0x1747 le_wait_master
+0x174a le_receive_adv
+0x174e le_receive_slave
+0x1754 le_receive_packet
+0x1755 le_receive_rxon
+0x175c le_receive_nolr
+0x1765 le_receive_on_attempt
+0x1772 le_receive_skip
+0x177e le_rx_loop
+0x1783 le_rx_dec
+0x178e le_rx_dec_loop
+0x1795 le_rx_dec_loop_end
+0x1797 le_rx_nopayload
+0x17a9 le_rx_match
+0x17ac le_crc_fail_tx
+0x17b0 le_match_set_txfreq
+0x17b5 le_match_set_txfreq_offset
+0x17b8 le_dec_init
+0x17bd le_dec_start
+0x17d0 le_pcnt_rx_sub1
+0x17d5 le_pcnt_rx_sub1_0
+0x17da le_dec
+0x17e2 le_dec_end
+0x17eb le_mic_error
+0x17ec le_retransmit_end_of_packet
+0x17ef le_crc_fail
+0x17f3 le_unsync_end
+0x17f3 le_crc_fail_consecutive
+0x17f5 le_end_of_packet
+0x17f7 calc_clke_all_modem
+0x17fd calc_clke_modem_coded
+0x1801 calc_clke_modem_2m
+0x1805 le_set_until_tx_timer
+0x180c le_set_until_tx_timer_rx_lr
+0x180e le_set_until_tx_timer_rx_1m
+0x180f le_set_until_tx_timer_rx_2m
+0x1811 le_set_until_tx_timer_rx_coded_s2
+0x1814 le_set_until_tx_timer_rx_coded_s8
+0x1816 le_set_until_tx_timer_rx_coded
+0x1819 le_calc_stop_watch
+0x1821 le_transmit_receive_sifs_without_change_mode
+0x1828 le_transmit_receive_sifs
+0x182c le_transmit_receive_sifs_notx
+0x1836 le_transmit_norx
+0x1838 le_transmit
+0x1848 le_transmit_packet
+0x1855 le_transmit_packet_not_enc
+0x1856 le_tr_loop
+0x1859 le_tr_nopayload
+0x1860 le_transmit_skip
+0x1866 le_check_start_pause_enc
+0x186f le_transmit_packet_enc
+0x1873 le_transmit_packet_enc_loop
+0x187a le_transmit_lr
+0x187b le_transmit_lr_preamble_loop
+0x1885 le_transmit_lr_s2
+0x1889 le_transmit_lr_s8
+0x188c le_transmit_2m
+0x188e le_transmit_2m_dealy
+0x1898 le_update_param
+0x189c le_update_param_ahead1_cb
+0x18b0 le_update_param_cb
+0x18bd le_update_channel_map
+0x18c1 le_update_channel_map_cb
+0x18c6 le_update_phy
+0x18ca le_update_phy_cb
+0x18d7 le_update_phy_cb_m2s
+0x18df le_update_phy_cb_m2s_no_change
+0x18e5 le_update_phy_cb_s2m
+0x18ee le_update_phy_cb_s2m_no_change
+0x18f4 le_check_update_flag
+0x1901 le_update_ahead1
+0x1903 le_update
+0x1908 le_check_update_small
+0x1914 le_check_retransmit
+0x191b le_acknowledge
+0x1934 le_ack_unenc
+0x1942 le_check_wak
+0x1950 le_set_enc
+0x1955 le_clear_enc
+0x1961 le_scan_check_sender_addr_type
+0x1966 le_get_master_rx_max
+0x196a le_prepare_tx
+0x198b le_check_tx_md
+0x1992 le_check_continue
+0x199b le_set_md
+0x199d le_clear_md
+0x199f le_update_tx_type
+0x19a3 le_att_check_notification_enable
+0x19af le_send_empty
+0x19b1 le_send_packet
+0x19c1 le_send_no_txlen
+0x19c7 le_send_packet_enc
+0x19c9 get_lpm_wake_ble_rx_lock
+0x19cb put_lpm_wake_ble_rx_lock
+0x19cd le_parse
+0x19da le_parse_l2cap
+0x19e7 le_check_l2cap_complete
+0x19eb le_check_l2cap_cid_legal
+0x19f6 le_check_l2cap_llid_start
+0x1a09 le_check_l2cap_continue_legal
+0x1a0d le_check_l2cap_llid_continue
+0x1a22 le_get_search_att_uuid
+0x1a25 le_writeatt_cb
+0x1a27 le_supervision_update
+0x1a30 le_supervision_flush
+0x1a33 le_receive_window_size
+0x1a4d le_init_attlist_search
+0x1a56 le_att_handle_inrange
+0x1a60 le_att_handle_blank
+0x1a62 le_att_get_handle_ptr
+0x1a65 le_att_get_handle_ptr2
+0x1a68 le_att_get_handle_loop1
+0x1a72 le_att_get_handle_ptr_found
+0x1a75 le_att_get_short_uuid_ptr
+0x1a78 le_att_get_short_uuid_loop
+0x1a84 le_att_get_last_handle
+0x1a86 le_att_get_last_handle_loop
+0x1a90 le_att_get_handle_info_from_ptr
+0x1a92 le_att_get_handle_info
+0x1a94 le_att_get_handle_info_fast
+0x1a95 le_att_get_handle_loop
+0x1a9f le_att_unfind_handle
+0x1aa0 le_att_finded_handle
+0x1aa9 le_modified_name
+0x1aac le_modified_name_att_list
+0x1abb le_name_length_longer_than_att
+0x1abe le_modified_name_adv
+0x1acb le_modified_name_adv_and_scan
+0x1add le_modified_name_adv_and_scan_store_data
+0x1ae3 le_modified_name_adv_and_scan_name_overflow
+0x1ae5 le_modified_name_adv_loop
+0x1af0 le_modified_name_adv_loop2
+0x1af4 le_modified_name_adv_found_name
+0x1af6 memcpy_empty
+0x1afa le_lpm_set_mult
+0x1afe le_lpm_set_mult_attempt
+0x1b01 le_lpm_set_mult_attempt_match
+0x1b0c le_lpm_lost
+0x1b12 le_set_config_fixed_tk
+0x1b14 le_clr_config_fixed_tk
+0x1b16 le_set_config_fixed_ltk
+0x1b18 le_clr_config_fixed_ltk
+0x1b1a le_set_config_more_data
+0x1b1c le_clr_config_more_data
+0x1b1e le_set_config_read_authentication
+0x1b20 le_clr_config_read_authentication
+0x1b22 le_set_config_write_authentication
+0x1b24 le_clr_config_write_authentication
+0x1b26 le_set_config_short_mult
+0x1b28 le_clr_config_short_mult
+0x1b2a le_set_config
+0x1b2e le_clr_config
+0x1b32 le_set_fixed_ltk
+0x1b3f le_set_justwork
+0x1b45 le_fifo_malloc_tx_empty
+0x1b48 le_fifo_malloc_tx_ll
+0x1b4d le_fifo_malloc_tx_l2cap
+0x1b56 le_fifo_malloc_tx
+0x1b60 le_fifo_get_first_tx_ptr
+0x1b63 le_fifo_get_second_tx_ptr
+0x1b65 le_fifo_get_last_tx_ptr
+0x1b68 le_fifo_get_last_tx_ptr0
+0x1b6a le_fifo_get_first_l2cap_ptr
+0x1b6d le_fifo_get_first_att_ptr
+0x1b70 le_fifo_get_last_att_ptr
+0x1b73 le_fifo_get_last_l2cap_ptr
+0x1b76 le_fifo_check_full
+0x1b77 le_fifo_check_nearly_full
+0x1b78 le_fifo_check_empty
+0x1b79 le_fifo_release_first_node
+0x1b7a le_set_dle
+0x1b7c le_set_phys
+0x1b80 le_set_tx_phy
+0x1b86 le_set_rx_phy
+0x1b88 le_set_feature_2m_phy
+0x1b8a le_set_feature_coded_phy
+0x1b8c le_set_feature_data_packet_length_extension
+0x1b8e le_set_feature
+0x1b92 le_advertising_dispatch
+0x1b99 le_scan
+0x1bb8 le_wait_adv
+0x1bbf le_create_conn
+0x1bcf le_connect_request
+0x1bda le_con_req_hop_retry
+0x1c17 le_adv
+0x1c19 le_adv_loop
+0x1c1f le_adv_loop_tx
+0x1c2b le_adv_not_match
+0x1c38 le_init_adv
+0x1c3a le_adv_access
+0x1c41 le_send_adv_ind
+0x1c52 le_send_adv_direct_ind
+0x1c58 le_send_adv_transmit
+0x1c5f le_send_scan_request
+0x1c70 le_send_scan_response
+0x1c82 le_parse_connect_req
+0x1caa le_next_adv_channel
+0x1cb0 le_next_adv_channel_curr_channel_37
+0x1cb6 le_next_adv_channel_curr_channel_38
+0x1cbc le_next_adv_channel_curr_channel_39
+0x1cc2 set_le_next_adv_channel_37
+0x1cc7 set_le_next_adv_channel_38
+0x1ccc set_le_next_adv_channel_39
+0x1cd1 le_parse_att
+0x1ce1 le_send_att_exchange_mtu_requset
+0x1ce8 le_parse_att_exchange_mtu_request
+0x1ce9 le_send_att_exchange_mtu_response
+0x1cf0 le_parse_att_exchange_mtu_response
+0x1cf3 le_parse_att_find_information_request
+0x1cf6 le_send_att_find_information_response
+0x1cf8 le_send_att_find_information_res_loop
+0x1d0a le_send_att_find_information_res_store_info
+0x1d14 le_send_att_find_information_res_cont
+0x1d17 le_send_att_find_information_res_next
+0x1d1a le_send_att_find_information_res_end
+0x1d1c le_parse_att_find_by_type_value_request
+0x1d25 le_start_end_handle_check_1
+0x1d2c le_start_end_handle_check_1_fail
+0x1d2f le_send_att_find_by_type_value_response
+0x1d36 le_send_att_find_by_type_value_res_primary
+0x1d3b le_send_att_find_primary_search_loop
+0x1d4b le_send_att_find_primary_search_loop1
+0x1d4f le_send_att_error_response_notfound2
+0x1d52 le_send_att_find_primary_search_end_start_handle_found
+0x1d5a le_send_att_find_primary_search_end_ending_handle_found
+0x1d60 le_send_att_find_primary_search_end
+0x1d69 le_parse_att_read_by_type_request
+0x1d6c le_send_att_read_by_type_response
+0x1d7b le_send_att_read_by_type_response_loop
+0x1d9a le_send_att_read_by_type_response_next_handle
+0x1d9c le_send_att_read_by_type_response_end
+0x1d9e le_send_att_read_by_type_res_found_next
+0x1dac le_send_att_read_by_type_write_properties
+0x1db3 le_send_att_read_by_type_write_uuid
+0x1dbf le_send_att_read_by_type_res_not_characteristic
+0x1dd3 le_send_att_read_by_type_res_device_name
+0x1de7 le_parse_att_read_request
+0x1deb le_send_att_read_response
+0x1df9 le_send_att_read_response_less
+0x1e02 le_send_device_name
+0x1e0c le_send_att_read_response_check_auth
+0x1e10 le_send_att_read_response_error_insufficient_auth
+0x1e12 le_send_att_read_response_check_handle
+0x1e16 le_parse_att_read_blob_request
+0x1e18 le_send_att_read_blob_response
+0x1e27 le_send_att_read_blob_response_less
+0x1e2c le_parse_att_read_by_group_type_request
+0x1e2f le_send_att_read_by_group_type_response
+0x1e36 le_send_att_read_by_group_type_response_loop
+0x1e51 le_send_att_read_by_group_type_store_write_record
+0x1e57 le_send_att_read_by_group_type_store_record
+0x1e5b le_send_att_read_by_group_type_next_handle
+0x1e5d le_send_att_read_by_type_res_check_pair_length_type
+0x1e5f le_send_att_read_by_group_type_check_pair_length_type
+0x1e63 le_send_att_read_by_group_type_check_pair_length_type_16byte
+0x1e65 le_send_att_read_by_group_type_end0
+0x1e68 le_send_att_read_by_group_type_end1
+0x1e6c le_send_att_read_by_group_type_end_common
+0x1e6f le_parse_att_write_request
+0x1e73 le_send_att_write_response_check_auth
+0x1e82 le_send_att_write_response
+0x1e87 le_send_att_write_response_check_handle
+0x1e8b le_send_att_write_response_error_invalid_handle
+0x1e8d le_check_encrypt_state
+0x1e93 le_parse_att_prepare_write_request
+0x1e98 le_send_att_prepare_write_response
+0x1ea6 le_parse_att_execute_write_request
+0x1ea6 le_send_att_execute_write_response
+0x1eab le_parse_handle_value_confirmation
+0x1eaf le_parse_att_write_command
+0x1eb3 le_att_malloc_tx_notify
+0x1ebc le_att_malloc_tx_indication
+0x1ec8 le_send_att_error_response_notfound
+0x1ec9 le_send_att_error_response
+0x1ed4 le_fifo_malloc_tx_l2cap_gatt
+0x1ed6 le_att_next_handle
+0x1eda le_att_check_handle_end
+0x1ede le_att_same_type
+0x1ee0 le_att_check_same_common
+0x1ee6 le_att_same_uuid
+0x1ee9 le_store_att_record
+0x1eee le_write_att_record
+0x1ef3 le_write_att_record_common
+0x1ef7 le_send_auto_len_by_mem
+0x1f03 le_get_search_handle_start_end_common
+0x1f08 le_get_search_max_mtu_data
+0x1f10 le_get_search_att_type
+0x1f12 le_get_search_common
+0x1f14 le_get_search_common2
+0x1f18 le_parse_writing_attribute_start
+0x1f26 le_clear_l2cap_att_states_deal_with_contiune_packet
+0x1f2a le_parse_writing_attribute_continue
+0x1f33 le_parse_attribute_write_request
+0x1f35 le_send_attribute_write_response_check_auth
+0x1f38 le_parse_attribute_write_command
+0x1f3b le_parse_attribute_check_complete_packet_init
+0x1f42 le_parse_l2cap_continue_common
+0x1f48 le_parse_attribute_check_complete_packet
+0x1f4e le_parse_signaling
+0x1f53 le_l2cap_parse_conn_parameter_update_rsp
+0x1f57 le_l2cap_tx_update_req
+0x1f5f le_fifo_malloc_tx_l2cap_signaling
+0x1f67 le_l2cap_update_signaling_identifier
+0x1f6b le_l2cap_reset_signaling_identifier
+0x1f6d le_pairing_mode_init
+0x1f75 le_set_pairing_mode_secure_justwork
+0x1f77 le_set_pairing_mode_secure_numeric
+0x1f7a le_set_pairing_mode_secure_passkey
+0x1f7c le_set_no_pairing
+0x1f7d le_set_noinputnooutput
+0x1f7f le_set_pairing_mode_lagacy_just_work
+0x1f81 le_set_pairing_mode_lagacy_passkey
+0x1f82 le_set_displayonly
+0x1f84 le_secure_connection_enable
+0x1f88 le_secure_connection_disable
+0x1f8c le_parse_smp
+0x1f99 le_send_smp_security_request
+0x1fa0 le_parse_smp_pairing_request
+0x1fac le_parse_smp_pairing_request2
+0x1fb4 le_set_tk_0
+0x1fb7 le_parse_smp_pairing_req_passkey
+0x1fb9 le_genernate_tk
+0x1fc0 le_parse_smp_pairing_req_fixed_passkey
+0x1fc2 le_send_smp_pairing_response
+0x1fc7 le_parse_smp_pairing_confirm
+0x1fcf le_parse_smp_pairing_confirm_secure_passkey
+0x1fd2 le_parse_smp_pairing_confirm_passkey_res_input
+0x1fd4 le_parse_smp_pairing_confirm_sc_passkey_res_input
+0x1fd7 le_send_smp_pairing_confirm
+0x1fe0 le_send_smp_pairing_confirm_sc
+0x1fe8 le_parse_smp_pairing_random
+0x1fee le_send_pairing_confirm_value_failed
+0x1fef le_send_pairing_failed
+0x1ff5 le_parse_smp_pairing_failed
+0x1ffa le_smp_pairing_fail_reason_not_support_pairing
+0x1ffc le_parse_smp_pairing_random_sc
+0x2008 le_parse_smp_pairing_random_sc_passkey
+0x2011 le_parse_smp_pairing_random_success
+0x2016 le_send_smp_pairing_random
+0x201c le_send_smp_encryption_information
+0x2024 le_send_fixed_ltk
+0x2026 le_send_smp_master_identification
+0x2032 le_send_smp_identity_information
+0x203a le_send_smp_identity_address_information
+0x2043 le_send_pairing_fail_unspecified_reason
+0x2045 le_check_init_key_distribution
+0x2049 le_parse_smp_identity_information
+0x2053 le_check_master_addr_type
+0x2059 le_parse_smp_identity_address_information
+0x205d le_parse_smp_signing_information
+0x205d le_parse_smp_security_request
+0x205e le_parse_smp_public_key
+0x2063 le_parse_smp_dhkey_check
+0x2068 le_send_smp_pairing_public_key
+0x206e le_send_smp_pairing_dhkey_check
+0x2074 le_check_paring_time
+0x207d le_pairing_sm
+0x208a le_pairing_sm_null
+0x208a le_pairing_sm_send_sec_req
+0x2090 le_pairing_sm_start
+0x2092 le_pairing_sm_rcv_pairing_req
+0x2096 le_pairing_sm_after_auth
+0x2099 le_pairing_sm_after_auth_start_enc
+0x209d le_pairing_sm_after_auth_start_enc_common
+0x20a4 le_pairing_sm_after_auth_start_enc_sc
+0x20a6 le_pairng_sm_send_enc_information
+0x20a8 le_pairng_sm_send_master_indentification
+0x20af le_pairng_sm_send_indentity_information
+0x20b1 le_parse_start_enc_rsp_after_auth_end
+0x20b7 le_secure_connect_sm
+0x20c5 le_sc_state_clear
+0x20c9 le_sc_sm_passkey_wait_confirm
+0x20d3 le_sc_sm_wait_confirm_gkey
+0x20d8 le_sc_confirm_gkey_ok
+0x20dc le_sc_sm_receive_dhkey
+0x20e0 le_dhkey_ready
+0x20e5 le_dhkey_ready_common
+0x20eb le_dhkey_check_fail
+0x20ed le_dhkey_check_ok
+0x20f7 le_sc_sm_send_public_key
+0x20fb le_sc_sm_ready_send_pairing_confirm
+0x20fc le_sc_sm_send_public_key_passkey
+0x20ff le_sc_sm_receive_public_key
+0x2103 le_public_key_ready
+0x2106 le_sc_sm_wait_send_public_key
+0x2109 le_fifo_malloc_tx_l2cap_smp
+0x210b le_parse_ll
+0x2122 le_parse_connection_update_ind
+0x212a le_parse_channel_map_ind
+0x212e le_update_map_enable
+0x2132 le_parse_terminate_ind
+0x2136 le_parse_enc_req
+0x2148 le_parse_enc_req_after_auth
+0x214b le_parse_enc_req_fixed_ltk
+0x2150 le_ltk_lost
+0x2155 le_parse_enc_rsp
+0x215a le_parse_start_enc_req
+0x215e le_parse_start_enc_rsp
+0x2163 le_parse_unknown_rsp
+0x2164 le_parse_feature_req
+0x2165 le_parse_feature_rsp
+0x2166 le_parse_pause_enc_req
+0x216a le_parse_pause_enc_rsp
+0x216b le_parse_version_ind
+0x216d le_parse_reject_ind
+0x216e le_parse_ping_req
+0x216f le_parse_ping_rsp
+0x2170 le_parse_length_req
+0x2172 le_parse_length_rsp
+0x217d le_parse_phy_req
+0x217e le_parse_phy_update_ind
+0x2187 le_send_terminate_ind_user_terminated
+0x2188 le_send_terminate_ind
+0x218e le_send_enc_rsp
+0x219c le_send_start_enc_req
+0x219f le_send_start_enc_rsp
+0x21a1 le_send_unknown_rsp
+0x21a6 le_send_feature_rsp
+0x21ad le_send_pause_enc_rsp
+0x21af le_send_version_ind
+0x21b5 le_send_reject_ind
+0x21bb le_send_ping_rsp
+0x21bd le_send_data_length_req
+0x21bf le_send_data_length_res
+0x21c0 le_send_data_length
+0x21c5 le_send_phy_rsp
+0x21cf le_send_ll_one_lenth
+0x21d1 g24_dispatch
+0x21d5 g24_prep
+0x21db g24_receive_packet
+0x21e4 g24_receive_rxon
+0x21e9 g24_receive_nolr
+0x21f6 g24_receive_skip_fec1
+0x2209 g24_receive_skip
+0x2212 g24rx_loop
+0x2215 g24rx_nopayload
+0x221a g24_receive_skip_rssi
+0x222c g24_lr_receive_pdu_len
+0x2233 g24_lr_receive_pdu_norssi
+0x2235 g24_lr_receive_payload_len
+0x223a g24_receive_byte
+0x223d g24_sync_timeout
+0x223f g24_end_of_packet
+0x2243 g24_set_freq_tx
+0x2246 g24_transmit
+0x2259 g24_transmit_packet
+0x225c g24_transmit_nolr
+0x2261 g24tr_loop
+0x226b g24_transmit_skip
+0x2273 g24_transmit_lr
+0x2274 g24_transmit_lr_preamble_loop
+0x227e g24_transmit_lr_s2
+0x2282 g24_transmit_lr_s8
+0x2285 g24_transmit_2m
+0x2287 g24_transmit_2m_dealy
+0x2291 g24_transmit_prep
+0x229b g24_transmit_prep_pdu
+0x22b0 g24_lr_transmit_prep
+0x22b4 g24_lr_transmit_prep_skip
+0x22be g24_read_len_pid_crc
+0x22cb g24_ch
+0x22cf g24_ch_map_size
+0x22d3 g24_ch_calc
+0x22dc g24_update_addr_and_synccrc8
+0x22dd g24_syncword_crc8
+0x22e0 g24_syncword_crc8_loop
+0x22ea g24_timer_check
+0x22f9 g24_timer_timeout
+0x22fc g24_timer_init
+0x22ff g24_chmap_param_init
+0x230e g24_chamap_param_update
+0x231a g24_rx_window_init
+0x2320 g24_rx_window_store
+0x2322 g24_enable_1m
+0x2325 g24_pair_param_init
+0x232b g24_pair_timeout_timer
+0x232e g24_pair_start
+0x2339 g24_pair_init_param
+0x2340 g24_pair_dispatch
+0x2348 g24_pair_sm_1
+0x234a g24_pair_sm_2
+0x234e g24_pair_sm_2_skip
+0x2350 g24_pair_sm_3
+0x2356 g24_pair_sm_4
+0x2357 g24_pair_sm_prep
+0x2359 g24_pair_sm_common
+0x236c g24_pair_sm_reinit
+0x2371 g24_pair_sm_1_waiting_ack
+0x2373 g24_pair_sm_2_waiting_ack
+0x2377 g24_pair_sm_2_waiting_ack_skip
+0x2379 g24_pair_sm_3_waiting_ack
+0x237f g24_pair_sm_3_waiting_ack_skip
+0x2381 g24_pair_sm_4_waiting_ack
+0x2387 g24_pair_sm_4_waiting_ack_skip
+0x238e g24_pair_exit
+0x2392 g24_bind_mode_enable
+0x2395 g24_bind_init
+0x239e g24_bind_ackpayload_prep
+0x23a3 g24_bind_data_process
+0x23ae g24_bind_data_error
+0x23b0 g24_bind_data_parse
+0x23bc g24_bind_first_step
+0x23c0 g24_bind_first_step_device1
+0x23c1 g24_bind_dvc1_payload_cfg
+0x23c2 g24_bind_payload_cfg
+0x23c6 g24_bind_first_step_device2
+0x23c7 g24_bind_dvc2_payload_cfg
+0x23c9 g24_bind_second_step
+0x23cf g24_bind_second_step_skip
+0x23d3 g24_bind_second_step_device1
+0x23d6 g24_bind_dvc1_step_set2
+0x23d9 g24_bind_dvc1_payload_cfg_transmitter_addr
+0x23da g24_bind_payload_cfg_transmitter_addr
+0x23de g24_bind_second_step_device2
+0x23e1 g24_bind_dvc2_step_set2
+0x23e6 g24_bind_third_step
+0x23ec g24_bind_third_step_skip
+0x23f0 g24_bind_third_step_device1
+0x23f3 g24_bind_dvc1_step_success
+0x23f7 g24_bind_exit
+0x23fa g24_bind_third_step_device2
+0x23fd g24_bind_dvc2_step_success
+0x2402 g24_store_dvc2_bind_flag
+0x2409 g24_receive_init
+0x240e g24_receive_dispatch
+0x2410 g24_ackpayload_prep
+0x2415 g24_receive_packet_start
+0x2417 g24_receive_packet_parse
+0x2427 g24_rx_interrupt_clear
+0x242a g24_data_device1
+0x2438 g24_data_device2
+0x243d g24_data_attemp_device1_abort
+0x2442 g24_data_attemp_device2_abort
+0x2444 g24_receive_packet_parse_pid_crc
+0x2452 g24_receive_transmit_ack
+0x2455 g24_transmit_ack
+0x245b g24tx_with_ack
+0x245e g24tx_no_ack
+0x245f g24_enable_nodata_timer
+0x2460 g24_enable_nodata_timer_init
+0x2463 g24_mode_switch_init
+0x2467 g24_mode_switch
+0x2474 g24_bind_mode_continue
+0x2479 g24_work_mode_switch
+0x247c g24_bind_mode_switch
+0x247f g24_work_init
+0x248d g24_switch_work_mode
+0x248e g24_work_mode_enable
+0x2491 g24_work_mode_start
+0x2496 g24_bind_mode_auto
+0x24a3 g24_search_mode_init
+0x24b3 g24_search_mode_auto
+0x24d0 g24_self_ch_num_reinit
+0x24d1 g24_current_ch_num_reinit
+0x24d3 g24_device2_ch_num_reinit
+0x24d5 g24_device1_ch_num_reinit
+0x24d7 g24_auto_addr_ch_search
+0x24e0 g24_auto_bind_config_device1
+0x24f5 g24_device1_config_ch_once
+0x24fa g24_auto_bind_config_device2
+0x250f g24_device2_config_ch_once
+0x2514 g24_auto_bind_config_self
+0x2528 g24_self_config_ch_once
+0x252c g24_ackpayload_disable
+0x252e g24_receiver_addr_check
+0x2532 g24_nodata_process
+0x253e g24_ch_process
+0x2551 g24_ch_receive_hop_pac
+0x2553 g24_ch_timer_reinit
+0x2556 g24_reconn_timeout_timer
+0x2559 g24_reconn_start
+0x2566 g24_reconn_fast_conn
+0x256e g24_reconn_receiver_addr
+0x2575 g24_reconn_device_3_0_addr
+0x257c g24_store_receiver_addr
+0x257e g24_ch_syncword_crc8_init
+0x2580 g24_reconn_dispatch
+0x2586 g24_reconn_receiver_succ
+0x2595 g24_reconn_attempt_success
+0x2597 g24_txbuf_clear
+0x259a g24_reconn_data_prep
+0x25a1 g24_reconn_device_fail
+0x25ad g24_reconn_fast_conn_and_receiver
+0x25af g24_reconn_fast_conn_and_3_0
+0x25b1 g24_reconn_receiver_and_3_0
+0x25b3 g24_reconn_pair_and_3_0
+0x25b5 g24_data_attemp
+0x25b9 g24_data_attemp_device1
+0x25bc g24_store_device1_addr
+0x25be g24_data_attemp_device2
+0x25c1 g24_store_device2_addr
+0x25c3 rssi_store
+0x25cb rssi_average
+0x25d1 rssi_average_loop
+0x25de save_rssi_dec
+0x25e0 rssi_transmitter_buff_init
+0x25e2 rssi_signal
+0x25ed rssi_receiver_buff_init
+0x25f4 rssi_buff_clear
+0x25fa rssi_noise
+0x2601 rssi_noise_monitor
+0x2607 g24_transmit_init
+0x260b g24_interval_param_4ms
+0x2613 g24_interval_param_8ms
+0x261b g24_transmit_dispatch
+0x2621 g24_transmit_no_interrupt
+0x2624 g24_transmit_start
+0x2628 g24_transmit_start_next
+0x262c g24_short_sleep
+0x2631 g24_txdata_prep
+0x2634 g24_package_data
+0x263a g24_accumulate_data
+0x2642 g24_transmit_rf_ctrl_clear
+0x2646 g24_transmit_process
+0x2647 g24_transmit_loop
+0x2651 g24_transmit_no_ack
+0x2652 g24_transmit_next_packet
+0x2657 g24_transmit_abandon
+0x265b g24_transmit_receive_ack
+0x2669 g24_retransmit
+0x2672 g24_ackpayload_parse
+0x2679 g24_tx_attempt_fail
+0x267c g24_stop_24g_mode
+0x267e g24_transmit_hop_process
+0x268b g24_transmit_hop_process_4ms
+0x268f g24_hop_ch_enable
+0x268f g24_txpayload_type_update
+0x2692 g24_lr_type_update
+0x2694 g24_hop_enable_packet
+0x2696 g24_hop_ch_disable
+0x269c g24_tx_fast_hop
+0x269f g24_search_receiver
+0x26a1 g24_nodata_transmit
+0x26a7 g24_send_abort_packet
+0x26b5 g24_long_sleep
+0x26b8 g24_long_sleep2
+0x26bb g24_lpm_wait
+0x26c4 g24_setgpio_lpm_before
+0x26c6 g24_transmit_by_interrupt
+0x26d0 g24_transmit_by_interrupt_exit
+0x26d5 g24_interval_min
+0x26d7 g24_interval_store
+0x26d9 g24_interval_max
+0x26db g24_interval_calibrate
+0x26e1 g24_transmit_by_interrupt_enable
+0x26e5 g24_factory_check
+0x26e7 pdata_0xff_check
+0x26e9 pdata_0xff_check_loop
+0x26ee power_ctrl_start
+0x26f6 power_ctrl_rssi_avg_compare
+0x26f9 power_ctrl_start_next
+0x2701 power_ctrl_txpower_decrs_check
+0x2706 power_ctrl_txpower_decrs
+0x270a power_ctrl_txpower_decrs_next
+0x2711 power_ctrl_decrs_level1
+0x2711 power_ctrl_incrs_level1
+0x2713 power_ctrl_txpower_incrs_force
+0x2714 power_ctrl_txpower_incrs
+0x2719 power_ctrl_incrs_level2
+0x271b power_ctrl_decrs_level0
+0x271d power_ctrl_pac_succ_cnt_init
+0x2720 power_ctrl_pac_succ_incrs
+0x2724 power_ctrl_pac_succ_decrs
+0x272c power_ctrl_pac_succ_cnt_reinit
+0x272e ali_mesh_access_layer_resolve_message
+0x2735 ali_mesh_access_layer_check_access_message_opcode
+0x273d ali_mesh_access_layer_message_opcode_config_appkey_add
+0x2748 ali_mesh_accesss_layer_check_message_type
+0x274d ali_mesh_access_layer_send_config_appkey_status
+0x2757 ali_mesh_access_layer_finish_pairing_init_subscription_list
+0x275a ali_mesh_access_layer_finish_pairing_init_subscription_list_loop
+0x2765 ali_mesh_access_layer_send_generic_onoff_status
+0x276d ali_mesh_access_layer_send_light_lightness_status
+0x2775 ali_mesh_access_layer_send_light_ctl_stauts
+0x277d ali_mesh_access_layer_send_scene_status
+0x2785 logging_tx_info_receive_access_message
+0x2789 ali_mesh_ali_vendor_message_attribute_set
+0x27a2 ali_mesh_ali_vendor_message_opcode_attr_get
+0x27a2 ali_mesh_ali_vendor_message_opcode_attr_confrimation
+0x27a3 ali_mesh_ali_vendor_message_attrbute_check_company_id_and_tid
+0x27ae ali_mesh_ali_vendor_message_attribute_set_main_light
+0x27b1 ali_mesh_ali_vendor_message_attribute_set_background_light
+0x27b4 ali_mesh_ali_vendor_message_attribute_set_color
+0x27b7 ali_mesh_ali_vendor_message_opcode_timer_set_curr_time
+0x27bb ali_mesh_ali_vendor_message_opcode_timer_set_timing
+0x27c2 ali_mesh_ali_vendor_message_cb_timing_changed
+0x27c4 ali_mesh_ali_vendor_message_opcode_timer_set_timing_cyclically
+0x27cd ali_mesh_ali_vendor_message_opcode_timer_delete_timing
+0x27d9 ali_mesh_ali_vendor_message_opcode_timer_delete_timing_delete_second
+0x27df ali_mesh_ali_vendor_message_opcode_timer_delete_timing_ack
+0x27e2 ali_mesh_vendor_timer_buffer_offset_cal
+0x27e6 ali_mesh_ali_vendor_message_calc_timing_address
+0x27ee ali_mesh_ali_vendor_message_status_add_head
+0x27f6 ali_mesh_ali_vendor_message_opcode_device_power_on
+0x27fa ali_mesh_ali_vendor_message_opcode_generic_onoff
+0x27fc ali_mesh_ali_vendor_message_opcode_scene_server_first_element
+0x27fd ali_mesh_ali_vendor_message_opcode_scene_server
+0x27ff ali_mesh_ali_vendor_message_opcode_main_light_onoff_first_element
+0x2800 ali_mesh_ali_vendor_message_opcode_main_light_onoff
+0x2802 ali_mesh_ali_vendor_message_opcode_background_light_onoff_first_element
+0x2803 ali_mesh_ali_vendor_message_opcode_background_light_onoff
+0x2805 ali_mesh_ali_vendor_message_opcode_brightness_first_element
+0x2806 ali_mesh_ali_vendor_message_opcode_brightness
+0x2809 ali_mesh_ali_vendor_message_opcode_color_temperature_first_element
+0x280a ali_mesh_ali_vendor_message_opcode_color_temperature
+0x280d ali_mesh_ali_vendor_message_opcode_timing_finish
+0x2811 ali_mesh_ali_vendor_message_indication_info_add_head_event_trigger
+0x2815 ali_mesh_ali_vendor_message_ack_attr_status_uint64
+0x2817 ali_mesh_ali_vendor_message_ack_attr_status_uint56
+0x2819 ali_mesh_ali_vendor_message_ack_attr_status_uint48
+0x281b ali_mesh_ali_vendor_message_ack_attr_status_uint32
+0x281d ali_mesh_ali_vendor_message_ack_attr_status_uint16
+0x281f ali_mesh_ali_vendor_message_ack_attr_status_uint8
+0x2821 ali_mesh_ali_vendor_message_ack_attr_status
+0x2827 ali_mesh_ali_vendor_message_opcode_para_uint8
+0x282c ali_mesh_ali_vendor_message_opcode_para_uint16
+0x2831 ali_mesh_ali_vendor_message_send_message
+0x2833 ali_mesh_ali_vendor_message_indication_info_add_head
+0x2842 ali_mesh_ali_vendor_message_indication_info_reset_tid
+0x2844 ali_mesh_time_function
+0x2850 ali_mesh_time_init_system_time
+0x2851 ali_mesh_time_init_system_time_without_clk
+0x2856 ali_mesh_timer_timeout
+0x285d ali_mesh_clkn_bt_add_1s
+0x285e ali_mesh_time_loop
+0x2861 ali_mesh_ali_vendor_check_time
+0x2864 ali_mesh_ali_vendor_check_time_loop
+0x2869 ali_mesh_ali_vendor_check_time_next_element
+0x2873 ali_mesh_ali_vendor_check_time_one_element
+0x2874 ali_mesh_ali_vendor_check_time_one_element_loop
+0x287d ali_mesh_ali_vendor_had_timing
+0x2887 ali_mesh_ali_vendor_time_timeout
+0x2897 ali_mesh_ali_vendor_had_timing_cyclically
+0x28ba ali_mesh_bearer_layer_send_packet_by_network_layer
+0x28cb ali_mesh_advertising_bearer_layer_init_queue_param
+0x28d0 ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue
+0x28d2 ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue_deal
+0x28d9 ali_mesh_advertising_bearer_layer_send_packet_by_app_bearer
+0x28e7 ali_mesh_advertising_bearer_layer_generate_header
+0x28f5 ali_mesh_advertising_bearer_layer_send_packet_by_app_bearer_calc_param
+0x28fe ali_mesh_advertising_add_adtype_flags
+0x2906 ali_mesh_advertising_add_adtype_16bit_complete
+0x290d mesh_receive_advertising
+0x290e mesh_le_scan_adv
+0x2918 mesh_le_wait_adv
+0x291a mesh_le_calc_next_scan_channel
+0x2922 mesh_check_ble_rx_packet
+0x2927 ali_mesh_match_advertising_packet
+0x292e ali_mesh_find_adv_ind_packet
+0x2943 mesh_le_send_adv
+0x294f mesh_le_send_adv_loop
+0x295f mesh_le_send_adv_nonconn_ind
+0x296a ali_mesh_base_adt_cache
+0x2978 ali_mesh_base_adt_cache_loop
+0x2985 ali_mesh_base_adt_cache_empty_space
+0x2987 ali_mesh_chip_peripherals_load_data_from_eep
+0x298e ali_mesh_chip_peripherals_load_three_tuple_from_eep
+0x2992 ali_mesh_chip_peripherals_load_network_key_from_eep
+0x2999 ali_mesh_chip_peripherals_load_application_key_from_eep
+0x299d ali_mesh_chip_peripherals_load_device_key_from_eep
+0x29a1 ali_mesh_chip_peripherals_load_reset_count_from_eep
+0x29a5 ali_mesh_chip_peripherals_load_seq_from_eep
+0x29a9 ali_mesh_chip_peripherals_load_subscription_from_eep
+0x29b2 ali_mesh_chip_peripherals_load_subscription_from_eep_loop
+0x29b8 mesh_receive_config_appkey_add_cb
+0x29bb ali_mesh_chip_peripherals_save_network_key_from_eep
+0x29bf ali_mesh_chip_peripherals_save_application_key_from_eep
+0x29c3 ali_mesh_chip_peripherals_save_device_key_from_eep
+0x29c7 mesh_store_new_seq_data
+0x29c7 ali_mesh_chip_peripherals_save_seq_from_eep
+0x29cb mesh_store_new_subscriptuion_list_data
+0x29d0 ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep
+0x29d3 ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep_loop
+0x29d9 logging_tx_debug
+0x29db logging_tx_info
+0x29dd logging_tx_warning
+0x29df logging_tx_error
+0x29e1 logging_tx_critical
+0x29e3 logging_tx_common
+0x29f4 mesh_uart_init
+0x29fb mesh_uart_init_buffer
+0x2a05 ali_mesh_control_ble_adv_process
+0x2a07 ali_mesh_control_ble_adv_timer_process
+0x2a09 ali_mesh_control_ble_advertising_on_advertising
+0x2a0b ali_mesh_control_ble_advertising_off_advertising
+0x2a0d ali_mesh_control_ble_adv_app_packet
+0x2a11 ali_mesh_control_ble_adv_app_packet_paired
+0x2a15 ali_mesh_control_ble_adv_tmall_packet
+0x2a19 ali_mesh_control_ble_adv_app_packet_paired_deal
+0x2a26 ali_mesh_control_ble_adv_tmall_packet_send_package
+0x2a2a ali_mesh_control_ble_advertising_send_paired_packet
+0x2a2c ali_mesh_control_ble_advertising_send_paired_packet_deal
+0x2a3d ali_mesh_control_ble_advertising_send_paired_packet_adv_in_off
+0x2a44 ali_mesh_control_ble_advertising_send_paired_packet_end_duration
+0x2a4a ali_mesh_control_ble_advertising_send_device_beacon_packet
+0x2a53 ali_mesh_control_ble_advertising_device_beacon_check_duration
+0x2a57 ali_mesh_end_advertising_silence_device_beacon_packet
+0x2a59 ali_mesh_end_advertising_unprovisioned_device_beacon_packet
+0x2a5b ali_mesh_control_ble_advertising_send_pairing_packet
+0x2a5d ali_mesh_chip_timer_check_with_random_timer
+0x2a60 ali_mesh_chip_timer_check
+0x2a68 ali_mesh_advertising_unprovisioned_timer
+0x2a6b ali_mesh_advertising_unprovisioned_timeout
+0x2a72 ali_mesh_advertising_unprovisioned_timer_interval_timer
+0x2a75 ali_mesh_advertising_unprovisioned_timer_interval_timeout
+0x2a79 ali_mesh_send_unprovisioned_device_beacon_init_advertising
+0x2a7b ali_mesh_send_silence_device_beacon_init_advertising
+0x2a7d ali_mesh_encrypt_calc_random_data
+0x2a83 ali_mesh_encrypt_calc_random_data_calc_confirmationkey
+0x2a8b ali_mesh_encrypt_calc_random_data_calc_authvalueprov
+0x2a90 ali_mesh_encrypt_calc_random_data_calc_authvaluedevice
+0x2a95 ali_mesh_encrypt_calc_random_data_calc_confirmationcloud
+0x2a9d ali_mesh_encrypt_calc_random_data_calc_confirmationdevice
+0x2aa1 ali_mesh_encrypt_calc_random_data_calc_devicekey
+0x2aab ali_mesh_encrypt_load_randomba_to_sha256
+0x2aac ali_mesh_encrypt_load_randoma_to_sha256
+0x2aae ali_mesh_encrypt_load_randomab_to_sha256
+0x2aaf ali_mesh_encrypt_load_randomb_to_sha256
+0x2ab1 ali_mesh_encrypt_load_three_tuple_to_sha256
+0x2aba ali_mesh_encrypt_calc_provisioning_data
+0x2abb ali_mesh_encrypt_calc_provisioning_data_xor_prov_data
+0x2abe ali_mesh_encrypt_calc_provisioning_data_xor_prov_data_loop
+0x2ac6 ali_mesh_encrypt_calc_provisioning_data_calc_sessionkey
+0x2acd ali_mesh_encrypt_calc_network_key_by_k2
+0x2ad0 ali_mesh_encrypt_base_function_k2
+0x2ae5 ali_mesh_encrypt_base_function_k4
+0x2af3 ali_mesh_encrypt_obfuscation_deceypt_send_message
+0x2af6 ali_mesh_encrypt_obfuscation_deceypt_recevie_message
+0x2af8 ali_mesh_encrypt_obfuscation_deceypt
+0x2b01 ali_mesh_encrypt_generate_pecb
+0x2b01 ali_mesh_encrypt_generate_privacy_random
+0x2b03 ali_mesh_encrypt_base_function_generate_pecb
+0x2b0a ali_mesh_encrypt_base_function_sha256_load_data_64bit
+0x2b0b ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii
+0x2b0e ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii
+0x2b11 ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma
+0x2b15 ali_mesh_encrypt_base_function_sha256_store_dataptr
+0x2b18 ali_mesh_encrypt_base_function_sha256_check_first_load_data
+0x2b21 ali_mesh_encrypt_base_function_sha256_first_load_data
+0x2b25 ali_mesh_encrypt_base_function_sha256_clear_data_chunk
+0x2b28 ali_mesh_encrypt_base_function_sha256_calc
+0x2b31 ali_mesh_encrypt_base_function_sha256_calc_loop
+0x2b45 ali_mesh_encrypt_base_function_sha256_load_data_end
+0x2b5e ali_mesh_encrypt_base_function_sha256_add_chunk
+0x2b60 ali_mesh_encrypt_base_function_sha256_input_data_init_inverse
+0x2b61 ali_mesh_encrypt_base_function_sha256_data_inverse_4byte
+0x2b67 ali_mesh_encrypt_base_function_hex2ascii
+0x2b70 ali_mesh_encrypt_base_function_dialog2uchar
+0x2b74 ali_mesh_encrypt_base_function_dialog2uchar_num
+0x2b76 ali_mesh_encrypt_base_function_aes_cmac_32byte
+0x2b78 ali_mesh_encrypt_base_function_aes_cmac_16byte
+0x2b7a ali_mesh_encrypt_base_function_k2_aes_cmac_t
+0x2b88 ali_mesh_encrypt_base_function_aes_cmac
+0x2b9d ali_b0_block_generate
+0x2b9f ali_a_block_generate
+0x2ba0 ali_block_generate
+0x2bb2 ali_generate_mic
+0x2bbd ali_ccm_encrypt_64bit
+0x2bbf ali_ccm_encrypt
+0x2bc1 ali_ccm_encrypt_function
+0x2bde ali_ccm_decrypt_64bit
+0x2be0 ali_ccm_decrypt
+0x2be2 ali_ccm_decrypt_function
+0x2bfd ali_ccm_decrypt_function_check_mic64
+0x2c00 ali_fetcht_ccm_mic
+0x2c08 ali_aes_crypt_data
+0x2c12 mesh_send_unprovisioned_beacons
+0x2c16 ali_mesh_config_device_uuid_by_three_tuple
+0x2c22 ali_mesh_send_unprovisioned_beacons_tmall
+0x2c24 ali_mesh_init_adv_data_tmall_unprovisioned_beacons_package
+0x2c2b ali_mesh_advertising_send_unprovisioned_beacons_store_device_uuid
+0x2c30 ali_mesh_advertising_send_unprovisioned_beacons_gatt
+0x2c32 ali_mesh_init_adv_data_gatt_unprovisioned_beacons_package
+0x2c37 ali_mesh_advertising_add_adtype_service_data
+0x2c3d ali_mesh_receive_adtype_manufacturer_specific
+0x2c45 ali_mesh_advertising_receive_privisioning_random
+0x2c47 ali_mesh_advertising_calc_encrypt_random_data
+0x2c4a ali_mesh_advertising_send_provisioning_confirmation
+0x2c52 ali_mesh_advertising_receive_privisioning_random_check_states
+0x2c60 ali_mesh_advertising_receive_privisioning_data
+0x2c6f ali_mesh_resolve_privisioning_data_package
+0x2c78 ali_mesh_advertising_send_provisioning_complete
+0x2c7f ali_mesh_advertising_receive_privisioning_ios_data
+0x2c81 ali_mesh_advertising_send_packet_common
+0x2c93 ali_mesh_advertising_timer
+0x2c96 ali_mesh_advertising_check_adv_timer
+0x2c9c ali_mesh_advertising_adv_timer_timeout
+0x2c9f ali_mesh_advertising_reset_adv_timer
+0x2ca2 logging_tx_debug_receive_provisioning_packet
+0x2ca5 loggint_tx_info_receive_random_packet
+0x2ca9 loggint_tx_info_send_confirmation_packet
+0x2cad loggint_tx_info_receive_data_packet
+0x2cb1 loggint_tx_info_send_complete_packet
+0x2cb5 ali_mesh_receive_adtype_128bit_uuid_complete
+0x2cb9 ali_mesh_ios_gatt_packet_pairing_type
+0x2cca ali_mesh_ios_gatt_packet_parse_provisioning_random
+0x2cce ali_mesh_ios_gatt_packet_parse_provisioning_data
+0x2cdd ali_mesh_ios_gatt_packet_parse_provisioning_config
+0x2ce0 ali_mesh_ios_gatt_packet_send_provisioning_config_ack
+0x2ce9 ali_mesh_ios_gatt_packet_parse_provisioning_app_control
+0x2ceb ali_mesh_resolve_app_control_msg_package
+0x2cf9 ali_mesh_receive_adtype_128bit_uuid_complete_store_uuid
+0x2d01 ali_mesh_receive_provisioning_package_check_header
+0x2d0b ali_mesh_app_control_package_check_integrity
+0x2d0e ali_mesh_app_control_package_check_rev_complete
+0x2d12 ali_mesh_gatt_package_check_integrity_segment
+0x2d2b ali_mesh_gatt_package_check_integrity_segment_complete
+0x2d2d ali_mesh_gatt_package_check_integrity_segment_calc_total_length
+0x2d34 ali_mesh_gatt_package_check_integrity_segment_expect_package_num
+0x2d35 ali_mesh_gatt_package_check_integrity_segment_expect_package_num_loop
+0x2d39 ali_mesh_gatt_package_store_receive_msg_buffer
+0x2d3e ali_mesh_gatt_package_check_integrity_unsegment
+0x2d44 ali_mesh_app_control_package_check_msgid_legal
+0x2d53 ali_mesh_gatt_package_get_msgid
+0x2d57 ali_mesh_gatt_package_load_receive_msg_buffer1
+0x2d5a ali_mesh_gatt_package_load_receive_msg_buffer2
+0x2d5d ali_mesh_gatt_package_load_receive_msg_buffer
+0x2d62 ali_mesh_gatt_package_receive_timer
+0x2d65 ali_mesh_gatt_package_clear_receive_msg_buffer
+0x2d68 ali_mesh_access_layer_config_or_health_message_opcode
+0x2d6d ali_mesh_access_layer_config_or_health_message_opcode_node_reset
+0x2d70 ali_mesh_access_layer_send_config_node_reset_status
+0x2d76 ali_mesh_message_config_modle_subscription_add
+0x2d7d ali_mesh_message_config_modle_subscription_delete
+0x2d8b ali_mesh_message_config_modle_subscription_delete_group_addr
+0x2d90 ali_mesh_message_config_modle_subscription_check_value_address
+0x2d91 ali_mesh_message_config_modle_subscription_check_value_address_loop
+0x2d97 ali_mesh_message_config_modle_subscription_check_value_address_loop_empty
+0x2d9b ali_mesh_message_config_modle_subscription_status
+0x2da5 ali_mesh_message_config_modle_subscription_check_element
+0x2dae ali_mesh_message_config_modle_subscription_add_value_address
+0x2db0 ali_mesh_message_config_modle_subscription_add_value_address_loop
+0x2db8 ali_mesh_message_config_modle_subscription_add_value_address_in
+0x2dbb ali_mesh_init
+0x2ddd mesh_inverse_three_tuple_mac
+0x2de1 mesh_get_element_info_config
+0x2de5 mesh_idle_process
+0x2dea mesh_cb_event_timer
+0x2dec ali_mesh_check_all_element_info
+0x2ded ali_mesh_check_all_element_info_loop
+0x2df5 mesh_iic_init
+0x2dfb ali_mesh_lower_transport_layer_receive_lower_transport_pdu
+0x2e00 ali_mesh_lower_transport_layer_receive_lower_transport_pdu_segmented_message
+0x2e05 ali_mesh_lower_transport_layer_receive_segaccmess_resolve_szmic_seqzero_segon
+0x2e1e ali_mesh_lower_transport_layer_receive_segmented_access_message_recover_seqzero
+0x2e22 ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack
+0x2e2c ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack_loop
+0x2e32 ali_mesh_lower_transport_layer_receive_segmented_access_message_store_segment
+0x2e3e ali_mesh_lower_transport_layer_receive_segmented_access_message_decrypt_segment
+0x2e4b ali_mesh_lower_transport_layer_send_unsegmented_access_message
+0x2e55 ali_mesh_lower_transport_layer_send_segmented_access_message
+0x2e5e ali_mesh_model_layer_check_model_message_opcode
+0x2e5f ali_mesh_model_layer_check_generic_onoff_message_opcde
+0x2e65 ali_mesh_model_layer_message_opcode_generic_onoff_get
+0x2e67 ali_mesh_model_layer_message_opcode_generic_onoff_get_cb
+0x2e6b ali_mesh_model_layer_message_opcde_generic_onoff_set
+0x2e6d ali_mesh_model_layer_message_opcde_generic_onoff_set_cb
+0x2e70 ali_mesh_model_layer_message_opcde_scene_recall
+0x2e73 ali_mesh_model_layer_message_opcde_light_lightness_set
+0x2e79 ali_mesh_model_layer_message_opcde_light_ctl_set
+0x2e88 ali_mesh_model_layer_message_calc_lightness
+0x2e94 ali_mesh_model_layer_message_calc_actual_lightness
+0x2e9a ali_mesh_model_layer_message_calc_temperature
+0x2ea2 ali_mesh_model_layer_message_calc_actual_temperature
+0x2ea9 ali_mesh_model_layer_message_calc_temperature_k
+0x2eb0 ali_mesh_more_element_check_unicast_address
+0x2eb4 ali_mesh_more_element_check_unicast_address_loop
+0x2ebc ali_mesh_more_element_found_unicast_address_element
+0x2ec0 ali_mesh_more_element_check_group_address
+0x2ec4 ali_mesh_more_element_check_group_address_loop
+0x2ec9 ali_mesh_more_element_check_address_common
+0x2ed1 ali_mesh_more_element_found_group_address_element
+0x2ed3 ali_mesh_more_element_check_subscription_address
+0x2ed5 ali_mesh_more_element_check_subscription_address_loop
+0x2edb ali_mesh_more_element_found_subscription_address_element
+0x2edd ali_mesh_more_element_check_element_address
+0x2ee2 ali_mesh_more_element_check_element_address_loop
+0x2ee9 ali_mesh_more_element_check_element_address_no_group_address
+0x2eee ali_mesh_more_element_push_stack
+0x2ef3 ali_mesh_more_element_pop_stack
+0x2ef8 ali_mesh_more_element_calc_queue_address
+0x2f06 ali_mesh_receive_adtype_mesh_message
+0x2f07 ali_mesh_network_layer_recevice_network_pdu
+0x2f0d ali_mesh_network_layer_recevice_network_pdu_check_nid
+0x2f0f ali_mesh_network_layer_recevice_network_pdu_deceypt_obfuscation
+0x2f10 ali_mesh_network_layer_recevice_network_pdu_decrypt_netmic32
+0x2f15 ali_mesh_network_layer_recevice_network_pdu_check_dst
+0x2f24 ali_mesh_network_layer_recevice_network_pdu_check_dst_group_address
+0x2f2e ali_mesh_network_layer_check_nid_ivi
+0x2f3b ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq
+0x2f3d ali_mesh_network_layer_raverse_src_seq_cache
+0x2f45 ali_mesh_network_layer_find_empty_space
+0x2f46 ali_mesh_network_layer_find_src_space
+0x2f4b ali_mesh_network_layer_recevice_network_pdu_check_seq_legal
+0x2f54 ali_mesh_inverse_seq
+0x2f57 ali_mesh_network_load_network_nonce_and_encryptionkey
+0x2f58 ali_mesh_upper_transport_layer_load_encryptionkey
+0x2f5a ali_mesh_network_layer_load_network_nonce
+0x2f60 ali_mesh_network_store_in_mem
+0x2f68 ali_mesh_network_layer_relay_access_message
+0x2f79 ali_mesh_network_layer_check_relay_states
+0x2f8e ali_mesh_network_layer_encrypt_relay_package
+0x2f93 ali_mesh_network_layer_check_network_mic_cache
+0x2f96 ali_mesh_network_layer_logging_tx_relay_info
+0x2f9e ali_mesh_network_layer_send_access_message
+0x2fa2 ali_mesh_network_layer_send_access_message_encrypt_netmic
+0x2fa8 ali_mesh_network_layer_encrypt_by_network_nonce
+0x2fab ali_mesh_network_layer_send_access_message_encrypt_obfuscation
+0x2fac mesh_generate_nonce
+0x2fb1 logging_tx_debug_network_receive_packet
+0x2fb6 ali_mesh_upper_transport_layer_receive_unsegmented_access_message
+0x2fb7 ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_application_key
+0x2fb9 ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_device_key
+0x2fbb ali_mesh_upper_transport_layer_decrypt_unsegmented_message
+0x2fc0 ali_mesh_upper_transport_layer_receive_segmented_access_message
+0x2fc2 ali_mesh_uuper_transport_layer_decrypt_segment_access_by_application_key
+0x2fc4 ali_mesh_uuper_transport_layer_decrypt_segment_access_by_device_key
+0x2fc6 ali_mesh_upper_transport_layer_decrypt_segmented_message
+0x2fcd ali_mesh_upper_transport_layer_decrypt_message
+0x2fd9 ali_mesh_upper_transport_layer_decrypt_message_decrypt_transmic
+0x2fdc ali_mesh_upper_transport_layer_check_transport_mic_cache
+0x2fdf ali_mesh_upper_transport_layer_load_application_nonce_and_application_key
+0x2fe0 ali_mesh_upper_transport_layer_load_application_key
+0x2fe2 ali_mesh_upper_transport_layer_load_application_nonce
+0x2fec ali_mesh_upper_transport_layer_load_device_nonce_and_device_key
+0x2fed ali_mesh_upper_transport_layer_load_device_key
+0x2fef ali_mesh_upper_transport_layer_load_device_nonce
+0x2ff2 ali_mesh_upper_transport_layer_send_access_message
+0x2ff2 ali_mesh_upper_transport_layer_send_access_message_without_cleat_tx_buffer
+0x2ffb ali_mesh_upper_transport_layer_store_packet_header
+0x3010 ali_mesh_upper_transport_layer_store_unsegment_msg_original_access_pdu
+0x3018 ali_mesh_upper_transport_layer_control_packet
+0x301a ali_mesh_upper_transport_layer_control_packet_deal
+0x303c ali_mesh_upper_transport_layer_control_packet_unsegment_msg
+0x303d ali_mesh_upper_transport_layer_control_packet_segment_msg
+0x3040 ali_mesh_upper_transport_layer_control_packet_load_header
+0x3046 ali_mesh_upper_transport_layer_control_packet_load_app_control
+0x3053 ali_mesh_store_tran_package_type
+0x3056 ali_mesh_upper_transport_layer_queue_pop
+0x305b ali_mesh_upper_transport_layer_control_packet_encrypt_access
+0x306b ali_mesh_upper_transport_layer_control_packet_encrypt_access_unsegment_msg
+0x306e ali_mesh_upper_transport_layer_control_packet_encrypt_access_segment_msg
+0x3074 ali_mesh_upper_transport_layer_control_packet_encrypt_access_load_payload
+0x307c ali_mesh_upper_transport_layer_split_segmented_msg_to_lower_tran_layer
+0x307f ali_mesh_upper_transport_layer_send_segmented_access_message_loop
+0x3095 ali_mesh_upper_transport_layer_calc_transport_mic
+0x3097 ali_mesh_upper_transport_layer_calc_transport_mic_by_appkey
+0x3099 ali_mesh_upper_transport_layer_calc_transport_mic_by_devicekey
+0x309a ali_mesh_upper_transport_layer_calc_transport_mic_encrypt_aesccm
+0x309f ali_mesh_upper_transport_layer_send_access_message_calc_seq
+0x30a7 ali_mesh_upper_transport_layer_send_access_message_add_nid_src_ttl_seq_dst
+0x30b3 ali_mesh_upper_transport_layer_send_access_message_add_seq
+0x30bb ali_mesh_upper_transport_layer_send_segmented_access_message_get_seqzero_segon
+0x30c8 ali_mesh_upper_transport_layer_send_segmented_access_message_calc_header
+0x30d5 ali_mesh_upper_transport_layer_send_segmented_access_message_sub_segn_one
+0x30d7 ali_mesh_upper_transport_layer_clear_tx_buffer
+0x30d8 ali_mesh_loggint_tx_info_upper_send_packet
+0x30dc app_init
+0x30ea app_lpm_init
+0x30f2 app_lpm_init0
+0x30f3 app_param_init
+0x3100 app_sys_param_init
+0x3107 app_process_idle
+0x310d app_process_bt
+0x310f app_process_ble
+0x3111 app_process_bb_event
+0x3118 app_discard_event
+0x311a app_event_normal_process
+0x312c app_evt_bt_conn
+0x3133 app_event_switch_success
+0x3135 app_event_switch_fail_master
+0x313f app_process_bb_event_priority
+0x3141 app_check_wake_lock
+0x3143 app_will_enter_lpm
+0x3145 app_event_linkkey_generate
+0x3149 app_event_reconn_start
+0x3150 app_evt_setup_complete
+0x3157 app_evt_hid_handshake
+0x315b app_event_enter_sniff
+0x3162 app_event_exit_sniff
+0x3166 app_le_event_bb_connected
+0x316a app_le_event_bb_disconn
+0x316f app_bb_event_hid_connected
+0x3173 app_evt_button_long_pressed
+0x3177 app_event_ml2cap_conn_refused
+0x317b app_evt_timer
+0x317c app_evt_100ms_loop
+0x318a timer_single_step
+0x3191 timer_single_step_2b
+0x3198 app_power_timer
+0x319c app_power_timer_timeout
+0x319e app_enter_power_off_state
+0x319f app_enter_power_stanby_state
+0x31a2 app_power_cb_common
+0x31a4 app_unsniff_delay_timer
+0x31a7 app_unsniff_delay_timeout
+0x31aa app_discovery_timer
+0x31ad app_discovery_timeout
+0x31b1 app_bb_event_reconn_failed
+0x31b2 app_clear_reconnect_flag
+0x31b6 app_bb_event_bb_disconn
+0x31bb app_bb_event_bb_reconn_disconn
+0x31c4 app_bb_hibernate
+0x31c6 app_disconn_reason_clear
+0x31c9 app_disconn_reason_flag_clear
+0x31cc app_disconn_reason_collect_bt
+0x31d1 app_disconn_reason_collect_ble
+0x31d7 app_check_sniff
+0x31da app_start_auto_sniff
+0x31dd app_get_lpm_wake_lock
+0x31df app_put_lpm_wake_lock
+0x31e1 app_lpm_wake_auto_lock
+0x31e3 app_lpm_wake_auto_lock_timer
+0x31e6 app_l2cap_flow_control_enable
+0x31e8 app_l2cap_flow_control_disable
+0x31ea app_bt_set_pincode
+0x31ec app_bt_role_switch
+0x31ee app_bt_start_reconnect
+0x31f4 app_bt_reconnect_cancel
+0x31f6 app_bt_disconnect
+0x31f8 app_bt_start_discovery_short
+0x31fa app_bt_start_discovery_led_blink
+0x31fb app_bt_start_discovery
+0x31fd app_bt_stop_discovery
+0x3201 app_ble_start_direct_adv
+0x3203 app_ble_stop_direct_adv
+0x3205 app_ble_stop_adv
+0x3207 app_ble_start_adv
+0x3209 app_ble_start_scan
+0x320b app_ble_stop_scan
+0x320d app_ble_start_conn
+0x320f app_ble_disconnect
+0x3211 app_led_start_blink
+0x3213 app_led_on
+0x3215 app_led_stop_blink
+0x3215 app_led_off
+0x3217 app_enter_hibernate
+0x3219 app_bt_sniff_exit
+0x321b app_bt_enter_sniff
+0x321d app_ble_store_reconn_info
+0x321f app_bt_store_reconn_info
+0x3221 app_store_reconn_info
+0x3223 app_lpm_mult_enable
+0x3225 app_lpm_mult_disable
+0x3227 app_button_long_pressed
+0x3229 app_power_starting
+0x322d app_power_common
+0x3231 app_power_shutting_down
+0x3237 app_power_off_end
+0x323b app_got_power_state_common
+0x323f app_event_button_up
+0x3242 app_power_release
+0x3244 app_hid_connected
+0x3247 antilost_init
+0x3274 antilost_set_ble_version
+0x3276 antilost_le_before_hibernate
+0x3278 antilost_le_notification
+0x327f antilost_power_standby_cb
+0x3283 antilost_lpm_lock_process
+0x328c antilost_lpm_ctrl_for_led_buzzer
+0x3291 antilost_bb_event_process
+0x3299 antilost_le_conn_param_update_rsp_recieved
+0x329c antilost_le_conn_param_updata_procedure_sucsess
+0x329f antilost_le_conn_param_updata_judge
+0x32a3 antilost_le_conn_param_accepted
+0x32a9 antilost_le_conn_param_rejected
+0x32ab antilost_conn_param_retransimiting
+0x32bc antilost_conn_param_updata_procedure_faild
+0x32be antilost_master_nonsupport_latency
+0x32ce antilost_le_bb_event_timer
+0x32d6 antilost_conn_battery_send_timer
+0x32d9 antilost_conn_battery_send
+0x32dd antilost_double_click_timer
+0x32e0 antilost_double_click_timeout
+0x32e2 antilost_le_fast_adv_timer
+0x32e5 antilost_le_fast_adv_timeout
+0x32e8 antilost_conn_update_timer
+0x32eb antilost_conn_update_timer_time_out
+0x32ee antilost_app_updata_le_param_timer
+0x32f1 antilost_app_updata_le_param_timeout
+0x32f7 antilost_wait_for_updata_param_instant_expire
+0x32f9 antilost_le_sleep_timer
+0x32fc antilost_le_sleep_timer_timeout
+0x32fd antilost_adc_check_timer
+0x3300 antilost_adc_check_timer_timeout
+0x3303 antilost_le_process_conn
+0x330c antilost_le_process_discon
+0x3318 antilost_le_conn_process
+0x3319 antilost_idle_process
+0x331c antilost_power_starting_cb
+0x331f antilost_power_common
+0x3320 antilost_power_off_cb
+0x3325 antilost_le_receive_data_process
+0x3328 antilost_le_parse_att_write_request
+0x332c antilost_key_process
+0x332f antilost_key_up_down
+0x3331 antilost_key_is_down
+0x3334 antilost_key_is_up
+0x3337 antilost_key0_down
+0x333f antilost_key0_up
+0x3341 antilost_double_click_timer_init
+0x3345 antilost_butten_down_after_conn
+0x334b antilost_click_once
+0x334f antilost_click_twice
+0x3356 antilost_butten_down_while_disconn
+0x335a antilost_cmd_parse_for_application
+0x3360 antilost_on_of_alram
+0x3364 antilost_configuration_for_alram
+0x3368 antilost_prepare_data_and_send
+0x3375 antilost_alert_on
+0x3380 antilost_alert_off
+0x3388 antilost_set_start_alarm_after_disconn
+0x338d antilost_set_no_alarm_after_disconn
+0x3392 antilost_on_off_alarm_after_disconn
+0x3395 antilost_notify_alarm_config_first_time
+0x33a5 antilost_buzzer_configuration
+0x33a7 antilost_led_configuration
+0x33a8 antilost_configuration_common
+0x33a9 antilost_led_buzzer_stop_blink
+0x33af antilost_led_buzzer_style_configuration
+0x33b2 antilost_fast_adv_start
+0x33b4 antilost_adv_start_common
+0x33b9 antilost_adv_interval_lpm_interval_set
+0x33be antilost_buzzer_pwm_init
+0x33c5 antilost_led_on_cb
+0x33c7 antilost_led_off_cb
+0x33c9 antilost_buzzer_off
+0x33cc antilost_buzzer_on
+0x33d0 antilost_adc_init
+0x33d2 antilost_battery_process
+0x33dc antilost_battery_calculate_end
+0x33df antilost_full_battery
+0x33e1 antilost_low_battery
+0x33e2 car_init
+0x3406 car_soft_switch_power_on_init
+0x340c car_power_off_signal
+0x340d car_hard_switch_power_on_signal
+0x340e car_soft_switch_power_on_signal
+0x3411 car_le_modified_name_adv
+0x3413 car_name_loop
+0x3420 car_le_modified_name_scan
+0x3425 car_hex_to_ascii
+0x3429 car_hex_num
+0x342b car_ui_led_init
+0x342d car_ui_led_init_1
+0x342f car_ui_led_init_2
+0x3431 car_ui_led_init_3
+0x3435 car_in_lp1
+0x343b car_in_lp1_end
+0x343c car_ui_led_init_end
+0x343d car_blood_led_gpio_set
+0x3440 car_pairing_led_gpio_set
+0x3442 car_low_voltage_led_gpio_set
+0x3444 car_init_environment
+0x344b car_motor_init
+0x344f p_in_lp1
+0x3456 p_in_lp1_end
+0x3457 p_car_ui_led_init_end
+0x3458 car_ui_gpio_init
+0x345c car_init_adc_hvin
+0x345e car_le_before_hibernate
+0x3460 car_le_process_lpm_before
+0x3461 car_key_scan_process
+0x3462 car_scale_process_idle
+0x3465 car_g24_status_process
+0x346a car_g24_connected_event
+0x3470 car_lpm_timer_enable
+0x3474 car_lpm_timer_disable
+0x3476 car_stop_blink
+0x3478 car_start_blink
+0x347a car_le_send_packet
+0x3483 car_scale_process_bb_event
+0x3489 car_scale_event_le_conn
+0x348d car_g24_connected
+0x348f car_scale_process_conn
+0x3493 car_scale_event_le_discon
+0x3497 car_g24_disconnect
+0x34ad car_le_bb_event_timer
+0x34b5 car_24g_bind_enable_timer
+0x34b8 car_enter_lpm_timer
+0x34bb car_enter_lpm_enable
+0x34bd car_24g_no_data_timeout_timer
+0x34c0 car_24g_no_data_timer_timeout
+0x34c3 car_notify_vdd_timer
+0x34c8 car_notify_vdd
+0x34cc car_read_hvin
+0x34d5 car_notify_vdd_next2
+0x34e0 car_enter_low_bat
+0x34e5 car_low_bat_led_off
+0x34e7 calc_check_sum_start
+0x34e8 calc_check_sum_loop
+0x34eb calc_check_sum_and
+0x34ed car_le_receive_data
+0x34f0 car_le_parse_att_write_request
+0x34f3 le_app_receive_data
+0x3507 car_control_le_receive
+0x350f car_receive_cmd_select
+0x3519 car_24g_receive_data
+0x351e car_24g_receive_data_next
+0x3525 car_moto1_enable_blank_data_timer
+0x3527 car_moto2_enable_blank_data_timer
+0x3529 car_moto3_enable_blank_data_timer
+0x352b car_moto1_blank_data_timer
+0x352e car_moto2_blank_data_timer
+0x3531 car_moto3_blank_data_timer
+0x3534 car_moto1_blank_data
+0x3536 car_moto2_blank_data
+0x3538 car_moto3_blank_data
+0x353a car_drive_old
+0x353f car_left_right_control_old
+0x3542 car_front_back_control_old
+0x3547 car_reset_old_speed
+0x354b car_reset_old_speed2
+0x354d car_reset_old_speed3
+0x354f car_speed_set_old
+0x3556 car_motor_control
+0x3560 car_motor_control_common
+0x3567 car_conn_led_state
+0x356c car_motor1_control
+0x356e car_motor2_control
+0x3570 car_motor3_control
+0x3572 car_motor_working_flag
+0x3574 car_motor1_status_select
+0x3579 car_motor2_status_select
+0x357e car_lr_motor_stop
+0x3582 car_lr_motor_left
+0x3586 car_lr_motor_right
+0x358a car_fb_motor_stop
+0x358e car_fb_motor_front
+0x3592 car_fb_motor_back
+0x3596 car_motor_status_select
+0x359c car_motor_positive
+0x359e car_motor_negative
+0x35a3 car_motor_stop
+0x35a8 car_motor_work
+0x35ac car_motor_select_negative
+0x35af car_motor_work_next
+0x35b6 car_motor_select_positive
+0x35ba car_motor_speed_duty_setting
+0x35bd car_motor_speed_duty_transform
+0x35c6 car_ir_data_rx_from_app
+0x35c7 car_led_control_receive
+0x35ca car_info_request
+0x35d6 car_g24_init
+0x35da car_g24_receive_process
+0x35de car_g24_mode_switch
+0x35df car_g24_bind_mode_enable
+0x35e6 car_g24_work_mode
+0x35ea car_g24_receive_ch_polling
+0x35f3 car_g24_ch_polling_clear
+0x35f5 car_g24_bind_mode
+0x3602 car_g24_bind_mode_exit
+0x3609 car_g24_bind_device_addr
+0x360c car_g24_cb_data_device1
+0x3613 car_g24_lpm_dipatch
+0x361b car_g24_lpm_wait
+0x3620 dongle_init
+0x362c dongle_default_init
+0x3633 dongle_default_no_eeprom
+0x3649 dongle_xtal_select
+0x364e dongle_dispatch
+0x3653 dongle_read_kb_bind_status
+0x3657 dongle_write_kb_bind_status
+0x365b dongle_usb_config
+0x3661 dongle_usb_config_param
+0x3665 dongle_usb_vid_pid_config
+0x3669 dongle_usb_vid_pid_for_mouse_only_auto_pair
+0x366a dongle_usb_vid_pid_store
+0x366c dongle_usb_vid_pid_for_suit
+0x366e dongle_usb_hid_icon_config
+0x3674 dongle_usb_kb_hidreportdesc
+0x3678 dongle_usb_device_name
+0x367e dongle_all_powerful
+0x367f dongle_all_powerful_loop
+0x3682 dongle_pc_bind
+0x3683 dongle_pc_bind_loop
+0x3687 dongle_g24_blank_data_process
+0x368a dongle_g24_ms_blank_data
+0x3694 dongle_usb_tx_ms_data
+0x3695 dongle_usb_tx_enable_ep2
+0x3699 dongle_g24_kb_blank_data
+0x36a2 dongle_usb_tx_kb_data
+0x36a3 dongle_usb_tx_enable_ep1
+0x36a8 dongle_g24_kb_mul_blank_data
+0x36b2 dongle_usb_tx_multikey_data
+0x36b4 dongle_usb_dispatch
+0x36c5 dongle_usb0_data_ready_report_set0
+0x36c7 dongle_dispose_cmd_mode
+0x36ca dongle_enter_bind_mode
+0x36cb dongle_usb0_data_ready_report_set1
+0x36cd dongle_dispose_cmd_bind
+0x36d2 dongle_dispose_cmd_get_bind
+0x36d5 dongle_dispose_cmd_exit_bind
+0x36d7 dongle_dispose_cmd_read_mode
+0x36d7 dongle_dispose_in_bind_mode
+0x36d9 dongle_dispose_cmd_current_project
+0x36db dongle_dispose_cmd_current_mode
+0x36df dongle_dispose_in_work_mode
+0x36e1 dongle_dispose_cmd_current_fw_version
+0x36e6 dongle_auto_bind
+0x36e7 dongle_auto_bind_loop
+0x36ed dongle_work_mode_auto
+0x36f5 dongle_ackpayload_prep
+0x36f9 dongle_g24_kb_led_ackpayload_prep
+0x3701 dongle_g24_mouse
+0x370a dongle_g24_ms_enable_blank_data_forcibly
+0x370e dongle_g24_ms_disable_blank_data_forcibly
+0x3712 dongle_g24_kb
+0x3717 dongle_g24_kb_type0
+0x372a dongle_g24_kb_enable_blank_data_forcibly
+0x372e dongle_g24_kb_disable_blank_data_forcibly
+0x3732 dongle_g24_kb_type3
+0x3742 dongle_g24_kb_mul_enable_blank_data_forcibly
+0x3746 dongle_g24_kb_mul_disable_blank_data_forcibly
+0x374a dongle_g24_kb_type2
+0x375a dongle_g24_kb_sys_enable_blank_data_forcibly
+0x375e dongle_g24_kb_sys_disable_blank_data_forcibly
+0x3762 dongle_usb_tx_sys_data
+0x3764 module_init
+0x377b module_lpm_uart_init
+0x378d module_lpm_init
+0x378f module_gpio_init
+0x3794 module_lpm_lock
+0x3798 module_bt_conn_process
+0x379a module_spp_enter_sniff
+0x37a8 module_spp_clear_last_transmite_clock
+0x37ab module_process_idle
+0x37af module_process_bb_event
+0x37ce module_process_bb_event_disconned
+0x37d5 module_process_spp_connected
+0x37dc module_process_spp_disconnected
+0x37dc module_spp_disconnected
+0x37e1 module_process_enter_sniff
+0x37e1 module_sniff_param_check
+0x37e8 module_sniff_param_check_unsniff
+0x37ed module_process_exit_sniff
+0x37ef module_process_setup_complete
+0x37f1 module_process_bb_even_le_disconn
+0x37f5 module_process_evt_pincode_req
+0x37f6 module_process_sniff_not_accept
+0x37f7 module_process_unsniff_accept
+0x37fa module_process_unsniff_not_accept
+0x37fb module_process_le_conn
+0x37ff module_process_bb_conn
+0x3802 module_process_reconn_fail
+0x3802 module_disconn_start
+0x3804 module_process_ble_ltk_lost
+0x3806 module_process_ble_update_phy
+0x3807 module_set_conn_pin_high
+0x3809 module_conn_start
+0x380b module_stop_adv_discovery
+0x3812 module_set_conn_pin_low
+0x3814 module_process_with_credit
+0x3817 module_process_check_hci_command_complete
+0x382d module_hci_in_excp
+0x3830 module_hci_release_except
+0x3836 module_hci_dicard_packet
+0x383a module_hci_dicard_bytes
+0x383b module_hci_cmd_control
+0x386d module_hci_cmd_set_bt_addr
+0x3872 module_hci_cmd_set_le_addr
+0x3877 module_hci_cmd_set_visibility
+0x387f module_start_adv_discovery_by_command
+0x3885 moudle_start_adv_by_command
+0x388c module_hci_cmd_set_bt_name
+0x3896 module_hci_cmd_set_le_name
+0x389a module_hci_cmd_receive_spp_data
+0x38a8 module_hci_cmd_pass_init_ng_rx_len_all
+0x38aa module_hci_cmd_spp_exit_sniff
+0x38ac module_hci_cmd_get_current_packet_len_and_remain_len
+0x38b2 module_hci_cmd_get_current_patcket_len
+0x38b9 module_hci_command_tx_spp_tx_complete
+0x38bc module_hci_cmd_receive_le_data
+0x38e1 module_hci_cmd_receive_le_data_finish
+0x38e4 module_hci_cmd_transmit_handle_error
+0x38e8 module_hci_cmd_transmit_le_notify
+0x3903 module_hci_cmd_transmit_le_notify_malloc_l2cap
+0x3908 module_get_le_remote_mtu
+0x390d module_check_ble_encrypt_state
+0x3910 module_hci_cmd_inquire_status
+0x3911 module_hci_cmd_set_pairing_mode
+0x391e module_hci_pairing_just_work_sc
+0x3920 module_hci_pairing_passkey_sc
+0x3922 module_hci_pairing_numeric_comparison_sc
+0x3924 module_hci_pairing_pincode_mode
+0x3927 module_hci_pairing_just_work_mode
+0x3928 module_hci_sspairing_mode
+0x3931 module_hci_pairing_passkey
+0x3933 module_hci_pairing_numeric_comparison
+0x3935 module_hci_cmd_set_pincode
+0x3938 module_hci_cmd_set_uart_control_mode
+0x3940 module_hci_cmd_set_uart_baud
+0x3948 module_hci_cmd_version_request
+0x394c module_hci_cmd_bt_disconnect
+0x394e module_hci_cmd_bt_disconnect_doing
+0x3950 module_hci_cmd_ble_disconnect
+0x3952 module_hci_cmd_ble_disconnect_doing
+0x3954 module_hci_cmd_set_cod
+0x3959 module_hci_cmd_set_nvram
+0x395e module_hci_cmd_confirm_gkey
+0x396a module_hci_cmd_spp_number_comparison_result_is1
+0x396e module_hci_cmd_set_credit_given
+0x3977 module_hci_cmd_auto_adv
+0x397d module_hci_cmd_auto_adv_loop
+0x3987 module_hci_cmd_auto_adv_store_adv
+0x3991 module_hci_cmd_auto_adv_store_scan
+0x399a module_hci_cmd_auto_adv_store_common
+0x39a5 module_hci_cmd_auto_adv_adv_analys
+0x39aa module_hci_cmd_power_request
+0x39b0 module_hci_cmd_power_set
+0x39b7 module_hci_cmd_passkey_entry
+0x39c1 module_hci_cmd_set_gpio
+0x39c7 module_set_gpio_input
+0x39cd module_set_gpio_output
+0x39d2 module_hci_cmd_read_gpio
+0x39dd module_hci_cmd_le_set_pairing_mode
+0x39ec module_le_set_pairing_mode_secure_justwork
+0x39f0 module_le_set_pairing_mode_secure_numeric
+0x39f5 module_le_set_pairing_mode_secure_passkey
+0x39f9 module_le_set_pairing_mode_secure_passkey_res_input
+0x39fd module_le_set_no_pairing
+0x39fe module_le_set_noinputnooutput
+0x3a00 module_le_set_pairing_mode_lagacy_just_work
+0x3a02 module_le_set_pairing_mode_lagacy_passkey
+0x3a04 module_le_set_pairing_mode_lagacy_passkey_res_input
+0x3a06 module_le_set_keboadonly
+0x3a08 module_le_set_displayonly
+0x3a0a module_hci_cmd_le_set_adv_data
+0x3a0d module_hci_cmd_le_set_scan_data
+0x3a10 module_hci_cmd_receive_store_mem
+0x3a16 module_hci_cmd_le_send_conn_update_req
+0x3a1f module_hci_cmd_set_le_adv_parameter
+0x3a22 module_hci_cmd_le_start_pairing
+0x3a2a module_hci_cmd_set_wake_gpio
+0x3a34 module_hci_cmd_set_tx_power
+0x3a39 module_hci_cmd_le_confirm_gkey
+0x3a40 module_hci_cmd_le_confirm_gkey_ok
+0x3a42 module_hci_cmd_le_confirm_gkey_fail
+0x3a44 module_hci_cmd_set_reject_justwork_flag
+0x3a4a module_hci_cmd_reset_chip
+0x3a4e module_hci_cmd_le_set_fixed_passkey
+0x3a5b module_hci_cmd_le_set_random_passkey
+0x3a5d module_hci_cmd_delete_customize_service
+0x3a63 module_hci_cmd_add_service_uuid
+0x3a68 module_hci_cmd_add_characteristic_uuid
+0x3a6c module_hci_cmd_add_service_uuid_set_uuid
+0x3a70 module_hci_cmd_add_characteristic_uuid_set_handle
+0x3a77 module_hci_cmd_add_characteristic_uuid_set_uuid
+0x3a8f module_hci_cmd_add_characteristic_uuid_set_ccc_uuid
+0x3a97 le_att_creat_new_handle
+0x3a9a uart_copy_rx_bytes_len_data
+0x3a9e module_hci_cmd_le_passkey_entry_input
+0x3aa4 module_hci_cmd_passkey_entry_sc_res_input
+0x3aa7 module_hci_cmd_receive_ble_passkey
+0x3aaa module_hci_cmd_passkey_entry_res_input
+0x3aac module_hci_cmd_ble_set_phy
+0x3ab1 module_hci_cmd_ble_read_current_phy
+0x3ab5 module_hci_cmd_ble_set_dle
+0x3aba module_hci_cmd_read_chip_data
+0x3abe module_hci_cmd_write_chip_data
+0x3ac4 module_hci_cmd_close_lpm
+0x3ac6 module_hci_event_receive_invalid_cmd
+0x3ac9 module_hci_event_receive_valid_cmd
+0x3acc module_hci_event_spp_connect
+0x3ace module_hci_event_le_connect
+0x3ad0 module_hci_event_spp_disconnect
+0x3ad2 module_hci_event_le_disconnect
+0x3ad4 module_hci_event_set_cmd
+0x3ae1 module_hci_event_receive_spp_data
+0x3aec module_hci_event_receive_le_data
+0x3af7 module_hci_event_enter_standby_mode
+0x3af8 module_hci_event_enter_standby_mode_len0
+0x3afb module_hci_event_status_res
+0x3b0c module_hci_read_bt_status
+0x3b19 module_hci_event_store_device
+0x3b22 module_hci_event_gkey_generate
+0x3b28 module_hci_event_invalid_packet
+0x3b37 module_hci_event_passkey_entry_mode
+0x3b39 module_hci_event_le_tk
+0x3b3f module_hci_event_le_pairing_fail
+0x3b41 module_hci_event_le_pairing_success
+0x3b43 module_hci_event_bt_pairing_fail
+0x3b45 module_hci_event_bt_pairing_success
+0x3b46 module_hci_event_pairing_completed
+0x3b4d module_hci_event_pause_enc
+0x3b4f module_hci_event_start_enc
+0x3b50 module_hci_event_enc
+0x3b56 module_hci_event_le_gkey
+0x3b5c module_hci_event_uuid_handle
+0x3b63 module_hci_event_le_input_passkey
+0x3b65 module_hci_event_le_update_phy
+0x3b6b module_hci_prepare_tx
+0x3b75 module_hci_transmit_tx
+0x3b77 module_set_mcu_wake_pin_high_delay
+0x3b79 module_set_mcu_wake_pin_h_delay
+0x3b7e module_set_mcu_wake_pin_high
+0x3b80 module_check_mcu_wake_pin_high
+0x3b82 module_set_mcu_wake_pin_low
+0x3b84 module_le_receive_data
+0x3b8a module_le_receive_data_ok
+0x3b95 module_exit_sniff
+0x3b99 module_set_lpm_mult_2
+0x3b9b module_bb_event_timer
+0x3b9b module_read_vdd_timer
+0x3baa module_control_air_flow
+0x3bad module_set_sniff_task_flag
+0x3baf module_clear_sniff_task_flag
+0x3bb1 module_set_unsniff_task_flag
+0x3bb3 module_clear_unsniff_task_flag
+0x3bb5 module_set_le_tx_data_flag
+0x3bb7 module_clear_le_tx_data_flag
+0x3bb9 module_clr_state
+0x3bbd module_set_state
+0x49c0 remote_car_init
+0x49db remote_car_soft_switch_power_on_init
+0x49e2 remote_car_hard_switch_power_on_signal
+0x49e3 remote_car_soft_switch_power_on_signal
+0x49ef remote_car_set_24g_addr_eeprom
+0x49f3 remote_car_power_off_signal
+0x49f3 remote_car_ui_led_init
+0x49f6 remote_car_ui_led_init_1
+0x49f8 remote_car_pairing_led_gpio_set
+0x49fa remote_car_init_environment
+0x49fb remote_no_data_timer_init
+0x49fe remote_car_le_before_hibernate
+0x49ff remote_gpio_set_before_hibernate
+0x4a03 remote_car_process_lpm_before
+0x4a05 remote_car_key_scan_process
+0x4a09 remote_conn_led_state
+0x4a10 remote_car_stop_state
+0x4a16 get_remote_key_state
+0x4a24 send_data
+0x4a2a remote_car_no_data_timeout_check
+0x4a34 remote_car_fb_check
+0x4a39 remote_car_lr_check
+0x4a3e remote_car_scale_process_idle
+0x4a40 remote_car_scale_process_bb_event
+0x4a47 remote_car_24g_attempt_fail
+0x4a48 remote_car_24g_pairing_complete
+0x4a4a remote_car_24g_attempt_success
+0x4a4e remote_car_24g_status_process
+0x4a53 remote_car_scale_process_paired
+0x4a55 remote_car_scale_process_shutdown
+0x4a59 remote_car_event_timer
+0x4a5d remote_car_no_data_timer
+0x4a64 remote_car_send_motor1_key0_press
+0x4a66 remote_car_send_motor1_key1_press
+0x4a68 remote_car_send_motor2_key2_press
+0x4a6a remote_car_send_motor2_key3_press
+0x4a6c remote_car_send_motor1_key0_rel
+0x4a6c remote_car_send_motor1_key1_rel
+0x4a6e remote_car_send_motor2_key2_rel
+0x4a6e remote_car_send_motor2_key3_rel
+0x4a70 remote_car_send_key
+0x4a72 remote_car_send_attack
+0x4a74 remote_car_g24_package_data
+0x4a79 remote_car_g24_package_data_continue
+0x4a7e remote_car_g24_send_empty
+0x4a83 remote_car_moto_data
+0x4a87 remote_car_moto_data_next
+0x4a8e remote_car_moto_data_enable_user
+0x4a90 remote_car_default_init
+0x4ad6 shutter_init
+0x4afb shutter_set_ble_version
+0x4afd shutter_hart_swtich_power_on
+0x4b00 shutter_le_scale_lpm_lock
+0x4b06 shutter_process_bb_event
+0x4b0f ble_shutter_process_baseband_connect
+0x4b13 ble_shutter_process_baseband_disconnect
+0x4b16 ble_shutter_process_reconnect_complete
+0x4b1c ble_shutter_process_parse_connect_parameter_update_response
+0x4b22 shutter_process_soft_swtich_button_long_press
+0x4b23 shutter_process_soft_swtich_button_down
+0x4b29 shutter_store_currenct_led_state
+0x4b2e shutter_process_soft_swtich_button_up
+0x4b33 shutter_load_currenct_led_state
+0x4b3d shutter_le_bb_event_timer
+0x4b40 shutter_check_sleep_timer
+0x4b43 shutter_sleep_timeout
+0x4b47 shutter_check_power_off_timer
+0x4b4a shutter_check_power_off_timeout
+0x4b52 ble_shutter_reconn_timer
+0x4b57 shutter_process_idle
+0x4b59 shutter_process_lpm_before
+0x4b5b shutter_le_before_hibernate
+0x4b5d shutter_stop_bluetooth_discovery
+0x4b60 ble_shutter_stop_bluetooth_discovery
+0x4b64 shutter_start_bluetooth_discovery
+0x4b69 ble_shutter_start_discovery
+0x4b76 shutter_start_reconnect
+0x4b7b ble_shutter_start_reconnect
+0x4b87 shutter_disconnect_current_connection
+0x4b8a shutter_check_data_enable
+0x4b8e shutter_check_ble_data_enable
+0x4b91 shutter_check_bluetooth_conn
+0x4b96 shutter_change_bluetooth_status_bt_disconn
+0x4b99 ble_shutter_change_bluetooth_status_bt_disconn
+0x4b9a shutter_check_send_data
+0x4ba3 shutter_key_change
+0x4ba7 shutter_key_press
+0x4baa shutter_key_release
+0x4bac push_queue_press_or_release
+0x4baf push_buffer_in_queue
+0x4bb4 shutter_send_data_to_master
+0x4bb7 pop_queue_to_ble_data
+0x4bc0 queue_push_one_byte
+0x4bc3 queue_pop_one_byte
+0x4bc8 ble_shutter_receive_data
+0x4bcb shutter_init_param
+0x4bd8 shutter_load_buffer_config_form_datarom
+0x4bdc shutter_load_ble_gatt_form_datarom
+0x4bdf shutter_soft_swtich_power_on
+0x4be0 shutter_soft_swtich_power_off
+0x4be4 shutter_wait_power_off
+0x4be7 ui_soft_swtich_init
+0x4bef ui_soft_swtich_init_power_on_time
+0x4bf4 ui_soft_switch_botton_up
+0x4bf8 ui_soft_switch_botton_long_press
+0x4bfb ui_soft_switch_power_on
+0x4c03 ui_soft_switch_power_off
+0x4c09 shutter_ble_adv_interval_set
+0x4c0d le_send_notify_from_list
+0x4c15 shutter_default_init
+0x4ca4 rf_debug_rx_gpio_low
+0x4ca5 rf_debug_gpio_low
+0x4ca7 rf_debug_rx_on_line
+0x4ca7 rf_debug_rx_gpio_high
+0x4ca8 rf_debug_gpio_high
+0x4caa rf_debug_rx_gpio_h_l_h
+0x4cab rf_debug_rx_gpio_l_h
+0x4cad rf_debug_rx_gpio_l_h_l
+0x4cad rf_debug_shutdown_radio_line
+0x4cae rf_debug_rx_crc_line
+0x4caf rf_debug_rx_sync_line
+0x4cb0 rf_debug_rx_crc_fail_line
+0x4cb2 rf_debug_rx_crc_error_line
+0x4cb2 rf_debug_rx_sync_timeout_line
+0x4cb3 rf_debug_tx_off_line
+0x4cb3 rf_debug_tx_gpio_low
+0x4cb5 rf_debug_tx_on_line
+0x4cb5 rf_debug_tx_gpio_high
+0x4cb7 rf_debug_tx_gpio_l_h_l
+0x4cba hci_init
+0x4cc2 hci_process_loop
+0x4cc4 hci_init_clksel
+0x4cc6 hci_init_clksel_dpll
+0x4ccc hci_init_clksel_xtal
+0x4cce hci_init_uart_default_config
+0x4cd2 hci_init_uart_default_config_tx
+0x4cd6 hci_init_uart_default_config_rx
+0x4cda hci_init_uart_default_config_rts
+0x4cde hci_init_uart_default_config_cts
+0x4ce2 hci_init_uart_config
+0x4d01 hci_init_pwm_default_config
+0x4d05 hci_init_pwm
+0x4d10 hci_process_check_uart_rx
+0x4d18 hci_parse_packet_cmd
+0x4d26 hci_parse_complete_packet
+0x4d29 hci_parse_packet_cmd_ogf_vendorspecific_debug
+0x4d34 phci_grp_vendor_chipid
+0x4d39 phci_grp_vendor_baud
+0x4d3c phci_grp_vendor_patch_common
+0x4d47 phci_grp_vendor_patch
+0x4d48 phci_grp_vendor_patch_loop
+0x4d4c phci_grp_vendor_patch_check_sum
+0x4d51 phci_grp_vendor_done
+0x4d54 phci_grp_vendor_done_loop
+0x4d60 phci_grp_vendor_patch_bad
+0x4d62 phci_grp_vendor_mem
+0x4d68 phci_grp_vendor_flow_control
+0x4d6c hci_normal_reply
+0x4d6d hci_send_event_command_complete_error_command_nuknown
+0x4d6f hci_send_event_command_complete_error_command_disallowed
+0x4d71 hci_send_event_command_complete_without_payload
+0x4d74 hci_send_event_command_complete
+0x4d7d hci_prepare_send_event
+0x4d81 hci_drop_current_packet
+0x4d86 cmd_exit
+0x4d88 cmd_check_plap
+0x4d8c hid_rx_process
+0x4d99 hid_rx_process_hid_control
+0x4d9d hid_rx_process_virtual_cable_unplug
+0x4da4 hid_rx_process_suspend
+0x4da5 hid_rx_process_set_report
+0x4dad hid_rx_process_handshake
+0x4dbc hid_rx_process_data
+0x4dbf hid_rx_process_data_hid_kb
+0x4dc0 hid_malloc_tx_buff
+0x4dc7 l2cap_init
+0x4dc8 l2cap_init_work
+0x4dcc l2cap_init_wake
+0x4dd6 process_rx_l2cap_pkt
+0x4de2 l2cap_rx_multiplexing
+0x4de7 l2cap_rx_multiplexing0
+0x4dec l2cap_check_map
+0x4df8 l2cap_call_proc_signal
+0x4dfa l2cap_call_proc_signal0
+0x4e04 l2cap_call_proc_sigal_pending
+0x4e12 l2cap_sdp_conn_succ
+0x4e1e l2cap_reset_sdp_map
+0x4e2d check_l2cap_map
+0x4e2f check_l2cap_map_loop
+0x4e34 check_l2cap_map_used
+0x4e38 check_l2cap_map_used2
+0x4e3a l2cap_call_proc_sdp
+0x4e44 ml2cap_call_proc_sdp
+0x4e4a l2cap_call_proc_sdp_common
+0x4e51 l2cap_call_proc_hid
+0x4e53 l2cap_call_proc_rfcomm
+0x4e59 l2cap_call_proc_no_reply
+0x4e5a l2cap_rx_reset_state
+0x4e5f l2cap_process_signal_pkt
+0x4e66 l2cap_process_signal_pkt_loop
+0x4e6e l2cap_process_one_signal
+0x4e7c l2cap_process_one_signal_rtn
+0x4e7d l2cap_proc_signal_info_req
+0x4e88 l2cap_proc_signal_info_req_reply
+0x4e8b l2cap_proc_signal_info_req_ext
+0x4e91 l2cap_proc_signal_info_req_fix
+0x4e96 l2cap_proc_signal_info_req_common
+0x4e98 ml2cap_proc_signal_info_req
+0x4ea7 l2cap_proc_signal_cmd_reject
+0x4eae l2cap_proc_signal_cmd_reject_rtn
+0x4eaf l2cap_proc_signal_connect_req
+0x4ec2 l2cap_proc_signal_connect_req_sdp
+0x4ecc store_l2cap_req_param
+0x4ed8 restore_l2cap_req_param
+0x4ee4 l2cap_proc_signal_connect_req_rfcomm
+0x4ef0 l2cap_proc_signal_connect_req_hid_ctrl
+0x4efb l2cap_proc_signal_connect_req_hid_int
+0x4f07 send_connection_pending
+0x4f0b send_connection_sdp_res
+0x4f0f send_connection_res
+0x4f11 send_connection_res0
+0x4f22 connect_suc
+0x4f27 connect_pending
+0x4f2c already_connected
+0x4f2e connect_req_update_byte_counts
+0x4f32 l2cap_proc_signal_connect_req_rtn
+0x4f33 l2cap_proc_signal_connect_rsp
+0x4f4b l2cap_proc_signal_connect_rsp_sdp
+0x4f51 l2cap_proc_signal_connect_rsp_rfcomm
+0x4f57 l2cap_proc_signal_connect_rsp_hid_int
+0x4f5d l2cap_proc_signal_connect_rsp_hid_ctrl
+0x4f63 l2cap_proc_signal_config_req
+0x4f7a l2cap_proc_signal_config_req_sdp
+0x4f84 l2cap_proc_signal_config_req_hid_ctrl
+0x4f8e l2cap_proc_signal_config_req_hid_int
+0x4f98 l2cap_proc_signal_config_req_rfcomm
+0x4fa1 l2cap_send_config_rsp
+0x4fb7 l2cap_send_config_rsp_is_sdp
+0x4fb8 l2cap_check_channel_state
+0x4fc2 l2cap_send_config_req
+0x4fc2 l2cap_send_config_req_sdp
+0x4fc9 l2cap_send_config_req_rfcomm
+0x4fd0 l2cap_send_config_req_hid_ctrl
+0x4fd7 l2cap_send_config_req_hid_int
+0x4fdd l2cap_generate_config_req
+0x4ff5 l2cap_generate_config_req_rfcomm
+0x4ff7 l2cap_generate_config_req_done
+0x4fff l2cap_proc_signal_config_req_rtn
+0x5000 l2cap_proc_signal_config_rsp
+0x5018 l2cap_proc_signal_config_rsp_sdp
+0x501c l2cap_proc_signal_config_rsp_rfcomm
+0x5020 l2cap_proc_signal_config_rsp_hid_ctrl
+0x5024 l2cap_proc_signal_config_rsp_hid_int
+0x5029 l2cap_proc_signal_disconnect_req
+0x5044 l2cap_proc_signal_disconnect_req_hid_ctrl
+0x504a l2cap_proc_signal_disconnect_req_hid_int
+0x5050 l2cap_proc_signal_disconnect_req_sdp
+0x5056 l2cap_disconnect_hid_control_now
+0x5058 l2cap_disconnect_hid_interrupt_now
+0x505c l2cap_disconnect_sdp_now
+0x5060 l2cap_proc_signal_disconnect_req_rfcomm
+0x5066 l2cap_disconnect_rfcomm_now
+0x5068 l2cap_send_disconnect_rsp_pkt
+0x5075 l2cap_proc_signal_disconnect_req_err_rtn
+0x5077 l2cap_proc_signal_disconnect_req_rtn
+0x5079 l2cap_proc_signal_disconnect_rsp
+0x5093 l2cap_proc_signal_disconnect_rsp_sdp
+0x5099 l2cap_proc_signal_disconnect_rsp_rfcomm
+0x509f l2cap_proc_signal_disconnect_rsp_hid_ctrl
+0x50a5 l2cap_proc_signal_disconnect_rsp_hid_int
+0x50ab l2cap_proc_signal_disconnect_rsp_rtn
+0x50ad l2cap_proc_signal_disconnect_rsp_err_rtn
+0x50ae l2cap_proc_signal_echo_req
+0x50be l2cap_proc_signal_echo_rsp
+0x50bf l2cap_proc_signal_info_rsp
+0x50c0 l2cap_reject_command
+0x50cd l2cap_reset_rfcomm_channel_state
+0x50d2 l2cap_reset_sdp_channel_state
+0x50d7 l2cap_reset_hid_ctrl_state
+0x50dd l2cap_reset_hid_int_state
+0x50e3 l2cap_reset_hid_disconnected
+0x50e5 l2cap_disconnect_interrupt_req
+0x50ef l2cap_disconnect_control_req
+0x50f8 l2cap_generate_disconnect_req
+0x5106 ml2cap_send_signal_connect_req
+0x5115 ml2cap_send_signal_config_req
+0x512a ml2cap_send_signal_disconn_req
+0x513c ml2cap_send_signal
+0x5145 msdp_send_req_done
+0x514d ml2cap_rx_multiplexing
+0x5157 ml2cap_call_proc_signal
+0x515f ml2cap_proc_one_comm_loop
+0x5165 ml2cap_proc_one_comm
+0x5170 ml2cap_proc_signal_connect_req
+0x5173 ml2cap_proc_signal_cmd_reject
+0x5179 mvptr
+0x517d ml2cap_proc_signal_connect_rsp
+0x518b ml2cap_proc_signal_connect_refused_result
+0x518d ml2cap_proc_signal_connect_rsp_mnosucc
+0x518f ml2cap_proc_signal_connect_rsp_sucessful
+0x519e ml2cap_proc_signal_connect_rsp_sdp
+0x51a4 ml2cap_proc_signal_connect_rsp_rfcomm
+0x51aa ml2cap_proc_signal_connect_rsp_hid_ctrl
+0x51b0 ml2cap_proc_signal_connect_rsp_hid_int
+0x51b5 mnosucc1
+0x51b6 mnosucc
+0x51b9 ml2cap_proc_signal_config_rsp
+0x51d3 ml2cap_proc_signal_config_rsp_sdp
+0x51d7 ml2cap_proc_signal_config_rsp_rfcomm
+0x51db ml2cap_proc_signal_config_rsp_hid_ctrl
+0x51df ml2cap_proc_signal_config_rsp_hid_int
+0x51e4 mcfrsdone
+0x51e5 mcrsdone1
+0x51e6 mloop2
+0x51ea mcrsdone
+0x51eb ml2cap_proc_signal_config_req
+0x520a ml2cap_proc_signal_config_req_sdp
+0x5218 ml2cap_proc_signal_config_req_sdp_nsndreq
+0x521b ml2cap_proc_signal_config_req_rfcomm
+0x5221 ml2cap_proc_signal_config_req_hid_ctrl
+0x5227 ml2cap_proc_signal_config_req_hid_int
+0x522c mcfgrq_done
+0x5237 mloop1
+0x523d mcrqdone
+0x523e ml2cap_proc_signal_disconn_req
+0x5257 ml2cap_proc_signal_disconn_sdp
+0x525c ml2cap_proc_signal_disconn_hid_ctrl
+0x525e ml2cap_proc_signal_disconn_hid_int
+0x5260 mclsrfc
+0x5262 mclssdp
+0x5270 ml2cap_proc_signal_disconn_rsp
+0x5284 ml2cap_proc_signal_disconn_rsp_sdp
+0x5287 ml2cap_proc_signal_disconn_rsp_rfcomm
+0x5287 mdisdone
+0x528b ml2cap_proc_send_reject
+0x5297 l2cap_get_req_id
+0x529b l2cap_get_req_id_ok
+0x529d l2cap_malloc
+0x529d bt_l2cap_malloc
+0x52a1 ble_l2cap_malloc
+0x52a5 host_l2cap_malloc
+0x52aa host_l2cap_malloc_loop
+0x52b2 host_l2cap_malloc_next_buffer
+0x52b6 host_l2cap_malloc_succ
+0x52b9 host_l2cap_malloc_check_buffer_enough
+0x52bd host_l2cap_malloc_check_buffer_enough_loop
+0x52ca host_l2cap_malloc_check_buffer_enough_end
+0x52cf host_l2cap_malloc_into_fifo
+0x52d8 host_l2cap_malloc_into_fifo_no_push
+0x52db l2cap_malloc_fifo_out
+0x52e0 l2cap_malloc_free
+0x52e7 l2cap_malloc_discard
+0x52f1 l2cap_malloc_is_fifo_full
+0x52f4 l2cap_malloc_is_fifo_nearly_full
+0x52f7 l2cap_malloc_is_fifo_empty
+0x52fa l2cap_malloc_fifo_get_first_ptr
+0x52fd l2cap_malloc_free_loop
+0x52ff l2cap_malloc_fifo_get_first_ptr_empty
+0x5301 l2cap_malloc_get_full_map
+0x5305 l2cap_malloc_get_full_map_loop
+0x530b l2cap_malloc_signal_channel
+0x5314 l2cap_get_signal_tx_buff
+0x5316 l2cap_get_signal_tx_payload
+0x5318 l2cap_malloc_sdp_channel
+0x5321 l2cap_get_sdp_tx_buff
+0x5323 l2cap_get_sdp_tx_payload
+0x5325 l2cap_malloc_rfcomm_channel
+0x5333 l2cap_get_rfcomm_tx_buff
+0x5335 l2cap_util_pdata_to_contw
+0x5338 l2cap_lpm_save_calc_len
+0x533c l2cap_lpm_save_calc_len_loop
+0x5348 l2cap_lpm_save_calc_len_end
+0x534a l2cap_lpm_get_wake_lock
+0x534c l2cap_lpm_put_wake_lock
+0x534e l2cap_lpm_save_txbuf
+0x5359 l2cap_lpm_save_txbuf_loop
+0x5362 l2cap_lpm_save_txbuf_nempty
+0x536b l2cap_lpm_load_txbuf
+0x5372 l2cap_lpm_load_txbuf_loop
+0x5381 init_lmp
+0x5382 init_lmp_work
+0x5390 init_lmp_reinit
+0x5393 parse_rx_done
+0x5394 parse_lmp
+0x53e0 reject_unknown_packet
+0x53e1 reject_lmp_packet
+0x53e3 parse_quality_of_server_req
+0x53e4 parse_quality_of_server
+0x53e5 parse_lmp_clkoffset_req
+0x53e7 parse_enc_key_size_mask_req
+0x53e9 parse_lmp_set_afh
+0x53f6 parse_lmp_escape
+0x5408 reject_unknown_ext_packet
+0x540b parse_lmpext_ping_req
+0x540d parse_lmpext_chn_classification_req
+0x5410 parse_lmpext_iocap_req
+0x5413 parse_lmpext_iocap_res
+0x5415 iocap_lmpext_load
+0x5419 iocap_lmpext_common
+0x541b parse_lmpext_accepted
+0x5420 parse_lmpext_not_accepted
+0x5425 parse_lmpext_accepted_ptt
+0x5429 parse_lmpext_not_accepted_ptt
+0x542f parse_lmpext_pause_encrypt
+0x5432 parse_lmpext_pause_encrypt_slave
+0x5434 parse_lmpext_resume_encrypt
+0x5436 parse_lmpext_features_req
+0x543b parse_lmpext_features_req_page1
+0x5440 parse_lmpext_features_req_page2
+0x5445 remote_support_br_sc_controller
+0x544e remote_not_support_br_sc_controller
+0x5450 set_remote_br_sc_support
+0x5452 remote_support_br_sc_host
+0x5455 remote_not_support_br_sc_host
+0x5458 parse_lmpext_features_res
+0x545e parse_lmpext_features_res_not_hci
+0x5462 parse_lmp_accepted
+0x5473 parse_lmp_not_accepted
+0x5480 parse_lmp_accepted_switch
+0x5483 parse_lmp_not_accepted_switch
+0x5489 parse_lmp_accepted_hostconn
+0x548f parse_lmp_accepted_hostconn_ctn
+0x5493 parse_lmp_not_accepted_hostconn
+0x5498 parse_lmp_accepted_inrand
+0x549f parse_lmp_accepted_enc_mode
+0x54a5 parse_lmp_accepted_enc_keysize
+0x54a6 parse_lmp_accepted_start_enc
+0x54ae parse_lmp_accepted_stop_enc
+0x54af parse_lmp_not_accepted_aurand
+0x54af parse_lmp_not_accepted_aurand_send_detach
+0x54b5 parse_lmp_not_accepted_inrand
+0x54bb parse_lmp_inrand_key_missing
+0x54be parse_lmp_not_accepted_name_req
+0x54bf parse_lmp_not_accepted_simple_pairing_number
+0x54c2 parse_lmp_not_accepted_dhkey_check
+0x54c5 parse_lmp_not_accepted_unsniff_req
+0x54c7 parse_lmp_accepted_unsniff_req
+0x54ca parse_lmp_accepted_sniff_req
+0x54d6 parse_lmp_not_acdcept_sniff_req
+0x54d8 parse_lmp_crypt_key
+0x54dd parse_lmp_setup_complete
+0x54e3 parse_lmp_max_slot
+0x54e4 parse_lmp_max_slot_req
+0x54ec parse_lmp_detach
+0x54ed accept_lmp_msg
+0x54ef parse_lmp_incr_power
+0x54f1 parse_lmp_decr_power
+0x54f3 parse_lmp_version_res
+0x54f7 parse_lmp_auto_rate
+0x54f8 parse_lmp_in_rand
+0x5501 parse_lmp_in_rand_not_accept
+0x5505 parse_lmp_inrand_res
+0x5509 pop_tid_follow
+0x550d push_tid_follow
+0x5511 parse_lmp_au_rand_moudle
+0x5516 parse_lmp_au_rand
+0x551d parse_lmp_au_rand_common
+0x5523 parse_lmp_au_rand_256
+0x5528 parse_lmp_sres
+0x5530 authentication_fail
+0x5533 authentication_ok
+0x5538 parse_lmp_sres_256
+0x553d authentication_ok_256
+0x5541 authentication_ok_common
+0x554a authentication_ok_conn_sm
+0x554f parse_lmp_comb_key
+0x5559 parse_lmp_name_res
+0x5569 parse_lmp_name_res_end
+0x556e parse_lmp_name_req
+0x5572 parse_lmp_conn_req
+0x5573 parse_lmp_timing_accuracy_req
+0x5575 parse_lmp_features_req
+0x5577 parse_lmp_version_req
+0x5579 parse_lmp_supervision_timeout
+0x557a parse_lmp_sniff_subrating_req
+0x5588 parse_lmpext_packet_type_table_req
+0x5593 parse_lmp_max_power
+0x5593 parse_lmp_min_power
+0x5594 parse_lmp_page_mode_req
+0x5595 parse_lmp_page_scan_mode_req
+0x5596 parse_lmp_slot_offset
+0x5599 parse_lmp_sniff_req_check_sniff_para
+0x559f parse_lmp_sniff_req
+0x55b6 set_big_value_to_attempt
+0x55b9 parse_lmp_start_encryption_req
+0x55bf parse_lmp_start_encryption_req_256
+0x55c1 calc_kc
+0x55c6 parse_lmp_stop_encryption_req
+0x55c8 parse_lmp_switch_req
+0x55cd parse_lmp_switch_req_not_accept
+0x55cf parse_lmp_switch_req_clear_mark
+0x55d2 parse_lmp_switch_accept
+0x55d8 parse_lmp_unit_key
+0x55d8 parse_lmp_use_semi_permanend_key
+0x55d9 parse_lmp_unsniff_req
+0x55de parse_lmp_encapsulated_header
+0x55e8 parse_lmp_encapsulated_header2
+0x55ec parse_lmp_encapsulated_header3
+0x55f0 parse_lmp_encapsulated_header_master
+0x55f3 parse_lmp_accepted_encapsulated_header
+0x55f5 parse_lmp_accepted_simple_pairing_number
+0x55f8 parse_lmp_accepted_simple_pairing_number_common
+0x55fc parse_lmp_accepted_simple_pairing_number_ssp_pin
+0x5600 parse_lmp_accepted_simple_pairing_number_passkey
+0x5606 authentication_passkey
+0x5610 authentication_passkey_end
+0x5612 parse_lmp_accepted_dhkey_check
+0x5613 pairing_success
+0x5618 parse_lmp_accepted_dhkey_check_common
+0x5620 parse_simple_pairing_confirm
+0x5627 parse_lmp_encapsulated_payload
+0x562b parse_lmp_encapsulated_payload_256
+0x562f parse_encapsulated_payload_256_master
+0x563d parse_lmp_encapsulated_payload_192
+0x5641 parse_encapsulated_payload_192_master
+0x564e parse_lmp_encapsulated_payload_completed
+0x5654 parse_lmp_accepted_encapsulated_payload
+0x5658 parse_lmp_accepted_encapsulated_payload_192
+0x565c parse_lmp_accepted_encapsulated_payload_256
+0x5660 parse_lmp_encapsulated_payload_all_accepted
+0x5667 parse_lmp_encapsulated_payload_all_accepted_get_passkey
+0x5669 parse_lmp_encapsulated_payload_all_accepted_master
+0x566a parse_lmp_simple_pairing_number
+0x566e parse_lmp_simple_pairing_number_master
+0x5678 parse_lmp_simple_pairing_number_master0
+0x567b parse_dhkey_check
+0x567f parse_dhkey_check_master
+0x5686 number_comparison_successed
+0x568b parse_dhkey_check_master0
+0x568e lmp_reject_pdu_not_allowed
+0x5690 number_comparison_mode
+0x5695 comparison_result
+0x5698 parse_lmp_clkoffset_res
+0x5699 parse_lmp_encryption_mode_req
+0x56a4 parse_lmp_features_res
+0x56a5 parse_lmp_features_res_not_hci
+0x56ab parse_lmp_send_conn
+0x56ad parse_lmp_test_activate
+0x56b2 parse_lmp_test_control
+0x56b7 parse_lmp_test_xor
+0x56cb parse_lmp_test_control_exit
+0x56d0 parse_lmp_test_control_pattern
+0x56d7 parse_lmp_test_control_loopback_nowhite
+0x56d8 parse_lmp_test_control_loopback
+0x56e4 parse_lmp_test_control_pause
+0x56ea lmp_copy_rand
+0x56ed lmp_generate_key
+0x56ef lmp_start_encryption
+0x56f2 lmp_accept_inrand
+0x56f7 lmp_disconnect
+0x56fb send_lmp
+0x5701 send_lmp0
+0x572e send_lmp_error
+0x5730 send_lmp_escape
+0x573c send_lmp_accepted
+0x574b send_create_conn_start_l2cap_timer_sm
+0x5751 send_lmp_accept_sniff_req
+0x5752 send_lmp_not_accepted
+0x575a send_not_accept_aurand
+0x575f send_lmpext_accepted
+0x5768 send_lmpext_not_accepted
+0x5772 send_lmp_accepted_inrand
+0x5776 send_lmp_accepted_enc_mode
+0x577d send_lmp_accepted_enc_start
+0x577f send_lmp_accepted_enc_exit
+0x5781 send_lmp_accepted_enc_key
+0x5784 send_lmp_accepted_connection
+0x578a send_lmp_accept_dhkey_check
+0x578b send_lmpext_ping_res
+0x578e send_lmpext_features_res
+0x5794 send_lmpext_features_res1
+0x579c send_lmpext_features_res2
+0x57a4 check_ssp_enable
+0x57a8 ssp_disable
+0x57ae ssp_enable
+0x57b5 check_br_sc_enable
+0x57b8 br_sc_enable
+0x57bb send_lmpext_io_cap_res
+0x57c6 responder_iocap_keyboard_only
+0x57cc responder_iocap_display_yesno
+0x57d2 responder_iocap_no_input_no_output
+0x57d8 responder_iocap_no_input_no_output_initiator_iocap_no_input_no_output
+0x57d8 set_ssp_mode_justwork
+0x57dc responder_iocap_display_yesno_initiator_iocap_display_yesno
+0x57dc set_ssp_mode_numeric_comparison
+0x57de responder_iocap_display_yesno_initiator_iocap_keyboard_only
+0x57de set_ssp_mode_passkey
+0x57e0 classic_bt_set_reject_justwork_flag
+0x57e2 classic_bt_clr_reject_justwork_flag
+0x57e4 classic_bluetooth_set_flag
+0x57e8 classic_bluetooth_clr_flag
+0x57ec send_lmp_io_cap_req
+0x57f1 send_lmpext_sniff_subrating_req
+0x57f2 send_lmpext_sniff_subrating_res
+0x57fb send_lmp_name_res
+0x5803 send_lmp_name_res_offset_ok
+0x580b send_lmp_timing_accuracy_res
+0x5810 send_lmp_clkoffset_res
+0x5816 send_lmp_clkoffset_res_master
+0x581a send_lmp_version_res
+0x581f send_lmp_features_res
+0x5824 send_lmpext_features_req
+0x5831 send_lmpext_packet_type_table_req
+0x583d afh_init
+0x5847 afh_open_all_channels
+0x584b afh_reset_map
+0x5852 afh_clear_error_counter
+0x5855 afh_set_send_flag
+0x5859 send_lmpext_pause_encryption_req
+0x585d send_lmp_detach
+0x5862 prepare_disconnect
+0x5867 send_lmp_no_payload
+0x586a send_lmp_nopayload_reply
+0x586d send_lmp_encryption_mode_req
+0x5875 send_lmp_superto
+0x587a send_lmp_name_req
+0x5880 send_lmp_test_control
+0x5884 send_lmp_test_control_loop
+0x5889 send_lmp_quality_of_service_req
+0x588a send_lmp_unit_key
+0x588b send_lmp_slot_offset
+0x589c send_lmp_slot_offset_reply
+0x58a0 send_lmp_switch_req
+0x58a4 switch_on_native
+0x58a5 switch_slack
+0x58af send_lmp_sniff_req
+0x58b5 send_lmp_timing_accuracy_req
+0x58ba send_lmp_unsniff_req
+0x58bd send_lmp_max_slot
+0x58c2 send_lmp_max_slot_req
+0x58c7 send_lmp_inc_power
+0x58cc send_lmp_setup_complete_by_module
+0x58ce send_lmp_setup_complete
+0x58df send_lmp_setup_complete_has_sent
+0x58e1 send_lmp_version_req
+0x58e6 send_lmp_features_req
+0x58eb sp_master_send_io_cap_get
+0x58f0 sp_master_send_io_cap_send
+0x58f4 sp_master_send_lmp_encapsulated_header
+0x58f8 sp_master_commitment_compare
+0x5901 sp_master_commitment_compare_success
+0x5905 sp_master_send_lmp_simple_pairing_number
+0x5907 sp_send_lmp_encapsulated_header
+0x5909 send_lmp_encapsulated_header
+0x5911 send_lmp_encapsulated_payload
+0x5915 send_lmp_encapsulated_payload_256
+0x591a send_lmp_encapsulated_payload_192
+0x591e send_lmp_encapsulated_payload_common
+0x5929 sp_send_lmp_simple_pairing_comfirm
+0x592c send_lmp_simple_pairing_comfirm
+0x5934 sp_send_lmp_simple_pairing_number
+0x5936 send_lmp_simple_pairing_number
+0x5942 master_sp_sm_end
+0x5943 sp_aurand_send
+0x5948 master_sp_send_lmp_dhkey_check
+0x5949 sp_send_lmp_dhkey_check
+0x594b send_lmp_dhkey_check
+0x5955 send_lmp_enc_key_size_mask_res
+0x595a send_lmp_auto_rate
+0x595b send_lmp_clkoffset_req
+0x595c send_lmp_quality_of_service
+0x595d send_lmp_test_activate
+0x595e send_lmp_comb_key
+0x5968 send_lmp_inrand
+0x596b send_lmp_rand
+0x5973 send_lmp_aurand
+0x5977 send_lmp_aurand2
+0x597b send_lmp_aurand_notpairing
+0x597c send_lmp_aurand_common
+0x597e send_lmp_aurand_256
+0x5980 send_lmp_sres
+0x5991 send_lmp_sres_master
+0x5993 send_lmp_sres_startenc
+0x5996 send_lmp_sres_startenc_slave
+0x599a send_lmp_sres_256
+0x59a9 copy_aco_256
+0x59ac send_lmp_start_encryption
+0x59b3 send_lmp_stop_encryption_req
+0x59b6 send_lmp_encryption_key_size_req
+0x59bc msg_send_lmp
+0x59c4 send_lmpext
+0x59cb send_lmp_follow
+0x59d1 send_lmp_tid
+0x59d4 send_lmp_reply
+0x59d6 send_lmp_request
+0x59d7 send_lmp_end
+0x59db send_lmp_exit
+0x59e1 lmo_fifo_check
+0x59e6 lmo_fifo_process
+0x59ec lmo_fifo_process_lmo0empty
+0x59f6 lmo_fifo_process_lmo2to1
+0x59fc lmo_fifo_process_lmo1_empty
+0x5a07 special_tid_store
+0x5a10 tid_reply
+0x5a14 tid_initiate
+0x5a18 tid_check
+0x5a1d tid_set_reply
+0x5a21 check_localsm
+0x5a24 setlocalsm_master
+0x5a28 setlocalsm_slave
+0x5a2c check_localsm_master
+0x5a30 generate_random_number
+0x5a31 generate_random
+0x5a32 generate_random_another
+0x5a32 generate_random_loop
+0x5a36 generate_linkkey
+0x5a40 process_conn_sm
+0x5a43 process_conn_sm_continue
+0x5a5f host_create_conn_done
+0x5a65 host_conn_judge_encrypt
+0x5a69 host_create_conn_done_wait
+0x5a6e host_create_conn_auth
+0x5a74 host_create_conn_auth_wait
+0x5a75 host_create_conn_pairing
+0x5a7a host_create_conn_pairing_wait
+0x5a7b host_creat_conn_send_feat_ext
+0x5a7e host_create_conn_send_version
+0x5a81 host_creat_conn_wait_switch
+0x5a89 host_create_conn_switch_accept
+0x5a8b host_create_conn_send_features
+0x5a8e host_create_conn_send_switch
+0x5a94 host_create_conn_send_conn_req
+0x5a9a host_create_conn_wait_accept
+0x5aa0 host_create_conn_resend
+0x5aa2 host_create_conn_waiting
+0x5aa3 host_create_conn_switch
+0x5aac host_create_conn_send_setup_complete
+0x5aaf host_create_conn_wait_setup_complete
+0x5ab3 host_create_conn_wait_setup_complete_rtn
+0x5ab5 host_create_conn_master_detach
+0x5aba host_create_conn_send_detach
+0x5abe host_create_conn_auth_pair
+0x5ac1 host_create_conn_sm_done
+0x5ac3 host_create_conn_auth_pair_true
+0x5acf host_create_conn_auth_pair_nokey
+0x5ad6 host_create_conn_auth_pair_wait
+0x5ad7 host_create_conn_encrypt
+0x5adb host_create_conn_encrypt_start
+0x5ae0 host_create_conn_encrypt_wait
+0x5ae4 host_create_conn_encrypt_wait_clear
+0x5ae6 host_auth
+0x5aeb remote_auth
+0x5af1 pincode_reinit
+0x5af7 twspi_reset
+0x5b04 twspi_disable
+0x5b08 twspi_enable
+0x5b0c twspi_write
+0x5b0d twspi_read
+0x5b0e aes_disable
+0x5b12 read_function_aes
+0x5b16 read_function
+0x5b19 read_fuction_zero
+0x5b1b get_block_header
+0x5b1c get_block_header0
+0x5b24 read_first_block
+0x5b2b get_iv
+0x5b35 load_storage
+0x5b3f load_storage_loop
+0x5b46 load_storage_efuse
+0x5b51 load_storage_efuse_loop
+0x5b58 load_efuse_read_code_loop
+0x5b5c reload_eeprom
+0x5b61 reload_eeprom_loop
+0x5b6a loadcode
+0x5b7c loadcode_efuse
+0x5b81 loadcode_iic
+0x5b82 loadcode_iic_2
+0x5b8c loadcode_iic_eeprom_2k
+0x5b94 iicd_load_gpio_init
+0x5b98 iicd_load_default_gpio
+0x5b9c loadcode_spi
+0x5b9d loadcode_spi_loop
+0x5baa loadcode_hci
+0x5bae clear_key_buf
+0x5bb4 loadcode_efuse_check_xor
+0x5bb8 loadcode_efuse_check
+0x5bc0 loadcode_efuse_check_sum
+0x5bd3 loadcode_efuse_check_sum_loop
+0x5bda loadcode_iic_by_eeprom
+0x5be0 loadcode_check_times
+0x5be6 loadcode_error
+0x5be7 set_ucode_status
+0x5bee decrypt_code
+0x5bf1 decrypt_code_loop
+0x5bf4 decrypt_code_skip
+0x5bf8 save_ucode
+0x5c00 save_ucode_loop
+0x5c05 load_ucode
+0x5c0d load_ucode_loop
+0x5c12 app_read_efuse_app_vsel
+0x5c15 app_read_efuse_sys_config
+0x5c1e app_read_efuse_dig_aon_vsel
+0x5c24 app_read_efuse_syn_afc_cfg1
+0x5c29 app_read_efuse_rf_ldo_cfg1
+0x5c2f app_read_efuse_rc_cal
+0x5c33 app_read_efuse_agc
+0x5c3c app_disable_soft_agc
+0x5c42 app_lpm_efuse_lock_prep
+0x5c49 app_lpm_peripheral_lock_check
+0x5c57 app_lpm_peripheral_lock_hci
+0x5c57 app_lpm_peripheral_lock_hciboot
+0x5c5a app_lpm_peripheral_lock_dongle
+0x5c5f app_lpm_peripheral_lock_test
+0x5c61 app_lpm_peripheral_lock_mouse
+0x5c66 app_lpm_peripheral_lock_shutter
+0x5c6b app_lpm_peripheral_lock_mesh
+0x5c6e app_lpm_peripheral_lock_remote_car
+0x5c73 app_lpm_peripheral_lock_car
+0x5c78 app_lpm_peripheral_lock_antilost
+0x5c7d app_lpm_mpu_lock_mesh
+0x5c80 app_lpm_mpu_lock_module
+0x5c83 app_mpu_s0_lock
+0x5c86 app_lpm_mpu_lock_app
+0x5c89 app_lpm_mpu_lock_br
+0x5c8c app_lpm_mpu_lock_ble
+0x5c8e app_mpu_s1_lock
+0x5c91 app_lpm_mpu_lock_24g
+0x5c94 app_lpm_mpu_lock_br_ble
+0x5c98 app_lpm_mpu_mode_lock
+0x5c9e lpm_write_lock
+0x5caf lpm_write2_ctrl_option
+0x5cb0 lpm_write2
+0x5cb5 spid_init
+0x5cb6 spid_init_common
+0x5cbf spid_write_reg
+0x5cc6 spid_read_reg
+0x5cc7 spid_read_regs
+0x5ccf wait_spid_done
+0x5cd5 flash_write
+0x5cdc flash_write_spi_sm_timer
+0x5ce3 spid_flash_write_start
+0x5ce9 spid_flash_erase_sector
+0x5cf1 spid_flash_wait_erase_sector
+0x5cf5 spid_flash_write_data
+0x5cfb spid_flash_wait_write_data
+0x5d03 spid_flash_data_recover
+0x5d05 spid_flash_data_recover_comm
+0x5d08 spid_flash_data_preserve
+0x5d10 spid_init_flash
+0x5d15 spid_unlock_flash
+0x5d16 spid_sendcmd_common
+0x5d1e spid_flash_release_form_powerdown
+0x5d20 spid_flash_powerdown
+0x5d22 spid_write_flash
+0x5d26 spid_write_flash_common
+0x5d33 spid_read_flash
+0x5d45 spid_read_flash_wait
+0x5d49 wait_spid_flash_done
+0x5d52 spid_load_flash
+0x5d5f spi_load_flash_wait
+0x5d74 spi_gpio_init
+0x5d79 spi_pin_set
+0x5d85 spi_gpio_default_init
+0x5d8c soft_reset_chip
+0x5d8e iic_init_600khz
+0x5d96 iic_init_360khz
+0x5d9e iicd_init_pin
+0x5d9f iicd_init_pin_scl_sda
+0x5da5 iicd_read_init_pin
+0x5da7 wait_iicd_done
+0x5daa iicd_read_data
+0x5db4 iic_write_data
+0x5dbc set_eeprom_size_2k
+0x5dbf clear_eeprom_size_2k
+0x5dc2 iicd_read_eep_data_size_2k
+0x5dc6 iicd_read_eep_size_2k_lcadcode
+0x5dc9 iicd_read_eep_size_2k
+0x5dce iicd_write_protect_eep_data
+0x5dd3 iicd_eeprom_write_enable
+0x5dd8 iicd_wp_gpio_output_low
+0x5dda iicd_eeprom_write_disable
+0x5ddc iicd_read_eep_data
+0x5de2 iicd_read_eep
+0x5de8 iicd_read_eep_common
+0x5dfd iicd_read_eep_load_code_size_2k
+0x5e02 iicd_write_eep_data
+0x5e04 iicd_write_ota_data
+0x5e08 iicd_write_eep_loop
+0x5e17 iicd_eep_transparency
+0x5e29 iicd_eep_deal_short_packet
+0x5e2e iicd_write_eep_size_2k
+0x5e38 iicd_write_eep
+0x5e45 iicd_write_eep_common
+0x5e4c iic_check_eeprom_standby
+0x5e4e iic_check_eeprom_standby_wait
+0x5e63 efuse_read_data
+0x5e69 efuse_read_loop
+0x5e75 efuse_program
+0x5e79 efuse_program_loop
+0x5e7b efuse_program_bit_loop
+0x5e85 efuse_lna_pa_ldo_on
+0x5e8e efuse_vdd_fsource_on
+0x5e96 efuse_vdd_on
+0x5e9e efuse_vdd_off
+0x5eaa efuse_program_bit
+0x5eb0 uarta_init_dma_mem
+0x5eb2 uartb_init_dma_mem
+0x5eb4 uart_init_dma_mem
+0x5ec0 uartb_init_dma_turn_on_clk
+0x5ec4 uarta_init_baud_rate
+0x5ec6 uartb_init_baud_rate
+0x5ec8 uarta_calc_baud_rate_config
+0x5eca uartb_calc_baud_rate_config
+0x5ecc uart_calc_baud_rate_config
+0x5ed1 uart_calc_baud_rate_config_choice_uart_clock
+0x5ed5 uart_calc_baud_rate_config_choice_uart_clock_crystal
+0x5ed7 uart_clock_select_main_freq_crystal
+0x5edb uart_clock_select_main_freq_dpll
+0x5edf uarta_init_tx
+0x5ee3 uartb_init_tx
+0x5ee7 uarta_init_rx
+0x5eeb uartb_init_rx
+0x5eef uarta_prepare_tx
+0x5ef3 uartb_prepare_tx
+0x5ef7 uarta_prepare_rx
+0x5efb uartb_prepare_rx
+0x5eff uarta_send
+0x5f01 uartb_send
+0x5f03 uarta_rxdone
+0x5f05 uartb_rxdone
+0x5f07 uarta_clear_current_rx
+0x5f0b uartb_clear_current_rx
+0x5f0f uarta_prepare_tx_register_push
+0x5f11 uartb_prepare_tx_register_push
+0x5f13 uarta_send_register_pop
+0x5f15 uartb_send_register_pop
+0x5f17 uart_register_push
+0x5f1b uart_register_pop
+0x5f1f uart_copy_tx_bytes_fast
+0x5f21 uart_copy_tx_bytes_fast_loop
+0x5f26 uart_copy_tx_bytes_fast_loop_four
+0x5f2c uart_tx_16_bytes
+0x5f2d uart_tx_8_bytes
+0x5f30 uart_tx_4_bytes
+0x5f33 uart_copy_tx_bytes
+0x5f35 uart_copy_tx_bytes_loop
+0x5f39 uart_copy_rx_bytes_fast
+0x5f3b uart_copy_rx_bytes_fast_loop
+0x5f40 uart_copy_rx_bytes_fast_loop_four
+0x5f46 uart_rx_16_bytes
+0x5f47 uart_rx_8_bytes
+0x5f4a uart_rx_4_bytes
+0x5f4d uart_copy_rx_bytes
+0x5f4f uart_copy_rx_bytes_loop
+0x5f53 app_store_nvram_event
+0x5f55 check_51cmd_store_reconn_info
+0x5f55 check_51cmd_update_device_record
+0x5f5c write_device_record
+0x5f60 write_device_loop_find
+0x5f6c write_device_loop_find0
+0x5f70 set_index_finded_device
+0x5f76 set_index_find_device_master_addr
+0x5f7b store_rec_data_common
+0x5f7e set_index_finded_device_ble_mode
+0x5f82 set_index_finded_device_irk
+0x5f84 store_ble_rec_data_common
+0x5f86 set_index_finded_device_ediv
+0x5f89 nvram_find_addr_from_bd_list
+0x5f90 find_addr_from_bd_list_ble_mode
+0x5f98 find_addr_from_bd_list_static_addr
+0x5f9c find_addr_from_bd_list_static_addr_reconnect
+0x5f9f find_addr_from_bd_list_static_addr_sc_or_legacy
+0x5f9f find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy
+0x5fa2 find_addr_from_bd_list_static_addr_sc
+0x5fa2 find_addr_from_bd_list_random_non_resolvable_private_address_sc
+0x5fa5 find_addr_from_bd_list_public_device_addr
+0x5fa8 find_addr_from_bd_list_random_non_resolvable_private_address
+0x5faa find_addr_from_bd_list_random_addr
+0x5fac find_addr_from_bd_list_spp_mode
+0x5fae find_addr_from_bd_list_common
+0x5fb6 nvram_find_addr_from_list
+0x5fc6 nvram_find_addr_from_list_compare
+0x5fc8 find_master_addr_from_list_compare
+0x5fcd find_addr_from_list_compare_ble_mode
+0x5fd0 find_irk_form_list_compare
+0x5fe2 genernate_master_macaddress
+0x5feb find_ediv_form_list_compare
+0x5ffa check_nvram
+0x6000 init_device_list
+0x6004 init_device_list_loop
+0x6009 load_device_list
+0x6014 clear_key_exists
+0x6016 load_device_list_mode_4
+0x6023 clear_ltk_exists
+0x6025 eeprom_store_le_reconn_info
+0x6027 eeprom_store_bd_reconn_info
+0x6028 eeprom_store_reconn_info
+0x602c check_link_key_load
+0x6032 gpio_set_wake_by_current_state
+0x6036 gpio_set_wake
+0x6042 gpio_clr_wake
+0x604e gpio_config_input_nowake
+0x6050 gpio_config_input
+0x6053 gpio_config_input_without_wake
+0x6059 gpio_get_bit
+0x6063 gpio_get_bit_reverse
+0x6065 gpio_out_inactive
+0x6069 gpio_config_output
+0x6069 gpio_out_active
+0x606c gpio_out_flag
+0x606f gpio_out
+0x6074 gpio_check_active
+0x6079 gpio_check_active_high
+0x607b gpio_set_analog
+0x607d gpio_write
+0x607f gpio_set_high_impedance
+0x6082 gpio_pd_idle
+0x6084 gpio_pd_idle_loop
+0x6089 gpio_pd_idle_configured
+0x608b gpio_addr
+0x608f gpio_config_param
+0x6092 gpio_config_function
+0x6093 gpio_config_function_int
+0x6098 gpio_get_config
+0x609d gpio_set_before_lpm_common
+0x609f gpio_set_before_lpm
+0x60a1 setgpio_loop
+0x60b1 setgpio_loop_end
+0x60b3 setgpio_pullup
+0x60b6 setgpio_pulldown
+0x60b9 adc_init_data
+0x60c0 adc_init_cal_data
+0x60c5 adc_init_cal_data_loop
+0x60cc adc_init_cal_data_default
+0x60d5 adc_init_wait_count
+0x60d9 adc_wait_timer
+0x60dc idle_read_adc_wait
+0x60ec enable_adc_check
+0x60f6 enable_adc_check_le
+0x6100 enable_adc_wait
+0x6102 enable_adc
+0x611a read_adc_mode
+0x611d adc_check_gpio
+0x6121 adc_mode_vdcdc
+0x6123 adc_adc_mode_vbat
+0x6125 vdd_calculate_by_mode
+0x612b vdd_calculate_vinlpm
+0x6131 vdd_calculate_hvin
+0x6137 vdd_calculate_io
+0x613c vdd_calculate
+0x6145 vdd_calculate2
+0x6149 vdd_calculate1
+0x6152 adc_bat_percent_lowpower_out
+0x6162 adc_set_low_power_flag
+0x6166 adc_clear_low_power_flag
+0x616a adc_set_no_power_flag
+0x616e adc_clear_no_power_flag
+0x6172 keyscan_key_init
+0x6174 keyscan_key_init_next
+0x6179 keyscan_key_init_lp1
+0x617d keyscan_key_init_end
+0x617e keyscan_scan_key
+0x6184 keyscan_scan_key_lp1
+0x618f keyscan_scan_key_lp1_next
+0x6197 keyscan_process_lpm_before
+0x6199 keyscan_process_lpm_before_next
+0x619e keyscan_process_lpm_before_lp1
+0x61a2 keyscan_process_lpm_before_end
+0x61a3 keyscan_key_process
+0x61ae keyscan_key_process_next
+0x61b7 keyscan_key_lp1
+0x61c3 keyscan_key_lp1_next
+0x61cc keyscan_send_key_data
+0x61d1 pwm_init
+0x61d7 delay_nop100
+0x61d9 pwm_clk_set
+0x61dc pwm_12m_clk_set
+0x61de pwm_24m_clk_set
+0x61e0 pwm_33k_clk_set
+0x61e2 pwm_cont_set
+0x61e6 pwm_cont_set1
+0x61ed pwm_cont_set0
+0x61f4 pwm_set_value
+0x61f8 pwm_out_set
+0x620a pwm_duty_cycle_set
+0x6213 pwm_enable
+0x6216 pwm_disable
+0x6218 pwm_gpio_set
+0x621d pwm_set_select
+0x6223 pwm_select_channel
+0x6227 pwm_srst_powerdown
+0x6228 pwm_srst_set
+0x622d wdt_init_config
+0x623c wdt_set_enable
+0x623e wdt_set_disable
+0x623f wdt_init_set
+0x6243 nec61212_init
+0x6244 nec_init_config
+0x6248 nec_check_rxbuff_size
+0x624a nec_prepare_read
+0x624e nec_read_done
+0x6250 nec_parse_nec61212
+0x626b nec_parse_nec61212_data
+0x6277 nec_parse_nec61212_error_data
+0x627c nec_parse_nec61212_add_bit1
+0x627d nec_parse_nec61212_add_bit0
+0x6280 nec_parse_nec61212_check_repeat_data
+0x628b nec_parse_nec61212_check_stop_bit
+0x6292 nec_parse_nec61212_check_timeout
+0x6297 nec_parse_nec61212_check_timeout_cb
+0x629b nec_check_pulse_range_legal_default_deviation
+0x629c nec_check_pulse_range_legal
+0x62a4 nec_check_pulse_range_legal_data_negative
+0x62a6 select_system_clk_24m
+0x62aa calc_new_param
+0x62ac calc_new_param_loop
+0x62b2 calc_new_le_time
+0x62b4 select_system_clk_12m_xtal
+0x62b5 select_system_clk_12m_common
+0x62b9 select_system_clk_12m_dpll
+0x62bb rfcomm_init
+0x62c5 rfcomm_init_spp
+0x62cd rfcomm_init_spp_with_credit
+0x62cf set_cr_bit
+0x62d1 rfcomm_calculate_fcs_sabm
+0x62dd rfcomm_calculate_fcs_ua
+0x62e6 rfcomm_calculate_fcs_dlci0
+0x62ea rfcomm_calculate_fcs_dlci0_res
+0x62ec rfcomm_save_fcs_uih
+0x62fb caculate_uihdata_fcs
+0x6307 caculate_fcs
+0x6314 mod2div
+0x6318 mod2div_loop
+0x631d mod2div_not_enough_reduction
+0x6327 mod2div_end
+0x6329 get_rfcomm_snd_adss
+0x632a dlci_to_address_cmd
+0x6330 channel_to_dlci
+0x6334 rfcomm_rx_process_dlci0_sabm
+0x633d rfcomm_rx_process_dlci0_ua
+0x6341 rfcomm_rx_process
+0x6345 rfcomm_rx_process_remote_page
+0x634b parse_dlci0_rp
+0x6352 parse_dlci0_rp_uih
+0x635c parse_dlci0_rp_uih_pn_cmd
+0x635e parse_dlci0_rp_uih_pn_cmd_spp
+0x6364 parse_dlci0_rp_uih_pn_res
+0x6366 parse_dlci0_rp_uih_pn_res_common
+0x6368 get_rfcomm_param_modem_status
+0x636f get_rfcomm_head_struct
+0x6375 get_rfcomm_current_length
+0x637a get_rfcomm_uih_head_struct
+0x6382 get_param_payload_ptr
+0x6385 get_rfcomm_length_common
+0x638e get_rfcomm_prarmer_negotiation
+0x639d parse_dlci0_rp_uih_ms_cmd
+0x639f parse_dlci0_rp_uih_ms_cmd_spp
+0x63a9 parse_dlci0_rp_uih_ms_res
+0x63b0 parse_dlci0_rp_uih_ms_res_spp
+0x63b4 parse_dlci0_rp_uih_cmd_port
+0x63cf parse_uih_rp
+0x63d0 parse_uih_rp_spp
+0x63d8 parse_uih_rp_spp_ua
+0x63dc parse_uih_rp_spp_sabm
+0x63ee parse_uih_spp_uih_credits
+0x63f6 parse_uih_spp_uih
+0x63f7 parse_uih_spp_uih_cont
+0x63fb parse_uih_rp_spp_disconn_send_event
+0x63fd parse_uih_rp_spp_disconn
+0x6403 rfcomm_rx_process_reconn
+0x6409 parse_dlci0_reconn
+0x640f parse_dlci0_reconn_uih
+0x6418 parse_dlci0_reconn_uih_pn_cmd
+0x641f parse_dlci0_reconn_uih_pn_cmd_spp
+0x6423 parse_dlci0_reconn_uih_ms_cmd
+0x642a parse_dlci0_reconn_uih_ms_cmd_spp
+0x6433 parse_dlci0_reconn_uih_ms_res
+0x6439 parse_dlci0_reconn_uih_ms_res_spp
+0x643d parse_uih_reconn
+0x6443 parse_uih_reconn_spp
+0x6448 parse_uih_reconn_spp_ua
+0x644c parse_uih_reconn_spp_sabm
+0x644d parse_uih_reconn_spp_disconn
+0x644e rfcomm_rx_process_end
+0x644f rfcomm_send_more_pkt
+0x6453 rfcomm_send_more_pkt_msc_cmd_spp
+0x6458 rfcomm_send_more_pkt_msc_cmd_spp0
+0x6460 rfcomm_send_sabm
+0x646d rfcomm_send_ua
+0x647b rfcomm_send_param_neg_cmd
+0x6497 rfcomm_send_param_neg_res
+0x64b3 rfcomm_send_modem_status_cmd
+0x64c8 rfcomm_send_modem_status_res
+0x64df rfcomm_send_uih_without_payload
+0x64f9 rfcomm_increase_credit_given
+0x6502 spp_process_rx_data
+0x6504 spp_tx_rfcomm_packet
+0x650e ssp_tx_rfcomm_from_uart
+0x6516 ssp_tx_rfcomm_from_uart_without_credit
+0x651b ssp_tx_rfcomm_from_uart_common
+0x6522 ssp_tx_rfcomm_from_uart_common0
+0x654c ssp_tx_write_length
+0x6554 ssp_tx_write_long_packet
+0x655d ssp_tx_write_given_credit
+0x6561 scheduler_process
+0x6572 scheduler_process0
+0x6575 scheduler_tx_disconnect_hid
+0x6579 scheduler_tx_l2cap_pkt
+0x6594 scheduler_tx_l2cap_start_pkt
+0x659f scheduler_tx_l2cap_last_pkt
+0x65a1 scheduler_tx_l2cap_pkt_end
+0x65a5 scheduler_start_upper_sm
+0x65a9 scheduler_start_upper_sm_hid
+0x65ab process_upper_sm
+0x65ad process_upper_sm_remote_page
+0x65b0 process_upper_sm_rp_wait
+0x65b1 process_upper_sm_reconn
+0x65d0 process_upper_sm_reconn_wait
+0x65d1 process_upper_sm_reconn_sdp_conn
+0x65d7 process_upper_sm_reconn_sdp_cfg
+0x65e1 process_upper_sm_reconn_ss_spp
+0x65e6 process_upper_sm_reconn_sdp_disconn
+0x65e9 process_upper_sm_reconn_hid_ctrl_conn
+0x65ef process_upper_sm_reconn_hid_ctrl_cfg
+0x65f5 process_upper_sm_reconn_hid_int_conn
+0x65fb process_upper_sm_reconn_hid_int_cfg
+0x6601 process_upper_sm_reconn_rfcomm_conn
+0x6607 process_upper_sm_reconn_rfcomm_cfg
+0x660d process_upper_sm_reconn_rfcomm_sabm
+0x6613 process_upper_sm_reconn_spp_cmd_pn
+0x6619 process_upper_sm_reconn_spp_sabm
+0x6624 process_upper_sm_reconn_spp_cmd_ms
+0x662a process_upper_sm_reconn_sdp_conn_wait
+0x662e process_upper_sm_reconn_sdp_cfg_wait
+0x6631 process_upper_sm_reconn_ss_spp_wait
+0x6636 process_upper_sm_reconn_sdp_disconn_wait
+0x663c process_upper_sm_reconn_hid_ctrl_conn_wait
+0x6640 process_upper_sm_reconn_hid_ctrl_cfg_wait
+0x6644 process_upper_sm_reconn_hid_int_conn_wait
+0x6648 process_upper_sm_reconn_hid_int_cfg_wait
+0x664d process_upper_sm_reconn_rfcomm_conn_wait
+0x6651 process_upper_sm_reconn_rfcomm_cfg_wait
+0x6655 process_upper_sm_reconn_rfcomm_sabm_wait
+0x665a process_upper_sm_reconn_spp_cmd_pn_wait
+0x665e process_upper_sm_reconn_spp_sabm_wait
+0x6662 process_upper_sm_reconn_spp_cmd_ms_wait
+0x6665 process_upper_sm_reconn_setup_hid
+0x6667 process_upper_sm_reconn_setup_rfcomm
+0x6669 process_upper_sm_reconn_setup_spp
+0x666b process_upper_sm_reconn_termination
+0x666d upper_sm_send_sdp_conn
+0x6674 upper_sm_send_sdp_cfg
+0x6679 upper_sm_send_sdp_disconn
+0x6683 upper_sm_send_ss_spp
+0x6687 upper_sm_send_rfcomm_conn
+0x668e upper_sm_send_rfcomm_cfg
+0x6693 upper_sm_send_hid_ctrl_conn
+0x669a upper_sm_send_hid_ctrl_cfg
+0x669f upper_sm_send_hid_int_conn
+0x66a6 upper_sm_send_hid_int_cfg
+0x66ab upper_sm_send_rfcomm_sabm
+0x66b2 upper_sm_send_spp_cmd_pn
+0x66b8 upper_sm_send_spp_sabm
+0x66c2 upper_sm_send_spp_cmd_ms
+0x66c7 sdp_process
+0x66e2 sdp_process_ss_req
+0x6702 ss_req_loop
+0x6705 ss_req_blank
+0x670a sdp_process_sa_req
+0x6715 sa_isnot_wholerange
+0x6718 sa_judge_wholerange
+0x6721 sa_judge_wholerange_false3
+0x6723 sa_judge_wholerange_false2
+0x6725 sa_judge_wholerange_false1
+0x6727 sa_req_loop
+0x672a sa_req_range
+0x6730 sa_req_range_id_increase
+0x6739 sa_req_range_id_finish
+0x673c sa_req_one_id
+0x6741 sa_req_check_next_id
+0x6748 sa_req_handle_attributelist_next
+0x6758 sa_req_handle_attributelist_notfound
+0x675b sa_req_handle_attributelist_end
+0x6760 sdp_store_continue_common
+0x6764 sdp_store_continue_0byte
+0x6766 sdp_store_continue_1byte
+0x6769 sdp_store_continue_2byte
+0x676c sdp_store_continue_end
+0x676e sa_req_all
+0x6790 sa_req_all_fisrt_fragment
+0x6794 sa_req_all_parlength_continue_byte
+0x6797 sa_req_all_parlength_continue_byte_end
+0x679d sa_req_all_fragment_sdp
+0x67ab sa_req_all_answer_attributelist_full_loop
+0x67b4 sa_req_all_last_frag_continue
+0x67b6 sa_req_all_frag_end
+0x67b8 sdp_process_ssa_req
+0x67c2 ssa_req_loop
+0x67d2 ssa_req_attributelist_next
+0x67dd ssa_req_attributelist_notfound
+0x67df ssa_req_attributelist_end
+0x67e4 sdp_store_maxbyte
+0x67ec ssa_req_range
+0x67fd ssa_req_range_find_handle
+0x6805 ssa_req_range_later_freg_with_continue
+0x680d ssa_req_range_send_not_maxbyte
+0x6814 ssa_req_range_maxbyte_with_continue
+0x6817 ssa_req_range_maxbyte_with_continue_cpy
+0x681d ssa_req_range_next_handle
+0x6822 ssa_req_range_get_length
+0x682b ssa_req_range_first_freg
+0x6835 ssa_req_range_firstfreg_not_maxbyte_with_continue
+0x6837 ssa_req_range_freg_no_continue
+0x6839 ssa_req_range_lastfreg
+0x683a ssa_req_range_lastfreg_common
+0x6845 ssa_req_range_firstfreg_maxbyte_with_continue
+0x684a ssa_req_range_attrbutes_length
+0x6850 ssa_req_range_attrbutes_length_no_continue
+0x6856 ssa_req_range_freg_with_continue
+0x6866 ssa_req_range_common
+0x6870 sdp_process_sa_res
+0x6870 sdp_process_error_res
+0x6871 sdp_invalid_service_record_handle
+0x6874 sdp_invalid_pdu_size
+0x6877 sdp_insufficient_resource
+0x687a sdp_invalid_request_syntax
+0x687c sdp_error_response
+0x6886 ask_serviceclassid
+0x688b classidloop
+0x6894 skip2bytes
+0x689d frstbwrong
+0x68a0 scndbwrong
+0x68a9 cmp032
+0x68ac cmp016
+0x68ae cmpuuid
+0x68b4 uuidsize
+0x68cf wrong12b
+0x68d0 wrong12b1
+0x68d4 chck12dn
+0x68d6 loopornot
+0x68dc asksrv_error
+0x68de dataelementtype6
+0x68ed dsize32
+0x68ef dsize16
+0x68f2 dsize
+0x68f4 dsize_error
+0x68f6 ss_empty_rsp
+0x68f9 sa_empty_rsp
+0x68fc ssa_empty_rsp
+0x68fe empty_response
+0x690d fullsearch
+0x690f outempty
+0x6911 sdp_data_len
+0x6918 sdp_get_data
+0x691c sdp_get_data_type0
+0x691f sdp_get_data_type_not0_sizeindex01234
+0x6922 sdp_get_data_type_not0
+0x6929 sdp_get_data_type_not0_sizeindex5
+0x692c sdp_get_data_type_not0_sizeindex6
+0x6930 sdp_get_data_type_not0_sizeindex7
+0x6938 search_all_uuid
+0x693c search_all_uuid_llop
+0x6943 search_uuid
+0x6946 search_uuid_next
+0x694c search_uuid_loop
+0x6950 search_uuid_not_found
+0x6956 search_uuid_check_same_handle
+0x695c search_uuid_store_handle
+0x6963 search_uuid_nomatch
+0x6967 search_handle
+0x696a search_handle_loop
+0x697c search_attrib
+0x697f search_attrib_next
+0x6982 search_attrib_loop
+0x698a search_attrib_found_uuid
+0x6990 search_attrib_loop_attribs
+0x699a search_attrib_end
+0x699d search_handle_attrib
+0x69a0 search_handle_attrib_next
+0x69aa search_handl_attrib_found_handle
+0x69ac search_handle_attrib_loop_attribs
+0x69b6 search_handle_attrib_end
+0x69b8 search_rfcomm_cn
+0x69c3 search_uuid_in_data
+0x69c6 search_uuid_in_data_loop
+0x69d6 search_uuid_in_data_found_element_index5
+0x69d9 search_uuid_in_data_found_element_index6
+0x69dc search_uuid_in_data_found_element_index7
+0x69df search_uuid_in_data_found_uuid
+0x69e5 search_uuid_in_data_type_uuid_128
+0x69e6 search_uuid_in_data_type_uuid_32
+0x69e8 search_uuid_in_data_type_uuid_16
+0x69ee sdp_send_spp_request
+0x6a05 function_g2
+0x6a1c function_f6_eb
+0x6a2c get_r
+0x6a30 function_f6_ea
+0x6a43 function_f5
+0x6a55 function_f5_common
+0x6a66 store_addr_common_b
+0x6a6b store_addr_common_a
+0x6a70 function_f4_ca
+0x6a7b function_f4_cb
+0x6a86 function_aes_cmac
+0x6a8a function_ceil16
+0x6a98 function_aes_cmac_set_flag_0_balnk
+0x6a9b function_aes_cmac_set_flag_0
+0x6a9c function_aes_cmac_set_flag_0_common
+0x6aa6 function_aes_cmac_aes
+0x6aa9 function_aes_cmac_aes_loop
+0x6aaf function_aes_cmac_aes_loop_end
+0x6ab7 load_inverse_result
+0x6abb store_inverse_k
+0x6abd inverse_k
+0x6ac0 inverse_memdat
+0x6ac4 bn_lshift_0_inverse
+0x6ace function_aes_cmac_k1_inverse
+0x6acf function_aes_cmac_inverse_common
+0x6ad3 function_aes_cmac_k2_inverse
+0x6ad5 function_aes_cmac_generate_subkey
+0x6add function_aes_cmac_k1
+0x6ae6 function_aes_cmac_k1_0
+0x6ae7 function_aes_cmac_k2
+0x6af0 function_aes_cmac_xor_rb
+0x6af1 function_aes_cmac_xor_rb_loop
+0x6af7 function_aes_cmac_xor_loop_common
+0x6afb function_aes_cmac_padding
+0x6afe function_aes_cmac_padding_loop
+0x6b03 function_aes_cmac_padding_loop2
+0x6b06 function_aes_cmac_padding_beq_length
+0x6b07 function_aes_cmac_padding_common
+0x6b09 function_aes_cmac_padding_big_length
+0x6b0b generate_kinit
+0x6b0f function_e21
+0x6b1e function_e22
+0x6b24 function_e22_pin_init
+0x6b25 function_e22_genx_pin
+0x6b28 function_e22_genx_loop
+0x6b32 function_e22_genx_end
+0x6b3e function_e1
+0x6b41 function_e3
+0x6b48 function_hash
+0x6b5e function_ar
+0x6b67 function_ar_loop
+0x6b6f function_ar_original
+0x6b85 key_scheduling
+0x6b8b key_rotateloop
+0x6b96 key_select_octet_loop
+0x6b9b key_select_octet_nwrap
+0x6ba5 bias_round_key_loop
+0x6bac key_sched_zero
+0x6bae create_byte_16_loop
+0x6bb6 xor_mod32
+0x6bb7 xor_mod32_ar2
+0x6bba xor_mod32_loop
+0x6bc0 xor_mod32_invert
+0x6bc3 xor_even
+0x6bc9 el_boxes
+0x6bcc el_box_loop
+0x6bd2 e_boxes
+0x6bd8 pht
+0x6bdb pht_loop
+0x6be7 permute
+0x6bf6 permute_exchange
+0x6bf7 permute_loop
+0x6c06 add16
+0x6c08 xor16
+0x6c09 xor_add16
+0x6c0a xoradd_loop
+0x6c0f xoradd_add
+0x6c10 xoradd_store
+0x6c15 function_expand
+0x6c1b expand_12
+0x6c1c expand_cont
+0x6c20 key_offset
+0x6c2f key_addxor
+0x6c30 key_addxor_loop
+0x6c34 key_add
+0x6c36 key_high
+0x6c37 key_xor
+0x6c38 key_store
+0x6c3c copy_aco
+0x6c41 concatenate_temp24
+0x6c42 concatenate_temp16
+0x6c45 loop1
+0x6c46 generate_stk
+0x6c4a authenticate_rconfirm
+0x6c4d authenticate_mconfirm
+0x6c52 generate_confirm
+0x6c55 generate_mrand
+0x6c58 generate_sk
+0x6c61 ccm_b0
+0x6c64 first_block_counter
+0x6c66 first_block_data
+0x6c67 first_block
+0x6c68 iv_common
+0x6c79 generate_mic
+0x6c88 generate_mic_loop
+0x6c8d generate_mic_end
+0x6c91 aes_crypt_data
+0x6c9b ccm_br_enc_new
+0x6cb9 ccm_br_pcnt_tx_add
+0x6cbd ccm_br_check_0_length_continuation
+0x6cc3 ccm_br_pcnt_tx_set
+0x6cc8 ccm_br_pcnt_rx_set
+0x6ccc ccm_br_decrypt_new
+0x6cf3 ccm_br_pcnt_rx_add
+0x6cfa le_decrypt_new
+0x6d20 le_encrypt_new
+0x6d27 le_encrypt_new_start
+0x6d40 ccm_wait_enc
+0x6d45 ccm_check_enc_done
+0x6d47 ccm_enc_done
+0x6d4c ccm_init_common
+0x6d53 wait_ccm_done
+0x6d55 ccm_ctrl_clr
+0x6d57 wait_aes
+0x6d59 do_aes_ocb
+0x6d5c do_aes_cbc
+0x6d5f do_aes_ctr
+0x6d62 aes_init
+0x6d65 function_s1
+0x6d7a function_c1
+0x6d80 function_c1_master
+0x6d90 function_c1_irat
+0x6d95 function_c1_loop1
+0x6da8 padding_data
+0x6dad padding_loop
+0x6db2 aes_load_data
+0x6db3 load_data_loop
+0x6db7 load_data_padding
+0x6dbc aes_load_xor
+0x6dbe load_key
+0x6dc0 load_data128
+0x6dc1 load_regext
+0x6dc2 load_regext_loop
+0x6dc7 load_sk
+0x6dc9 clear_hidata
+0x6dcb aes_clear_data
+0x6dcc aes_clear
+0x6dcd clear_loop
+0x6dce clear_data_rest
+0x6dd1 store_aes_result
+0x6dd3 send_aes_result_loop
+0x6dd8 store_enc_data
+0x6dde store_enc_loop
+0x6de6 store_enc_byte
+0x6dea compare_res
+0x6dec compare_res_loop
+0x6df3 enable_authrom
+0x6df7 disable_authrom
+0x6dfb init_memp
+0x6e52 init_memp_256
+0x6ea4 publickey_init
+0x6ea7 sp_calc_sequence_256_check
+0x6eb5 stop_publickey_calc_256
+0x6eb7 sp_br_secure_connection_enable
+0x6ebb sp_br_secure_connection_disable
+0x6ebf sp_initialize
+0x6ec2 sp_reset
+0x6ec6 sp_wait_pubkey_calc_done
+0x6ecc sp_clear_flags
+0x6ed5 sp_generate_local_key
+0x6eda sp_generate_local_key0_256
+0x6edd sp_start_send_pubkey_256
+0x6ee2 sp_master_generate_local_key
+0x6ee5 sp_generate_local_key0_192
+0x6ee8 sp_start_send_pubkey
+0x6eed sp_calc_check_publickey_256
+0x6f08 sp_calc_b256
+0x6f1e sp_calc_check_publickey
+0x6f39 sp_calc_b
+0x6f4f sp_calculate_commitment
+0x6f53 sp_calculate_commitment_256
+0x6f5d sp_calculate_commitment0_256
+0x6f63 sp_calculate_commitment_192
+0x6f6e master_sp_calculate_commitment
+0x6f75 sp_calculate_commitment0
+0x6f7b master_sp_calculate_commitment0
+0x6f7e sp_local_random_key_generator
+0x6f81 sp_calculate_commitment_wait_dhkey_calc
+0x6f83 sp_confirm_check
+0x6f86 sp_confirm_check_wait
+0x6f89 sp_confirm_check_256
+0x6f8c sp_confirm_check_192
+0x6f8e sp_confirm_check_common
+0x6f9e sp_confirm_check_success
+0x6fa4 sp_confirm_check_success_master
+0x6fa7 sp_confirm_check_failed
+0x6fad sp_confirm_check_failed_master
+0x6fb0 sp_confirm_calc
+0x6fb4 sp_confirm_calc_256
+0x6fb8 sp_confirm_calc_192
+0x6fbc sp_confirm_calc_ready
+0x6fc9 sp_confirm_calc_master
+0x6fcc sp_master_key_prarm_push
+0x6fd6 sp_link_key_prarm_push
+0x6fe0 sp_link_key_calc
+0x6feb sp_debug_private
+0x6ffb sp_pubkey_calc
+0x7014 sp_pubkey_generated
+0x701a sp_dhkey_calc
+0x702b sp_dhkey_generated
+0x7032 random_generator
+0x7037 compare4
+0x7041 compare4_failed
+0x7043 compare4_success
+0x7045 simple_pairing_sequence
+0x7056 master_simple_paring_sequence
+0x7068 master_set_mem_master_sp_flag
+0x706a master_clear_mem_master_sp_flag
+0x706c sp_calc_sequence
+0x7077 sp_calc_sequence_done
+0x707c bn_testbit
+0x7082 ec_copy
+0x7085 bn_eq_zero
+0x708b bn_eq_0
+0x7094 bn_bigeq
+0x7097 bn_bigeq_0
+0x70a1 bn_add
+0x70a3 bn_add_0
+0x70af bn_sub
+0x70b1 bn_sub_0
+0x70bd bn_rshift6
+0x70bf bn_rshift
+0x70c0 bn_rshift_0
+0x70cb bn_lshift
+0x70cd bn_lshift_0
+0x70d8 bn_lshiftmod
+0x70d9 bn_lshiftmod_ismod
+0x70e1 bn_lshiftmod_0
+0x70e5 bn_addmod
+0x70e8 bn_submod
+0x70ef bn_p192mod
+0x7110 bn_load
+0x7111 bn_load_0
+0x7116 bn_mulmod
+0x7120 bn_mulmod_1
+0x7122 bn_mulmod_0
+0x7138 bn_sqrmod
+0x713a bn_rshifteven
+0x713b bn_rshifteven_1
+0x714a bn_rshifteven_0
+0x714e bn_invmod
+0x715d bn_invmod_2
+0x7178 bn_invmod_1
+0x7186 bn_invmod_0
+0x7193 ecdbl
+0x71e4 ecadd
+0x7250 eckp_0
+0x725e eckp_1
+0x7263 ecunmapz
+0x7275 sha_endian_swap2
+0x7278 sha_endian_loop
+0x7280 sha_getw
+0x7284 sha_r
+0x7286 sha_r_loop
+0x729b sha_init
+0x729d sha_init_0
+0x72a2 sha
+0x72a6 sha_0
+0x72af sha_loop
+0x72d8 sha_1
+0x72de sha_result
+0x72e0 sha_regext_save
+0x72e5 pad_xor
+0x72e8 pad_xor_0
+0x72ef pad_xor_1
+0x72f2 g_noninit_number_confirm
+0x72f6 g_noninit_number_confirm_192
+0x72f9 g_noninit_number_confirm_256
+0x72fc g_noninit_192
+0x72fe g_noninit0_192
+0x730c g_init_192
+0x731b g_common_192
+0x7324 g_common0
+0x7335 noninit_number_confirm
+0x7338 g_noninit0_256
+0x7346 g_common_256
+0x734f function_f1_192_no_key
+0x7351 function_f1_192
+0x7353 function_f1_192_common
+0x736e function_f1_common2
+0x7388 function_f2_192
+0x73be function_f3a_192
+0x73c0 function_f3a_common
+0x73cf function_f3a_no_pin
+0x73d2 function_f3b_no_pin
+0x73d5 function_f3b_192
+0x73d7 function_f3b_common
+0x73e4 function_f3_common
+0x740e eckp_calc_init
+0x740f eckp_calc_init_1
+0x7419 eckp_calc
+0x7421 memcpy_dword_swap4
+0x7422 memcpy_dword_swap
+0x7423 memcpy_dword_swap_loop
+0x7428 function_f1_no_key_256
+0x742a function_f1_256
+0x742c function_f1_common_256
+0x7449 function_f3a
+0x744d function_f3a_256
+0x744f function_f3a_common_256
+0x745c function_f3_common_256
+0x7477 sha_end_common
+0x7486 function_f3a_no_pin_256
+0x7489 function_f3b_no_pin_256
+0x748c function_f3b
+0x7490 function_f3b_256
+0x7492 function_f3b_common_256
+0x74a0 function_f2
+0x74a4 function_f2_256
+0x74cc function_h3
+0x74f4 function_h4
+0x7519 function_h5
+0x7541 sp_initialize_256
+0x7544 sc_reset
+0x7547 sp_wait_pubkey_calc_256_done
+0x754d sp_debug_private_256
+0x7562 sp_pubkey_calc_256
+0x757b sp_pubkey_generated_256
+0x7581 sp_dhkey_calc_256
+0x7591 sp_dhkey_generated_256
+0x7597 sp_calc_sequence_256
+0x75a1 sp_calc_sequence_done_256
+0x75a7 eckp_calc_256
+0x75af eckp_calc_init_256
+0x75b2 eckp_calc_init_256_1
+0x75bc ecunmapz_256
+0x75ce ecdbl_256
+0x761f ecadd_256
+0x768b bn_invmod_256
+0x7699 bn_invmod_256_2
+0x76b4 bn_invmod_256_1
+0x76c2 bn_invmod_256_0
+0x76c9 bn_mulmod_256
+0x76d7 bn_mulmod_256_1
+0x76dd bn_mulmod_256_0
+0x76f2 bn_p256mod
+0x775b bn_load_mem
+0x775f bn_load_256
+0x7761 bn_sqrmod_256
+0x7763 bn_add_256
+0x7765 bn_addmod_256
+0x7768 bn_lshiftmod_256
+0x7769 bn_lshiftmod_ismod_256
+0x7772 bn_lshiftmod_p_256
+0x777a sub_p2_256
+0x777e bn_submod_256
+0x7788 bn_submod_256_np
+0x7791 bn_sub_256
+0x7793 bn_rshift_256
+0x7796 bn_lshift_256
+0x7799 bn_bigeq_256
+0x779d bn_eq_zero_256
+0x77a0 bn_rshifteven_256
+0x77a1 bn_rshifteven_256_1
+0x77b0 bn_rshifteven_256_0
+0x77b4 ui_init
+0x77b9 ui_dispatch
+0x77bb ui_button_init
+0x77c5 ui_button_polling
+0x77cb ui_button_down
+0x77d7 ui_button_up
+0x77e1 ui_button_check_long_press
+0x77e8 lpm_button_get_wake_lock
+0x77ea lpm_button_clean_wake_lock
+0x77ec calc_curr_struct_prt
+0x77f0 ui_led_init_global
+0x77f5 ui_led_init_loop
+0x77fc ui_led_on_global
+0x7801 ui_led_blink_stop_global
+0x7801 ui_led_off_global
+0x7806 ui_led_blink_start_global
+0x780c ui_led_set_style_global
+0x7811 ui_led_dispatch
+0x7814 ui_led_blink_polling
+0x781a ui_led_off_static
+0x781f ui_led_on_static
+0x7824 ui_led_change_style_by_type
+0x782d ui_led_blink_state_lighting
+0x7838 ui_led_blink_state_darking
+0x7844 ui_led_blink_infinite
+0x7848 ui_led_blink_timer_start
+0x784a ui_led_stop_timer
+0x784c ui_timer_timeout
+0x7850 ui_timer_check
+0x7857 ui_timer_check_loop
+0x7861 ui_timer_init
+0x7864 ui_timer_check_end
+0x786a ui_timer_check_send_evt
+0x786b ui_ipc_get_lock
+0x786c ui_ipc_get_lock_wait
+0x786f ui_ipc_put_lock
+0x7871 ui_ipc_send_event
+0x787a ui_ipc_send_cmd
+0x7883 ui_ipc_clean_all_fifo
+0x7887 check_51cmd
+0x7892 check_51cmd_once
+0x78ac check_51cmd_once_continue
+0x78bd check_51cmd_check_idle
+0x78c2 check_51cmd_restore
+0x78c4 check_51cmd_start_discovery
+0x78c9 check_51cmd_stop_discovery
+0x78cf check_51cmd_reconnect
+0x78d1 check_51cmd_disconnect
+0x78d4 check_51cmd_enter_sniff
+0x78df check_51cmd_exit_sniff
+0x78e1 check_51cmd_pincode
+0x78e7 check_51cmd_pincode_pair_passive
+0x78ee check_51cmd_adv
+0x78f4 check_51cmd_stop_adv
+0x78f9 check_51cmd_direct_adv
+0x78ff check_51cmd_stop_direct_adv
+0x7904 check_51cmd_le_disconnect
+0x7908 check_51cmd_ble_update_connect_param
+0x7909 check_51cmd_led_off
+0x790b check_51cmd_led_on
+0x790d check_51cmd_led_start_blink
+0x7914 check_51cmd_led_start_blink_in_blink
+0x7917 check_51cmd_le_start_con
+0x791a check_51cmd_start_scan
+0x791c check_51cmd_stop_scan
+0x791f check_51cmd_hibernate
+0x7925 check_51cmd_hibernate_btn_disabled
+0x7927 check_51cmd_le_smp_sec_req
+0x7928 check_51cmd_role_switch
+0x7931 check_51cmd_bb_reconn_cancel
+0x7933 check_51cmd_dhkey_not_accept
+0x7936 ui_check_paring_button
+0x793a queue_init
+0x793f queue_push
+0x794e calc_queue_next_ptr
+0x7956 queue_pop
+0x7967 queue_get_new_ele
+0x7976 queue_store_new_ele
+0x7985 queue_empty
+0x7989 queue_full
+0x798d queue_get_size
+0x7991 usb_isr
+0x799d usb_init
+0x79b4 usb_offline_check_init
+0x79b6 usb_offline_state
+0x79bc usb_init_param
+0x79ee usb_config_cb
+0x79f0 usb_tx_interval_config
+0x79f5 usb_nak_state
+0x79fd usb_nak_state_judge
+0x7a00 usb_nak_state_timer_init
+0x7a05 usb0_attached_state_judge
+0x7a0a usb_clear_halt_dispose
+0x7a10 usb_rx_no_data
+0x7a13 usb_rx_data
+0x7a1e usb_rx_read
+0x7a24 usb_data_rx
+0x7a25 usb_rx
+0x7a2d usb0_rx
+0x7a30 usb_class_type
+0x7a37 usb_in_device
+0x7a3f usb_out_device
+0x7a47 usb_in_standard_req
+0x7a4d usb_in_class_req
+0x7a52 usb_in_manufacturer_req
+0x7a53 usb_out_standard_req
+0x7a5b usb_out_class_req
+0x7a60 usb_out_manufacturer_req
+0x7a61 usb0_force_stall
+0x7a65 usb0_reply_zerolen
+0x7a67 usb0_request_get_configuration
+0x7a79 usb0_request_get_cfg_dev_cfg
+0x7a7b usb0_request_get_cfg_dev_addr
+0x7a7d usb0_request_get_descriptor
+0x7a85 dsc_hid_info
+0x7a8a dsc_hid_info_interface0
+0x7a8d dsc_hid_info_interface1
+0x7a90 dsc_device_info
+0x7a94 dsc_info_set_data_len
+0x7a99 dsc_info_set_initial_data_len
+0x7a9a dsc_info_set_data_size_completed
+0x7a9f dsc_info_set_current_data_len
+0x7aa1 usb_set_high_addr
+0x7aa5 usb0_set_addr
+0x7aa9 dsc_config_info
+0x7aac dsc_string_info
+0x7aba dsc_hid_report_info
+0x7abe dsc_hid_report_info0
+0x7ac2 usb0_request_get_interface
+0x7ad4 usb0_request_get_status
+0x7ae5 usb0_sdsystem_dispose
+0x7ae7 usb0_get_status_in_device
+0x7aec usb_send_zero_packet
+0x7aee usb_send_ones_packet
+0x7af0 usb_send_two_packet
+0x7af2 usb0_get_status_in_interface
+0x7af6 usb0_get_status_in_endpoint
+0x7aff usb0_get_status_in_ep_in_ep0
+0x7b00 usb0_get_status_in_ep_in_ack
+0x7b03 usb0_get_status_in_ep_in_ep1
+0x7b05 usb0_get_status_in_ep_in_ep2
+0x7b07 usb0_get_status_in_ep_in_ep3
+0x7b09 usb_get_idle
+0x7b0d usb_get_report
+0x7b11 usb_get_report_dispose
+0x7b14 usb_get_report_send_data
+0x7b18 usb_get_report_data_release
+0x7b1b usb_get_report_data_success
+0x7b1e usb_get_protocol_req
+0x7b26 usb_get_report_protocol
+0x7b27 usb_get_boot_protocol
+0x7b28 usb0_request_clear_feature
+0x7b37 usb0_request_clear_feature_out_device
+0x7b44 usb0_request_clear_feature_out_interface
+0x7b45 usb0_request_clear_feature_out_endpoint
+0x7b4e usb0_force_stall_ep0_in_off
+0x7b50 usb0_force_stall_ep1_in_off
+0x7b51 usb0_force_stall_ep1_in_off_reply
+0x7b53 usb0_force_stall_ep2_in_off
+0x7b55 usb0_force_stall_ep3_in_off
+0x7b57 usb0_request_set_feature
+0x7b60 usb0_request_set_feature_out_device
+0x7b69 usb_wakeup_timer_reinit
+0x7b6d usb0_request_set_feature_out_interface
+0x7b6e usb0_request_set_feature_out_endpoint
+0x7b79 usb0_force_stall_ep0_in_on
+0x7b7b usb0_force_stall_ep1_in_on
+0x7b7d usb0_force_stall_ep2_in_on
+0x7b7f usb0_force_stall_ep3_in_on
+0x7b81 usb0_request_set_address
+0x7b92 usb_usb0_state_set_dev_default
+0x7b93 usb0_request_set_wait_address
+0x7b98 usb_usb0_state_set_dev_addr
+0x7b9a usb0_request_set_configuration
+0x7baf usb0_request_set_cfg_addr_state
+0x7baf usb0_request_set_cfg_cfg_state
+0x7bb3 usb0_request_set_cfg_stay_addr_state
+0x7bb5 usb0_request_set_interface
+0x7bc6 usb_set_idle
+0x7bd4 usb_clear_remote_wakeup_set0
+0x7bd8 usb_set_report
+0x7be7 usb_set_report_resume_judge
+0x7bf5 usb_set_protocol_req
+0x7bfb usb_set_boot_protocol
+0x7bfe usb_set_report_protocol
+0x7c02 usb0_respond_length
+0x7c04 usb0_respond
+0x7c09 usb0_respond_nostr
+0x7c0c usb_no_respond_data
+0x7c0e usb0_tx
+0x7c1c usb0_tx_short
+0x7c20 usb0_tx_info
+0x7c32 usb0_tx_nostr
+0x7c34 usb0_tx0
+0x7c39 usb0_tx1
+0x7c46 usb_tx_ep1
+0x7c49 usb_tx_buf
+0x7c4b usb_tx_loop
+0x7c4e usb_trig
+0x7c52 usb_tx_ep2
+0x7c56 usb_tx
+0x7c62 usb_tx_data_ep1
+0x7c6d usb_tx_data_ep2
+0x7c7a usb_tx_fifo_release
+0x7c7d usb_tx_ms_data
+0x7c85 usb_tx_ms_data_mac_boot_mode
+0x7c86 usb_tx_ms_data_mac_boot_regroup
+0x7c94 usb_tx_ms_data_normal_mode
+0x7c95 usb_tx_mac_boot_ms_regroup_r_or_lrkey
+0x7c98 usb_tx_kb_multikey_data
+0x7c9c usb_tx_kb_normal_data
+0x7ca0 usb_tx_kb_systemkey_data
+0x7ca4 usb_inwake_state_tx_dispose
+0x7ca7 usb_mac_wakeup_trig
+0x7cac usb_mac_wakeup_judge
+0x7cb0 usb_mac_wakeup
+0x7cb4 usb_windows_wakeup
+0x7cb7 usb_wakeup
+0x7cbd right_shift_n
+0x7cbf right_shift_n_loop
+0x7cc2 left_shift_n
+0x7cc5 left_shift_n_loop
+0x7cc8 push_stack
+0x7cd0 push_stack_rega_b_c
+0x7cd4 pop_stack
+0x7cde pop_stack_rega_b_c
+0x7ce2 get_contw
+0x7ce5 get_contr
+0x7ce8 store_contw
+0x7ceb store_contr
+0x7cee save_cont_pointers
+0x7cf3 load_cont_pointers
+0x7cf8 get_diff
+0x7cfe memcpy96
+0x7cff memcpy64
+0x7d01 memcpy20
+0x7d02 memcpy12
+0x7d03 memcpy4
+0x7d06 memcpy8
+0x7d09 memcpy48
+0x7d0a memcpy32
+0x7d0b memcpy24
+0x7d0c memcpy16
+0x7d0e delay
+0x7d12 delay_10ms
+0x7d13 delay_ms_wait
+0x7d16 bn_zero
+0x7d17 memset0
+0x7d18 memset8
+0x7d1b memset0_16
+0x7d1c memset0_8
+0x7d1f memset0_4
+0x7d22 clear_mem_256
+0x7d24 clear_mem_512
+0x7d26 clear_mem
+0x7d29 clear_mem_loop
+0x7d2c clear_temp_block
+0x7d2f xor_loop
+0x7d37 inverse_data
+0x7d3e inverse_loop
+0x7d46 le2be_6byte
+0x7d46 inverse_data_6byte
+0x7d4c le2be_4byte
+0x7d4c inverse_data_4byte
+0x7d52 memcpy_fast
+0x7d54 memcpy_fast_loop
+0x7d59 memcpy_fast_loop_four
+0x7d5f memcpy
+0x7d61 memcpy_loop
+0x7d65 timer_stop
+0x7d66 timer_init
+0x7d6f timer_check_timeout
+0x7d73 timer_reinit
+0x7d74 timer_check
+0x7d7f timer_loop
+0x7d83 timer_counting
+0x7d8a clk_add
+0x7d95 clk_diff_rt
+0x7d97 clk_diff
+0x7d9c clk_diff_pos
+0x7da4 clk2rt
+0x7daa clk2lpo
+0x7db1 clk2bt
+0x7db8 string2dec_from_uart
+0x7db9 string2dec_from_uart_done
+0x7dc4 uchar2dialog
+0x7dcd uchar2dialog_number
+0x7dd0 uchar2dialog_a2f
+0x7dd3 pn9
+0x7dd6 pn9_loop
+0x7de6 calc_average
+0x7de8 calc_average_loop
+0x7dec get_div_result
+0x7def wait_div_end
+0x7df1 compare_loop
+0x7df1 string_compare
+0x7dfa ceiling
+0x7dfe swap
+0x7e02 clean_mem
+0x7e05 callback_func
+0x7e07 wait_uarttx
+0x7e0a ice_break
+0x7e0c ice_setbp
+0x7e11 ice_setbp2
+0x7e16 ice_set_write_bp
+0x7e19 test_no_white
+0x7e1d test_enable_white
+0x7e21 check_uart_tx_buff
+0x7e23 pdata_sub_temp
+0x7e25 fifo_in
+0x7e2b fifo_in_push
+0x7e31 fifo_out
+0x7e35 fifo_out_loop
+0x7e3a fifo_out_end
+0x7e3d fifo_is_empty
+0x7e3f fifo_is_full
+0x7e41 fifo_is_near_full
+0x7e43 fifo_content_count
+0x7e44 fifo_content_count_loop
+0x7e4a not_greater_than
+0x7e4c copy_temp2pdata
+0x7e4e disable_positive
+0x7e50 enable_positive
+0x7e50 disable_zero
+0x7e52 enable_zero
+0x7e54 enable_user
+0x7e56 disable_user
+0x7e58 enable_user2
+0x7e5a disable_user2
+0x7e5c enable_user7
+0x7e5e disable_blank
+0x7e60 enable_blank
+0x7e60 set_pdata_0
+0x7e62 cal_sum
+0x7e64 cal_sum_loop
+0x7e68 reverse_byte
+0x7e6e reverse_loop
+0x7e73 calc_k12
+0x7e74 calc_k
+0x7e78 rxcal_k1_loop
+0x7e88 complex_mult16to8
+0x7e8f complex_not_conj
+0x7e9f complex_mult32to32
+0x7eb0 lshift14
+0x7eb1 rshift2
+0x7eb3 lshift6
+0x7eb5 calc_vok
+0x7eb6 rshift7
+0x7eb9 signed_ext16by8
+0x7ebc abs32
+0x7ec3 sqrt
+0x7ec8 sqrt_loop
+0x7ece sqrt_less
+0x7ed1 sqrt_greater
+0x7ed4 signed_div
+0x7ed8 signed_div_unsigna
+0x7edc signed_div_unsignb
+0x7ee1 rx_iq_comp
+0x7ee7 calc_k1
+0x7eea calc_k2
+0x7eec calc_absk12_sqr
+0x7efb calc_g
+0x7f0a calc_a
+0x7f17 calc_c22
+0x7f26 tx_iq_precomp
+0x7f2c calc_vok1
+0x7f30 calc_sumvok
+0x7f37 calc_ad_bc
+0x7f3e calc_omega
+0x7f4d calc_b1
+0x7f58 calc_b2
+0x7f63 tx_iq_cal
+0x7f67 tx_iq_cal_loop
+0x7f72 calc_tx_c22
+0x7f83 calc_mk1
+0x7f86 calc_d
+0x7f89 calc_c
+0x7f92 calc_est1
+0x7f98 calc_est2
+0x7f9e calc_u1
+0x7fa4 calc_u2
+0x7faa calc_qest
+0x7fb6 calc_q
+0x7fc5 mults_rshift7
+0x7fc8 theta_mul
+0x7fca theta_mul_loop0
+0x7fcc theta_mul_loop1
+0x7fdc clear_wake
Index: format/rom.format
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/format/rom.format	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/format/rom.format	(working copy)
@@ -0,0 +1,10076 @@
+(//mem_system_clk
+12 SYSTEM_CLK_12M
+24 SYSTEM_CLK_24M
+)
+(//bluetooth tx power
+0x00 TX_POWER_0DB
+0x03 TX_POWER_3DB
+0x05 TX_POWER_5DB
+0x06 TX_POWER_6DB
+0x07 TX_POWER_7DB
+0x0a TX_POWER_10DB
+
+0x83 TX_POWER_F3DB
+0x85 TX_POWER_F5DB
+0x91 TX_POWER_F17DB
+0x94 TX_POWER_F20DB
+0x9e TX_POWER_F30DB
+0xa8 TX_POWER_F40DB
+0xb2 TX_POWER_F50DB
+0xbc TX_POWER_F60DB
+
+0xaa TX_POWER_FAST_CONN
+)
+(
+0x01 coffset_mode
+0x02 coffset_tsniff
+0x04 coffset_sniff_anchor
+0x08 coffset_clk_offset
+0x0e coffset_rx_window
+0x10 coffset_plap
+0x16 coffset_conn_handle
+0x17 coffset_arq
+	/* 3.0 only */
+0x18 coffset_lmp_to_send
+0x1b coffset_op
+0x1c coffset_state_map
+	/* le only */
+0x18 coffset_le_ch
+0x19 coffset_le_hop
+0x1a coffset_le_event_cnt
+0x1c coffset_le_supervision_timer
+0x20 coffset_le_instant
+0x22 coffset_le_channels
+0x23 coffset_le_op
+0x24 coffset_le_access
+0x28 coffset_le_crcinit
+0x2b coffset_le_window_size
+0x2c coffset_le_slave_latency
+0x2e coffset_le_slave_superto
+0x30 coffset_le_channel_map
+0x35 coffset_le_rx_phy
+0x36 coffset_le_tx_phy
+0x37 coffset_le_new_map
+0x37 coffset_le_new_m2s_phy
+0x38 coffset_le_new_s2m_phy
+0x37 coffest_le_new_transmitwindowsize
+0x38 coffest_le_new_transmitwindowoffset
+0x3a coffest_le_new_conninterval
+0x3c coffest_le_new_connslavelatency
+0x3e coffest_le_new_connsupervisiontimeout
+0x40 coffset_le_sk
+0x50 coffset_le_peer_sca
+0x53 coffset_le_transmit_window
+	
+88 context_size
+1 context_num
+)
+(
+0 lpm_flag_wake
+1 lpm_flag_loadcode
+)
+(
+0x0050 param_newconn_arq
+0x0007 param_esco_addr
+0x0010 param_conn_handle
+0x01f0 param_conn_handle_comp
+0x0020 param_newconnto
+0x0008 param_pagerespto
+0x0a00 param_snooze_setup_orig
+0x5353 param_snooze_ahead_orig
+0x00ff param_ninquiry
+0x2000 param_page_to
+0x0005 param_max_slot
+0x0010 param_sco_poll
+
+/* 24Mhz clock setting */
+ifdef CLK24M
+0x1c86 param_tx_setup
+0x0c00 param_rf_setup
+0x0c00 param_conn_access 
+0x1a00 param_rx_setup
+0x0776 param_clke_cal
+0x0a00 param_pll_setup
+4000 param_dpll_start_delay
+7500 param_halfclk
+60084 param_halfclk_neg
+-60084 param_halfclk_neg1
+else
+/* 12Mhz clock setting */
+0x0e43 param_tx_setup
+0x0600 param_rf_setup
+0x0600 param_conn_access 
+0x03bb param_clke_cal
+0x0500 param_pll_setup		// 120 is minimum
+0x0d00 param_rx_setup	// 114us before sync
+2000 param_dpll_start_delay
+3750 param_rt_rthalfslot
+
+480 param_clke_cal_le_1m	//preamble(1B) & access address(4B) time (1+4)*8*1 * 12
+288 	param_clke_cal_le_2m	//preamble(2B) & access address(4B) time (1+4)*8*1 * 12
+282 param_clke_cal_le_coded	//preamble(80us) & access address(256us)-312.5us(0.5slot)
+endif
+
+110 param_lpm_fix
+10 param_lpo_extra
+200 param_lpm_adjmax
+
+ifdef SIM
+20 param_hibernate_clks
+3 param_chgpump_delay
+else
+-1 param_hibernate_clks
+3000 param_chgpump_delay
+endif
+
+3 param_featrue_ssp
+0x0101 param_lmpext_ssp_enable
+30   param_sco_pktlen
+1     param_acl_pktcnt		/*buffer acl pkt cnt*/
+7     param_sco_pktcnt
+
+
+0x8fffff param_features0
+0x9d83fe param_features1  // not support afh
+0x8359     param_features2
+0x000033 param_unap
+0x001177 param_lap
+0x9e8b33 param_glap
+0x002540 param_class//0x180208 //0x002580//402500//240404
+0x000a04 param_lmp_version//0x0a04
+0x000a06 param_lmp_version0
+0x12e9 param_lmp_subversion
+0x0012 param_tisw
+0x0012 param_tpsw
+0x1000 param_tisi
+0x0800 param_tpsi
+0x0020 param_page_window
+0x0020 param_inq_window
+0x1c80 param_supervision_to
+39 param_fcomp_div
+2 param_fcomp_mul
+6     param_name_len
+0x535442 param_name
+0x344950 param_name1
+
+
+)
+(
+0x0      type_null    
+0x1      type_poll   
+0x2      type_fhs    
+0x3      type_dm1    
+0x4      type_dh1    
+0x5      type_hv1    
+0x6      type_hv2    
+0x7      type_hv3    
+0x8      type_3dh1     
+0x9      type_aux1   
+0xa      type_dm3    
+0xb      type_dh3    
+0xe      type_dm5    
+0xf      type_dh5    
+0x10     type_id
+0x11     type_shutdown
+0x13     type_lmp
+)
+(
+0        always        /* always 1 */
+1        true          /* set/rstn by verify,compare,icompare (true) */
+2        positive      /* set/rstn by all alu operations (opcode = 0x03,0x13,0x0f,0x1f), if alu output >= 0 */
+3        timeout       /* read only, the timeout from timers */
+5        zero          /* set/rstn by all alu operations (opcode = 0x03,0x13,0x0f,0x1f), if alu output == 0 */
+6        crc_failed    /* level, cleared by hop_start */
+7        enable_white  /* outside mux decide whether to load bt_clk or response_X */
+8        enable_parity /* level */
+9        enable_crc    /* level */
+10       enable_hec    /* level */
+11       decode_fec1   /* level */
+12       decode_fec2   /* level */
+13       decode_fec0   /* level */
+14       encrypt       /* level */
+15       crc16       /* for caculate ccitt crc16 */
+16       swfine	/* =0 stop_watch count based on oneslot =1 on 1 clock */
+20       rqst_freq    /* pulse, to start calculating frequency */
+21       recalc        /* pulse, to recalculate the fhs_parity */
+22       init_encrypt  /* pulse, issued to initialize encrption */
+23       mhalfbnd    /* half slot boundary of clke_rt, or when clke_bt[0] toggles */
+24       sync          /* sync found as a result of correlation,set/rstn by correlate opcode */
+25       user10    /* user10 */
+26       kc_p_activate  /* pulse to recalc the kc_p */
+27       encode_fec1   /* level */
+28       encode_fec2   /* level */
+29       encode_fec0   /* level */
+30       packet_end    /* pulse */
+32       is_tx         /* level */
+33       is_rx         /* level */
+34       halfslot     /* pulse, read only, when clkn_bt[0] toggles */
+35       oneslot      /* pulse, read only, when clkn_bt[1] toggles */
+36       mslotbnd     /* pulse, read only, when clke_bt[1] toggles */
+37       expire       /* level, read only, when selected clock source exceed timeup value */
+38       meet         /* level, read only, when selected clock source meet timeup value */
+39       tx_clear     /* level, read only, indicate tx pipe is cleared */
+40       user         /* user0 */
+41       master        /* user1 */
+42       slave2         /* user2 */
+43       wake           /* user3 */
+44       user2        /* user4 */
+45       match         /* user5 */
+46       attempt        /* user6 */
+47       user3          /* user7 */
+48       clknt         /* user8 */
+49	   user7 	/* user9 */
+50       synchronize   /* synchronize lpo and regular version of the clock */
+51       lpo_edge  /* read only, 3 clocks after risling edge of lpo clock */
+52       blank         /* C0 only, means pdata == 0 */
+53       modone          /* set divide operation is done */
+54       le		/* bluetooth 4.0 LE enable */
+55       aes_ready	/* set when aes is ok */
+56       encode_fec3   /* level */
+57       dewhiten_code_calc   /* dewhiten code calculate */
+58       lr_s2en       /* long range s2 enable */
+60	   ble_coded_info	//1:s2 0:s8
+63       never         /* read only, always 0 */
+)
+default flag = always
+(
+0        mark   /* for keeping strobes, more permanent */
+1        type   /* save and verify during rx */     /* rw */
+2        temp   /* general purpose register, 64 bits */
+3        contu  /* contr uart */
+3	 contru	/*contr uart*/
+3	 contwu	/*contw uart*/
+4        am_addr      /* verify during rx, read and send during tx */ /* ro */
+5        contw        /* last mem_addr during write */
+6        contr        /* last mem_addr during read */
+7        queue    /* the index of qset*,qisolate* commands, ie, if queue = 3, qset/qisolate operate on bit3 */
+8        debug    /* can be wired out for observation */
+9        access   /* the 72 bit access word */
+10       contus   /* contw uart */
+11       timeup        /* when does certain counter expire */
+12       pwindow       /* bit 71-61 of pdata; because on rx, bits shifts in from 71 down */
+13       fhs_parity    /* re-gernated based on bt_adr( {nap,uap,lap} ) when recalc flag is pulsed */
+14       white_init    /* init value of the whitening */
+15       crc24_init        /* init crc24 lfsr, 24 bits */
+16       contue    /* set interrupts, 40 bits */
+17       rega          /* general purpose register, 32 bits */
+18       regb          /* general purpose register, 32 bits */
+19       regc          /* general purpose register, 17 bits */
+20       regab         /* concat of {rega,regb}, thus 64 bits */
+21       radio_ctrl   /* radio i/f direct i/o ctrl, check following "radio_ctrl" section */
+
+23       freq_index   /* 7 bit read only */
+24       regd    /* 32 bit regext[1,0] */
+25       clkn              /* {clkn_bt, clkn_rt} */
+26       clke              /* {clke_bt, clke_rt} */
+27       stop_watch		
+28       fhs_misc   /* SR, SP, pscan mode */
+29       fhs_class  /* class field in fhs */
+30       fhs0   /* read only, bit 0-71 of fhs word */
+31       fhs1   /* read only, bit 72-142 of fhs word */
+32       bt_adr /* r/w, the bt_addr to access gen and freq hopping, contain only lap and uap */
+33       bt_clk /* r/w, the bt_clk for freq hopping */
+34       clkn_bt  /* read only, native bluetooth clock, free running 3.2KHz  or controlled by RTHALFSLOT register */
+35       clkn_rt  /* read only, native realtime clock, free running 12MHz, count from 0-3749, or controlled by RTHALFSLOT register */
+36       freq_mode
+37       xin   /* x parameter, read only */
+38       N_tx_slot /* the N factor in equations for Xi,Xp,Xprm,Xprs */
+39 	   auxcnt
+40       clke_bt  /* r/w,  external bluetooth clock , free running 3.2KHz or controlled by RTHALFSLOT register */
+41       clke_rt  /* r/w,  external realtime clock, , free running 12MHz, count from 0-3749, or controlled by RTHALFSLOT register */
+42       branch_addr	/* last branch address */
+43       rege         /* 64bit regext[3,2] */
+44       lap
+45       uap
+46       nap         
+47       regext		/* r/w extended 12x32bit registers,  indexed by regext_index */
+48       alarm             /* r/w, lpo wake up time, this is also how lpo and current clock keep sync */
+49       lpo_time          /* read only, this is the value to be copied back to clkn/clke after wakeup */
+50       kc_ls             /* secret key,                71: 0 */
+51       kc_ms             /* secret key,               127:72 */
+52       g1l               /* encryption length                */
+53		mask3ff		/* for mask 0x3ff operation */
+54       aes_ctrl		
+55       regf			/* 64bit regext[5,4] */
+56       regext_index   /* index of regext */
+57	     loopcnt
+58      stack			/* current return address */
+59       stack_ptr		/* stack depth */
+61         pc /* direct goto */
+62       null              /* to nowhere */
+63       pdata /* the shift register */
+)
+default reg = pdata
+(
+0 regidx_data
+4 regidx_key
+8 regidx_xor
+12 regidx_result
+)
+(
+0 TXGFSK
+1 PSK
+2 PSK3M
+3 RESET
+)
+(
+0 bucket
+1 rxf
+2 back
+3 mod
+)
+default dest = bucket
+(
+1 txf
+3 demod
+)
+default source = 0
+(
+0  mark_fhs_eir  
+1  mark_rxbuf_inuse
+2  mark_tx_l2cap
+3  mark_switch_initiated
+4  mark_accept_switch
+5  mark_loopback
+7  mark_esco
+8  mark_esco_rxok
+9  mark_context
+10 mark_am_addr_broadcast
+11 mark_fhs_already_good
+12 mark_page_trainb
+13 mark_lpm_mult_enable
+14 mark_usb_first_resp
+15 mark_old_packet
+16 mark_longpacket
+17 mark_testmode
+18 mark_ar2
+28 mark_inquiry_on
+29 mark_inquiry_state
+30 mark_inquiry_trainb
+31 mark_periodical_diac
+32 mark_all_diac
+33 mark_slave_in_rand_accepted
+34 mark_reconn_recieve_switch
+35 mark_isstr
+36 mark_loadcode
+37 mark_ext_patch
+38 mark_24g
+39 mark_24g_rxmode
+40 mark_eeprom_size
+41 mark_ble_tx_md
+42 mark_ble_rx_md
+43 mark_otp_encrypt
+44 mark_temp
+45 mark_ble_2M
+46 mark_ble_lr_s8
+47 mark_ble_lr
+48 mark_ble_crc_fail
+49 mark_role_switch_receive_fhs
+50 mark_ble_encryption
+51 mark_first_packet
+52 mark_adc_enable
+)
+(
+1 reload_type_otp
+2 reload_type_spi
+3 reload_type_iic
+)
+(
+0 le_adv_interval_timer
+1 inquiry_length_timer
+2 le_scan_interval_timer
+3 page_length_timer
+4 iscan_interval_timer
+5 pscan_interval_timer
+6 switch_wait_timer
+7 enpt_delay_timer
+8 page_interval_timer
+9 key_scan_timer
+10 smp_pairing_timer
+11  ui_led_blink   //led timer ����չ
+12  ui_led_blink1
+13 ui_led_blink2
+
+//��ʹ��meshӦ�ÿ��Ը���
+//Tiny Mesh �㲥APP�ظ�
+13 mesh_ble_adv_app
+//Tiny Mesh�㲥tmall�ظ�
+14 mesh_ble_adv_tmall
+//Tiny Mesh relay
+15 mesh_ble_relay_timer
+
+)
+(
+1 hci_cmd_inquiry
+2 hci_cmd_inquiry_cancel
+3 hci_cmd_remote_name_req
+4 hci_cmd_remote_feature_req
+5 hci_cmd_create_conn
+6 hci_cmd_disconn
+7 hci_cmd_accept_conn
+8 hci_cmd_reject_conn
+9 hci_cmd_pair
+10 hci_cmd_nopair
+11 hci_cmd_linkkey
+12 hci_cmd_nokey
+13 hci_cmd_auth
+14 hci_cmd_stopencrypt
+15 hci_cmd_startencrypt
+16 hci_cmd_setup_sco
+17 hci_cmd_disconn_sco
+18 hci_cmd_in_sniff
+19 hci_cmd_exit_sniff
+20 hci_cmd_remote_version_req
+21 hci_cmd_remote_ext_features_req
+22 hci_cmd_io_cap
+23 hci_cmd_role_discovery
+24 hci_cmd_role_switch
+25 hci_cmd_accept_with_switch
+26 hci_cmd_detach
+27 hci_cmd_le_create_conn
+28 hci_cmd_accept_sco_conn
+29 hci_cmd_le_disconn
+30 hci_cmd_le_att_req
+80 hci_cmd_wait_remote_feature
+81 hci_cmd_wait_remote_ext_feature
+82 hci_cmd_wait_remote_name
+)
+(
+0 debug_neg_skew
+1 debug_bitbucket
+2 debug_dont_clear_got_tx
+3 debug_scatter_enabled
+4 debug_tx_fixed_freq
+5 debug_rx_fixed_freq
+6 debug_tx_pattern
+)
+(
+0 tester_fixed_flow
+1 tester_fixed_flow_polarity
+2 tester_change
+3 tester_exit
+4 tester_pattern_test
+5 tester_whitening_change
+6 tester_fixed_freq
+7 tester_no_whitening
+)
+(
+0 mode_le
+1 mode_master
+2 afh_enable
+3 afh_change
+4 first_seqnx
+)
+(
+0 smap_lmptidinit
+1 smap_lmptid
+2 smap_encryption
+3 smap_name_res
+4 smap_name_req
+5 smap_edr
+6 smap_rxlmp
+7 smap_rxl2cap
+)
+(
+0 state_inconn
+1 state_insniff
+2 state_insco 
+3 state_inpage
+4 state_conn_comp
+5 state_init_seq
+6 state_combkey
+7 state_linkkey
+)
+(
+0 op_send_sres
+1 op_auth_req
+2 op_inrand_req
+3 op_disconn
+4 op_stop_enc
+5 op_start_enc
+6 op_txl2cap
+7 op_pkt_comp
+)
+(
+0 flow
+1 arqn
+2 seqn
+3 wack
+4 flowx              /* out */  /* not really in memory */
+5 arqnx              /* out */
+6 seqnx              /* out */
+7 bcast1             /* first broadcast received */
+)
+(
+0 AFH_CFG_ON
+1 AFH_CFG_TIMER
+2 send_lmp_set_afh
+3 AFH_CFG_REPORT_MODE
+4 AFH_CFG_MASTER_SENT_REQ
+)
+(	
+1 LLID_L2CAP_CONT
+2 LLID_L2CAP_START
+3 LLID_LMP
+)
+(
+0  master_in_idle
+1  master_in_inquiry
+2  master_in_page
+10 master_in_becoming_slave
+15 master_in_conn
+)
+(
+0 newrev_feature_bettx
+1 newrev_feature_betplltx
+2 newrev_feature_skip_retransmit
+3 newrev_feature_init_radio_after_sleep
+4 newrev_feature_no_lpolog
+)
+(
+0 pincode_state_ilde
+1 pincode_state_wait_pincode
+2 pincode_state_pincode_ready
+)
+(
+1 lpmreg_sel_ctrl
+2 lpmreg_sel_ctrl2
+4 lpmreg_sel_gpiolow
+8 lpmreg_sel_gpiohigh
+16 lpmreg_sel_counter
+32 lpmreg_sel_ctrl3
+)
+(
+0x02 lpmreg_sel_option
+)
+(
+8 lpmreg_spi_lock_bit
+9 lpmreg_spi2_lock_bit
+0x0a lpmreg_uart_lock_bit
+0x0b lpmreg_uartb_lock_bit
+0x0c lpmreg_iic_lock_bit
+0x0d lpmreg_rom_lock_bit
+0x0e lpmreg_ice_mode_bit
+
+0x01 lpmreg_spi_lock
+0x02 lpmreg_spi2_lock
+0x04 lpmreg_uart_lock
+0x08 lpmreg_uartb_lock
+0x10 lpmreg_iic_lock
+0x20 lpmreg_rom_lock
+0x40 lpmreg_ice_mode
+)
+(
+0 inq_scan_mode
+1 page_scan_mode
+2 page_inq_enable
+)
+(
+ 0 default_neogotiation_state
+ 1 prarm_neogotiation
+)
+(
+0 wake_lock_ble_rx
+1 wake_lock_ble_tx
+
+3 wake_lock_key_press
+4 wake_lock_ble_tx_patch
+5 wake_lock_uart_tx
+6 wake_lock_uart_rx
+7 wake_lock_button
+8 wake_lock_cmd
+9 wake_lock_app
+10 wake_lock_lmp_tx
+11 wake_lock_lmp_rx
+12 wake_lock_l2cap_tx
+13 wake_lock_l2cap_rx
+14 wake_lock_ipc_c512bt
+15 wake_lock_ipc_bt2c51
+
+)
+(//mem_fcomp_div
+0x18 XTAL_24M
+0x08 XTAL_16M
+)
+( //verion
+6 BLUETOOTH_CORE_SPECIFICATION_4_0
+7 BLUETOOTH_CORE_SPECIFICATION_4_1
+8 BLUETOOTH_CORE_SPECIFICATION_4_2
+9 BLUETOOTH_CORE_SPECIFICATION_5_0
+10 BLUETOOTH_CORE_SPECIFICATION_5_1
+)
+(
+0x050e COMPANY_ID_YICHIP
+)
+(
+0x33  REC_3_MODE
+0x34  REC_4_MODE
+0x35  REC_4_MODE_STATIC_ADDRESS
+0x36  REC_4_MODE_RANDOM_RESOLVABLE_PRIVATE_ADDRESS
+0x37  REC_4_MODE_RANDOM_NON_RESOLVABLE_PRIVATE_ADDRESS
+)
+(
+6 UART_WAKEUP_TX
+7 UART_WAKEUP_RX
+)
+(//mem_le_T_IFS
+150 PARAM_T_IFS_150US
+20000 PARAM_20MS_INIT
+-11 PARAM_SYNC_TIME_DIFFERENCE
+40 PARAM_CODED_C1_TERM1_TIME_40US
+1666 PARAM_WINDOWN_SIZE
+//T_IFS = 150-modem(CRC time)
+)
+(
+0 DEFAULT_STATES
+1 IPHONE_LOST_LTK
+2 MODULE_LOST_LTK
+3 LTK_NOT_LOST
+)
+	(    
+	0x01 ERROR_UNKNOWN_HCI_COMMAND
+	0x02 ERROR_NO_CONNECTION
+	0x03 ERROR_HARDWARE_FAILURE
+	0x04 ERROR_PAGE_TIMEOUT
+	0x05 ERROR_AUTHENTICATION_FAILURE
+	0x06 ERROR_KEY_MISSING
+	0x07 ERROR_MEMORY_FULL
+	0x08 ERROR_CONNECTION_TIMEOUT
+	0x09 ERROR_MAX_CONNECTIONS
+	0x0A ERROR_MAX_SCO_CONNECTIONS
+	0x0B ERROR_MAX_ACL_CONNECTIONS
+	0x0C ERROR_COMMAND_DISALLOWED
+	0x0D ERROR_HOST_REJECT_LIMITED_RESOURCES
+	0x0E ERROR_HOST_REJECT_SECURITY_REASONS
+	0x0F ERROR_HOST_REJECT_REMOTE_IS_ONLY_PERSONAL
+	0x10 ERROR_HOST_TIMEOUT
+	0x11 ERROR_UNSUPPORTED_FEATURE_OR_PARAMETER_VALUE
+	0x12 ERROR_INVALID_HCI_COMMAND_PARAMETERS
+	0x13 ERROR_REMOTE_USER_TERMINATED_CONNECTION
+	0x14 ERROR_REMOTE_LOW_RESOURCES
+	0x15 ERROR_REMOTE_POWERING_OFF
+	0x16 ERROR_CONNECTION_TERMINATED_BY_LOCAL_HOST
+	0x17 ERROR_REPEATED_ATTEMPTS
+	0x18 ERROR_PAIRING_NOT_ALLOWED
+	0x19 ERROR_UNKNOWN_LMP_PDU
+	0x1A ERROR_UNSUPPORTED_REMOTE_FEATURE
+	0x1B ERROR_SCO_OFFSET_REJECTED
+	0x1C ERROR_SCO_INTERVAL_REJECTED
+	0x1D ERROR_SCO_AIR_MODE_REJECTED
+	0x1E ERROR_INVALID_LMP_PARAMETER
+	0x1F ERROR_UNSPECIFIED_ERROR
+	0x20 ERROR_UNSUPPORTED_LMP_PARAMETER_VALUE
+	0x21 ERROR_ROLE_CHANGE_NOT_ALLOWD
+	0x22 ERROR_LMP_RESPONSE_TIMEOUT
+	0x23 ERROR_ERROR_TRANSACTION_COLLISION
+	0x24 ERROR_LMP_PDU_NOT_ALLOWED
+	0x25 ERROR_ENCRYPTION_MODE_NOT_ACCEPTABLE
+	0x26 ERROR_UNIT_KEY_USED
+	0x27 ERROR_QOS_NOT_SUPPORTED
+	0x28 ERROR_INSTANT_PASSED
+	0x29 ERROR_PAIRING_W_UNIT_KEY_NOT_SUPPORTED
+	0x2a ERROR_DIFFERENT_TRANSACTION_COLLISION
+	0x2c ERROR_QOS_UNACCEPTABLE_PARAMETER
+	0x2d ERROR_QOS_REJECTED
+	0x2e ERROR_CHANNEL_CLASSIFICATION_NOT_SUPPORTED
+	0x2f ERROR_INSUFFICIENT_SECURITY
+	0x30 ERROR_PARAMETER_OUT_OF_MANDATORY_PANGE
+	0x32 ERROR_ROLE_SWITCH_PENDING
+	0x34 ERROR_RESERVED_SLOT_VIOLATION
+	0x35 ERROR_ROLE_SWITCH_FAILED
+	0x36 ERROR_EXTENDED_INQUIRY_RESPONSE_TOO_LARGE
+	0x37 ERROR_SIMPLE_PAIRING_NOT_SUPPORTED_BY_HOST
+	0x38 ERROR_HOST_BUSY_PAIRING
+	0x3d ERROR_MIC_FAILURE
+	)
+	(
+	0X20 SPACE	
+	)
+	(
+	0x0004 LE_L2CAP_CID_ATT
+	0x0005 LE_L2CAP_CID_SIGNAL
+	0x0006 LE_L2CAP_CID_SMP
+	)
+	(
+	0 LE_ADDR_TYPE_PUBLIC
+	1 LE_ADDR_TYPE_RANDOM
+	)
+	(
+	7 LE_RECEIVER_ADDR_BIT
+	6 LE_SENDER_ADDR_BIT
+	)
+	(
+	0x00 LE_SCAN_TYPE_PASSIVE //no SCAN_REQ shall be sent
+	0x01 LE_SCAN_TYPE_ACTIVE
+	)
+	(
+	0x00 LE_SCAN_DISABLE
+	0x01 LE_SCAN_ENABLE
+	0x0101 LE_ACTIVE_SCAN_ENABLE
+	)
+	(
+	0x01 UUID_SIZE_16BIT
+	0x02 UUID_SIZE_128BIT
+	)
+(
+3 lestate_got_first_packet
+4 lestate_encryption
+5 lestate_update_param
+6 lestate_update_map
+7 lestate_update_phy
+)
+(
+0 lemode_idle
+1 lemode_slave
+3 lemode_master
+0x20 lemode_2m
+0x40 lemode_lr_s2
+0xc0 lemode_lr_s8
+)
+(
+0 llid0
+1 llid1
+2 nesn
+3 sn
+4 md
+5 wak
+6 txdat
+)
+(
+0x01 LLID_CONTINUE
+0x02 LLID_START
+0x03 LLID_LE_LL
+0x01 LLID_EMPTY
+)
+(
+4 LE_TX_BUFF_COUNT
+3 LE_TX_BUFF_UPDATE_LOOPCNT //LE_TX_BUFF_COUNT-1
+
+12 LE_MD_MAX_COUNT
+)
+(
+0 LE_INITATOR_LTK_BIT
+1 LE_INITATOR_IRK_BIT
+2 LE_INITATOR_CSRK_BIT
+)
+(
+0  LE_FIND_BY_TYPE_VAL_RES_NOT_FOUND
+1  LE_FIND_BY_TYPE_VAL_RES_FOUND_STARTING_HANDLE
+2  LE_FIND_BY_TYPE_VAL_RES_FOUND_ENDING_HANDLE
+
+)
+(
+0 MASTER_PUBLIC_ADDR
+1 MASTER_RANDOM_ADDR
+)
+(
+0x06 LE_ERR_PIN_OR_KEY_MISSING
+)
+(
+39 LE_CCM_DIRECTIONBIT
+)
+(
+36 BR_CCM_0_LENGTH_CONTINUATION
+37 BR_CCM_DIRECTIONBIT
+)
+(
+96000 TIMER_SMP_PAIRING_TIMEOUT //30S
+)
+(
+0 FLAG_LE_ENC_NULL
+1 FLAG_LE_RCV_ENC_START
+2 FLAG_LE_ENC_PAUSE
+3 FLAG_LE_RCV_START_ENC_RSP
+4 FLAG_LE_SEND_START_ENC_RSP
+5 FLAG_LE_SEND_START_ENC_REQ
+0xff FLAG_LE_ENC_END
+)
+(//mem_le_configuration
+//bit0:use fixed key , ble passkey pairing
+0 BIT_BLE_PASSKEY_FIXED_KEY
+//bit1:ble pairing use fixed long term key
+1 BIT_BLE_PAIRING_FIXED_LTK
+//bit2:ble transmit packet will set more data flag
+2 BIT_BLE_TRANSMIT_PACKET_BY_MD
+//bit3:master read handle, with requires an authenticated link
+3 BIT_BLE_READ_AUTH
+//bit4:master write handle, with requires an authenticated link
+4 BIT_BLE_WRITE_AUTH
+//bit5:cannot enter long sleep
+5 BIT_BLE_SHORT_MULT
+//bit6:DEAL baseband packet
+6 BIT_BLE_DEAL_BB_PACKET
+)
+(
+0x01	GAP_ADTYPE_FLAGS
+0x02	GAP_ADTYPE_16BIT_MORE
+0x03	GAP_ADTYPE_16BIT_COMPLETE
+0x04	GAP_ADTYPE_32BIT_MORE
+0x05	GAP_ADTYPE_32BIT_COMPLETE
+0x06	GAP_ADTYPE_128BIT_MORE
+0x07	GAP_ADTYPE_128BIT_COMPLETE
+0x08	GAP_ADTYPE_LOCAL_NAME_SHORT
+0x09	GAP_ADTYPE_LOCAL_NAME_COMPLETE
+0x0a	GAP_ADTYPE_POWER_LEVEL
+0x16	GAP_ADTYPE_SERVICE_DATA
+0x2a	GAP_ADTYPE_MESH_MESSAGE
+0x2b 	GAP_ADTYPE_MESH_BEACON
+0xff	GAP_ADTYPE_MANUFACTURER_SPECIFIC
+)
+(
+0 ADV_IND
+1 ADV_DIRECT_IND
+2 ADV_NONCONN_IND
+3 SCAN_REQ
+3 AUX_SCAN_REQ
+4 SCAN_RSP
+5 CONNECT_REQ
+5 AUX_CONNECT_REQ
+6 ADV_SCAN_IND
+)
+(
+0 BIT_ADV_CHANNEL_MAP_37
+1 BIT_ADV_CHANNEL_MAP_38
+2 BIT_ADV_CHANNEL_MAP_39
+)
+(
+0xa0 param_le_sca
+)
+(//bit of mem_le_l2cap_att_states
+0 BLE_L2CAP_SEND_INDICATION_PACKET
+0 BLE_L2CAP_RECV_CONFIRMATION_PACKET
+1 BLE_L2CAP_DEAL_WITH_CONTINUE_PACKET
+)
+(//bit map of att handle
+14 BIT_OF_ATT_HANDLE_READ_AUTHENTICATED
+15 BIT_OF_ATT_HANDLE_WRITE_AUTHENTICATED
+)
+(
+0 BIT_CHARACTERISTIC_BROADCAST
+1 BIT_CHARACTERISTIC_READ
+2 BIT_CHARACTERISTIC_WRITE_WITHOUT_RESPONSE
+3 BIT_CHARACTERISTIC_WRITE
+4 BIT_CHARACTERISTIC_NOTIFY
+5 BIT_CHARACTERISTIC_INDICATE
+6 BIT_CHARACTERISTIC_SIGNED_WRITE
+7 BIT_CHARACTERISTIC_EXTENDED_PROPERTIES
+)
+(
+0x01 ATTOP_ERROR_RESPONSE
+0x02 ATTOP_EXCHANGE_MTU_REQUEST
+0x03 ATTOP_EXCHANGE_MTU_RESPONSE
+0x04 ATTOP_FIND_INFORMATION_REQUEST
+0x05 ATTOP_FIND_INFORMATION_RESPONSE
+0x06 ATTOP_FIND_BY_TYPE_VALUE_REQUEST
+0x07 ATTOP_FIND_BY_TYPE_VALUE_RESPONSE
+0x08 ATTOP_READ_BY_TYPE_REQUEST
+0x09 ATTOP_READ_BY_TYPE_RESPONSE
+0x0A ATTOP_READ_REQUEST
+0x0B ATTOP_READ_RESPONSE
+0x0C ATTOP_READ_BLOB_REQUEST
+0x0D ATTOP_READ_BLOB_RESPONSE
+0x0E ATTOP_READ_MULTIPLE_REQUEST
+0x0F ATTOP_READ_MULTIPLE_RESPONSE
+0x10 ATTOP_READ_BY_GROUP_TYPE_REQUEST
+0x11 ATTOP_READ_BY_GROUP_TYPE_RESPONSE
+0x12 ATTOP_WRITE_REQUEST
+0x13 ATTOP_WRITE_RESPONSE
+0x16 ATTOP_PREPARE_WRITE_REQUEST
+0x17 ATTOP_PREPARE_WRITE_RESPONSE
+0x18 ATTOP_EXECUTE_WRITE_REQUEST
+0x19 ATTOP_EXECUTE_WRITE_RESPONSE
+0x1B ATTOP_HANDLE_VALUE_NOTIFICATION
+0x1D ATTOP_HANDLE_VALUE_INDICATION
+0x1E ATTOP_HANDLE_VALUE_CONFIRMATION
+0x52 ATTOP_WRITE_COMMAND
+0xD2 ATTOP_SIGNED_WRITE_COMMAND
+0x1f ATTOP_CONTINUE
+0x9e EMPTY_LE_DATA_PRE
+0x9f EMPTY_LE_DATA
+)
+(
+0x01 ATT_ERR_INVALID_HANDLE
+0x02 ATT_ERR_READ_NOT_PERMITTED
+0x03 ATT_ERR_WRITE_NOT_PERMITTED
+0x04 ATT_ERR_INVALID_PDU
+0x05 ATT_ERR_INSUFFICIENT_AUTHENTICATION
+0x06 ATT_ERR_REQUEST_NOT_SUPPORTED
+0x07 ATT_ERR_INVALID_OFFSET
+0x08 ATT_ERR_INSUFFICIENT_AUTHORIZATION
+0x09 ATT_ERR_PREPARE_QUEUE_FULL
+0x0A ATT_ERR_ATTRIBUTE_NOT_FOUND
+0x0B ATT_ERR_ATTRIBUTE_NOT_LONG
+0x0C ATT_ERR_INSUFFICIENT_ENCRYPTION_KEY_SIZE
+0x0D ATT_ERR_INVALID_ATTRIBUTE_VALUE_LENGTH
+0x0E ATT_ERR_UNLIKELY_ERROR
+0x0F ATT_ERR_INSUFFICIENT_ENCRYPTION
+0x10 ATT_ERR_UNSUPPORTED_GROUP_TYPE
+0x11 ATT_ERR_INSUFFICIENT_RESOURCES
+)
+(
+0X2900 CHARACTERTIC_EXTENDED_PROPERTIES
+0X2901 CHARACTERTIC_USER_DESCRIPTION
+0X2902 CLIENT_CHARACTERTIC_CONFIGURATION
+0X2903 SERVER_CHARACTERTIC_CONFIGURATION
+0X2904 CHARACTERTIC_PRESENTATION_FORMAT
+0X2905 CHARACTERTIC_AGGREGATE
+0X2906 VALID_RANGE
+0X2907 EXTERNAL_REPORT_REFERENCE
+0X2908 REPORT_REFERENCE
+0X290B ENVIR_SENSING_CONFIGURATION
+0X290C ENVIR_SENSING_MEASUREMENT
+0X290D ENVIR_SENSING_TRIGGER_SETTING
+)
+(
+0x1800 UUID_SERVICE_GENERIC_ACC
+0x1801 UUID_SERVICE_GENERIC_ATT
+0x180a UUID_SERVICE_DEVICE_INFO
+0x180f UUID_SERVICE_BATTERY
+0x1812 UUID_SERVICE_HIDS
+0x2800 UUID_GATT_PRIMARY_SERVICE
+0x2801 UUID_GATT_SECONDARY_SERVICE
+0X2802 UUID_GATT_INCLUDE
+0X2803 UUID_GATT_CHARACTERISTIC
+0X2A00 UUID_CHRCTR_DEVICE_NAME
+0X2A19 UUID_CHRCTR_BATTERY_LEVEL
+0X2A22 UUID_CHRCTR_KEYBOARD_INPUT
+0X2A23 UUID_CHRCTR_SYSTEM_ID 
+0X2A25 UUID_CHRCTR_SERIAL_NUMBER
+0X2A26 UUID_CHRCTR_FIRMWARE
+0X2A32 UUID_CHRCTR_KEYBOARD_OUTPUT
+0X2A33 UUID_CHRCTR_MOUSE_INPUT
+0X2A4A UUID_CHRCTR_HID_INFO
+0X2A4B UUID_CHRCTR_REPORT_MAP
+0X2A4C UUID_CHRCTR_HID_CTRL_POINT
+0X2A4D UUID_CHRCTR_REPORT
+0X2A4E UUID_CHRCTR_PROTOCOL_MODE
+)
+(
+17 WECHAT_AIR_SYNC_STRUCT_SIZE
+)
+(
+0x0000 ECI_NONE
+0x1127 ECI_REQ_AUTH
+0x1227 ECI_REQ_SEND_DATA
+0x1327 ECI_REQ_INIT
+0x214E ECI_RESPONSE_AUTH
+0x224E ECI_RESPONSE_SEND_DATA
+0x234E ECI_RESPONSE_INIT
+0x3175 ECI_PUSH_RECEIVE_DATA
+0x3275 ECI_PUSH_SWITCH_VIEW
+0x3375 ECI_PUSH_SWITCH_BACKGROUD
+0x2F75 ECI_ERR_DECODE
+)
+(
+2 ECI_REQ_INIT_MESSAGE_LENGTH
+18 ECI_REQ_AUTH_MESSAGE_LENGTH
+)
+(
+0xFE WECHAT_HEAD_MAGIC_NUMBER
+0x01 WECAHT_HEAD_VERSION
+0x01FE WECHAT_RX_HEAD
+)
+(
+//push data
+0x0a 	TAG_RecvDataPush_BasePush
+0x12	TAG_RecvDataPush_Data
+0x18	TAG_RecvDataPush_Type
+)
+(
+0 WECHAT_PROTOCOL_MESSAGE_B_MAGIC_NUMBER
+1 WECHAT_PROTOCOL_MESSAGE_B_VER
+2 WECHAT_PROTOCOL_MESSAGE_N_LENGTH
+4 WECHAT_PROTOCOL_MESSAGE_N_CMD_ID
+6 WECHAT_PROTOCOL_MESSAGE_N_SEQ
+8 WECHAT_PROTOCOL_MESSAGE_PAYLOAD
+)
+(
+0x12 L2CAP_CONNECTION_PARAMETER_UPDATE_REQUEST
+0x13 L2CAP_CONNECTION_PARAMETER_UPDATE_RESPONSE
+)
+(
+0x0000 BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_ACCEPTED
+0x0001 BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_REJECTED
+)
+(
+0x00 LE_PAIRING_MODE_NONE
+0x01 LE_PAIRING_MODE_LAGACY_JUSTWORK
+0x02 LE_PAIRING_MODE_LAGACY_PASSKEY
+0x04 LE_PAIRING_MODE_LAGACY_PASSKEY_RES_INPUT
+0x81 LE_PAIRING_MODE_SECURE_CONNECT_JUSTWORK
+0x82 LE_PAIRING_MODE_SECURE_CONNECT_NUMERIC
+0x83 LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY
+0x84 LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY_RES_INPUT
+
+7 LE_PAIRING_MODE_SECURE_CONNECT_BIT
+)
+(
+0 FLAG_IOCAP_DISPLAYONLY
+1 FLAG_IOCAP_DISPLAYYESNO
+2 FLAG_IOCAP_KEYBOARDONLY
+3 FLAG_IOCAP_NOINPUTNOOUTPUT
+4 FLAG_IOCAP_KEYBOARDDISPLAY
+
+0x00 FLAG_OOB_DATA_FLAG_NO
+)
+(
+0x00 FLAG_LE_NO_BONDING_NO_MITM
+0x01 FLAG_LE_BONDING_NO_MITM
+0x04 FLAG_LE_NO_BONDING_MITM
+0x05 FLAG_LE_BONDING_MITM
+0x09 FLAG_LE_BONDING_NO_MITM_SECURE
+0x0D FLAG_LE_BONDING_MITM_SECURE
+
+2 LE_AUTH_MITM_BIT
+3 LE_AUTH_SECURE_CONNECTION_PAIRING_BIT
+)
+(
+0 FLAG_LE_PAIRING_NULL
+1 FLAG_LE_PAIRING_START
+2 FLAG_LE_PAIRING_SEND_RECURITY_REQ
+3 FLAG_LE_PAIRING_RCV_PAIRING_REQ
+4 FLAG_LE_PAIRING_WAIT_STK_GENERATION
+5 FLAG_LE_PAIRING_RECEIVE_PAIRING_CONFIRM
+6 FLAG_LE_PAIRING_SEND_PAIRING_CONFIRM
+7 FLAG_LE_PAIRING_RECEIVE_PAIRING_RANDOM
+8 FLAG_LE_PAIRING_SEND_PAIRING_RANDOM
+9 FLAG_LE_PAIRING_AFTER_AUTH
+10 FLAG_LE_PAIRING_SEND_START_ENC_RSP
+11 FLAG_LE_PARING_SEND_ENC_INFORMATION
+12 FLAG_LE_PARING_SEND_MASTER_IDENTIFICATION 
+13 FLAG_LE_PARING_SEND_INDENTITY_INFORMATION
+0xff FLAG_LE_PAIRING_END
+)
+(
+0x01 SMP_PAIRING_REQUEST
+0x02 SMP_PAIRING_RESPONSE
+0x03 SMP_PAIRING_CONFIRM
+0x04 SMP_PAIRING_RANDOM
+0x05 SMP_PAIRING_FAILED
+0x06 SMP_ENCRYPTION_INFORMATION
+0x07 SMP_MASTER_IDENTIFICATION
+0x08 SMP_IDENTITY_INFORMATION
+0x09 SMP_IDENTITY_ADDRESS_INFORMATION
+0x0A SMP_SIGNING_INFORMATION
+0x0B SMP_SECURITY_REQUEST
+0x0c SMP_PAIRING_PUBLIC_KEY
+0x0d SMP_PAIRING_DHKEY_CHECK
+)
+(// pairing failed reason
+0x00 PAIRING_FAILED_RESERVED
+0X01 PAIRING_FAILED_PASSKEY_ENTRY_FAILED
+0X02 PAIRING_FAILED_OOB_NOT_AVAILABLE
+0X03 PAIRING_FAILED_AUTHENTICATION_REQUIRE
+0X04 PAIRING_FAILED_CONFIRM_VALUE_FAILED
+0X05 PAIRING_FAILED_PAIRING_NOT_SUPPORTED
+0X06 PAIRING_FAILED_ENCRYPTION_KEY_SIZE
+0X07 PAIRING_FAILED_COMMAND_NOT_SUPPORTED
+0X08 PAIRING_FAILED_UNSPECIFIED_REASON
+0X09 PAIRING_FAILED_REPEATED_ATTEMPTS
+0X0A PAIRING_FAILED_INVALID_PARAMETERS
+0X0B PAIRING_FAILED_DHKEY_CHECK_FAILED
+0X0C PAIRING_FAILED_NUMERIC_COMPARISON_FAILED
+0X0D PAIRING_FAILED_BR_EDR_PAIRING_IN_PROGRESS
+0X0E PAIRING_FAILED_KEY_DERIVATION_GENERATION_NOT_ALLOWED
+)
+(
+0x00 LE_SC_STAT_NULL
+0x01 LE_SC_STAT_RECEIVE_PUBLIC_KEY
+0x02 LE_SC_STAT_WAIT_SEND_PUBLIC_KEY
+0x03 LE_SC_STAT_SEND_PUBLIC_KEY
+0x04 LE_SC_STAT_RECEIVE_RANDOM
+0x05 LE_SC_STAT_SEND_RANDOM
+0x06 LE_SC_STAT_RECEIVE_DHKEY
+0x07 LE_SC_STAT_WAIT_CONFIRM_GKEY
+0x08 LE_SC_STAT_PASSKEY_WAIT_CONFIRM
+)
+(
+0 FLAG_LE_SC_CONFRIM_NULL
+1 FLAG_LE_SC_CONFRIM_GKEY_OK
+)
+(
+0x00 LL_CONNECTION_UPDATE_IND
+0x01 LL_CHANNEL_MAP_IND
+0x02 LL_TERMINATE_IND
+0x03 LL_ENC_REQ
+0x04 LL_ENC_RSP
+0x05 LL_START_ENC_REQ
+0x06 LL_START_ENC_RSP
+0x07 LL_UNKNOWN_RSP
+0x08 LL_FEATURE_REQ
+0x09 LL_FEATURE_RSP
+0x0A LL_PAUSE_ENC_REQ
+0x0B LL_PAUSE_ENC_RSP
+0x0C LL_VERSION_IND
+0x0D LL_REJECT_IND
+0x0E LL_SLAVE_FEATURE_REQ
+0x0F LL_CONNECTION_PARAM_REQ
+0x10 LL_CONNECTION_PARAM_RSP
+0x11 LL_REJECT_IND_EXT
+0x12 LL_PING_REQ
+0x13 LL_PING_RSP
+0x14 LL_LENGTH_REQ
+0x15 LL_LENGTH_RSP
+0x16 LL_PHY_REQ
+0x17 LL_PHY_RSP
+0x18 LL_PHY_UPDATE_IND
+0x19 LL_MIN_USED_CHANNELS_IND
+0x1A LL_CTE_REQ
+0x1B LL_CTE_RSP
+0x1C LL_PERIODIC_SYNC_IND
+0x1D LL_CLOCK_ACCURACY_REQ
+0x1E LL_CLOCK_ACCURACY_RSP
+0x1F LL_CIS_REQ
+0x20 LL_CIS_RSP
+0x21 LL_CIS_IND
+0x22 LL_CIS_TERMINATE_IND
+0x23 LL_POWER_CONTROL_REQ
+0x24 LL_POWER_CONTROL_RSP
+0x25 LL_POWER_CHANGE_IND
+)
+(//bit map of mem_le_ll_feature
+//LL_FEATURE_REQ
+0 BIT_LL_FEATURE_LE_ENCRYPTION
+1 BIT_LL_FEATURE_CONNECTION_PARAMETERS_REQUEST_PROCEDURE
+2 BIT_LL_FEATURE_EXTENDED_REJECT_INDICATION
+3 BIT_LL_FEATURE_SLAVE_INITIATED_FEATURES_EXCHANGE
+4 BIT_LL_FEATURE_LE_PING
+5 BIT_LL_FEATURE_LE_DATA_PACKET_LENGTH_EXTENSION
+6 BIT_LL_FEATURE_LL_PRIVACY
+7 BIT_LL_FEATURE_EXTENDED_SCANNER_FILTER_POLICIES
+8 BIT_LL_FEATURE_LE_2M_PHY
+9 BIT_LL_FEATURE_STABLE_MODULATION_INDEX_TRANSMITTER
+10 BIT_LL_FEATURE_STABLE_MODULATION_INDEX_RECEIVER
+11 BIT_LL_FEATURE_LE_CODED_PHY
+12 BIT_LL_FEATURE_LE_EXTENDED_ADVERTISING
+13 BIT_LL_FEATURE_LE_PERIODIC_ADVERTISING
+14 BIT_LL_FEATURE_CHANNEL_SELECTION_ALGORITHM
+15 BIT_LL_FEATURE_LE_POWER_CLASS_1
+16 BIT_LL_FEATURE_MINIMUM_NUMBER_OF_USED_CHANNELS_PROCEDURE
+)
+(//function map of mem_le_ll_feature
+//LL_FEATURE_REQ
+0x1 FUN_LL_FEATURE_LE_ENCRYPTION
+0x2 FUN_LL_FEATURE_CONNECTION_PARAMETERS_REQUEST_PROCEDURE
+0x4 FUN_LL_FEATURE_EXTENDED_REJECT_INDICATION
+0x8 FUN_LL_FEATURE_SLAVE_INITIATED_FEATURES_EXCHANGE
+0x10 FUN_LL_FEATURE_LE_PING
+0x20 FUN_LL_FEATURE_LE_DATA_PACKET_LENGTH_EXTENSION
+0x40 FUN_LL_FEATURE_LL_PRIVACY
+0x80 FUN_LL_FEATURE_EXTENDED_SCANNER_FILTER_POLICIES
+0x100 FUN_LL_FEATURE_LE_2M_PHY
+0x200 FUN_LL_FEATURE_STABLE_MODULATION_INDEX_TRANSMITTER
+0x400 FUN_LL_FEATURE_STABLE_MODULATION_INDEX_RECEIVER
+0x800 FUN_LL_FEATURE_LE_CODED_PHY
+0x1000 FUN_LL_FEATURE_LE_EXTENDED_ADVERTISING
+0x2000 FUN_LL_FEATURE_LE_PERIODIC_ADVERTISING
+0x4000 FUN_LL_FEATURE_CHANNEL_SELECTION_ALGORITHM
+0x8000 FUN_LL_FEATURE_LE_POWER_CLASS_1
+0x10000 FUN_LL_FEATURE_MINIMUM_NUMBER_OF_USED_CHANNELS_PROCEDURE
+)
+(//bit of mem_le_tx_phys and mem_le_rx_phys
+0x00 BIT_LE_1M_PHY
+0x01 BIT_LE_2M_PHY
+0x02 BIT_LE_CODED_PHY
+
+0x02 BIT_LE_CODED_PHY_S2
+0x07 BIT_LE_CODED_PHY_S8
+)
+(//map of mem_le_tx_phys and mem_le_rx_phys
+0x01 FUN_TX_LL_1M_PHY
+0x02 FUN_TX_LL_2M_PHY
+0x04 FUN_TX_LL_CODED_PHY
+
+0x01 FUN_RX_LL_1M_PHY
+0x02 FUN_RX_LL_2M_PHY
+0x04 FUN_RX_LL_CODED_PHY
+)
+(//mem_24g_data_type
+1 TYPE_MS
+2 TYPE_KB
+0x07 bits_data
+//0-2 data type
+3 bit_abort
+4 bit_hop
+5 bit_sync
+//6-7 channel offset
+)
+(//mem_24g_pair_sm
+0 STATE_24G_PAIRING_NULL
+1 STATE_24G_PAIRING_1
+2 STATE_24G_PAIRING_2
+3 STATE_24G_PAIRING_3
+4 STATE_24G_PAIRING_4
+0X11 STATE_24G_PAIRING_1_WAITING_ACK
+0X12 STATE_24G_PAIRING_2_WAITING_ACK
+0X13 STATE_24G_PAIRING_3_WAITING_ACK
+0X14 STATE_24G_PAIRING_4_WAITING_ACK
+0XFF STATE_24G_PAIRING_SUCCESS
+)
+(
+0x01 DATATYPE_DEVICE1	//mouse
+0x02 DATATYPE_DEVICE2	//keyboard
+0xaa DATATYPE_BIND		//bind step 1
+0x55 DATATYPE_CONFIG	//bind step 2
+0x22 DATATYPE_OK		//bind step 3
+0xff DATATYPE_ATTEMP	//reconn
+0xaf DATATYPE_OTA
+)
+(
+5 BIND_MODE_CONTINUE
+)
+(
+0 bit_ack_24g
+)
+(//mem_24g_reconn_type
+0 DEFAULT_24G_DEVICE
+1 FAST_CONN_AND_RECEIVER
+2 FAST_CONN_AND_3_0_ADDR
+3 RECEIVER_AND_3_0_ADDR
+4 PAIR_AND_3_0_ADDR
+)
+(
+0x50 RSSI_THRESH_NOISE
+)
+(
+1 NO_ACK_24G
+0 WITH_ACK_24G
+)
+(//mem_24g_conn_sm
+0 STATE_24G_STOP
+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
+0 G24_TX_TIMER_INT_DISABLE
+)
+(
+1 OFFSET_DATA_TYPE
+2 OFFSET_LR_DATA_TYPE
+)
+(
+0x017700 G24_LONG_SLEEP_STEP1	//8ms
+0x36ee80 G24_LONG_SLEEP_STEP2	//300ms
+0x124f80 G24_LONG_SLEEP_STEP3	//100ms
+63500 G24_8MS_INTERVAL_PARAM		//8ms
+12210 G24_4MS_INTERVAL_PARAM
+)
+(
+50 POWER_CTRL_DECRS_THRESHOLD
+)
+(//status codes
+0 STATUS_CODE_SUCCESS
+)
+(
+0xD0 VENDOR_MESSAGE_ATTR_GET
+0xD1 VENDOR_MESSAGE_ATTR_SET
+0xD2 VENDOR_MESSAGE_ATTR_SET_UNACKNOWLEDGED
+0xD3 VENDOR_MESSAGE_ATTR_STATUS
+0xD4 VENDOR_MESSAGE_ATTR_INDICATION
+0xD5 VENDOR_MESSAGE_ATTR_CONFIRMATION
+0xCF VENDOR_MESSAGE_TRANSPARENT_MSG
+)
+(//configuration message and health message opcode
+0x80 MESH_CONFIGURATION_AND_HEALTH_MESSAGE_OPCODE_HEADER
+
+0x00 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_ADD
+0x01 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_UPDATE
+0x02 MESH_MESSAGE_OPCODE_CONFIG_COMPOSITION_DATA_STATUS
+0x03 MESH_MESSAGE_OPCODE_CONFIG_CONFIG_MODEL_PUBLICATION_SET
+0x04 MESH_MESSAGE_OPCODE_HEALTH_CURRENT_STATUS
+0x05 MESH_MESSAGE_OPCODE_HEALTH_FAULT_STATUS
+0x06 MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_PUBLICATION_STATUS
+0x00 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_DELETE_NO_HEAD
+0x01 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_GET_NO_HEAD
+0x02 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_LIST_NO_HEAD
+0x03 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_STATUS_NO_HEAD
+0x04 MESH_MESSAGE_OPCODE_HEALTH_ATTENTION_GET_NO_HEAD
+0x05 MESH_MESSAGE_OPCODE_HEALTH_ATTENTION_SET_NO_HEAD
+0x06 MESH_MESSAGE_OPCODE_HEALTH_ATTENTION_SET_UNACKNOWLEDGED_NO_HEAD
+0x07 MESH_MESSAGE_OPCODE_HEALTH_ATTENTION_STATUS_NO_HEAD
+0x08 MESH_MESSAGE_OPCODE_CONFIG_COMPOSITION_DATA_GET_NO_HEAD
+0x09 MESH_MESSAGE_OPCODE_CONFIG_BEACON_GET_NO_HEAD
+0x0A MESH_MESSAGE_OPCODE_CONFIG_BEACON_SET_NO_HEAD
+0x0B MESH_MESSAGE_OPCODE_CONFIG_BEACON_STATUS_NO_HEAD
+0x0C MESH_MESSAGE_OPCODE_CONFIG_DEFAULT_TTL_GET_NO_HEAD
+0x0D MESH_MESSAGE_OPCODE_CONFIG_DEFAULT_TTL_SET_NO_HEAD
+0x0E MESH_MESSAGE_OPCODE_CONFIG_DEFAULT_TTL_STATUS_NO_HEAD
+0x0F MESH_MESSAGE_OPCODE_CONFIG_FRIEND_GET_NO_HEAD
+0x10 MESH_MESSAGE_OPCODE_CONFIG_FRIEND_SET_NO_HEAD
+0x11 MESH_MESSAGE_OPCODE_CONFIG_FRIEND_STATUS_NO_HEAD
+0x12 MESH_MESSAGE_OPCODE_CONFIG_GATT_PROXY_GET_NO_HEAD
+0x13 MESH_MESSAGE_OPCODE_CONFIG_GATT_PROXY_SET_NO_HEAD
+0x14 MESH_MESSAGE_OPCODE_CONFIG_GATT_PROXY_STATUS_NO_HEAD
+0x15 MESH_MESSAGE_OPCODE_CONFIG_KEY_REFRESH_PHASE_GET_NO_HEAD
+0x16 MESH_MESSAGE_OPCODE_CONFIG_KEY_REFRESH_PHASE_SET_NO_HEAD
+0x17 MESH_MESSAGE_OPCODE_CONFIG_KEY_REFRESH_PHASE_STATUS_NO_HEAD
+0x18 MESH_MESSAGE_OPCODE_CONFIG_MODEL_PUBLICATION_GET_NO_HEAD
+0x19 MESH_MESSAGE_OPCODE_CONFIG_MODEL_PUBLICATION_STATUS_NO_HEAD
+0x1A MESH_MESSAGE_OPCODE_CONFIG_MODEL_PUBLICATION_VIRTUAL_ADDRESS_SET_NO_HEAD
+0x1B MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_ADD_NO_HEAD
+0x1C MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_DELETE_NO_HEAD
+0x1D MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_DELETE_ALL_NO_HEAD
+0x1E MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_OVERWRITE_NO_HEAD
+0x1F MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_STATUS_NO_HEAD
+0x20 MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_VIRTUAL_ADDRESS_ADD_NO_HEAD
+0x21 MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_VIRTUAL_ADDRESS_DELETE_NO_HEAD
+0x22 MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_VIRTUAL_ADDRESS_OVERWRITE_NO_HEAD
+0x23 MESH_MESSAGE_OPCODE_CONFIG_NETWORK_TRANSMIT_GET_NO_HEAD
+0x24 MESH_MESSAGE_OPCODE_CONFIG_NETWORK_TRANSMIT_SET_NO_HEAD
+0x25 MESH_MESSAGE_OPCODE_CONFIG_NETWORK_TRANSMIT_STATUS_NO_HEAD
+0x26 MESH_MESSAGE_OPCODE_CONFIG_RELAY_GET_NO_HEAD
+0x27 MESH_MESSAGE_OPCODE_CONFIG_RELAY_SET_NO_HEAD
+0x28 MESH_MESSAGE_OPCODE_CONFIG_RELAY_STATUS_NO_HEAD
+0x29 MESH_MESSAGE_OPCODE_CONFIG_SIG_MODEL_SUBSCRIPTION_GET_NO_HEAD
+0x2A MESH_MESSAGE_OPCODE_CONFIG_SIG_MODEL_SUBSCRIPTION_LIST_NO_HEAD
+0x2B MESH_MESSAGE_OPCODE_CONFIG_VENDOR_MODEL_SUBSCRIPTION_GET_NO_HEAD
+0x2C MESH_MESSAGE_OPCODE_CONFIG_VENDOR_MODEL_SUBSCRIPTION_LIST_NO_HEAD
+0x2D MESH_MESSAGE_OPCODE_CONFIG_LOW_POWER_NODE_POLLTIMEOUT_GET_NO_HEAD
+0x2E MESH_MESSAGE_OPCODE_CONFIG_LOW_POWER_NODE_POLLTIMEOUT_STATUS_NO_HEAD
+0x2F MESH_MESSAGE_OPCODE_HEALTH_FAULT_CLEAR_NO_HEAD
+0x30 MESH_MESSAGE_OPCODE_HEALTH_FAULT_CLEAR_UNACKNOWLEDGED_NO_HEAD
+0x31 MESH_MESSAGE_OPCODE_HEALTH_FAULT_GET_NO_HEAD
+0x32 MESH_MESSAGE_OPCODE_HEALTH_FAULT_TEST_NO_HEAD
+0x33 MESH_MESSAGE_OPCODE_HEALTH_FAULT_TEST_UNACKNOWLEDGED_NO_HEAD
+0x34 MESH_MESSAGE_OPCODE_HEALTH_PERIOD_GET_NO_HEAD
+0x35 MESH_MESSAGE_OPCODE_HEALTH_PERIOD_SET_NO_HEAD
+0x36 MESH_MESSAGE_OPCODE_HEALTH_PERIOD_SET_UNACKNOWLEDGED_NO_HEAD
+0x37 MESH_MESSAGE_OPCODE_HEALTH_PERIOD_STATUS_NO_HEAD
+0x38 MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_PUBLICATION_GET_NO_HEAD
+0x39 MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_PUBLICATION_SET_NO_HEAD
+0x3A MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_SUBSCRIPTION_GET_NO_HEAD
+0x3B MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_SUBSCRIPTION_SET_NO_HEAD
+0x3C MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_SUBSCRIPTION_STATUS_NO_HEAD
+0x3D MESH_MESSAGE_OPCODE_CONFIG_MODEL_APP_BIND_NO_HEAD
+0x3E MESH_MESSAGE_OPCODE_CONFIG_MODEL_APP_STATUS_NO_HEAD
+0x3F MESH_MESSAGE_OPCODE_CONFIG_MODEL_APP_UNBIND_NO_HEAD
+0x40 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_ADD_NO_HEAD
+0x41 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_DELETE_NO_HEAD
+0x42 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_GET_NO_HEAD
+0x43 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_LIST_NO_HEAD
+0x44 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_STATUS_NO_HEAD
+0x45 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_UPDATE_NO_HEAD
+0x46 MESH_MESSAGE_OPCODE_CONFIG_NODE_IDENTITY_GET_NO_HEAD
+0x47 MESH_MESSAGE_OPCODE_CONFIG_NODE_IDENTITY_SET_NO_HEAD
+0x48 MESH_MESSAGE_OPCODE_CONFIG_NODE_IDENTITY_STATUS_NO_HEAD
+0x49 MESH_MESSAGE_OPCODE_CONFIG_NODE_RESET_NO_HEAD
+0x4A MESH_MESSAGE_OPCODE_CONFIG_NODE_RESET_STATUS_NO_HEAD
+0x4B MESH_MESSAGE_OPCODE_CONFIG_SIG_MODEL_APP_GET_NO_HEAD
+0x4C MESH_MESSAGE_OPCODE_CONFIG_SIG_MODEL_APP_LIST_NO_HEAD
+0x4D MESH_MESSAGE_OPCODE_CONFIG_VENDOR_MODEL_APP_GET_NO_HEAD
+0x4E MESH_MESSAGE_OPCODE_CONFIG_VENDOR_MODEL_APP_LIST_NO_HEAD
+)
+(//Modle message opcode
+0x82 MESH_MODULE_MESSAGE_OPCODE_HEADER
+
+0x01 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONOFF_GET_NO_HEAD
+0x02 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONOFF_SET_NO_HEAD
+0x03 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONOFF_SET_UNACKNOWLEDGED_NO_HEAD
+0x04 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONOFF_STATUS_NO_HEAD
+0x05 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LEVEL_GET_NO_HEAD
+0x06 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LEVEL_SET_NO_HEAD
+0x07 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LEVEL_SET_UNACKNOWLEDGED_NO_HEAD
+0x08 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LEVEL_STATUS_NO_HEAD
+0x09 MESH_MODULE_MESSAGE_OPCODE_GENERIC_DELTA_SET_NO_HEAD
+0x0A MESH_MODULE_MESSAGE_OPCODE_GENERIC_DELTA_SET_UNACKNOWLEDGED_NO_HEAD
+0x0B MESH_MODULE_MESSAGE_OPCODE_GENERIC_MOVE_SET_NO_HEAD
+0x0C MESH_MODULE_MESSAGE_OPCODE_GENERIC_MOVE_SET_UNACKNOWLEDGED_NO_HEAD
+0x0D MESH_MODULE_MESSAGE_OPCODE_GENERIC_DEFAULT_TRANSITION_TIME_GET_NO_HEAD
+0x0E MESH_MODULE_MESSAGE_OPCODE_GENERIC_DEFAULT_TRANSITION_TIME_SET_NO_HEAD
+0x0F MESH_MODULE_MESSAGE_OPCODE_GENERIC_DEFAULT_TRANSITION_TIME_SET_UNACKNOWLEDGED_NO_HEAD
+0x10 MESH_MODULE_MESSAGE_OPCODE_GENERIC_DEFAULT_TRANSITION_TIME_STATUS_NO_HEAD
+0x11 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONPOWERUP_GET_NO_HEAD
+0x12 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONPOWERUP_STATUS_NO_HEAD
+0x13 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONPOWERUP_SET_NO_HEAD
+0x14 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONPOWERUP_SET_UNACKNOWLEDGED_NO_HEAD
+0x15 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LEVEL_GET_NO_HEAD
+0x16 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LEVEL_SET_NO_HEAD
+0x17 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LEVEL_SET_UNACKNOWLEDGED_NO_HEAD
+0x18 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LEVEL_STATUS_NO_HEAD
+0x19 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LAST_GET_NO_HEAD
+0x1A MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LAST_STATUS_NO_HEAD
+0x1B MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_DEFAULT_GET_NO_HEAD
+0x1C MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_DEFAULT_STATUS_NO_HEAD
+0x1D MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_RANGE_GET_NO_HEAD
+0x1E MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_RANGE_STATUS_NO_HEAD
+0x1F MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_DEFAULT_SET_NO_HEAD
+0x20 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x21 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_RANGE_SET_NO_HEAD
+0x22 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_RANGE_SET_UNACKNOWLEDGED_NO_HEAD
+0x23 MESH_MODULE_MESSAGE_OPCODE_GENERIC_BATTERY_GET_NO_HEAD
+0x24 MESH_MODULE_MESSAGE_OPCODE_GENERIC_BATTERY_STATUS_NO_HEAD
+0x25 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_GLOBAL_GET_NO_HEAD
+0x40 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_GLOBAL_STATUS
+0x26 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_LOCAL_GET_NO_HEAD
+0x27 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_LOCAL_STATUS_NO_HEAD
+0x41 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_GLOBAL_SET
+0x42 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_GLOBAL_SET_UNACKNOWLEDGED
+0x28 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_LOCAL_SET_NO_HEAD
+0x29 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_LOCAL_SET_UNACKNOWLEDGED_NO_HEAD
+0x2A MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTIES_GET_NO_HEAD
+0x43 MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTIES_STATUS
+0x2B MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTY_GET_NO_HEAD
+0x44 MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTY_SET
+0x45 MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTY_SET_UNACKNOWLEDGED
+0x46 MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTY_STATUS
+0x2C MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTIES_GET_NO_HEAD
+0x47 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTIES_STATUS
+0x2D MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTY_GET_NO_HEAD
+0x48 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTY_SET
+0x49 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTY_SET_UNACKNOWLEDGED
+0x4A MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTY_STATUS
+0x2E MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTIES_GET_NO_HEAD
+0x4B MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTIES_STATUS
+0x2F MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTY_GET_NO_HEAD
+0x4C MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTY_SET
+0x4D MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTY_SET_UNACKNOWLEDGED
+0x4E MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTY_STATUS
+0x4F MESH_MODULE_MESSAGE_OPCODE_GENERIC_CLIENT_PROPERTIES_GET
+0x50 MESH_MODULE_MESSAGE_OPCODE_GENERIC_CLIENT_PROPERTIES_STATUS
+0x30 MESH_MODULE_MESSAGE_OPCODE_SENSOR_DESCRIPTOR_GET_NO_HEAD
+0x51 MESH_MODULE_MESSAGE_OPCODE_SENSOR_DESCRIPTOR_STATUS
+0x31 MESH_MODULE_MESSAGE_OPCODE_SENSOR_GET_NO_HEAD
+0x52 MESH_MODULE_MESSAGE_OPCODE_SENSOR_STATUS
+0x32 MESH_MODULE_MESSAGE_OPCODE_SENSOR_COLUMN_GET_NO_HEAD
+0x53 MESH_MODULE_MESSAGE_OPCODE_SENSOR_COLUMN_STATUS
+0x33 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SERIES_GET_NO_HEAD
+0x54 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SERIES_STATUS
+0x34 MESH_MODULE_MESSAGE_OPCODE_SENSOR_CADENCE_GET_NO_HEAD
+0x55 MESH_MODULE_MESSAGE_OPCODE_SENSOR_CADENCE_SET
+0x56 MESH_MODULE_MESSAGE_OPCODE_SENSOR_CADENCE_SET_UNACKNOWLEDGED
+0x57 MESH_MODULE_MESSAGE_OPCODE_SENSOR_CADENCE_STATUS
+0x35 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTINGS_GET_NO_HEAD
+0x58 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTINGS_STATUS
+0x36 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTING_GET_NO_HEAD
+0x59 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTING_SET
+0x5A MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTING_SET_UNACKNOWLEDGED
+0x5B MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTING_STATUS
+0x37 MESH_MODULE_MESSAGE_OPCODE_TIME_GET_NO_HEAD
+0x5C MESH_MODULE_MESSAGE_OPCODE_TIME_SET
+0x5D MESH_MODULE_MESSAGE_OPCODE_TIME_STATUS
+0x38 MESH_MODULE_MESSAGE_OPCODE_TIME_ROLE_GET_NO_HEAD
+0x39 MESH_MODULE_MESSAGE_OPCODE_TIME_ROLE_SET_NO_HEAD
+0x3A MESH_MODULE_MESSAGE_OPCODE_TIME_ROLE_STATUS_NO_HEAD
+0x3B MESH_MODULE_MESSAGE_OPCODE_TIME_ZONE_GET_NO_HEAD
+0x3C MESH_MODULE_MESSAGE_OPCODE_TIME_ZONE_SET_NO_HEAD
+0x3D MESH_MODULE_MESSAGE_OPCODE_TIME_ZONE_STATUS_NO_HEAD
+0x3E MESH_MODULE_MESSAGE_OPCODE_TAI_UTC_DELTA_GET_NO_HEAD
+0x3F MESH_MODULE_MESSAGE_OPCODE_TAI_UTC_DELTA_SET_NO_HEAD
+0x40 MESH_MODULE_MESSAGE_OPCODE_TAI_UTC_DELTA_STATUS_NO_HEAD
+0x41 MESH_MODULE_MESSAGE_OPCODE_SCENE_GET_NO_HEAD
+0x42 MESH_MODULE_MESSAGE_OPCODE_SCENE_RECALL_NO_HEAD
+0x43 MESH_MODULE_MESSAGE_OPCODE_SCENE_RECALL_UNACKNOWLEDGED_NO_HEAD
+0x5E MESH_MODULE_MESSAGE_OPCODE_SCENE_STATUS
+0x44 MESH_MODULE_MESSAGE_OPCODE_SCENE_REGISTER_GET_NO_HEAD
+0x45 MESH_MODULE_MESSAGE_OPCODE_SCENE_REGISTER_STATUS_NO_HEAD
+0x46 MESH_MODULE_MESSAGE_OPCODE_SCENE_STORE_NO_HEAD
+0x47 MESH_MODULE_MESSAGE_OPCODE_SCENE_STORE_UNACKNOWLEDGED_NO_HEAD
+0x9E MESH_MODULE_MESSAGE_OPCODE_SCENE_DELETE_NO_HEAD
+0x9F MESH_MODULE_MESSAGE_OPCODE_SCENE_DELETE_UNACKNOWLEDGED_NO_HEAD
+0x48 MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_ACTION_GET_NO_HEAD
+0x5F MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_ACTION_STATUS
+0x49 MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_GET_NO_HEAD
+0x4A MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_STATUS_NO_HEAD
+0x60 MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_ACTION_SET
+0x61 MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_ACTION_SET_UNACKNOWLEDGED
+0x4B MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LIGHT_LIGHTNESS_GET_NO_HEAD
+0x4C MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_SET_NO_HEAD
+0x4D MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_SET_UNACKNOWLEDGED_NO_HEAD
+0x4E MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_STATUS_NO_HEAD
+0x4F MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LINEAR_GET_NO_HEAD
+0x50 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LINEAR_SET_NO_HEAD
+0x51 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LINEAR_SET_UNACKNOWLEDGED_NO_HEAD
+0x52 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LINEAR_STATUS_NO_HEAD
+0x53 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LAST_GET_NO_HEAD
+0x54 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LAST_STATUS_NO_HEAD
+0x55 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_DEFAULT_GET_NO_HEAD
+0x56 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_DEFAULT_STATUS_NO_HEAD
+0x57 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_RANGE_GET_NO_HEAD
+0x58 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_RANGE_STATUS_NO_HEAD
+0x59 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_DEFAULT_SET_NO_HEAD
+0x5A MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x5B MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_RANGE_SET_NO_HEAD
+0x5C MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_RANGE_SET_UNACKNOWLEDGED_NO_HEAD
+0x5D MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_GET_NO_HEAD
+0x5E MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_SET_NO_HEAD
+0x5F MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_SET_UNACKNOWLEDGED_NO_HEAD
+0x60 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_STATUS_NO_HEAD
+0x61 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_GET_NO_HEAD
+0x62 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_RANGE_GET_NO_HEAD
+0x63 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_RANGE_STATUS_NO_HEAD
+0x64 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_SET_NO_HEAD
+0x65 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_SET_UNACKNOWLEDGED_NO_HEAD
+0x66 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_STATUS_NO_HEAD
+0x67 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_DEFAULT_GET_NO_HEAD
+0x68 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_DEFAULT_STATUS_NO_HEAD
+0x69 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_DEFAULT_SET_NO_HEAD
+0x6A MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x6B MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_RANGE_SET_NO_HEAD
+0x6C MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_RANGE_SET_UNACKNOWLEDGED_NO_HEAD
+0x6D MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_GET_NO_HEAD
+0x6E MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_HUE_GET_NO_HEAD
+0x6F MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_HUE_SET_NO_HEAD
+0x70 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_HUE_SET_UNACKNOWLEDGED_NO_HEAD
+0x71 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_HUE_STATUS_NO_HEAD
+0x72 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SATURATION_GET_NO_HEAD
+0x73 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SATURATION_SET_NO_HEAD
+0x74 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SATURATION_SET_UNACKNOWLEDGED_NO_HEAD
+0x75 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SATURATION_STATUS_NO_HEAD
+0x76 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SET_NO_HEAD
+0x77 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SET_UNACKNOWLEDGED_NO_HEAD
+0x78 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_STATUS_NO_HEAD
+0x79 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_TARGET_GET_NO_HEAD
+0x7A MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_TARGET_STATUS_NO_HEAD
+0x7B MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_DEFAULT_GET_NO_HEAD
+0x7C MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_DEFAULT_STATUS_NO_HEAD
+0x7D MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_RANGE_GET_NO_HEAD
+0x7E MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_RANGE_STATUS_NO_HEAD
+0x7F MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_DEFAULT_SET_NO_HEAD
+0x80 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x81 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_RANGE_SET_NO_HEAD
+0x83 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_GET_NO_HEAD
+0x84 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_SET_NO_HEAD
+0x85 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_SET_UNACKNOWLEDGED_NO_HEAD
+0x86 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_STATUS_NO_HEAD
+0x87 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_TARGET_GET_NO_HEAD
+0x88 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_TARGET_STATUS_NO_HEAD
+0x89 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_DEFAULT_GET_NO_HEAD
+0x8A MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_DEFAULT_STATUS_NO_HEAD
+0x8B MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_RANGE_GET_NO_HEAD
+0x8C MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_RANGE_STATUS_NO_HEAD
+0x8D MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_DEFAULT_SET_NO_HEAD
+0x8E MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x8F MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_RANGE_SET_NO_HEAD
+0x90 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_RANGE_SET_UNACKNOWLEDGED_NO_HEAD
+0x91 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_MODE_GET_NO_HEAD
+0x92 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_MODE_SET_NO_HEAD
+0x93 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_MODE_SET_UNACKNOWLEDGED_NO_HEAD
+0x94 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_MODE_STATUS_NO_HEAD
+0x95 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_OM_GET_NO_HEAD
+0x96 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_OM_SET_NO_HEAD
+0x97 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_OM_SET_UNACKNOWLEDGED_NO_HEAD
+0x98 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_OM_STATUS_NO_HEAD
+0x99 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_LIGHT_ONOFF_GET_NO_HEAD
+0x9A MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_LIGHT_ONOFF_SET_NO_HEAD
+0x9B MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_LIGHT_ONOFF_SET_UNACKNOWLEDGED_NO_HEAD
+0x9C MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_LIGHT_ONOFF_STATUS_NO_HEAD
+0x9D MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_PROPERTY_GET_NO_HEAD
+0x62 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_PROPERTY_SET
+0x63 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_PROPERTY_SET_UNACKNOWLEDGED
+0x64 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_PROPERTY_STATUS)
+
+// status code
+(
+0x00 MESH_SUCCESS
+0x01 MESH_INVALID_ADDRESS
+0x02 MESH_INVALID_MODEL
+0x03 MESH_INVALID_APPKEYINDEX
+0x04 MESH_INVALID_NETKEYINDEX
+0x05 MESH_INSUFFICIENT_RESOURCES
+0x06 MESH_KEYINDEX_ALREAD_STORED
+0x07 MESH_INVALID_PUBLISH_PARAMETERS
+0x08 MESH_NOT_A_SUBSCRIBE_MODEL
+0x09 MESH_STORAGE_FAILURE
+0x0a MESH_FEATURE_NOT_SUPPORTED
+0x0b MESH_CANNOT_UPDATE
+0x0c MESH_CANNOT_REMOVE
+0x0d MESH_CANNOT_BIND
+0x0e MESH_TEMPORARILY_UNABLE_TO_CHANGE_STATE
+0x0f MESH_CANNOT_SET
+0x10 MESH_UNSPECIFIED_ERROR
+0x11 MESH_INVALID_BINDING
+)
+(
+0x00F0 VENDOR_MESSAGE_TMALL_DST
+)
+(// vendor model attribute
+0x0123 VENDOR_ATTR_COLOR_SERVER
+0x0100 VENDOR_ATTR_GENERIC_ONOFF_SERVER
+0x0121 VENDOR_ATTR_LIGHTNESS_LEVEL_SERVER
+0x0122 VENDOR_ATTR_COLOR_TEMPERATURE_SERVER
+0x0534 VENDOR_ATTR_MAIN_LIGHT_SERVER
+0x0533 VENDOR_ATTR_BACKGROUND_LIGHT_ONOFF_SERVER
+0xf004 VENDOR_ATTR_SCENE_SERVER
+)
+(//Timer opcode
+0x01A8 VENDOR_MESSAGE_OPCODE_COMPANY_ID
+//ʱ��
+0xF01F VENDOR_MESSAGE_ATTR_TYPE_TIME
+//ʱ��
+0xF01E VENDOR_MESSAGE_ATTR_TYPE_TIME_ZONE
+//��ʱ
+0xF01D VENDOR_MESSAGE_ATTR_TYPE_ON_TIME
+//��ʱ
+0xF010 VENDOR_MESSAGE_ATTR_TYPE_TIMING
+//���ڶ�ʱ
+0xF011 VENDOR_MESSAGE_ATTR_TYPE_CYCLE_TIMING
+//ɾ����ʱ
+0xF012 VENDOR_MESSAGE_ATTR_TYPE_DELETE_TIMING
+
+//��ɫ
+0x0123 VENDOR_MESSAGE_ATTR_TYPE_COLOR
+//����
+0x0534 VENDOR_MESSAGE_ATTR_TYPE_MAIN_LIGHT
+//�����
+0x0533 VENDOR_MESSAGE_ATTR_TYPE_BACKGROUND_LIGHT
+)
+(//��èevent�¼���
+//�豸�������¼��������ϵ���߶�ʱ���
+0xF009 VENDOR_ATTR_TYPE_EVENT_TRIGGER
+
+//��è�豸�ϵ�
+0x03 VENDOR_MESSAGE_EVENT_DEVICE_POWER_ON
+//��è��ʱ���
+0x11 VENDOR_MESSAGE_EVENT_FINISH_TIMING
+)
+(
+0x80 VENDOR_MESSAGE_SEND_TID_MIN
+0xC0 VENDOR_MESSAGE_SEND_TID_MAX
+)
+(
+0x59 TIMER_CYCLICAL_FALG
+60 SECONDS_OF_MIN
+345600 SECONDS_OF_FOUR_DAYS
+604800 SECONDS_OF_WEEK
+86400 SECONDS_OF_DAY
+0x01e0 EIGHT_HOURS_TIME_ZONE_OFFSET
+
+)
+(
+6 ADV_PACKET_MIN_LENGTH
+37 ADV_PACKET_MAX_LENGTH
+
+1 AD_TYPE_MIN_LENGTH
+30 AD_TYPE_MAX_LENGTH
+)
+(//transport mic cache parameter
+10 TRANSPORT_MIC_CACHE_SPACE_NUM
+4 TRANSPORT_MIC_CACHE_SPACE_SIZE
+//�ܳ�����һ��space
+36 TRANSPORT_MIC_CACHE_TOTAL_SIZE
+)
+(
+0x00 MESH_EEP_THREE_TUPLE_OFFSET
+0x1a MESH_EEP_NETWORK_KEY_OFFSET
+0x2d MESH_EEP_APPLICATION_KEY_OFFSET
+0x3d MESH_EEP_DEVICE_KEY_OFFSET
+0x4d MESH_EEP_RESET_COUNT_OFFSET
+0x4e MESH_EEP_SEQ_OFFSET
+0x51 MESH_EEP_SUBSCRIPTION_OFFSET
+)
+(
+0x1a MESH_EEP_THREE_TUPLE_LENGTH
+0x13 MESH_EEP_NETWORK_KEY_LENGTH
+0x10 MESH_EEP_APPLICATION_KEY_LENGTH
+0x10 MESH_EEP_DEVICE_KEY_LENGTH
+0x01 MESH_EEP_RESET_COUNT_LENGTH
+0x03 MESH_EEP_SEQ_LENGTH
+0x10 MESH_EEP_SUBSCRIPTION_LENGTH
+0x40 MESH_EEP_SUBSCRIPTION_TOTAL_LENGTH
+)
+(//mem_mesh_advertising_unprovisioned_device_beacon_switch
+0 DEVICE_BEACON_OFF
+1 DEVICE_BEACON_ON
+)
+(
+//δ�����㲥��ʱ10min
+0x1770	ADV_UNPROVISIONED_DEVICE_BEACON_TIMEOUT
+//δ�����㲥���500ms
+5		ADV_UNPROVISIONED_DEVICE_BEACON_INTERVAL
+//δ�����㲥ʱ��120ms=20ms*6
+6		ADV_UNPROVISIONED_DEVICE_BEACON_DURATION
+
+//��Ĭ�㲥��ʱ:��
+0		ADV_SILENCE_DEVICE_BEACON_TIMEOUT
+//��Ĭ�㲥���60s
+600		ADV_SILENCE_DEVICE_BEACON_INTERVAL
+//��Ĭ�㲥ʱ��120ms=20ms*6
+6		ADV_SILENCE_DEVICE_BEACON_DURATION
+
+
+//������㲥���
+0x54		ADV_PAIRING_MESH_MESSAGE_INTERVAL
+//������㲥ʱ��
+20		ADV_PAIRING_MESH_MESSAGE_DURATION
+
+10		ADV_RELAY_MESH_MESSAGE_DURATION
+)
+(
+0x12 MAX_APP_MSSAGE_PAYLOAD_LENGTH
+7 BIT_OF_APP_PACKAGE_NUM
+6 BIT_OF_ADV_IN_OFF
+)
+(
+//mesh �ظ�APP�㲥���24*0.625ms = 15ms
+0x15 MESH_ADV_APP_MESSAGE_INTERVAL
+//mesh�ظ�tmall�㲥���32*0.625ms = 20ms
+0x1d MESH_ADV_TMALL_MESSAGE_INTERVAL
+)
+(
+0x2c COMMA
+-4 DECREASED_FOUR
+
+)
+(
+0x19 MIC_SIZE_64BIT
+0x09 MIC_SIZE_32BIT
+)
+(
+33 GATT_RECEIVE_MSG_BUFFER_SIZE
+)
+(//mem_mesh_provisioned_flag
+0 PAIRED_STATUS
+1 UNPROVISIONED_BEACON_STATUS
+2 PAIRING_STATUS
+3 SILENCE_BEACON_STATUS
+4 RECEIVED_CONFIG_APPKEY_ADD
+)
+(//mem_mesh_UUID_FeatureFlag
+0 BIT_SILENCE_ADV_FLAG
+)
+(
+0x01 UNPROVISIONED_ADLEN_LENGTH
+0x01 UNPROVISIONED_ADTYPE_LENGTH
+0x01 UNPROVISIONED_DEVICE_BEACON_LENGTH
+0x10 UNPROVISIONED_DEVICE_UUID_LENGTH
+0x02 UNPROVISIONED_OOB_INFORMATION_LENGTH
+)
+(
+0x00 UNPROVISIONED_DEVICE_BEACON
+0x01 SECURE_NETWORK_BEACON
+0x1827 MESH_PROVISIONING_UUID
+)
+(
+0x00 PROVISIONING_RANDOM
+0x01 PROVISIONING_CONFIRMATION
+0x02 PROVISIONING_DATA
+0x03 PROVISIONING_COMPLETE
+0x04 PROVISIONING_CONFIG
+0x05 PROVISIONING_CONFIG_ACK
+0x06 PROVISIONING_IOS_DATA
+0x07 PROVISIONING_SEND_IOS_DATA
+)
+(//mem_mesh_Provisioning_State_Flag
+// FLAG bit1:Provisioning Confirmation
+1 RECEIVE_PROVISIONING_RANDOM
+2 RECEIVE_PROVISIONING_DATA
+)
+(//provisioning packet info size
+3 PROVISIONING_PACKET_LENGTH_FLAGS
+6 PROVISIONING_PACKET_LENGTH_AD_TYPE_COMPANY_ID_VID_PROVISIONING_TYPE
+5 PROVISIONING_PACKET_AD_TYPE_COMPANY_ID_VID_PROVISIONING_TYPE
+1 PROVISIONING_PACKET_LENGTH
+1 PROVISIONING_PACKET_AD_TYPE
+2 PROVISIONING_PACKET_COMPANY_ID
+1 PROVISIONING_PACKET_VID
+1 PROVISIONING_PACKET_PROVISIONING_TYPE
+//provisioning random
+2 PROVISIONING_PACKET_RANDOM_MAC
+8 PROVISIONING_PACKET_RANDOM_RANDOM_A
+8 PROVISIONING_PACKET_RANDOM_RANDOM_B
+//provisioning confirmation
+2 PROVISIONING_PACKET_CONFIRMATION_MAC
+16 PROVISIONING_PACKET_CONFIRMATION_DEVICE
+//provisioning complete
+6 PROVISIONING_PACKET_COMPLETE_MAC
+
+2 PROVISIONING_CONFIG_ACK_MAC
+1 PROVISIONING_CONFIG_ACK_FIELD
+
+)
+(
+0x01 PROVISIONING_CONFIG_ACK_NOTE
+)
+(//gatt package struct
+0 GATT_PACKAGE_MSG_ID
+1 GATT_PACKAGE_PACKAGE_NUM
+2 GATT_PACKAGE_LENGTH
+3 GATT_PACKAGE_PAYLOAD
+)
+(
+0x12 MAX_LENGTH_PRIVISIONING_CONTROL_MSG_ANDROID
+0x08 MAX_LENGTH_PRIVISIONING_CONTROL_MSG_IOS
+0x07 MAX_LENGTH_PRIVISIONING_PAIRING_MSG_IOS
+)
+(
+4 MAX_GATT_PACKAGE_NUM
+50 GATT_RECEIVE_TIMEOUT
+)
+(
+8 SUBSCRIPTION_MAX_COUNT
+)
+(//typedef struct of mem_mesh_element_device
+0 ELEMENT_DEVICE_GROUP_ADDR
+2 ELEMENT_DEVICE_QUEUE_BUFFER_PTR
+4 ELEMENT_DEVICE_VENDOR_TIME_PTR
+6 ELEMENT_DEVICE_SUBSCRIPTION_LABEL
+22 ELEMENT_DEVICE_UPPER_ADV_FLAG
+23 ELEMENT_DEVICE_UPPER_QUEUE_PTR
+25 ELEMENT_DEVICE_TRAN_PACKAGE_TID
+26 ELEMENT_DEVICE_TRAN_PACKAGE_TYPE
+27 SIZEOF_ELEMENT_DEVICE
+
+)
+(
+320 MESH_TIMER_BUFFER_SIZE
+)
+(//bit map of mem_mesh_core_feature
+0 MESH_FEATURE_LOG
+1 MESH_FEATURE_DISABLE_RELAY
+2 MESH_FEATURE_DISABLE_SUBSCRIPTION
+)
+(//taobao id
+0x01a8	COMPANY_IDENTIFIERS_ALIBABA
+0x0d	ALI_MESH_VID_NUMBER
+0x0da801 COMPANY_ID_ALIBABA_AND_VID
+0x0ea801 COMPANY_ID_ALIBABA_AND_VID_GATT
+)
+(
+0x00 MESH_CODE_INIT
+0x01 MESH_RECEIVE_PROVISIONING_PACKET
+0x02 MESH_RECEIVE_PROVISIONING_RANDOM_PACKET
+0x03 MESH_SEND_PROVISIONING_CONFIRMATION_PACKET
+0x04 MESH_RECEIVE_PROVISIONING_DATA_PACKET
+0x05 MESH_SEND_PROVISIONING_COMPLETE_PACKET
+0x06 MESH_RECEIVE_PROVISIONING_FAILED_PACKET
+
+0x10 MESH_ENCRYPT_SHA256_FUNCTION_INPUT
+0x11 MESH_ENCRYPT_SHA256_FUNCTION_RESULT
+0x12 MESH_ENCRYPT_AES_CMAC_FUNCTION_INPUT_M
+0x13 MESH_ENCRYPT_AES_CMAC_FUNCTION_INPUT_K
+0x14 MESH_ENCRYPT_AES_CMAC_FUNCTION_RESULT
+
+0x20 MESH_NETWORK_RECEIVE_PACKET
+0x21 MESH_NETWORK_RELAY_PACKET
+
+0x30 MESH_LOWER_RECEIVE_PACKET
+0x40 MESH_UPPER_RECEIVE_PACKET
+0x41 MESH_UPPER_SEND_PACKET
+
+0x50 MESH_ACCESS_RECEIVE_MESSAGE
+
+
+0xF0 MESH_MESSAGE_GENERIC_ONOFF_SET
+0xF1 MESH_MESSAGE_SET_LIGHT_LIGHTNESS
+0xF2 MESH_MESSAGE_SET_CTL
+)
+(//LUA LOG 
+0xAA LUA_LOG_PACKET_HEADER
+0x03 LUA_LOG_PAKCET_TYPE
+0xBB LUA_LOG_PACKET_TRAIL
+)
+(//logging level
+0 LOGGING_DEBUG
+1 LOGGING_INFO
+2 LOGGING_WARNING
+3 LOGGING_ERROR
+4 LOGGING_CRITICAL
+)
+(
+0x1c00 mem_mesh_uart_log_rx_buff
+0x1c01 mem_mesh_uart_log_rx_buff_end
+0x1c02 mem_mesh_uart_log_tx_buff
+0x1fff mem_mesh_uart_log_tx_buff_end
+)
+(
+7 TRANSPORT_HEAD_BIT_SEG
+6 TRANSPORT_HEAD_BIT_AKF
+05 TRANSPORT_HEAD_BIT_AID
+7 BIT_CTL
+)
+(//Generic OnOff
+0x00 GENERIC_ONOFF_CMD_OFF
+0x01 GENERIC_ONOFF_CMD_ON
+)
+(//LIGHTNESS
+0xFFFF ALI_MESH_LIGHTNESS_MAX
+0x0064 ALI_MESH_LIGHTNESS_LEVEL
+)
+(//TEMPERATURE
+0x4E20 ALI_MESH_TEMPERATURE_MAX
+0x0320 ALI_MESH_TEMPERATURE_MIN
+0x0064 ALI_MESH_TEMPERATURE_LEVEL
+)
+(//nonce type
+0x00 NETWORK_NONCE
+0x01 APPLICATION_NONCE
+0x02 DEVICE_NONCE
+0x03 PROXY_NONCE
+)
+(
+0x00c0 GROUP_ADDRESS_0XC000_little_endian
+0xffcf GROUP_ADDRESS_0XCFFF_little_endian
+0x02c0 GROUP_ADDRESS_0XC002_little_endian
+0x07c0 GROUP_ADDRESS_0XC007_little_endian
+0x01c0 GROUP_ADDRESS_0XC001_little_endian
+0xffff GROUP_ADDRESS_0XFFFF_little_endian
+)
+(//SRC SEQ cache parameter
+10 CACHE_SPACE_NUM
+5 CACHE_SPACE_SIZE
+)
+(
+12 MESH_NETWORK_PACKET_MIN_LENGTH
+30 MESH_NETWORK_PACKET_MAX_LENGTH
+)
+(
+0 MESH_MESSAGE_TMALL
+1 MESH_MESSAGE_APP
+)
+(
+15 UNSEGMENTED_ACCESS_MESSAGE_MAX_UPPER_TRANSPORT_ACCESS_PDU_LEN
+12 SEGMENTED_ACCESS_MESSAGE_UNINT_PDU_LEN
+)
+(//bit of mem_mesh_upper_tran_layer_temp_packet_flag
+6 BIT_UPPER_FLAG_APP_CONTROL
+5 BIT_UPPER_FLAG_VENDOR_INDICATION
+4 BIT_UPPER_FLAG_RETRANSMIT
+//BIT3-0
+0x0f DATA_UPPER_FLAG_MAX_RETRY_COUNT
+
+2 UPPER_RETRY_COUNT_STATUS
+1 UPPER_RETRY_COUNT_INDICATION
+)
+(
+0 NULL_PACKET_ADVERTISING
+1 PACKET_IN_BEARER
+2 PACKET_IN_ADVERTING
+3 PACKET_RECEIVE_INDICATION
+)
+(
+1 UPPER_TRAN_TMALL_MESSAGE
+2 UPPER_TRAN_APP_MESSAGE
+3 UPPER_TRAN_TMALL_AND_APP
+
+0 BIT_UPPER_TRAN_TMALL_MESSAGE
+1 BIT_UPPER_TRAN_APP_MESSAGE
+)
+(
+0 ADC_CONFIG_VINLPM
+1 ADC_CONFIG_HVIN
+2 ADC_CONFIG_GPIO
+)
+(
+0 QUEUE_OFFSET_EACH_SIZE
+1 QUEUE_OFFSET_LENGTH
+2 QUEUE_OFFSET_CURR_NUM
+3 QUEUE_OFFSET_READ_PTR
+4 QUEUE_OFFSET_WRITE_PTR
+5 QUEUE_OFFSET_ELE_INIT_ADDR
+)
+(
+//Flash Register
+0x05 FLASH_READ_SATUS
+
+// Flash Status Register
+0x00 FLASH_STATUS_WIP
+0X01 FLASH_STATUS_WEL
+0X02 FLASH_STATUS_BP0
+0X03 FLASH_STATUS_BP1
+
+//Flash Write Sm
+0X00 FLASH_SM_NO_BUYS
+0X01 FLASH_SM_START
+0X02 FLASH_SM_ERASE_SECTOR
+0X03 FLASH_SM_WAIT_ERASE_SECTOR
+0X04 FLASH_SM_WRITE_DATA
+0X05 FLASH_SM_WAIT_WRITE_DATA
+
+
+//Flash Command
+0x02 FLASH_COMMAND_WRITE_DATA
+0x03 FLASH_COMMAND_READ_DATA
+0x06 FLASH_COMMAND_WRITE_ENABLE
+0x20 FLASH_COMMAND_SECTOR_ERASE
+0xAB FLASH_COMMAND_RELEASE_FROM_POWERDOWN
+0xB9 FLASH_COMMAND_POWERDOWN
+
+)
+(
+0x00 EFUSE_OFFSET_UCODE	//1B
+0X01 EFUSE_OFFSET_DEVICE_LOCK
+0x02 EFUSE_OFFSET_PERIPHERALS_LOCK
+0X03 EFUSE_OFFSET_OFFSET
+
+0x2b EFUSE_OFFSET_HCI_BOOT_CLKSEL	//bit7
+0x2b EFUSE_OFFSET_APP_VSEL	//bit6
+0x2b EFUSE_OFFSET_DIG_AON_VSEL	//bit5-4
+0x2b EFUSE_OFFSET_DEVICE_OPTION	//bit3-0
+0x2c EFUSE_OFFSET_XTAL_OFFSET	//0x813a
+0x2d EFUSE_OFFSET_XTAL_CNT	//0x813c
+0x2e EFUSE_OFFSET_AGC_TABLE	//2B
+0x30 EFUSE_OFFSET_ADC_PARAM
+0x31 EFUSE_OFFSET_AGC_SEL	//bit7 agc sel
+0x31 EFUSE_OFFSET_AGC_SEC_EN	//bit6 agc second en 0x8960[3]
+0x31 EFUSE_OFFSET_LDO_CFG1	//bit5-4:0x8a0d[2:0]
+0x31 EFUSE_OFFSET_TX_VCO_CURRENT //bit3-0:0x8a87[3:0]
+0x32 EFUSE_OFFSET_RC_CAL	//0x8a6c
+0x33 EFUSE_OFFSET_ADC		//9B
+0x3c EFUSE_OFFSET_KEY_ADDR	//4B
+
+//EFUSE_OFFSET_PERIPHERALS_LOCK
+0 EFUSE_SPI_LOCK_BIT
+1 EFUSE_SPI2_LOCK_BIT
+2 EFUSE_UART_LOCK_BIT
+3 EFUSE_UARTB_LOCK_BIT
+4 EFUSE_IIC_LOCK_BIT
+6 EFUSE_LE_LOCK_BIT
+7 EFUSE_BR_LOCK_BIT
+)
+(
+0	eeprom_nv_ram
+
+)
+(
+0 APP_HANDSHAKE_NULL
+1 APP_HANDSHAKE_DONE
+
+)
+(
+1 dvc_op_hci
+2 dvc_op_esl
+4 dvc_op_dongle
+5 dvc_op_test
+8 dvc_op_mouse
+9 dvc_op_shutter
+0x0a dvc_op_module
+0x0b dvc_op_ali_mesh
+0x0c dvc_op_hci_boot
+0x0d dvc_op_remote_car
+0x0e dvc_op_car
+0x0f dvc_op_antilost
+   
+)
+(
+3 UCODE_FLAG_ENC
+2 UCODE_FLAG_SKIP_EEP
+1 UCODE_FLAG_SKIP_FLASH
+0 UCODE_FLAG_HCI
+)
+(
+7 gpio_active_bit
+)
+(
+2 HID_HANDSHAKE_TIMEOUT
+
+)
+(
+1 APP_FLAG_RECONNECT
+)
+(
+5 LPM_WAKE_UP_DELAY_TIMER
+)
+(
+2 APP_DISC_RSN_SIZE
+)
+(
+0 APP_DISC_BY_BUTTON
+1 APP_DISC_AFTER_PAIRING
+2 APP_DISC_AFTER_RECONN
+3 APP_DISC_AFTER_SNIFF
+4 APP_DISC_AFTER_SETUP_DONE
+5 APP_DISC_AFTER_HANDSHAKE
+6 APP_DISC_BT
+7 APP_DISC_BLE
+8 APP_DISC_L2CAP_REFUSED
+9 APP_DISC_SWITCH_FAIL
+)
+(
+0xaa55 EEPROM_INIT_FLAG
+)
+(
+1 KEY_CONF_STRUCT_LEN
+0 KEY_PIN_OFFSET
+)
+(
+12000000 PWM_12MHZ
+24000000 PWM_24MHZ
+33000 PWM_33KHZ
+)
+(
+0 POWER_OFF
+1 POWER_STARTING
+2 POWER_STANDBY
+)
+(
+0 power_state_offset
+1 power_timer_offset
+2 power_off_timeout_offset
+3 power_starting_timeout_offset
+4 power_off_cb_offset
+6 power_starting_cb_offset
+8 power_standby_cb_offset
+10 ui_butten_up_cb_offset
+)
+
+(
+0x9000 mem_b_box
+0x9100 mem_e_box
+0x9200 mem_l_box
+0x9300 memk
+0x9400 mem_theta
+0x9420 mem_local_sig
+0x9fff mem_sim_slave
+//mouse
+0x9468 MOUSE_BT_SDP_ADDR
+0x9732 MOUSE_BLE_ATT_LIST_ADDR
+//dongle
+0x99A4 USB_KBDATA_VENDOR_DEFINE_ADDR
+0x99BF USB_KBDATA_ADDR
+0x99FF USB_MSDATA_ADDR
+0x9AA3 USB_DEVICEDATA_ADDR
+0x9AB6 USB_CONFDATA_ADDR
+//shutter
+0x9AF2 BLE_SHUTTER_GATT_LIST
+0x9C70 CLASSIC_SHUTTER_SDP_LIST
+0x9E57 BLE_SHUTTER_KEY_VALUE_LIST
+0x9E7F CLASSIC_SHUTTER_KEY_VALUE_LIST
+//car
+0x9EA7 BLE_CAR_ATT_LIST
+//tx power list
+//0x9F73 TX_POWER_LIST
+)
+(//NEC 61212
+9000 NEC61212_BOOT_CODE_START_TIME
+4500 NEC61212_BOOT_CODE_END_TIME
+
+9000 NEC61212_REPEAT_START_TIME
+2250 NEC61212_REPEAT_END_TIME
+
+560 NEC61212_DATA_BIT_1_START_TIME
+1690 NEC61212_DATA_BIT_1_END_TIME
+
+560 NEC61212_DATA_BIT_0_START_TIME
+560 NEC61212_DATA_BIT_0_END_TIME
+
+560 NEC61212_STOP_TIME
+
+42580 NEC61212_DATA2REPEAT_TIME
+98190 NEC61212_REPEAT2REPEAT_TIME
+
+0xffff NEC61212_TIMEOUT_TIME
+)
+(
+0 ADC_GPIO_4
+1 ADC_GPIO_5
+2 ADC_GPIO_6
+3 ADC_GPIO_7
+4 ADC_GPIO_9
+5 ADC_GPIO_10
+6 ADC_GPIO_11
+7 ADC_GPIO_12
+)
+(
+0 CONN_PARAM_UPDATA_PROCEDURE_NO_INIT
+1 CONN_PARAM_UPDATA_PROCEDURE_STARTING
+2 CONN_PARAM_UPDATA_PROCEDURE_COMPLETE
+3 CONN_PARAM_UPDATA_PROCEDURE_FAILD
+)
+(
+0 NEW_SPEC_HEADER_OFFSET
+2 NEW_SPEC_OPCODE_OFFSET
+3 NEW_SPEC_DLEGTH_OFFSET  //data length offset
+5 NEW_SPEC_DADDR_OFFSET   //data address offset
+)
+(
+1 OPCODE1_BUTTEN_CLICK_ONCE
+2 OPCODE2_BUTTEN_DOUBLE_CLICK
+3 OPCODE3_ANTL_START_ALRAM
+4 OPCODE4_CURRENT_ALARM_STATE
+5 OPCODE5_BATTER_INFORMATION
+7 OPCODE7_ANTL_CONFIG_ALRAM
+)
+(
+0x0a NEW_SPEC_NOTIFY_HANDLE
+0x0b NEW_SPEC_NOTIFICATION_ENABLE_HANDLE
+0x0d NEW_SPEC_WRITE_HANDLE
+)
+(
+0x01 ANTI_LE_ALARM_ON
+0x00 ANTI_LE_ALARM_OFF
+)
+(
+0 NOTIFICATION_ENABLE_BIT
+1 INDICATION_ENABLE_BIT
+)
+(
+//20ms
+0x0020	FAST_ADV_INTERVAL_VALUE_CAR
+)
+(
+0x14 ATT_CAR_CONTROL_HANDLE
+0x14 ATT_SPEED_SET_HANDLE
+)
+(
+0 TURN_FRONT
+1 TURN_LEFT
+2 TURN_RIGHT
+0 MOTOR_STOP
+1 GO_FRONT
+2 GO_BACK
+0x6b5a LE_RECEIVE_PACKET_HEAD
+)
+(
+0 FLAG_IR_DISABLE
+1 FLAG_IR_ENABLE
+)
+(
+0 DEVICE_CAR
+1 DEVICE_TANK
+2 DEVICE_BATTLE_CAR
+3 DEVICE_BATTLE_TANK
+4 DEVICE_REMOTE
+)
+(
+0 F_B_MOTOR
+1 L_R_MOTOR
+2 F_B_BATTERY
+3 L_R_BATTERY
+)
+(
+0 CAR_WORK	   		//connect mode normal
+1 CAR_BIND			//code pair mode
+2 CAR_TEST			//test mode
+3 CAR_CODE			//PC_application
+4 CAR_PCBA			//PCBA_TEST
+5 CAR_DEBUG
+6 CAR_MODE_MAX
+7 CAR_SEARCH
+)
+(
+1 SPEED_LEVEL_1
+2 SPEED_LEVEL_2
+3 SPEED_LEVEL_3
+4 SPEED_LEVEL_4
+5 SPEED_LEVEL_5
+6 SPEED_LEVEL_6
+7 SPEED_LEVEL_7
+8 SPEED_LEVEL_8
+9 SPEED_LEVEL_9
+10 SPEED_LEVEL_10
+)
+(
+0 PWM0_DUTY_SETTING
+1 PWM1_DUTY_SETTING
+2 PWM2_DUTY_SETTING
+)
+(
+1 CAR_CMD_BATTERY
+2 CAR_CMD_OLD_CAR_CONTROL
+3 CAR_CMD_OLD_SPEED_CONTROL
+4 CAR_CMD_L_R_MOTOR_CONTROL
+5 CAR_CMD_F_B_MOTOR_CONTROL
+6 CAR_CMD_IR_CONTROL
+7 CAR_CMD_LED_CONTROL
+8 CAR_CMD_DEVICE_INFO
+)
+(
+0 CAR_REMOTE_CHECK_BUTTON
+1 CAR_REMOTE_CHECK_ROCKER
+)
+(
+0x11 CAR_NOTIFY_HANDLE
+)
+(
+0 LED_OFF
+1 LED_ON
+2 LED_BLINK
+0xFF LED_INVALID
+)
+(
+0xFF INVALID_PIN_NUM
+)
+(
+0 POWER_ON
+1 WORK_PAIRED
+2 WORK_SEARCH
+)
+(
+0x5B DONGLE_KB_BIND_SUCCESS
+0x00 DONGLE_KB_BIND_EEPROM_OFFECT
+0x2A DONGLE_KB_BIND_EFUSE_OFFECT
+)
+(
+5 WORK_MODE_DELAY
+7 BIND_MODE_DELAY
+)
+(
+0 DONGLE_WORK	   		//connect mode normal
+1 DONGLE_BIND			//code pair mode
+2 DONGLE_TEST			//test mode
+3 DONGLE_CODE			//PC_application
+4 DONGLE_PCBA			//PCBA_TEST
+5 DONGLE_DEBUG
+6 DONGLE_MODE_MAX
+7 DONGLE_SEARCH
+0 CLEAR_INIT
+)
+(
+0xa0 COMMAND_MODE     //BYTE 0
+0x81 COM_MODE_BIND	//BYTE 1
+0x82 COM_MODE_TEST	//BYTE 1
+)
+(
+0xa1 COMMAND_BIND		//BYTE 0
+0x01 COM_BIND_GET		//1
+0x84 COM_BIND_EXIT		//1
+0xa7 COM_READ_MODE		//1
+)
+(
+0xa2 COMMAND_TEST	//BYTE 0
+0x81 COM_TEST_SC		//	���뵥�ز�
+0x82 COM_TEST_CD		// fcc����
+0x83 COM_TEST_DAT		// ���ݲ���
+0x84 COM_TEST_LOW_CH  //��Ƶ��
+0x85 COM_TEST_MID_CH	//��Ƶ��
+0x86 COM_TEST_HIG_CH	//��Ƶ��
+0x87 COM_TEST_SW_HIG	//�Զ��л�Ƶ��Ϊ�� 1mhz
+0x88 COIM_TEST_SW_LOW	//�Զ��л�Ƶ��Ϊ�� 1mhz
+0x89 COM_TEST_SW_STOP	//ֹͣ�Զ��л�Ƶ��
+0x8a COM_TEST_POW_5		//�����������5dbm
+0x8b COM_TEST_POW_0		//0dbm
+0x8c COM_TEST_POW_N5		//-5dbm
+0x8d COM_TEST_POW_N10		//-10dbm
+0x8e COM_TEST_EXIT			//�˳�����ģʽ
+)
+(
+0xa6 COMMAND_CURRENT_PROJECT
+0xa7 COMMAND_CURRENT_MODE
+0xa9 COMMAND_CURRENT_FW_VERSION
+0xb0 COMMAND_USER_DEFINED		//user defined cmd
+)
+(
+0x15 PRODUCT_ID
+0 FW_VERSION0
+0 FW_VERSION1
+1 FW_VERSION2
+7 FW_VERSION3
+)
+(
+8 TIMER_NODATA
+640 TIMER_NODATA_DELAY	//200ms
+
+11 TIMER_MS_BLANK
+384 TIMER_MS_BLANK_DELAY
+
+12 TIMER_KB_MUL_BLANK
+384 TIMER_KB_MUL_BLANK_DELAY
+
+14 TIMER_KB_BLANK
+384 TIMER_KB_BLANK_DELAY
+)
+(
+0 KB_NORMAL_REPORT_ID
+1 MS_REPORT_ID
+2 KB_SYSTEM_CONCTRL_REPORT_ID
+3 KB_MULTIKEY_REPORT_ID
+)
+(
+0x01 BIND_ACKPAYLOAD
+0x03 KB_LED_ACKPAYLOAD
+)
+(
+7 DG_ENABLE_XTAL_24M
+6 DG_ENABLE_NEW_CHMAP
+5 DG_ENABLE_EEPROM
+//bit4-0
+//tx power
+)
+(
+//chars: ascii
+0x20 CHAR_SPACE
+0x21 CHAR_EXCLAMATION
+0x22 CHAR_DITTO
+0x23 CHAR_POUND
+0x24 CHAR_DOLLAR
+0x25 CHAR_PERCENT
+0x26 CHAR_AMPERSAND
+0x27 CHAR_APOSTROPHE
+0x28 CHAR_OPENING_PARENTHESIS
+0x29 CHAR_CLOSING_PARENTHESIS
+0x2a CHAR_ASTERISK
+0x2b CHAR_PLUS
+0x2c CHAR_COMMA
+0x2d CHAR_MINUS
+0x2e CHAR_DOT
+0x2f CHAR_SLASH
+
+0x8b CHAR_AT
+
+//letter: ascii - 0x20
+0x61 LETTER_A
+0x62 LETTER_B
+0x63 LETTER_C
+0x64 LETTER_D
+0x65 LETTER_E
+0x66 LETTER_F
+0x67 LETTER_G
+0x68 LETTER_H
+0x69 LETTER_I
+0x6a LETTER_J
+0x6b LETTER_K
+0x6c LETTER_L
+0x6d LETTER_M
+0x6e LETTER_N
+0x6f LETTER_O
+0x70 LETTER_P
+0x71 LETTER_Q
+0x72 LETTER_R
+0x73 LETTER_S
+0x74 LETTER_T
+0x75 LETTER_U
+0x76 LETTER_V
+0x77 LETTER_W
+0x78 LETTER_X
+0x79 LETTER_Y
+0x7a LETTER_Z
+)
+(
+0x60 EINK_LOG_MAX
+0x108 EINK_LOG_XY_START
+
+//fail reason
+0x00 EINK_LOG_RX_LOST
+0x01 EINK_LOG_OLD_PAC
+0x02 EINK_LOG_RX_NULL
+)
+(
+32 UNCOM_SRC_LENGTH
+31 UNCOM_SRC_INDEX
+62 UNCOM_IMAGE_ATT_LENTH
+)
+(
+2 mark_24g_old_packet
+7 mark_eink_red
+13 mark_barcode_end
+)
+(
+7 STATE_DATA_FINISH
+)
+(
+37 barcode_dot
+)
+(//mem_module_flag
+//bit0~bit7 config module function
+0 MODULE_FLAG_UART_FLOW_CONTROL
+1 MODULE_FLAG_BLE_SEND_MTU23
+2 MODULE_FLAG_BLE_DATA_ENCRYPT
+
+//bit8~bit15 module states change
+8 MODULE_FLAG_BLE_DATA_FINISH
+9 MOUDLE_TASK_UNSNIFF
+10 MOUDLE_TASK_SNIFF
+
+)
+(
+34 NV_DATA_LEN
+-1 DECREASED_ONE
+)
+(
+	50 FLAG_MODULE_READ_VDD_COUNT
+)
+(
+	0x200 UART_AIR_CONTROL_THRESHOLD
+)
+(
+0x01 HCI_DISCARD_PACKET
+0x00 HCI_NOT_DISCARD_PACKET
+)
+(//Command
+0x00 HCI_CMD_SET_BT_ADDR_REQ
+0x01 HCI_CMD_SET_LE_ADDR_REQ
+0x02 HCI_CMD_SET_VISIBILITY_REQ
+0x03 HCI_CMD_SET_BT_NAME_REQ
+0x04 HCI_CMD_SET_LE_NAME_REQ
+0x05 HCI_CMD_SPP_DATA_REQ
+0x09 HCI_CMD_LE_DATA_REQ
+0x0b HCI_CMD_STATUS_IRQ
+0x0c HCI_CMD_SET_PAIRING_REQ
+0x0d HCI_CMD_SET_PINCODE_REQ
+0x0e HCI_CMD_SET_UARTCONTROL_REQ
+0x0f HCI_CMD_SET_UART_BAUD_REQ
+0x10 HCI_CMD_VERSION_REQ
+0x11 HCI_CMD_BT_DISCONNECT
+0x12 HCI_CMD_BLE_DISCONNECT
+0x13 HCI_CMD_DELETE_DEVICE
+0x14 HCI_CMD_CREATE_CONNECT
+0x15 HCI_CMD_SET_COD
+0x26 HCI_CMD_SET_NVRAM_REQ
+0x27 HCI_CMD_SLEEP
+0x28 HCI_CMD_CONFIRM_GKEY
+0x29 HCI_CMD_SET_CREDIT_GIVEN
+0x2a HCI_CMD_AUTO_ADV_SCAN
+0x2b HCI_CMD_POWER_REQ
+0x2c HCI_CMD_POWER_SET
+0x30 HCI_CMD_PASSKEY_ENTRY
+0x31 HCI_CMD_SET_GPIO
+0x32 HCI_CMD_READ_GPIO
+0x33 HCI_CMD_LE_SET_PAIRING
+0x34 HCI_CMD_LE_SET_ADV_DATA
+0x35 HCI_CMD_LE_SET_SCAN_DATA
+0x36 HCI_CMD_LE_SEND_CONN_UPDATE_REQ
+0x37 HCI_CMD_LE_SET_ADV_PARM
+0x38 HCI_CMD_LE_START_PAIRING
+0x40 HCI_CMD_SET_WAKE_GPIO
+0x42 HCI_CMD_SET_TX_POWER
+0x43 HCI_CMD_BOOT_VERSION_REQ
+0x48 HCI_CMD_LE_CONFIRM_GKEY
+0x49 HCI_CMD_REJECT_JUSTWORK
+0x51 HCI_CMD_RESET_CHIP_REQ
+
+0x61 HCI_CMD_LE_SET_FIXED_PASSKEY
+
+0x76 HCI_CMD_DELETE_CUSTOMIZE_SERVICE
+0x77 HCI_CMD_ADD_SERVICE_UUID
+0x78 HCI_CMD_ADD_CHARACTERISTIC_UUID
+0x7a HCI_CMD_PASSKEY_ENTRY_INPUT
+
+0x90 HCI_CMD_BLE_SET_PHY
+0x91 HCI_CMD_BLE_READ_CURRENT_PHY
+0x92 HCI_CMD_BLE_SET_DLE
+0x93 HCI_CMD_READ_CHIP_DATA
+0x94 HCI_CMD_WRITE_CHIP_DATA
+ifdef COMPILE_WECHAT
+0x95 HCI_CMD_WECHAT_SEND_DATA
+endif
+0xff HCI_CMD_CLOSE_LPM
+)
+(//event
+0x00 HCI_EVENT_SPP_CONN_REP
+0x01 HCI_EVENT_HID_CONN_REP
+0x02 HCI_EVENT_LE_CONN_REP
+0x03 HCI_EVENT_SPP_DIS_REP
+0x04 HCI_EVENT_HID_DIS_REP
+0x05 HCI_EVENT_LE_DIS_REP
+0x06 HCI_EVENT_CMD_RES
+0x07 HCI_EVENT_SPP_DATA_REP
+0x08 HCI_EVENT_LE_DATA_REP
+0x09 HCI_EVENT_STANDBY_REP
+
+0x0a HCI_EVENT_STATUS_RES
+
+0x0D HCI_EVENT_NVRAM_REP
+0x0e HCI_EVENT_GKEY
+0x0F HCI_EVENT_INVALID_PACKET
+0x10 HCI_EVENT_GET_PASSKEY
+0x11 HCI_EVENT_LE_TK
+0x12 HCI_EVENT_REMOTE_MTU
+0x14 HCI_EVENT_LE_PAIRING_STATE
+0X15 HCI_EVENT_LE_ENCRYPTION_STATE
+0x17 HCI_EVENT_LE_CONNECTION_UPDATE
+0x1d HCI_EVENT_LE_GKEY
+0x29 HCI_EVENT_UUID_HANDLE
+0x2b HCI_EVENT_LE_INPUT_GKEY
+
+0x40 HCI_BLE_UPDATE_PHY_EVENT
+ifdef COMPILE_WECHAT
+0x41 HCI_BLE_WECHAT_RECEIVE_PUSH_DATA
+endif
+)
+(//command HCI_CMD_SET_GPIO
+//byte 0
+0x00 HCI_CMD_CONFIG_GPIO_INPUT
+0x01 HCI_CMD_CONFIG_GPIO_OUTPUT
+//byte 1 input state
+0x00 GPIO_INPUT_PULLUP
+0x01 GPIO_INPUT_PULLDOWN
+0x02 GPIO_INPUT_HIGH_IMPEDANCE
+)
+(
+0x7e0 OTP_ADDR_RF_PARAM_FIX
+//struct of RF_PARAM_FIX
+// uint8       //length = param_pair_count * 2 
+// uint16     //param-pair-1
+// uint16     //param-pair-2
+// uint16     //param-pair-3
+// uint16     //param-pair-4
+// uint16     //param-pair-5
+// uint16     //param-pair-6
+// uint16     //param-pair-7
+)
+(
+0	BR_PAIRING_MODE_PINCODE
+1	BR_PAIRING_MODE_JUSTWORK
+2	BR_PAIRING_MODE_PASSKEY
+3	BR_PAIRING_MODE_NUMERIC
+
+0x81 BR_PAIRING_MODE_SECURE_CONNECT_JUSTWORK
+0x82 BR_PAIRING_MODE_SECURE_CONNECT_PASSKEY
+0x83 BR_PAIRING_MODE_SECURE_CONNECT_NUMERIC
+)
+(
+0x0001	FLAG_BT_PAIRING_SUCCESS
+0x0101	FLAG_BT_PAIRING_FAIL
+0x0080	FLAG_BLE_PAIRING_SUCCESS
+0x0180	FLAG_BLE_PAIRING_FAIL
+)
+(
+1	FLAG_EVENT_START_ENC
+0	FLAG_EVENT_PAUSE_ENC
+)
+(
+0 MOUDLE_STATE_BT_BIT
+1 MOUDLE_STATE_BLE_BIT
+)
+(
+5 BIT_OF_NOTIFY_AUTHENTICATED
+6 BIT_OF_READ_AUTHENTICATED
+7 BIT_OF_WRITE_AUTHENTICATED
+)
+(
+//combination
+0x01 MOUSE_L_BUTTON
+0X02 MOUSE_R_BUTTON
+0x03 MOUSE_LR_BUTTON
+0X04 MOUSE_M_BUTTON
+0X05 MOUSE_LM_BUTTON
+0X06 MOUSE_RM_BUTTON
+0X07 MOUSE_LMR_BUTTON
+0x09 MOUSE_L_BK_BUTTON
+0x14 MOUSE_M_FW_BUTTON
+0X18 MOUSE_BK_FW_BUTTON
+//mouse default gpio
+0x1B MOUSE_DEFAULT_XA_GPIO
+0x1C MOUSE_DEFAULT_XB_GPIO
+
+//ui led blink
+0X00C8  LED_RECONNECT_BLINK //200
+0X0190  LED_DPI_BLINK //400
+0X03E8  LED_DPI_BLINK_FIXED    //1000
+0X03E8  LED_DISCOVERY_BLINK    //1000
+0XFF    LED_LONG_BLINK
+0x05	LED_SENSOR_BLINK_CNT
+//mode device number
+0x00 MODE_24G_DEVICE
+0x01 MODE_BT_DEVICE1
+0x02 MODE_BT_DEVICE2
+0x03 MODE_BT_DEVICE3
+//mouse  flag
+0X00 WRITE_REQ_ENABLE_FLAG
+0X01 LL_START_ENC_FLAG
+0X02 LL_PAIRING_SUCCESS_FLAG
+
+
+//mouse_function_flag
+0x08 MOUSE_FLAG_LEN
+//byte 1
+0x00 MOUSE_SELECT_DEVICE_FLAG
+0x01 MOUSE_24G_PAIRING_FLAG
+0x02 MOUSE_STORE_EEPROM_FLAG
+0x03 MOUSE_BT_CANNEL_RECONN_FLAG
+0x04 MOUSE_LOW_VOLTAGE_FLAG
+0x05 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
+0x06 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
+
+//byte 2
+0x08 MOUSE_ENABLE_BLE_RANDOM_ADDRE
+0x09 MOUSE_ENABLE_2K_EEPROM
+0x0a MOUSE_ENABLE_INIT_DELAY
+0x0b MOUSE_ENABLE_WAKEUP_FROM_POWER
+0x0c MOUSE_ENABLE_16M
+0x0d MOUSE_ENABLE_USB
+
+//byte 3
+0x10 MOUSE_ENABLE_SPI2
+0x11 MOUSE_ENABLE_24G
+0x12 MOUSE_ENABLE_FLASH
+0x13 MOUSE_ENABLE_EEPROM
+0x14 MOUSE_ENABLE_ADC
+0x15 MOUSE_ENABLE_KEYBOARD
+0x16 MOUSE_ENABLE_24G_SEARCH_DONGLE
+
+//byte 4
+0x18 MOUSE_ENABLE_24G_250Hz
+0x19 MOUSE_ENABLE_24G_500Hz
+0x1a MOUSE_ENABLE_24G_1000
+0x1b MOUSE_ENABLE_BT_125Hz
+0x1c MOUSE_ENABLE_DPI_LEVEL_4
+0x1d MOUSE_ENABLE_USB_250
+0x1e MOUSE_ENABLE_USB_500
+0x1f MOUSE_ENABLE_USB_1000
+
+//byte 5
+0x20 MOUSE_ENABLE_POWER_ON_LED
+0x21 MOUSE_ENABLE_LOW_VOLTAGE_LED
+0x22 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED
+0x23 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND
+0x24 MOUSE_ENABLE_4_LED
+0x25 MOUSE_ENABLE_DPI_FOR_4_LED
+0x26 MOUSE_ENABLE_BT2_FOR_4_LED
+0x27 MOUSE_ENABLE_LOW_V_FOR_4_LED
+
+
+//byte 6
+0x28 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+0x29 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON
+0x2a MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
+0x2b MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC
+0x2c MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+0x2d MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+0x2e MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+0x2f MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING
+//byte 7 
+0x30 MOUSE_ENABLE_AUTO_24G_PARING
+0x31 MOUSE_ENABLE_24G_POWER_ON_PAIRING
+0x32 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+0x33 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY
+0x34 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+0x35 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+0x36 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+0x37 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY
+
+//byte 8
+0x38 MOUSE_ENABLE_SMOOTHER
+0x39 MOUSE_ENABLE_XY_OFFSET
+0x3a MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED
+0x3b MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+0x3c MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+0x3d MOUSE_ENABLE_DOUBLE_DPI_KEY
+
+//mouse dpi level
+0x00 MOUSE_DPI_LEVEL1
+0x01 MOUSE_DPI_LEVEL2
+0x02 MOUSE_DPI_LEVEL3
+0x03 MOUSE_DPI_LEVEL4
+
+
+//mouse sensor angle
+0x00 MOUSE_6CLK_ANGLE
+0X01 MOUSE_9CLK_ANGLE
+0X02 MOUSE_12CLK_ANGLE
+0X03 MOUSE_3CLK_ANGLE
+
+
+
+0xFF GPIO_DISABLE
+
+//DPI button state 
+0x00 DPI_BUTTON_STATE_UP
+0x01 DPI_BUTTON_STATE_DOWN
+
+
+//PB button state 
+0x00 PB_BUTTON_STATE_UP
+0x01 PB_BUTTON_STATE_DOWN
+
+//Commbination_key state 
+0x00 COMMBINATION_KEY_STATE_UP
+0x01 COMMBINATION_KEY_STATE_DOWN
+
+
+//eeprom address offect
+0X00 MOUSE_INFO_EEPROM_OFFECT
+0x58 MOUSE_STORE_FLAG
+0X5A MOUSE_DPI_EEPROM_OFFECT	//1byte
+0X5B MOUSE_G24_ADDR_EEPROM_OFFECT	//4bytes
+0X5F MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET	//2bytes
+0X61 MOUSE_EEPROM_MODULE_INIT_FLAG
+
+// Sensor id number
+0x30 P32XX_ID1
+0x31 P3065_ID1
+0x02 P3212_ID2
+0xD1 P3205_TJ3T_ID2
+0XD2 P3204_TJ3L_ID2
+0x54 PKA8_ID2
+0x70 P3065_XY_ID2
+0x00 P3065_ID2
+0x5a P_MX8650
+0xD8 P8009_ID2
+0x50 P6520A_ID2
+0x58 PKA8G2_ID1
+0x59 PKA8G2_ID2
+
+
+//Sensor type
+0X00 P3205
+0X01 P3065
+0X02 P3204
+0X03 P3212
+0X04 P3065_XY
+0x05 MX8650
+0x06 P8009
+0x07 P6520
+0X08 KA8
+0X09 KA8_UL
+0X0a KA8_HD
+0X0b KA8G2
+0X0c S201X
+
+
+//SENSOR REG
+0x00 PAN_REG_PID_L
+0x01 PAN_REG_PID_H
+0x02 PAN_REG_MOTION_STAUS
+0x03 PAN_REG_DELTA_X
+0x04 PAN_REG_DELTA_Y
+0x05 PAN_REG_OPRATION_MODE
+0x06 PAN_REG_CONFIG
+0x07 PAN_REG_IMAGE_QUALITY
+0x08 PAN_REG_OPRATION_STATE
+0x09 PAN_REG_WRITE_PROTECT
+0x0A PAN_REG_SLEEP_1
+0x0B PAN_REG_ENTER_TIME
+0x0C PAN_REG_SLEEP_2
+0x0D PAN_REG_IMAGE_THRESHOLD
+0x0E PAN_REG_IMAGE_RECGNITION
+
+
+0x06 MOUSE_DPI_ADDRESS
+0x05 MOUSE_P3610_DPI_ADDRESS
+0x0D MOUSE_P3212_DPI_XADDRESS
+0x0E MOUSE_P3212_DPI_YADDRESS
+
+)
+(
+0x01 ADV_FLAG_LIMITED_DISCOVERABLE
+0x04 ADV_FLAG_BREDR_NOT_SUPPORTED
+)
+(
+2 BIT_POWER_ON
+)
+(
+0 MODE_3_MOUSE
+1 MODE_4_MOUSE
+)
+(
+10 LE_LPM_DISABLE_TO
+1 LE_LPM_DISABLE
+0 LE_LPM_ENABLE
+
+12 LE_INTERVAL_15MS
+9 LE_INTERVAL_11_25MS//11.25ms
+7 LE_INTERVAL_8_75MS//8.75ms
+6 LE_INTERVAL_7_5MS//7.5ms
+12 CLASSIC_INTERVAL_7_5MS
+14 CLASSIC_INTERVAL_8_75MS
+18 CLASSIC_INTERVAL_11_25MS
+)
+(
+0x00 MOUSE_L_KEY
+0x01 MOUSE_R_KEY
+0x02 MOUSE_M_KEY
+0x03 MOUSE_BK_KEY
+0x04 MOUSE_FW_KEY
+0x05 MOUSE_DPI_KEY
+0x06 MOUSE_PB_KEY
+0x07 MOUSE_CUSTOMER_KEY
+
+0x00 MOUSE_DPI_ANOTHER_KEY
+)
+(
+0 G24_DISCONN_STATE
+1 G24_CONN_STATE
+
+8 G24_CH_NUMBER
+16 G24_CH_POLL_COUNT
+)
+(
+0 MOUSE_ADC_CHECK_BATTERY_ONLY
+1 MOUSE_ADC_CHECK_MULTIPLE
+2 MOUSE_ADC_CHECK_GPIO_MULTIPLE
+3 MOUSE_ADC_CHECK_VINLPM_MULTIPLE
+)
+(
+0x5a MOUSE_USB_INTERFACE_INSERT
+0xa5 MOUSE_USB_INTERFACE_REMOVE
+)
+(
+0x10 MOUSE_BLE_L2CAP_TXBUFF_SIZE
+)
+(
+0 MOUSE_ADC_ENABLE
+1 MOUSE_SEARCH_DONGLE_ENABLE
+2 MOUSE_24G_250HZ_ENABLE
+3 MOUSE_CLK_16M_ENABLE
+4 MOUSE_DPI_4_LEVEL_ENABLE
+5 MOUSE_KEYBOARD_ENABLE
+
+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
+
+)
+
+(
+0 MULTI_LED_ON
+1 MULTI_LED_BLINK
+)
+
+//new led function enable
+(
+0x00 MOUSE_ENABLE_1IO2LED
+0x01 MOUSE_ENABLE_BT_RECONN_LED_EFFECT
+0x02 MOUSE_ENABLE_LED_BLINK_LIMIT
+0x03 MOUSE_ENABLE_LOW_LED
+0x04 MOUSE_ENABLE_LOW_LED_BLINK_LIMIT
+)
+
+//led multi type
+(
+1 MOUSE_ENABLE_LOW_FOR_LED
+2 MOUSE_ENABLE_DPI_FOR_LED
+3 MOUSE_ENABLE_DPI_LOW_FOR_LED
+)
+
+(
+// eeprom config
+0xb0 REMOTE_PARAM_EEPROM_CONFIG_ADDR
+//eeprom address offect
+0X00 REMOTE_INFO_EEPROM_OFFECT
+
+)
+(
+0x00 CONTROL_F_B_MOTOR
+0x02 CONTROL_L_R_MOTOR
+)
+(
+0x00 KEY_MAP_TEN
+0x01 KEY_MAP_LR
+)
+(
+0x00 CONTROL_F_B_TEN
+0x02 CONTROL_L_R_TEN
+0x03 CONTROL_L_R_LR
+)
+(
+0 KEY_CHECK
+1 ROCKER_CHECK
+)
+(
+1 MOTOR_POSITIVE
+2 MOTOR_NEGATIVE
+)
+(
+0 ROCKER_MIDDLE_KEY
+1 ROCKER_POSITIVE_KEY
+2 ROCKER_NEGATIVE_KEY
+)
+(
+0 BLE_SHUTTER
+1 CLASSIC_SHUTTER
+)
+(
+0x0000 NVRAM_EEPROM_OFFSET
+)
+(
+0x1b3a SHUTTER_EEPROM_CONFIG_CRC
+)
+(
+5 MAX_QUEUE_NUM
+5 SHUTTER_BLE_DATA_BUFFER
+5 SHUTTER_CLASSIC_DATA_BUFFER
+)
+(
+0x13	GATT_CONSUMER_NOTIFY_HANDLE
+0x14	GATT_CONSUMER_WRITE_HANDLE
+0x17	GATT_KEYBOARD_NOTIFY_HANDLE
+0x18	GATT_KEYBOARD_WRITE_HANDLE
+)
+(
+//20ms
+0x0020	FAST_ADV_INTERVAL_VALUE
+//100ms
+0x00a0	SLOW_ADV_INTERVAL_VALUE
+)
+(
+0 ATT_BIT_NOTIFICATION
+1 ATT_BIT_INDICATION
+)
+(
+0 HARD_SWITCH
+1 SOFT_SWITCH
+)
+(
+1  FLAG_SHUTTER_HID_DISCONN_TIMEOUT
+5 FLAG_SHUTTER_CABLE_UNPLUG_TIMEOUT
+)
+(//Data Rom Buffer Addr
+382		BLE_GATT_LIST_SIZE
+487		BT_SDP_LIST_SIZE
+40		BLE_KEY_VALUE_LIST_SIZE
+40		BT_KEY_VALUE_LIST_SIZE
+)
+(//soft switch power state
+0		SS_STATE_POWER_UP
+1		SS_STATE_POWER_ON
+2		SS_STATE_POWER_OFF
+)
+(
+0		SS_POWER_STATE_OFFSET
+1		SS_POWER_ON_TIME
+2		SS_POWER_OFF_TIME
+3		SS_POWER_ON_CB
+5		SS_POWER_OFF_CB
+
+)
+(
+
+0x4FFE SIM_IIC_SCL_GPIO_NUM
+0x4FFF SIM_IIC_SDA_GPIO_NUM
+
+)
+(
+0x0d HCI_UART_TX_GPIO_NUM
+0x0e HCI_UART_RX_GPIO_NUM
+0x09 HCI_UART_RTS_GPIO_NUM
+0x0a HCI_UART_CTS_GPIO_NUM
+0x0c HCI_PMW_12MHZ_GPIO_NUM
+)
+(
+0x00 COMMAND_SUCCEEDED
+0x01 COMMAND_UNKNOWN
+0x0c COMMAND_DISALLOWED
+)
+(
+0x01 HCI_H4_TYPE_CMD
+0x02 HCI_H4_TYPE_ACL
+0x04 HCI_H4_TYPE_EVENT
+)
+(
+0x00 BT_ACL_START_NO_FLUSH
+0x01 BT_ACL_CONT
+0x02 BT_ACL_START
+)
+(
+0x01 HCI_OGF_LINK_CONTROL
+0x02 HCI_OGF_LINK_POLICY
+0x03 HCI_OGF_CONTROLLER_AND_BASEBAND
+0x04 HCI_OGF_INFOMATIONAL_PARAM
+0x05 HCI_OGF_STATUS_PARAM
+0x06 HCI_OGF_TEST
+0x08 HCI_OGF_LE_CONTROLLER
+0x3f HCI_OGF_VENDOR_SPECIFIC_DEBUG
+)
+(
+0x01 HCI_INQUIRY 
+0x02 HCI_INQUIRY_CANCEL 
+0x03 HCI_PERIODIC_INQUIRY_MODE 
+0x04 HCI_EXIT_PERIODIC_INQUIRY_MODE 
+0x05 HCI_CREATE_CONNECTION 
+0x06 HCI_DISCONNECT 
+0x07 HCI_ADD_SCO_CONNECTION 
+0x08 HCI_CREATE_CONNECTION_CANCEL
+0x09 HCI_ACCEPT_CONNECTION 
+0x0A HCI_REJECT_CONNECTION 
+0x0B HCI_LINK_KEY_REQUEST_REPLY 
+0x0C HCI_LINK_KEY_REQUEST_NEGATIVE_REPLY 
+0x0D HCI_PIN_CODE_REQUEST_REPLY 
+0x0E HCI_PIN_CODE_REQUEST_NEGATIVE_REPLY 
+0x0F HCI_CHANGE_CONNECTION_PACKET_TYPE 
+0x11 HCI_AUTHENTICATION_REQUESTED 
+0x13 HCI_SET_CONNECTION_ENCRYPTION 
+0x15 HCI_CHANGE_CONNECTION_LINK_KEY 
+0x17 HCI_MASTER_LINK_KEY 
+0x19 HCI_REMOTE_NAME_REQUEST 
+0x1A HCI_REMOTE_NAME_REQUEST_CANCEL
+0x1B HCI_READ_REMOTE_SUPPORTED_FEATURES 
+0x1C HCI_READ_REMOTE_EXT_FEATURES 
+0x1D HCI_READ_REMOTE_VERSION_INFORMATION 
+0x1F HCI_READ_CLOCK_OFFSET 
+0x20 HCI_READ_LMP_HANDLE
+0x28 HCI_SETUP_SCO_CONNECTION
+0x29 HCI_ACCEPT_SCO_CONNECTION
+0x2A HCI_REJECT_SCO_CONNECTION
+0x2B HCI_IO_CAP_REQUEST_REPLY
+0x2C HCI_USER_CONFIRMATION_REQUEST_REPLY
+0x2D HCI_USER_CONFIRMATION_REQUEST_NEGATIVE_REPLY
+0x2E HCI_USER_PASSKEY_REQUEST_REPLY
+0x2F HCI_USER_PASSKEY_REQUEST_NEGATIVE_REPLY
+0x30 HCI_REMOTE_OOB_DATA_REQUEST_REPLY
+0x33 HCI_REMOTE_OOB_DATA_REQUEST_NEGATIVE_REPLY
+0x34 HCI_IO_CAPABILITY_REQUEST_NEGATIVE_REPLY
+0x35 HCI_CREATE_PHYSICAL_LINK
+0x36 HCI_ACCEPT_PHYSICAL_LINK
+0x37 HCI_DISCONNECT_PHYSICAL_LINK
+0x38 HCI_CREATE_LOGICAL_LINK
+0x39 HCI_ACCEPT_LOGICAL_LINK
+0x3A HCI_DISCONNECT_LOGICAL_LINK
+0x3B HCI_LOGICAL_LINK_CANCEL
+0x3C HCI_FLOW_SPEC_MODIFY
+0x3D HCI_ENHANCED_SETUP_SYNCHRONOUS_CONNECTION
+0x3E HCI_ENHANCED_ACCEPT_SYNCHRONOUS_CONNECTION_REQUEST
+0x3F HCI_TRUNCATED_PAGE
+0x40 HCI_TRUNCATED_PAGE_CANCEL
+0x41 HCI_SET_CONNECTIONLESS_SLAVE_BROADCAST
+0x42 HCI_SET_CONNECTIONLESS_SLAVE_BROADCAST_RECEIVE
+0x43 HCI_START_SYNCHRONIZATION_TRAIN
+0x44 HCI_RECEIVE_SYNCHRONIZATION_TRAIN
+0x45 HCI_REMOTE_OOB_EXTENDED_DATA_REQUEST_REPLY
+)
+(
+0x01 HCI_HOLD_MODE 
+0x03 HCI_SNIFF_MODE 
+0x04 HCI_EXIT_SNIFF_MODE 
+0x05 HCI_PARK_MODE 
+0x06 HCI_EXIT_PARK_MODE 
+0x07 HCI_QOS_SETUP 
+0x09 HCI_ROLE_DISCOVERY 
+0x0B HCI_SWITCH_ROLE 
+0x0C HCI_READ_LINK_POLICY_SETTINGS 
+0x0D HCI_WRITE_LINK_POLICY_SETTINGS 
+0x0e HCI_READ_DEFAULT_LINK_POLICY_SETTINGS
+0x0f HCI_WRITE_DEFAULT_LINK_POLICY_SETTINGS
+0x10 HCI_FLOW_SPECIFICATION
+0x11 HCI_SNIFF_SUBRATING
+)
+(
+0x01 HCI_SET_EVENT_MASK 
+0x03 HCI_RESET 
+0x05 HCI_SET_EVENT_FILTER 
+0x08 HCI_FLUSH 
+0x09 HCI_READ_PIN_TYPE 
+0x0A HCI_WRITE_PIN_TYPE 
+0x0B HCI_CREATE_NEW_UNIT_KEY 
+0x0D HCI_READ_STORED_LINK_KEY 
+0x11 HCI_WRITE_STORED_LINK_KEY 
+0x12 HCI_DELETE_STORED_LINK_KEY 
+0x13 HCI_WRITE_LOCAL_NAME 
+0x14 HCI_READ_LOCAL_NAME 
+0x15 HCI_READ_CONN_ACCEPT_TIMEOUT 
+0x16 HCI_WRITE_CONN_ACCEPT_TIMEOUT 
+0x17 HCI_READ_PAGE_TIMEOUT 
+0x18 HCI_WRITE_PAGE_TIMEOUT 
+0x19 HCI_READ_SCAN_ENABLE 
+0x1A HCI_WRITE_SCAN_ENABLE 
+0x1B HCI_READ_PAGE_SCAN_ACTIVITY 
+0x1C HCI_WRITE_PAGE_SCAN_ACTIVITY 
+0x1D HCI_READ_INQUIRY_SCAN_ACTIVITY 
+0x1E HCI_WRITE_INQUIRY_SCAN_ACTIVITY 
+0x1F HCI_READ_AUTHENTICATION_ENABLE 
+0x20 HCI_WRITE_AUTHENTICATION_ENABLE 
+0x21 HCI_READ_ENCRYPTION_MODE 
+0x22 HCI_WRITE_ENCRYPTION_MODE 
+0x23 HCI_READ_CLASS_OF_DEVICE 
+0x24 HCI_WRITE_CLASS_OF_DEVICE 
+0x25 HCI_READ_VOICE_SETTING 
+0x26 HCI_WRITE_VOICE_SETTING 
+0x27 HCI_READ_AUTOMATIC_FLUSH_TIMEOUT 
+0x28 HCI_WRITE_AUTOMATIC_FLUSH_TIMEOUT 
+0x29 HCI_READ_NUM_BROADCAST_RETRANSMISSIONS 
+0x2A HCI_WRITE_NUM_BROADCAST_RETRANSMISSIONS 
+0x2B HCI_READ_HOLD_MODE_ACTIVITY 
+0x2C HCI_WRITE_HOLD_MODE_ACTIVITY 
+0x2D HCI_READ_TRANSMIT_POWER_LEVEL 
+0x2E HCI_READ_SCO_FLOW_CONTROL_ENABLE 
+0x2F HCI_WRITE_SCO_FLOW_CONTROL_ENABLE 
+0x31 HCI_SET_CONTROLLER_TO_HOST_FLOW_CONTROL 
+0x33 HCI_HOST_BUFFER_SIZE 
+0x35 HCI_HOST_NUM_COMPLETED_PACKETS 
+0x36 HCI_READ_LINK_SUPERVISION_TIMEOUT 
+0x37 HCI_WRITE_LINK_SUPERVISION_TIMEOUT 
+0x38 HCI_READ_NUMBER_OF_SUPPORTED_IAC 
+0x39 HCI_READ_CURRENT_IAC_LAP 
+0x3A HCI_WRITE_CURRENT_IAC_LAP 
+0x3B HCI_READ_PAGE_SCAN_PERIOD_MODE 
+0x3C HCI_WRITE_PAGE_SCAN_PERIOD_MODE 
+0x3D HCI_READ_PAGE_SCAN_MODE 
+0x3E HCI_WRITE_PAGE_SCAN_MODE 
+0x3F HCI_SET_AFH_CHANNEL_CLASSIFICATION 
+
+
+0x42 HCI_READ_INQUIRY_SCAN_TYPE 
+0x43 HCI_WRITE_INQUIRY_SCAN_TYPE 
+0x44 HCI_READ_INQUIRY_MODE 
+0x45 HCI_WRITE_INQUIRY_MODE 
+0x46 HCI_READ_PAGE_SCAN_TYPE 
+0x47 HCI_WRITE_PAGE_SCAN_TYPE 
+
+0x48 HCI_READ_AFH_CHANNEL_ACCESSMENT_MODE 
+0x49 HCI_WRITE_AFH_CHANNEL_ACCESSMENT_MODE 
+0x51 HCI_READ_EXTENDED_INQUIRY_RESPONSE
+0x52 HCI_WRITE_EXTENDED_INQUIRY_RESPONSE
+0x53 HCI_REFRESH_ENCRYPTION_KEY
+0x55 HCI_READ_SIMPLE_PAIRING_MODE
+0x56 HCI_WRITE_SIMPLE_PAIRING_MODE
+0x57 HCI_READ_LOCAL_OOB_DATA
+0x58 HCI_READ_INQUIRY_RESPONSE_TRANSMIT_POWER_LEVEL
+0x59 HCI_WRITE_INQUIRY_TRANSMIT_POWER_LEVEL
+0x60 HCI_SEND_KEYPRESS_NOTIFICATION
+0x5A HCI_READ_DEFAULT_ERRONEOUS_DATA_REPORTING
+0x5B HCI_WRITE_DEFAULT_ERRONEOUS_DATA_REPORTING
+0x5F HCI_ENHANCED_FLUSH
+0x61 HCI_READ_LOGICAL_LINK_ACCEPT_TIMEOUT
+0x62 HCI_WRITE_LOGICAL_LINK_ACCEPT_TIMEOUT
+0x63 HCI_SET_EVENT_MASK_PAGE_2
+0x64 HCI_READ_LOCATION_DATA
+0x65 HCI_WRITE_LOCATION_DATA
+0x66 HCI_READ_FLOW_CONTROL_MODE
+0x67 HCI_WRITE_FLOW_CONTROL_MODE
+0x68 HCI_READ_ENHANCE_TRANSMIT_POWER_LEVEL
+0x69 HCI_READ_BEST_EFFORT_FLUSH_TIMEOUT
+0x6A HCI_WRITE_BEST_EFFORT_FLUSH_TIMEOUT
+0x6B HCI_SHORT_RANGE_MODE
+0x6C HCI_READ_LE_HOST_SUPPORT
+0x6D HCI_WRITE_LE_HOST_SUPPORT
+0x6E HCI_SET_MWS_CHANNEL_PARAMETERS
+0x6F HCI_SET_EXTERNAL_FRAME_CONFIGURATION
+0x70 HCI_SET_MWS_SIGNALING
+0x71 HCI_SET_MWS_TRANSPORT_LAYER
+0x72 HCI_SET_MWS_SCAN_FREQUENCY_TABLE
+0x73 HCI_SET_MWS_PATTERN_CONFIGURATION
+0x74 HCI_SET_RESERVED_LT_ADDR
+0x75 HCI_DELETE_RESERVED_LT_ADDR
+0x76 HCI_SET_CONNECTIONLESS_SLAVE_BROADCAST_DATA
+0x77 HCI_READ_SYNCHRONIZATION_TRAIN_PARAMETERS
+0x78 HCI_WRITE_SYNCHRONIZATION_TRAIN_PARAMETERS
+0x79 HCI_READ_SECURE_CONNECTIONS_HOST_SUPPORT
+0x7A HCI_WRITE_SECURE_CONNECTIONS_HOST_SUPPORT
+0x7B HCI_READ_AUTHENTICATED_PAYLOAD_TIMEOUT
+0x7C HCI_WRITE_AUTHENTICATED_PAYLOAD_TIMEOUT
+0x7D HCI_READ_LOCAL_OOB_EXTENDED_DATA
+0x7E HCI_READ_EXTENDED_PAGE_TIMEOUT
+0x7F HCI_WRITE_EXTENDED_PAGE_TIMEOUT
+0x80 HCI_READ_EXTENDED_INQUIRY_LENGTH
+0x81 HCI_WRITE_EXTENDED_INQUIRY_LENGTH
+)
+(
+0x01 HCI_READ_LOCAL_VERSION_INFORMATION 
+0x02 HCI_READ_LOCAL_SUPPORTED_COMMANDS
+0x03 HCI_READ_LOCAL_SUPPORTED_FEATURES 
+0x04 HCI_READ_LOCAL_EXT_FEATURES 
+0x05 HCI_READ_BUFFER_SIZE 
+0x07 HCI_READ_COUNTRY_CODE 
+0x09 HCI_READ_BD_ADDR 
+0x0A HCI_REJECT_CONNECTION_REQUEST
+0x0B HCI_READ_LOCAL_SUPPORTED_CODECS
+)
+(
+0x01 HCI_READ_FAILED_CONTACT_COUNTER 
+0x02 HCI_RESET_FAILED_CONTACT_COUNTER 
+0x03 HCI_GET_LINK_QUALITY 
+0x05 HCI_READ_RSSI 
+0x06 HCI_READ_AFH_CHANNEL_MAP
+0x07 HCI_READ_BD_CLOCK
+0x08 HCI_READ_ENCRYPTION_KEY_SIZE
+0x09 HCI_READ_LOCAL_AMP_INFO
+0x0A HCI_READ_LOCAL_AMP_ASSOC
+0x0B HCI_WRITE_REMOTE_AMP_ASSOC
+0x0C HCI_GET_MWS_TRANSPORT_LAYER_CONFIGURATION
+0x0D HCI_SET_TRIGGERED_CLOCK_CAPTURE
+)
+(
+0x01 HCI_READ_LOOPBACK_MODE 
+0x02 HCI_WRITE_LOOPBACK_MODE 
+0x03 HCI_ENABLE_DEVICE_UNDER_TEST_MODE 
+0x04 HCI_WRITE_SIMPLE_PAIRING_DEBUG_MODE
+0x07 HCI_ENABLE_AMP_RECEIVER_REPORTS
+0x08 HCI_AMP_TEST_END
+0x09 HCI_AMP_TEST
+0x0A HCI_WRITE_SECURE_CONNECTIONS_TEST_MODE
+)
+(
+0x01 HCI_WRITE_BD_ADDR 
+0x02 HCI_READ_INQUIRY_RESPONSE_TIMEOUT 
+0x03 HCI_WRITE_INQUIRY_RESPONSE_TIMEOUT 
+0x04 HCI_READ_PAGE_SCAN_REPETITION_MODE 
+0x05 HCI_WRITE_PAGE_SCAN_REPETITION_MODE 
+0x06 HCI_READ_PAGE_RESPONSE_TIMEOUT 
+0x07 HCI_WRITE_PAGE_RESPONSE_TIMEOUT 
+0x08 HCI_READ_NEW_CONNECTION_TIMEOUT 
+0x09 HCI_WRITE_NEW_CONNECTION_TIMEOUT 
+0x0a HCI_INITIALIZE_BASEBAND 
+0x0b HCI_WRITE_LOCAL_SUPPORTED_FEATURES 
+0x0c HCI_WRITE_PARK_PARAMETERS 
+0x0d HCI_READ_PARK_PARAMETERS 
+0x0e HCI_WRITE_QUALITY_OF_SERVICE 
+0x0f HCI_NOT_USED 
+0x10 HCI_MODIFY_BEACON_PARAMETERS 
+0x11 HCI_UNPARK_USING_PM_ADDR 
+0x12 HCI_WRITE_HOPPING_CHANNELS 
+0x13 HCI_SLEEP_FOREVER_MODE 
+0x14 HCI_WRITE_AUTO_PAGE_SCAN_ENABLE 
+0x15 HCI_READ_AUTO_PAGE_SCAN_ENABLE 
+0x16 HCI_SET_ENCRYPTION_KEY_SIZE 
+0x17 HCI_INVALIDATE_FLASH_AND_REBOOT 
+0x18 HCI_UPDATE_UART_BAUD_RATE 
+0x19 HCI_WRITE_GPIO_1_4_AS_OUTPUT 
+0x1A HCI_WRITE_GPIO_2_LED 
+0x1B HCI_SET_TESTMODE_TYPE 
+0x1C HCI_WRITE_SCO_PCM_INT_PARAM 
+0x1D HCI_READ_SCO_PCM_INT_PARAM 
+0x1E HCI_WRITE_PCM_DATA_FORMAT_PARAM 
+0x1F HCI_READ_PCM_DATA_FORMAT_PARAM 
+0x20 HCI_WRITE_COMFORT_NOISE_PARAM 
+0x21 HCI_READ_COMFORT_NOISE_PARAM 
+0x22 HCI_WRITE_SCO_TS 
+0x23 HCI_READ_SCO_TS 
+0x24 HCI_WRITE_PCM_LOOPBACK_MODE 
+0x25 HCI_READ_PCM_LOOPBACK_MODE 
+0x26 HCI_SET_TRANSMIT_POWER 
+0x27 HCI_SET_SLEEPMODE_PARAM 
+0x28 HCI_READ_SLEEPMODE_PARAM 
+0x29 HCI_SLEEPMODE_CMD 
+0x2A HCI_DELAY_PERIPHERAL_SCO_STARTUP 
+0x2B HCI_WRITE_RECEIVE_ONLY 
+0x2C HCI_WRITE_RATE_CONTROL 
+0x2D HCI_TX_UNMOD_CARRIER 
+0x2E HCI_DOWNLOAD_MINIDRIVER 
+0x2F HCI_CRYSTAL_PPM 
+0x30 HCI_SET_POWER_AMP_BIAS 
+0x31 HCI_SET_HAM_BEHAVIOR 
+0x32 HCI_SET_AFH_BEHAVIOR 
+0x33 HCI_READ_USER_DEFINED_NVRAM 
+0x34 HCI_ENABLE_RADIO 
+0x35 HCI_READ_DIAGNOSTIC_INFO 
+0x36 HCI_GET_HID_DEVICE_LIST 
+0x37 HCI_ADD_HID_DEVICE 
+0x38 HCI_READ_APP_FW_CONFIG_VERSION 
+0x39 HCI_DELETE_HID_DEVICE 
+0x3B HCI_ENABLE_USB_HID_EMULATION 
+// 0x3A available
+// 0x3B available
+0x3C HCI_SEND_LMPDU 
+0x3D HCI_AUTO_PAIR_REQ 
+0x3E HCI_READ_VS_EXTENSION 
+0x3F HCI_WRITE_VS_EXTENSION 
+
+0x77 HCI_OPCODE_FC77
+0x79 HCI_OPCODE_FC79
+0xC4 HCI_DOWNLOAD_PATCH
+0xCC HCI_OPCODE_FCCC
+
+0x00 HCI_VENDOR_CMD_RESET
+0x01 HCI_VENDOR_CMD_CHIPID
+0x02 HCI_VENDOR_CMD_BAUD
+0x03 HCI_VENDOR_CMD_PATCH
+0x04 HCI_VENDOR_CMD_PATCH_DONE
+0x05 HCI_VENDOR_CMD_ECHO
+0x06 HCI_VENDOR_CMD_BDADDR
+
+0x07 HCI_VENDOR_CMD_ENTER_LPM
+0x08 HCI_VENDOR_CMD_COMMU_READY
+
+0x10 HCI_VENDOR_CMD_MEM
+0x11 HCI_VENDOR_CMD_EEP
+
+0X12 HCI_VENDOR_CMD_PATCH_SEC_INIT
+0X13 HCI_VENDOR_CMD_PATCH_SEC
+0x14 HCI_VENDOR_CMD_SET_FLOW_CONTROL
+)
+(
+0x01 HCI_LE_SET_EVENT_MASK
+0x02 HCI_LE_READ_BUFFER_SIZE
+0x03 HCI_LE_READ_LOCAL_SUPPORTED_FEATURES
+0x05 HCI_LE_SET_RANDOM_ADDRESS
+0x06 HCI_LE_SET_ADVERTISING_PARAMETERS
+0x07 HCI_LE_READ_ADVERTISING_CHANNEL_TX_POWER
+0x08 HCI_LE_SET_ADVERTISING_DATA
+0x09 HCI_LE_SET_SCAN_RESPONSE_DATA
+0x0A HCI_LE_SET_ADVERTISE_ENABLE
+0x0B HCI_LE_SET_SCAN_PARAMETERS
+0x0C HCI_LE_SET_SCAN_ENABLE
+0x0D HCI_LE_CREATE_CONNECTION
+0x0E HCI_LE_CREATE_CONNECTION_CANCEL
+0x0F HCI_LE_READ_WHITE_LIST_SIZE
+0x10 HCI_LE_CLEAR_WHITE_LIST
+0x11 HCI_LE_ADD_DEVICE_TO_WHITE_LIST
+0x12 HCI_LE_REMOVE_DEVICE_FROM_WHITE_LIST
+0x13 HCI_LE_CONNECTION_UPDATE
+0x14 HCI_LE_SET_HOST_CHANNEL_CLASSIFICATION
+0x15 HCI_LE_READ_CHANNEL_MAP
+0x16 HCI_LE_READ_REMOTE_USED_FEATURES
+0x17 HCI_LE_ENCRYPT
+0x18 HCI_LE_RAND
+0x19 HCI_LE_START_ENCRYPTION
+0x1A HCI_LE_LONG_TERM_KEY_REQUEST_REPLY
+0x1B HCI_LE_LONG_TERM_KEY_REQUEST_NEGATIVE_REPLY
+0x1C HCI_LE_READ_SUPPORTED_STATES
+0x1D HCI_LE_RECEIVER_TEST
+0x1E HCI_LE_TRANSMITTER_TEST
+0x1F HCI_LE_TEST_END
+0x20 HCI_LE_REMOTE_CONNECTION_PARAMETER_REQUEST_REPLY
+0x21 HCI_LE_REMOTE_CONNECTION_PARAMETER_REQUEST_NEGATIVE_REPLY
+)
+(
+0x01 HCI_EVENT_INQUIRY_COMPLETE
+0x02 HCI_EVENT_INQUIRY_RESULT
+0x03 HCI_EVENT_CONNECTION_COMPLETE
+0x04 HCI_EVENT_CONNECTION_REQUEST
+0x05 HCI_EVENT_DISCONNECTION_COMPLETE
+0x06 HCI_EVENT_AUTHENTICATION_COMPLETE
+0x07 HCI_EVENT_REMOTE_NAME_REQUEST_COMPLETE
+0x08 HCI_EVENT_ENCRYPTION_CHANGE_COMPLETE
+0x09 HCI_EVENT_CHANGE_CONNECTION_LINK_KEY_COMPLETE
+0x0A HCI_EVENT_MASTER_LINK_KEY_COMPLETE
+0x0B HCI_EVENT_READ_REMOTE_FEATURES_COMPLETE
+0x0C HCI_EVENT_READ_REMOTE_VERSION_INFORMATION_COMPLETE
+0x0D HCI_EVENT_QOS_SETUP_COMPLETE
+0x0E HCI_EVENT_COMMAND_COMPLETE
+0x0F HCI_EVENT_COMMAND_STATUS
+0x10 HCI_EVENT_HARDWARE_ERROR
+0x11 HCI_EVENT_FLUSH_OCCURRED
+0x12 HCI_EVENT_ROLE_CHANGE
+0x13 HCI_EVENT_NUM_COMPLETED_PACKETS
+0x14 HCI_EVENT_MODE_CHANGE
+0x15 HCI_EVENT_RETURN_LINK_KEYS
+0x16 HCI_EVENT_PIN_CODE_REQUEST
+0x17 HCI_EVENT_LINK_KEY_REQUEST
+0x18 HCI_EVENT_LINK_KEY_NOTIFICATION
+0x19 HCI_EVENT_LOOPBACK_COMMAND
+0x1A HCI_EVENT_DATA_BUFFER_OVERFLOW
+0x1B HCI_EVENT_MAX_SLOTS_CHANGE
+0x1C HCI_EVENT_READ_CLOCK_OFFSET_COMPLETE
+0x1D HCI_EVENT_CONNECTION_PACKET_TYPE_CHANGED
+0x1E HCI_EVENT_QOS_VIOLATION
+0x1F HCI_EVENT_PAGE_SCAN_MODE_CHANGE
+0x20 HCI_EVENT_PAGE_SCAN_REPETITION_MODE_CHANGE
+0x21 HCI_EVENT_FLOW_SPECIFICATION_COMPLETE
+0x22 HCI_EVENT_INQUIRY_RESULT_WITHRSSI
+0x23 HCI_EVENT_READ_REMOTE_EXT_FEATURES_COMPLETE
+0x2C HCI_EVENT_SCO_CONNECTION_COMPLETE
+0x2D HCI_EVENT_SCO_CONNECTION_CHANGED
+0x2E HCI_EVENT_SNIFF_SUBRATING
+0x2F HCI_EVENT_EXT_INQUIRY_RESULT
+0x30 HCI_EVENT_ENCRYPT_KEY_REFRESH_COMPLETE
+0x31 HCI_EVENT_IO_CAP_REQ
+0x32 HCI_EVENT_IO_CAP_RESPONSE
+0x33 HCI_EVENT_USER_CONFIRMATION_REQUEST
+0x34 HCI_EVENT_UESR_PASSKEY_REQUEST
+0x35 HCI_EVENT_REMOTE_OOB_DATA_REQUEST
+0x36 HCI_EVENT_SIMPLE_PAIRING_COMPLETE
+0x38 HCI_EVENT_LINK_SUPERVISION_TIMEOUT_CHANGED
+0x39 HCI_EVENT_ENHANCED_FLUSH_COMPLETE
+0x3B HCI_EVENT_USER_PASSKEY_NOTIFICATION
+0x3C HCI_EVENT_KEYPRESS_NOTIFICATION
+0x3D HCI_EVENT_REMOTE_HOST_SUPPORTED_FEATURES_NOTIFICATION 
+0x3E HCI_EVENT_LE_META_EVENT
+0x40 HCI_EVENT_PHYSICAL_LINK_COMPLETE
+0x41 HCI_EVENT_CHANNEL_SELECTED
+0x42 HCI_EVENT_DISCONNECTION_PHYSICAL_LINK_COMPLETE
+0x43 HCI_EVENT_PHYSICAL_LINK_LOSS_EARLY_WARNING
+0x44 HCI_EVENT_PHYSICAL_LINK_RECOVERY
+0x45 HCI_EVENT_LOGICAL_LINK_COMPLETE
+0x46 HCI_EVENT_DISCONNECTION_LOGICAL_LINK_COMPLETE
+0x47 HCI_EVENT_FLOW_SPEC_MODIFY_COMPLETE
+0x48 HCI_EVENT_NUMBER_OF_COMPLETED_DATA_BLOCKS
+0x49 HCI_EVENT_AMP_START_TEST
+0x4A HCI_EVENT_AMP_TEST_END
+0x4B HCI_EVENT_AMP_RECEIVER_REPORT
+0x4C HCI_EVENT_SHORT_RANGE_MODE_CHANGE_COMPLETE
+0x4D HCI_EVENT_AMP_STATUS_CHANGE
+0x4E HCI_EVENT_TRIGGERED_CLOCK_CAPTURE
+0x4F HCI_EVENT_SYNCHRONIZATION_TRAIN_COMPLETE
+0x50 HCI_EVENT_SYNCHRONIZATION_TRAIN_RECEIVED
+0x51 HCI_EVENT_CONNECTIONLESS_SLAVE_BROADCAST_RECEIVE
+0x52 HCI_EVENT_CONNECTIONLESS_SLAVE_BROADCAST_TIMEOUT
+0x53 HCI_EVENT_TRUNCATED_PAGE_COMPLETE
+0x54 HCI_EVENT_SLAVE_PAGE_RESPONSE_TIMEOUT
+0x55 HCI_EVENT_CONNECTIONLESS_SLAVE_BROADCAST_CHANNEL_MAP_CHANGE
+0x56 HCI_EVENT_INQUIRY_RESPONSE_NOTIFICATION
+0x57 HCI_EVENT_AUTHENTICATED_PAYLOAD_TIMEOUT_EXPIRED
+
+0xFE HCI_EVENT_LOGO_TESTING
+0xFF HCI_EVENT_VENDOR_SPECIFIC
+)
+(
+0x01 HCI_VENDOR_EVENT_COMMU_READY
+)
+(
+0x01 HCI_LE_SUBEVENT_CONN_COMPLETE
+0x02 HCI_LE_SUBEVENT_ADV_REPORT
+0x03 HCI_LE_SUBEVENT_CONN_UPDATE_COMPLETE
+0x04 HCI_LE_SUBEVENT_REMOTE_FEATURE_COMPLETE
+0x05 HCI_LE_SUBEVENT_LTK_REQUEST
+0x06 HCI_LE_SUBEVENT_REMOTE_CONN_PARAM_REQ
+)
+(
+/*HID TYPE*/
+0x01 HID_TYPE_CONTROL
+0x04 HID_TYPE_GET_REPORT
+0x05 HID_TYPE_SET_REPORT
+0x07 HID_TYPE_SET_PROTOCOL
+0x09 HID_TYPE_SET_IDLE
+0x0a HID_TYPE_DATA
+/*HID REPORT ID*/
+0x01 HID_REPORT_ID_KB
+
+0x00 HID_CONTROL_P_NOOPERATION
+0x01 HID_CONTROL_P_HARDRESET
+0x02 HID_CONTROL_P_SOFTRESET
+0x03 HID_CONTROL_P_SUSPEND
+0x04 HID_CONTROL_P_EXITSUSPEND
+0x05 HID_CONTROL_P_VIRTUALCABLEUNPLUG
+)
+0x00 KEYSCAN_OFFECT_COL_NUM
+0x01 KEYSCAN_OFFECT_ROW_NUM
+0x02 KEYSCAN_OFFECT_COL_CONF_PIN
+0x06 KEYSCAN_OFFECT_ROW_CONF_PIN
+0x0a KEYSCAN_OFFECT_ROW_COUNT
+0x0b KEYSCAN_OFFECT_SHIFT_COUNT
+0X0C KEYSCAN_OFFECT_VALUE_TEMP
+0X0E KEYSCAN_OFFECT_LASVALUE
+0X10 KEYSCAN_OFFECT_VALUE
+0x12 KEYSCAN_OFFECT_BTCLK
+0x16 KEYSCAN_OFFECT_BTCLK_INTERVAL
+(
+256 l2cap_lpm_txbuf_len
+)
+(
+4 L2CAP_TX_FIFO_SIZE
+8 L2CAP_TX_BUFF_CNT
+
+)
+(
+0x0002 L2CAP_SIG_EXT_FEATRUE
+0x0003 L2CAP_SIG_FIX_FEATRUE
+)
+(
+0 HS_IDLE
+1 AG_INIT_CALL
+2 HS_INIT_CALL
+)
+(
+0 M_ACL_LINK_ABSENT
+1 M_ACL_LINK_EXIST
+)
+(
+0 L2CAP_INUSE_BUFF1
+1 L2CAP_INUSE_BUFF2
+)
+(
+1 MAX_NUM_LINKS_ALLOWED
+1 MAX_NUM_SCO_ALLOWED
+1 ACL_LINK_PRESENT
+0 ACL_LINK_ABSENT
+)
+(
+1 L2CAP_RX_DONE 
+0 L2CAP_RX_CLEAR
+)
+(
+0 L2CAP_DISCONNECT_INTERRUPT
+1 RFCOMM_wants_service
+2 L2CAP_sig_Tx_buff_full
+3 RFCOMM_Tx_buff_full
+4 SDP_Tx_buff_full
+5 got_complete_L2CAP_pkt	
+6 L2CAP_init_Config_Req
+7 L2CAP_DISCONNECT_CONTROL
+)
+(
+0 UI_NEED_SERVICE
+)
+(
+0x0001 L2CAP_signal_channel
+0x0050 L2CAP_SDP_channel
+0x0051 L2CAP_RFCOMM_channel
+0x0052 L2CAP_HID_Control_channel   
+0x0053 L2CAP_HID_Interrupt_channel
+0x0077 L2CAP_AVDTP_signal_channel		//------avdtp
+0x0078 L2CAP_AVDTP_media_channel
+0x0079 L2CAP_AVDTP_report_channel
+0x0080 L2CAP_AVDTP_recovery_channel
+0x00dd L2CAP_AVCTP_Control_channel
+)
+(
+0x00 reserved
+0x01 signal_cmd_reject
+0x02 signal_connect_req
+0x03 signal_connect_rsp
+0x04 signal_config_req
+0x05 signal_config_rsp
+0x06 signal_disconnect_req
+0x07 signal_disconnect_rsp
+0x08 signal_echo_req
+0x09 signal_echo_rsp
+0x0a signal_info_req
+0x0b signal_info_rsp
+)
+(
+0x0000 cmd_not_understood
+0x0001 signalling_MTU_exceeded
+0x0002 invalid_CID_in_req
+)
+(
+0x0001 PSM_SDP
+0x0003 PSM_RFCOMM
+0x0005 PSM_TCS
+0x0011 PSM_HID_control
+0x0013 PSM_HID_interrupt
+0x0017 PSM_AVCTP
+0x0019 PSM_AVDTP
+)
+(
+0x0000 L2CAP_connect_successful
+0x0001 L2CAP_connect_pending
+0x0002 L2CAP_connect_refused_PSM_unsupported
+0x0003 L2CAP_connect_refused_security_block
+0x0004 L2CAP_connect_refused_no_resources
+)
+(
+0x0000 L2CAP_no_info_available
+0x0001 L2CAP_authentication_pending
+0x0002 L2CAP_authorization_pending
+)
+(
+0x0000 L2CAP_config_success
+0x0001 L2CAP_config_failure_bad_parameters
+0x0002 L2CAP_config_failure_no_reason
+0x0003 L2CAP_config_failure_unknown_options
+)
+(
+128 L2CAP_Rx_buff_size
+48  L2CAP_signal_Tx_buff_size
+128 SDP_Tx_buff_size
+128 RFCOMM_Tx_buff_size
+1 AM_ADDRESS
+3 DM1TYPE
+4 DH1TYPE
+11 DH3TYPE
+8 DVTYPE
+0 channel_state_closed
+1 channel_state_config
+2 channel_state_open
+0x0030 L2CAP_config_MTU_SDP
+0xffff L2CAP_config_ftimeout_SDP
+0x03e3 L2CAP_config_MTU_RFCOMM
+0xffff L2CAP_config_ftimeout_RFCOMM
+260 l2cap_max_pkt_len
+)
+(
+0 FAILURE
+1 SUCCESS
+2 IN_PROGRESS
+)
+(
+0x00	IDLE
+0x01	WAIT_4_BB_PAGE
+0x02	WAIT_4_LMP_CONN
+0x03	WAIT_4_SCO_CONN
+0x04	WAIT_4_SCO_KILLED
+)
+(
+0 STOP_ENC
+1 SEND_SWITCH_REQ
+)
+(
+0 HF_HS_READY
+1 HF_AG_READY
+)
+(
+0 HF_STATE_WAITING_RFCOMM_CONN
+1 HF_STATE_HF_SEND_FEATURE
+2 HF_STATE_WAITING_AG_FEATURE_OK
+3 HF_STATE_HF_SEND_INDICATORS
+4 HF_STATE_WAITING_AG_INDICATORS_OK
+5 HF_STATE_HF_SEND_CURR_STATUS
+6 HF_STATE_WAITING_AG_STATUS_OK
+7 HF_STATE_HF_SEND_UPDATE_STATUS
+8 HF_STATE_WAITING_AG_UPDATE_STATUS_OK
+9 HF_STATE_CONNECTED
+0x0a HF_STATE_HF_SEND_RECEIVE_INFO
+0x0b HF_STATE_WAITING_AG_INFO
+0x0c HF_STATE_HF_SEND_AT_CLIP
+0x0d HF_STATE_WAITING_AT_CLIP
+0x0e HF_STATE_HF_SEND_AT_CCWA
+0x0f HF_STATE_WAITING_AT_CCWA
+)
+(
+0 HF_CALL_STATE_INACTIVE
+1 HF_CALL_STATE_SETUP
+2 HF_CALL_STATE_ACTIVE 
+)
+(
+0 PAIR_INQUIRY_START
+1 PAIR_INQUIRY_TIME_OUT
+2 PAIR_INQUIRY_FAILED
+3 PAIR_INQUIRY_SUCCESS
+4 PAIR_READY_CONN
+5 PAIR_WAIT_CANCEL_RESPONSE
+6 PAIR_CONN_SUCCESS
+7 PAIR_WAIT_DETACH
+)  
+(
+0 FORCE_AUTHENTICATION
+)
+(
+0 PROTECOL_BOOT /*default*/
+1 PROTECOL_REPORT
+)
+(
+1 UPPERSM_SEND_SDP_CONN_REQ
+2 UPPERSM_SEND_SDP_CFG_REQ
+3 UPPERSM_SEND_SDP_HF_SS
+4 UPPERSM_SEND_SDP_DISC_REQ
+5 UPPERSM_SEND_RFCOMM_CONN_REQ
+6 UPPERSM_SEND_RFCOMM_CFG_REQ
+7 UPPERSM_SEND_SABM_CMD
+8 UPPERSM_SEND_DISC
+9 UPPERSM_SEND_WAIT
+10 UPPERSM_SEND_HID_CONTROL_CONN_REQ
+11 UPPERSM_SEND_HID_CONTROL_CFG_REQ
+12 UPPERSM_SEND_HID_INTERRUPT_CONN_REQ
+13 UPPERSM_SEND_HID_INTERRUPT_CFG_REQ
+14 UPPERSM_SEND_SDP_HS_SS
+15 UPPERSM_SEND_SDP_PBAP_SS
+16 UPPERSM_SEND_SDP_AVTARG_SS
+)
+(
+1 UPPERSM_RP_SEND_SDP_CONN_REQ
+2 UPPERSM_RP_SEND_SDP_CFG_REQ
+3 UPPERSM_RP_SEND_SDP_HF_SS
+4 UPPERSM_RP_SEND_SDP_HS_SS
+5 UPPERSM_RP_SEND_SDP_PBAP_SS
+6 UPPERSM_RP_SEND_SDP_AVTARG_SS
+7 UPPERSM_RP_SEND_SDP_DISC_REQ
+8 UPPERSM_RP_SEND_AVCTP_CONN_REQ
+9 UPPERSM_RP_SEND_AVCTP_CFG_REQ
+)
+(
+0 MSCHEDULER_HID_CONTROL_CONN_DONE
+1 MSCHEDULER_HID_INTERRUPT_CONN_DONE
+2 MSCHEDULER_HID_CONTROL_CFG_REQ_DONE
+3 MSCHEDULER_HID_CONTROL_CFG_RSP_DONE
+4 MSCHEDULER_HID_INTERRUPT_CFG_REQ_DONE
+5 MSCHEDULER_HID_INTERRUPT_CFG_RSP_DONE
+6 MSCHEDULER_HID_CONTROL_DISC_DONE
+7 MSCHEDULER_HID_INTERRUPT_DISC_DONE
+)
+(
+0x00 UI_DATA_EVNET_NONE
+0x01 UI_DATA_EVNET_HID
+0x02 UI_DATA_EVNET_AVDTP_S
+0x03 UI_DATA_EVNET_AVDTP_M
+0x04 UI_DATA_EVNET_AVCTP
+0x05 UI_DATA_EVNET_HS
+0x06 UI_DATA_EVNET_HF
+0x07 UI_DATA_EVNET_SPP
+0x08 UI_DATA_EVNET_OBEX
+)
+(
+0x00 UI_DATA_TX_NONE
+0x01 UI_DATA_TX_HID
+0x02 UI_DATA_TX_AVDTP_S
+0x03 UI_DATA_TX_AVDTP_M
+0x04 UI_DATA_TX_AVCTP
+0x05 UI_DATA_TX_HS
+0x06 UI_DATA_TX_HF
+0x07 UI_DATA_TX_SPP
+0x08 UI_DATA_TX_OBEX
+0x10 ACL_TX_L2CAP_SIGNAL
+0x11 ACL_TX_SDP
+0x12 ACL_TX_RFCOMM
+
+)
+(
+0 L2CAP_SDP_interface_conn
+1 L2CAP_SDP_interface_cfg
+)
+(                                   
+0 L2CAP_CHANNEL_STATE_CONN_REQ      
+1 L2CAP_CHANNEL_STATE_CONN_RES      
+2 L2CAP_CHANNEL_STATE_SND_CFG_REQ   
+3 L2CAP_CHANNEL_STATE_SND_CFG_RES   
+4 L2CAP_CHANNEL_STATE_RCV_CFG_REQ   
+5 L2CAP_CHANNEL_STATE_RCV_CFG_RES
+6 L2CAP_CHANNEL_RFCOMM_ONLY_SABM
+7 L2CAP_CHANNEL_RFCOMM_ONLY_UA
+6 L2CAP_CHANNEL_AVDTP_SIGNAL_INIT //set avdtp init complete
+6 L2CAP_CHANNEL_HID_HANDSHAKE_DONE
+0x3f L2CAP_CHANNEL_SETUP_COMPLETE
+0x7f L2CAP_CHANNEL_AVDTP_SIGNAL_COMPLETE
+0xff L2CAP_CHANNEL_RFCOMM_DLCI0_OPENED
+)                                     
+(
+0 L2CAP_AVDTP_SIGNAL_CONNECT
+1 L2CAP_AVDTP_SIGNAL_CONFIG
+2 L2CAP_AVDTP_MEDIA_CONNECT
+3 L2CAP_AVDTP_MEDIA_CONFIG
+4 L2CAP_AVDTP_REPORT_CONNECT
+5 L2CAP_AVDTP_REPORT_CONFIG
+6 L2CAP_AVDTP_RECOVERY_CONNECT
+7 L2CAP_AVDTP_RECOVERY_CONFIG
+)
+(
+0 L2CAP_AVCTP_SIGNAL_CONNECT
+1 L2CAP_AVCTP_SIGNAL_CONFIG
+)
+127 L2CAP_SIGNAL_MALLOC_SIZE
+(
+0 RFCOMM_MALLOC_SUCCEED
+1 RFCOMM_MALLOC_FAIL
+)
+(
+0 L2CAP_FLOW_CTRL_DISABLE
+1 L2CAP_FLOW_CTRL_ENABLE
+)
+	(
+	//bit flag:mem_classic_bt_flag
+	0 FLAG_SSP_REJECT_JUSTWORK
+	1 SHORT_MULT_FLAG
+	)
+	(
+	//bit map
+	0 pair_state_inrand
+	1 pair_state_inrand_acpt
+	2 pair_state_send_comb
+	3 pair_state_recv_comb
+	4 pair_state_send_aurand
+	5 pair_state_recv_sres
+	6 pair_state_recv_aurand
+	7 pair_state_send_sres	
+	)
+	(
+	1 LMP_NAME_REQ 
+	2 LMP_NAME_RES 
+	3 LMP_ACCEPTED 
+	4 LMP_NOT_ACCEPTED 
+	5 LMP_CLKOFFSET_REQ 
+	6 LMP_CLKOFFSET_RES 
+	7 LMP_DETACH 
+	8 LMP_IN_RAND 
+	9 LMP_COMB_KEY 
+	10 LMP_UNIT_KEY 
+	11 LMP_AU_RAND 
+	12 LMP_SRES 
+	13 LMP_TEMP_RAND 
+	14 LMP_TEMP_KEY 
+	15 LMP_ENCRYPTION_MODE_REQ 
+	16 LMP_ENCRYPTION_KEY_SIZE_REQ 
+	17 LMP_START_ENCRYPTION_REQ 
+	18 LMP_STOP_ENCRYPTION_REQ 
+	19 LMP_SWITCH_REQ 
+	20 LMP_HOLD
+	21 LMP_HOLD_REQ
+	23 LMP_SNIFF_REQ 
+	24 LMP_UNSNIFF_REQ 
+	26 LMP_PARK_REQ 
+	27 LMP_SET_BROADCAST_SCAN_WINDOW 
+	28 LMP_MODIFY_BEACON 
+	29 LMP_UNPARK_BD_ADDR_REQ 
+	30 LMP_UNPARK_PM_ADDR_REQ 
+	31 LMP_INCR_POWER_REQ 
+	32 LMP_DECR_POWER_REQ 
+	33 LMP_MAX_POWER 
+	34 LMP_MIN_POWER 
+	35 LMP_AUTO_RATE 
+	36 LMP_PREFERRED_RATE 
+	37 LMP_VERSION_REQ 
+	38 LMP_VERSION_RES 
+	39 LMP_FEATURES_REQ 
+	40 LMP_FEATURES_RES 
+	41 LMP_QUALITY_OF_SERVICE 
+	42 LMP_QUALITY_OF_SERVICE_REQ 
+	43 LMP_SCO_LINK_REQ 
+	44 LMP_REMOVE_SCO_LINK_REQ 
+	45 LMP_MAX_SLOT 
+	46 LMP_MAX_SLOT_REQ 
+	47 LMP_TIMING_ACCURACY_REQ 
+	48 LMP_TIMING_ACCURACY_RES 
+	49 LMP_SETUP_COMPLETE 
+	50 LMP_USE_SEMI_PERMANENT_KEY 
+	51 LMP_HOST_CONNECTION_REQ 
+	52 LMP_SLOT_OFFSET 
+	53 LMP_PAGE_MODE_REQ 
+	54 LMP_PAGE_SCAN_MODE_REQ 
+	55 LMP_SUPERVISION_TIMEOUT 
+	56 LMP_TEST_ACTIVATE
+	57 LMP_TEST_CONTROL
+	58 LMP_ENC_KEY_SIZE_MASK_REQ
+	59 LMP_ENC_KEY_SIZE_MASK_RES
+	60 LMP_SET_AFH
+
+	/* simple pairing support */
+	61 LMP_ENCAPSULATED_HEADER
+	62 LMP_ENCAPSULATED_PAYLOAD
+	63 LMP_SIMPLE_PAIRING_CONFIRM
+	64 LMP_SIMPLE_PAIRING_NUMBER
+	65 LMP_DHKEY_CHECK
+	127 LMP_ESCAPE
+	127 LMP_ESCAPE_4   /* add 2bytes LMP header support  */   
+	)
+	(
+	129 LMP_EXT_ACCEPTED
+	130 LMP_NOT_ACCEPTED_EXT
+	131 LMP_EXT_FEATURES_REQ
+	132 LMP_EXT_FEATURES_RES
+	139 LMP_PACKET_TYPE_TABLE_REQ
+	140 LMP_EXT_ESCO_LINK_REQ
+	141 LMP_EXT_REMOVE_ESCO_REQ
+	144 LMP_EXT_CHN_CLASSIFICATION_REQ
+	145 LMP_EXT_CHN_CLASSIFICATION
+	149 LMP_SNIFF_SUBRATING_REQ
+	150 LMP_SNIFF_SUBRATING_RES
+	151 LMP_PAUSE_ENCRYPTION_REQ
+	152 LMP_RESUME_ENCRYPTION_REQ
+	153 LMP_IO_CAP_REQ
+	154 LMP_IO_CAP_RES
+	161 LMP_PING_REQ
+	162 LMP_PING_RES
+	)
+	(
+	0x05 AUTHENTICATION_FAILURE_ERROR
+	0x06 KEY_MISSING
+	0x0b ACL_CONNECTION_ALREADY_EXISTS
+	0x13 OTHER_END_TERMINATED
+	0x15 ABOUT_TO_POEWR_OFF
+	0x16 LOCAL_HOST
+	0x18 PAIRING_NOT_ALLOWED
+	0x19 UNKNOWN_LMP_PDU
+	0x1A UNSUPPORTED_LMP_FEATURE 
+	0x1F UNSPECIFIED_ERROR
+	0x20 UNSUPPORTED_PARAMETERS
+	0x21 SWITCH_NOT_ALLOWED
+	0x23 TRANSACTION_COLLISION
+	0x24 PDU_NOT_ALLOWED
+	0x25 ENCRYPTION_MODE_NOT_ACCEPTABLE
+	0x2e NOT_SUPPORT_CHN_CLASSIFICATION
+	0x37 NOT_SUPPORT_SSP
+	)
+	(
+	0 PAUSE_TEST_MODE
+	1 ZERO_PATTERN
+	2 ONE_PATTERN
+	3 ALT_PATTERN
+	4 PSEUDORANDOM
+	5 CLOSED_LOOP_BACK_ACL
+	6 CLOSED_LOOP_BACK_SCO
+	7 ACL_WITHOUT_WHITENING
+	8 SCO_WITHOUT_WHITENING
+	9 ALT2_PATTERN
+	255 EXIT_TEST_MODE
+	)
+	(
+	0 FIXED_FREQ
+	1 NORMAL_HOP
+	)
+	(
+	0 TID_NORM_REPLY
+	1 TID_NORM_SEND
+	2 TID_ONE
+	3 TID_ZERO
+	4 TID_PAIRING
+	5 TID_ENCRYPTION
+	6 TID_VARIABLE
+	7 TID_RX
+	)
+	(
+	0 lmp_incoming
+	1 lmp_outgoing
+	2 lmp_reject_msg
+	3 lmp_clear_msg
+	4 upper_reject_msg
+	5 upper_clear_msg
+	)
+(
+0x2ee00 TIMER_ONE_MINUTE //96000*2
+80 TIMER_SWITCH_WAITE
+12 TIMER_ENPT_WAITE
+)
+(
+0 SWITCH_FLAG_INIT
+1 SWITCH_FLAG_ACCEPT
+2 SWITCH_FLAG_NOT_ACCEPT
+)
+(
+0 NULL_ENCRYP
+1 DONE_ENCRYP
+)
+(
+3 LMP_FEATURES_EXT_PAGE1_SC_HOST_BIT
+)
+(
+8 LMP_FEATURES_EXT_PAGE2_SC_CONTROLLER_BIT
+)
+(
+0 REMOTE_BR_SC_HOST_BIT
+1 REMOTE_BR_SC_CONTROLLER_BIT
+)
+(
+0xff0 mem_mcmd
+0xff1 mem_mouse_data
+)
+(
+0x1000 mem_le_l2cap_buf		//0x400
+0x1000 mem_l2cap_rxbuff1		//0x400
+0x1400 mem_l2cap_rxbuff2		//0x400
+//end address:0x17ff
+)
+(
+0x1800 mem_tx_buff0		//128
+0x0080 mem_bt_l2cap_tx_buff_size
+0x1400 mem_ble_tx_buff0
+0x0100 mem_ble_l2cap_tx_buff_size
+)
+(
+0x1800 mem_le_tx_buffer0
+0x1900 mem_le_tx_buffer1
+0x1a00 mem_le_tx_buffer2
+0x1b00 mem_le_tx_buffer3
+//end addr:0x1dff
+)
+(
+0x1800 mem_h5rx_buf//0x400
+0x1bff mem_h5rx_buf_end
+0x1c00 mem_h5tx_buf
+0x1fff mem_h5tx_buf_end
+)
+(
+0x1800 mem_ir_record
+0x1c      mem_ir_record_max
+)
+0x4c00 mem_savelist
+(
+7 context_num_new_m1
+8 context_num_new
+96 context_size_new
+)
+(
+0x4040 mem_anchor_array
+)
+(
+	  0 patch00_0
+	  1 patch00_1
+	  2 patch00_2
+	  3 patch00_3
+	  4 patch00_4
+	  5 patch00_5
+	  6 patch00_6
+	  7 patch00_7
+	  8 patch01_0
+	  9 patch01_1
+	 10 patch01_2
+	 11 patch01_3
+	 12 patch01_4
+	 13 patch01_5
+	 14 patch01_6
+	 15 patch01_7
+	 16 patch02_0
+	 17 patch02_1
+	 18 patch02_2
+	 19 patch02_3
+	 20 patch02_4
+	 21 patch02_5
+	 22 patch02_6
+	 23 patch02_7
+	 24 patch03_0
+	 25 patch03_1
+	 26 patch03_2
+	 27 patch03_3
+	 28 patch03_4
+	 29 patch03_5
+	 30 patch03_6
+	 31 patch03_7
+	 32 patch04_0
+	 33 patch04_1
+	 34 patch04_2
+	 35 patch04_3
+	 36 patch04_4
+	 37 patch04_5
+	 38 patch04_6
+	 39 patch04_7
+	 40 patch05_0
+	 41 patch05_1
+	 42 patch05_2
+	 43 patch05_3
+	 44 patch05_4
+	 45 patch05_5
+	 46 patch05_6
+	 47 patch05_7
+	 48 patch06_0
+	 49 patch06_1
+	 50 patch06_2
+	 51 patch06_3
+	 52 patch06_4
+	 53 patch06_5
+	 54 patch06_6
+	 55 patch06_7
+	 56 patch07_0
+	 57 patch07_1
+	 58 patch07_2
+	 59 patch07_3
+	 60 patch07_4
+	 61 patch07_5
+	 62 patch07_6
+	 63 patch07_7
+	 64 patch08_0
+	 65 patch08_1
+	 66 patch08_2
+	 67 patch08_3
+	 68 patch08_4
+	 69 patch08_5
+	 70 patch08_6
+	 71 patch08_7
+	 72 patch09_0
+	 73 patch09_1
+	 74 patch09_2
+	 75 patch09_3
+	 76 patch09_4
+	 77 patch09_5
+	 78 patch09_6
+	 79 patch09_7
+	 80 patch0a_0
+	 81 patch0a_1
+	 82 patch0a_2
+	 83 patch0a_3
+	 84 patch0a_4
+	 85 patch0a_5
+	 86 patch0a_6
+	 87 patch0a_7
+	 88 patch0b_0
+	 89 patch0b_1
+	 90 patch0b_2
+	 91 patch0b_3
+	 92 patch0b_4
+	 93 patch0b_5
+	 94 patch0b_6
+	 95 patch0b_7
+	 96 patch0c_0
+	 97 patch0c_1
+	 98 patch0c_2
+	 99 patch0c_3
+	100 patch0c_4
+	101 patch0c_5
+	102 patch0c_6
+	103 patch0c_7
+	104 patch0d_0
+	105 patch0d_1
+	106 patch0d_2
+	107 patch0d_3
+	108 patch0d_4
+	109 patch0d_5
+	110 patch0d_6
+	111 patch0d_7
+	112 patch0e_0
+	113 patch0e_1
+	114 patch0e_2
+	115 patch0e_3
+	116 patch0e_4
+	117 patch0e_5
+	118 patch0e_6
+	119 patch0e_7
+	120 patch0f_0
+	121 patch0f_1
+	122 patch0f_2
+	123 patch0f_3
+	124 patch0f_4
+	125 patch0f_5
+	126 patch0f_6
+	127 patch0f_7
+	128 patch10_0
+	129 patch10_1
+	130 patch10_2
+	131 patch10_3
+	132 patch10_4
+	133 patch10_5
+	134 patch10_6
+	135 patch10_7
+	136 patch11_0
+	137 patch11_1
+	138 patch11_2
+	139 patch11_3
+	140 patch11_4
+	141 patch11_5
+	142 patch11_6
+	143 patch11_7
+	144 patch12_0
+	145 patch12_1
+	146 patch12_2
+	147 patch12_3
+	148 patch12_4
+	149 patch12_5
+	150 patch12_6
+	151 patch12_7
+	152 patch13_0
+	153 patch13_1
+	154 patch13_2
+	155 patch13_3
+	156 patch13_4
+	157 patch13_5
+	158 patch13_6
+	159 patch13_7
+	160 patch14_0
+	161 patch14_1
+	162 patch14_2
+	163 patch14_3
+	164 patch14_4
+	165 patch14_5
+	166 patch14_6
+	167 patch14_7
+	168 patch15_0
+	169 patch15_1
+	170 patch15_2
+	171 patch15_3
+	172 patch15_4
+	173 patch15_5
+	174 patch15_6
+	175 patch15_7
+	176 patch16_0
+	177 patch16_1
+	178 patch16_2
+	179 patch16_3
+	180 patch16_4
+	181 patch16_5
+	182 patch16_6
+	183 patch16_7
+	184 patch17_0
+	185 patch17_1
+	186 patch17_2
+	187 patch17_3
+	188 patch17_4
+	189 patch17_5
+	190 patch17_6
+	191 patch17_7
+	192 patch18_0
+	193 patch18_1
+	194 patch18_2
+	195 patch18_3
+	196 patch18_4
+	197 patch18_5
+	198 patch18_6
+	199 patch18_7
+	200 patch19_0
+	201 patch19_1
+	202 patch19_2
+	203 patch19_3
+	204 patch19_4
+	205 patch19_5
+	206 patch19_6
+	207 patch19_7
+	208 patch1a_0
+	209 patch1a_1
+	210 patch1a_2
+	211 patch1a_3
+	212 patch1a_4
+	213 patch1a_5
+	214 patch1a_6
+	215 patch1a_7
+	216 patch1b_0
+	217 patch1b_1
+	218 patch1b_2
+	219 patch1b_3
+	220 patch1b_4
+	221 patch1b_5
+	222 patch1b_6
+	223 patch1b_7
+	224 patch1c_0
+	225 patch1c_1
+	226 patch1c_2
+	227 patch1c_3
+	228 patch1c_4
+	229 patch1c_5
+	230 patch1c_6
+	231 patch1c_7
+	232 patch1d_0
+	233 patch1d_1
+	234 patch1d_2
+	235 patch1d_3
+	236 patch1d_4
+	237 patch1d_5
+	238 patch1d_6
+	239 patch1d_7
+	240 patch1e_0
+	241 patch1e_1
+	242 patch1e_2
+	243 patch1e_3
+	244 patch1e_4
+	245 patch1e_5
+	246 patch1e_6
+	247 patch1e_7
+	248 patch1f_0
+	249 patch1f_1
+	250 patch1f_2
+	251 patch1f_3
+	252 patch1f_4
+	253 patch1f_5
+	254 patch1f_6
+	255 patch1f_7
+	  0 patch20_0
+	  1 patch20_1
+	  2 patch20_2
+	  3 patch20_3
+	  4 patch20_4
+	  5 patch20_5
+	  6 patch20_6
+	  7 patch20_7
+	  8 patch21_0
+	  9 patch21_1
+	 10 patch21_2
+	 11 patch21_3
+	 12 patch21_4
+	 13 patch21_5
+	 14 patch21_6
+	 15 patch21_7
+	 16 patch22_0
+	 17 patch22_1
+	 18 patch22_2
+	 19 patch22_3
+	 20 patch22_4
+	 21 patch22_5
+	 22 patch22_6
+	 23 patch22_7
+	 24 patch23_0
+	 25 patch23_1
+	 26 patch23_2
+	 27 patch23_3
+	 28 patch23_4
+	 29 patch23_5
+	 30 patch23_6
+	 31 patch23_7
+	 32 patch24_0
+	 33 patch24_1
+	 34 patch24_2
+	 35 patch24_3
+	 36 patch24_4
+	 37 patch24_5
+	 38 patch24_6
+	 39 patch24_7
+	 40 patch25_0
+	 41 patch25_1
+	 42 patch25_2
+	 43 patch25_3
+	 44 patch25_4
+	 45 patch25_5
+	 46 patch25_6
+	 47 patch25_7
+	 48 patch26_0
+	 49 patch26_1
+	 50 patch26_2
+	 51 patch26_3
+	 52 patch26_4
+	 53 patch26_5
+	 54 patch26_6
+	 55 patch26_7
+	 56 patch27_0
+	 57 patch27_1
+	 58 patch27_2
+	 59 patch27_3
+	 60 patch27_4
+	 61 patch27_5
+	 62 patch27_6
+	 63 patch27_7
+	 64 patch28_0
+	 65 patch28_1
+	 66 patch28_2
+	 67 patch28_3
+	 68 patch28_4
+	 69 patch28_5
+	 70 patch28_6
+	 71 patch28_7
+	 72 patch29_0
+	 73 patch29_1
+	 74 patch29_2
+	 75 patch29_3
+	 76 patch29_4
+	 77 patch29_5
+	 78 patch29_6
+	 79 patch29_7
+	 80 patch2a_0
+	 81 patch2a_1
+	 82 patch2a_2
+	 83 patch2a_3
+	 84 patch2a_4
+	 85 patch2a_5
+	 86 patch2a_6
+	 87 patch2a_7
+	 88 patch2b_0
+	 89 patch2b_1
+	 90 patch2b_2
+	 91 patch2b_3
+	 92 patch2b_4
+	 93 patch2b_5
+	 94 patch2b_6
+	 95 patch2b_7
+	 96 patch2c_0
+	 97 patch2c_1
+	 98 patch2c_2
+	 99 patch2c_3
+	100 patch2c_4
+	101 patch2c_5
+	102 patch2c_6
+	103 patch2c_7
+	104 patch2d_0
+	105 patch2d_1
+	106 patch2d_2
+	107 patch2d_3
+	108 patch2d_4
+	109 patch2d_5
+	110 patch2d_6
+	111 patch2d_7
+	112 patch2e_0
+	113 patch2e_1
+	114 patch2e_2
+	115 patch2e_3
+	116 patch2e_4
+	117 patch2e_5
+	118 patch2e_6
+	119 patch2e_7
+	120 patch2f_0
+	121 patch2f_1
+	122 patch2f_2
+	123 patch2f_3
+	124 patch2f_4
+	125 patch2f_5
+	126 patch2f_6
+	127 patch2f_7
+	128 patch30_0
+	129 patch30_1
+	130 patch30_2
+	131 patch30_3
+	132 patch30_4
+	133 patch30_5
+	134 patch30_6
+	135 patch30_7
+	136 patch31_0
+	137 patch31_1
+	138 patch31_2
+	139 patch31_3
+	140 patch31_4
+	141 patch31_5
+	142 patch31_6
+	143 patch31_7
+	144 patch32_0
+	145 patch32_1
+	146 patch32_2
+	147 patch32_3
+	148 patch32_4
+	149 patch32_5
+	150 patch32_6
+	151 patch32_7
+	152 patch33_0
+	153 patch33_1
+	154 patch33_2
+	155 patch33_3
+	156 patch33_4
+	157 patch33_5
+	158 patch33_6
+	159 patch33_7
+	160 patch34_0
+	161 patch34_1
+	162 patch34_2
+	163 patch34_3
+	164 patch34_4
+	165 patch34_5
+	166 patch34_6
+	167 patch34_7
+	168 patch35_0
+	169 patch35_1
+	170 patch35_2
+	171 patch35_3
+	172 patch35_4
+	173 patch35_5
+	174 patch35_6
+	175 patch35_7
+	176 patch36_0
+	177 patch36_1
+	178 patch36_2
+	179 patch36_3
+	180 patch36_4
+	181 patch36_5
+	182 patch36_6
+	183 patch36_7
+	184 patch37_0
+	185 patch37_1
+	186 patch37_2
+	187 patch37_3
+	188 patch37_4
+	189 patch37_5
+	190 patch37_6
+	191 patch37_7
+	192 patch38_0
+	193 patch38_1
+	194 patch38_2
+	195 patch38_3
+	196 patch38_4
+	197 patch38_5
+	198 patch38_6
+	199 patch38_7
+	200 patch39_0
+	201 patch39_1
+	202 patch39_2
+	203 patch39_3
+	204 patch39_4
+	205 patch39_5
+	206 patch39_6
+	207 patch39_7
+	208 patch3a_0
+	209 patch3a_1
+	210 patch3a_2
+	211 patch3a_3
+	212 patch3a_4
+	213 patch3a_5
+	214 patch3a_6
+	215 patch3a_7
+	216 patch3b_0
+	217 patch3b_1
+	218 patch3b_2
+	219 patch3b_3
+	220 patch3b_4
+	221 patch3b_5
+	222 patch3b_6
+	223 patch3b_7
+	224 patch3c_0
+	225 patch3c_1
+	226 patch3c_2
+	227 patch3c_3
+	228 patch3c_4
+	229 patch3c_5
+	230 patch3c_6
+	231 patch3c_7
+	232 patch3d_0
+	233 patch3d_1
+	234 patch3d_2
+	235 patch3d_3
+	236 patch3d_4
+	237 patch3d_5
+	238 patch3d_6
+	239 patch3d_7
+	240 patch3e_0
+	241 patch3e_1
+	242 patch3e_2
+	243 patch3e_3
+	244 patch3e_4
+	245 patch3e_5
+	246 patch3e_6
+	247 patch3e_7
+	248 patch3f_0
+	249 patch3f_1
+	250 patch3f_2
+	251 patch3f_3
+	252 patch3f_4
+	253 patch3f_5
+	254 patch3f_6
+	255 patch3f_7
+
+)
+(
+	0x8000 core_chipid
+	0x8003 core_kick
+	0x8004 core_write_wdt
+	0x8005 core_lpm_wr
+	0x8006 core_misc_ctrl
+	0x8007 core_efuse_rdata
+	0x800a core_ccm_ctrl
+	0x800b core_write_wdt2
+	0x8010 core_reset
+	0x8011 core_encrypt
+	0x8012 core_lpm_wr2
+	0x8013 core_mpu_s0_saddr
+	0x8015 core_mpu_s0_eaddr
+	0x8017 core_mpu_s1_saddr
+	0x8019 core_mpu_s1_eaddr
+	0x8022 core_ucode_hi
+	0x8023 core_ucode_ctrl
+	0x8024 core_ucode_low
+	0x8025 core_ucode_data
+
+	0x8040 core_halfslot
+	0x8042 core_clksel
+	0x8043 core_uart_clksel
+	0x8043 core_config
+	0x8044 core_xtal_stable_time
+	0x8045 core_efuse_addr
+	0x8046 core_bist_ctrl
+	0x8047 core_efuse_ctrl
+	0x8048 core_ac_ctrl
+	0x804a core_ac_saddr
+	0x804c core_lpm_reg
+	0x804f core_lpm_isogate
+	0x8050 core_clkoff
+	0x8052 core_uart_baud
+	0x8053 core_sum_en
+	0x8054 core_uart_rsaddr
+	0x8056 core_uart_readdr
+	0x8058 core_uart_rrptr
+	0x805a core_uart_tsaddr
+	0x805c core_uart_teaddr
+	0x805e core_uart_twptr
+	0x8060 core_uart_ctrl
+	0x8061 core_uartb_ctrl
+	0x8062 core_uartb_baud
+	0x8064 core_uartb_rsaddr
+	0x8066 core_uartb_readdr
+	0x8068 core_uartb_rrptr
+	0x806a core_uartb_tsaddr
+	0x806c core_uartb_teaddr
+	0x806e core_uartb_twptr
+	0x8070 core_gpio_conf
+	0x8084 core_pwm_en
+	0x8085 core_aes_en
+	0x8086 core_spid_ctrl
+	0x8087 core_spid_delay
+	0x8088 core_spid_txlen
+	0x808a core_spid_txaddr
+	0x808c core_spid_rxaddr
+	0x808e core_spid_rxlen
+	0x8090 core_iicd_ctrl
+	0x8091 core_iicd_scl_low
+	0x8092 core_iicd_scl_high
+	0x8093 core_iicd_start_setup
+	0x8094 core_iicd_start_hold
+	0x8095 core_iicd_stop_setup
+	0x8096 core_iicd_data_setup
+	0x8097 core_iicd_data_hold
+	0x8098 core_iicd_txlen
+	0x809a core_iicd_txaddr
+	0x809c core_iicd_rxaddr
+	0x809e core_iicd_rxlen
+	0x80a0 core_pwm_pcnt0
+	0x80a2 core_pwm_ncnt0
+	0x80a4 core_pwm_pcnt1
+	0x80a6 core_pwm_ncnt1
+	0x80a8 core_pwm_pcnt2
+	0x80aa core_pwm_ncnt2
+	0x80ac core_pwm_pcnt3
+	0x80ae core_pwm_ncnt3
+	0x80b0 core_pwm_pcnt4
+	0x80b2 core_pwm_ncnt4
+	0x80b4 core_pwm_pcnt5
+	0x80b6 core_pwm_ncnt5
+	0x80b8 core_pwm_pcnt6
+	0x80ba core_pwm_ncnt6
+	0x80bc core_pwm_pcnt7
+	0x80be core_pwm_ncnt7
+	0x80c0 core_spid2_ctrl
+	0x80c1 core_spid2_delay
+	0x80c2 core_spid2_txlen
+	0x80c4 core_spid2_txaddr
+	0x80c6 core_spid2_rxaddr
+	0x80c8 core_spid2_rxlen
+	0x80ca core_nec_start_addr
+	0x80cc core_nec_end_addr
+	0x80ce core_nec_rptr
+	0x80d0 core_nec_control
+	0x80d1 core_ccm_input_playload_addr
+	0x80d3 core_ccm_output_playload_addr
+	0x80d5 core_ccm_aad0
+	0x80d6 core_ccm_aad1
+	0x80d7 core_ccm_aad2
+	0x80d8 core_pwm_init
+	0x80d9 core_ac_buf_len
+	0x80da core_ccm_inptr
+	0x80dc core_sum_ctrl
+	0x80dd core_pwm_srst
+	0x8108 core_misc_status
+	0x8109 core_qdec_cntx
+	0x810a core_watchdog_cnt
+	0x810b core_uart_status
+	0x810c core_uart_rbaud
+	0x810e core_uart_txitems
+	0x8110 core_uart_trptr
+	0x8112 core_uart_rxitems
+	0x8114 core_uart_rdptr
+	0x8116 core_uart_rwptr
+	0x8118 core_debug_baud
+	0x811a core_ccm_outptr
+	0x811c core_gpio_in
+	0x811d core_gpio_in1
+	0x8120 core_ucode_flag
+	0x8121 core_peripheral_lock
+	0x8122 core_nec_wptr
+	0x8124 core_current_efuse_addr
+	0x8126 core_spid2_remain
+	0x8128 core_spid_remain
+	0x812a core_iicd_remain
+	0x812c core_dma_status
+	0x812d core_perf_status
+	0x812e core_adc_in
+	0x8130 core_nec_rxitem
+	0x8134 core_lpm_ctrl2
+	0x8138 core_lpm_ctrl
+	0x813c core_lpm_xtalcnt
+	0x813d core_lpm_buckcnt
+	0x813e core_lpm_ldocnt
+	0x813f core_lpm_latch
+	0x8140 core_gpio_wakeup_low
+	0x8144 core_gpio_wakeup_high
+	0x8149 core_clk_counter
+	0x8150 core_adc_sum
+	0x8152 core_uartb_status
+	0x8152 core_uartb_rbaud
+	0x8154 core_uartb_txitems
+	0x8156 core_uartb_trptr
+	0x8158 core_uartb_rxitems
+	0x815a core_uartb_rdptr
+	0x815c core_uartb_rwptr
+
+	0x8203 core_ice_ctrl
+	0x8204 core_ice_status
+	0x8205 core_ice_break0
+	0x8207 core_ice_break1
+  
+	0x8280 core_docd_ctrl
+	0x8288 core_docd_paddr
+	0x828a core_docd_pdata
+
+	0x8900 modem_en
+	0x8938 mod_value_scale1
+	0x8960 core_rf_rx_agc_ctrl
+	0x8961 core_rf_rx_gain_fix
+	0x89a0 modem_rssi
+	0x89a1 modem_wb_pow
+	0x89a2 modem_nb_pow
+	0x89a3 modem_gain
+	0x89a4 modem_status
+
+	0x89f0 fpga_rf_gain
+	0x89f1 fpga_rf_gain_ctrl
+	0x89f2 fpga_uart_ctrl
+	0x89f3 fpga_uart_wdata
+	0x89f4 fpga_uart_rdata
+	0x89f5 fpga_uart_status
+
+	0x8921 core_rx_ctrl1
+	0x8a00 core_clkpll_ctrl0              
+	0x8a01 core_clkpll_ctrl1              
+	0x8a02 core_clkpll_ctrl2              
+	0x8a03 core_clkpll_cfg0               
+	0x8a04 core_clkpll_cfg1               
+	0x8a05 core_clkpll_cfg2               
+	0x8a06 core_clkpll_cfg3               
+	0x8a07 core_clkpll_cfg4               
+	0x8a08 core_clkpll_cfg5               
+	0x8a09 core_clkpll_cfg6               
+	0x8a0a core_rf_ldo_en0                
+	0x8a0b core_rf_ldo_en1                
+	0x8a0c core_rf_ldo_cfg0               
+	0x8a0d core_rf_ldo_cfg1               
+	0x8a0e core_rf_ldo_cfg2               
+	0x8a0f core_rf_ldo_cfg3               
+	0x8a10 core_rf_ldo_cfg4               
+	0x8a11 core_rf_ldo_cfg5               
+	0x8a12 core_rf_ldo_cfg6               
+	0x8a13 core_rf_ldo_cfg7               
+	0x8a14 core_rf_ldo_cfg8               
+	0x8a15 core_rf_ldo_cfg9               
+	0x8a16 core_syn_en                    
+	0x8a17 core_rx_en0                    
+	0x8a18 core_rx_en1                    
+	0x8a19 core_tx_en0                    
+	0x8a1a core_tx_en1                    
+	0x8a1b core_force_ctrl                
+	0x8a1c core_rx_lna_gc_gc0             
+	0x8a1d core_rx_lna_gc_gc1             
+	0x8a1e core_rx_lna_gc_gc2             
+	0x8a1f core_rx_lna_gc_gc3             
+	0x8a20 core_rx_lna_gc_gc4             
+	0x8a21 core_rx_lna_gc_gc5             
+	0x8a22 core_rx_lna_gc_gc6             
+	0x8a23 core_rx_lna_gc_gc7             
+	0x8a24 core_rx_lna_gc_gc8             
+	0x8a25 core_rx_lna_hg_isel_gc6        
+	0x8a26 core_rx_lna_hg_isel_gc7        
+	0x8a27 core_rx_lna_hg_isel_gc8        
+	0x8a28 core_rx_lna_lg_isel_gc0        
+	0x8a29 core_rx_lna_lg_isel_gc1        
+	0x8a2a core_rx_lna_lg_isel_gc2        
+	0x8a2b core_rx_lna_lg_isel_gc3        
+	0x8a2c core_rx_lna_lg_isel_gc4        
+	0x8a2d core_rx_lna_lg_isel_gc5        
+	0x8a2e core_rx_bq_gc_gc0              
+	0x8a2f core_rx_bq_gc_gc1              
+	0x8a30 core_rx_bq_gc_gc2              
+	0x8a31 core_rx_bq_gc_gc3              
+	0x8a32 core_rx_bq_gc_gc4              
+	0x8a33 core_rx_bq_gc_gc5              
+	0x8a34 core_rx_bq_gc_gc6              
+	0x8a35 core_rx_bq_gc_gc7              
+	0x8a36 core_rx_bq_gc_gc8              
+	0x8a37 core_rx_gain_force             
+	0x8a38 core_rx_lna_isel_force         
+	0x8a39 core_tx_pwr_ctrl0              
+	0x8a3a core_tx_pwr_ctrl1              
+	0x8a3b core_tx_pwr_ctrl2              
+	0x8a3c core_tx_pwr_ctrl3              
+	0x8a3d core_syn_top_ctrl              
+	0x8a3e core_syn_mmd_cp_ctrl           
+	0x8a3f core_syn_divr_int              
+	0x8a40 core_syn_divr_frac2            
+	0x8a41 core_syn_divr_frac1            
+	0x8a42 core_syn_divr_frac0            
+	0x8a43 core_syn_cal_ctrl              
+	0x8a44 core_rx_tiai_dcoc_gc0          
+	0x8a45 core_rx_tiaq_dcoc_gc0          
+	0x8a46 core_rx_tiai_dcoc_gc1          
+	0x8a47 core_rx_tiaq_dcoc_gc1          
+	0x8a48 core_rx_tiai_dcoc_gc2          
+	0x8a49 core_rx_tiaq_dcoc_gc2          
+	0x8a4a core_rx_tiai_dcoc_gc3          
+	0x8a4b core_rx_tiaq_dcoc_gc3          
+	0x8a4c core_rx_tiai_dcoc_gc4          
+	0x8a4d core_rx_tiaq_dcoc_gc4          
+	0x8a4e core_rx_tiai_dcoc_gc5          
+	0x8a4f core_rx_tiaq_dcoc_gc5          
+	0x8a50 core_rx_tiai_dcoc_gc6          
+	0x8a51 core_rx_tiaq_dcoc_gc6          
+	0x8a52 core_rx_tiai_dcoc_gc7          
+	0x8a53 core_rx_tiaq_dcoc_gc7          
+	0x8a54 core_rx_tiai_dcoc_gc8          
+	0x8a55 core_rx_tiaq_dcoc_gc8          
+	0x8a56 core_rx_bq_daci_gc0            
+	0x8a57 core_rx_bq_dacq_gc0            
+	0x8a58 core_rx_bq_daci_gc1            
+	0x8a59 core_rx_bq_dacq_gc1            
+	0x8a5a core_rx_bq_daci_gc2            
+	0x8a5b core_rx_bq_dacq_gc2            
+	0x8a5c core_rx_bq_daci_gc3            
+	0x8a5d core_rx_bq_dacq_gc3            
+	0x8a5e core_rx_bq_daci_gc4            
+	0x8a5f core_rx_bq_dacq_gc4            
+	0x8a60 core_rx_bq_daci_gc5            
+	0x8a61 core_rx_bq_dacq_gc5            
+	0x8a62 core_rx_bq_daci_gc6            
+	0x8a63 core_rx_bq_dacq_gc6            
+	0x8a64 core_rx_bq_daci_gc7            
+	0x8a65 core_rx_bq_dacq_gc7            
+	0x8a66 core_rx_bq_daci_gc8            
+	0x8a67 core_rx_bq_dacq_gc8            
+	0x8a68 core_rx_tiai_dcoc_force        
+	0x8a69 core_rx_tiaq_dcoc_force        
+	0x8a6a core_rx_bq_daci_force          
+	0x8a6b core_rx_bq_dacq_force          
+	0x8a6c core_rx_bq_bw_cal              
+	0x8a6d core_rx_bq_cfg0                
+	0x8a6e core_rx_bq_cfg1                
+	0x8a6f core_rx_bq_cfg2                
+	0x8a70 core_rx_bq_cfg3                
+	0x8a71 core_rx_bq_cfg4                
+	0x8a72 core_rx_lna_cfg0               
+	0x8a73 core_rx_lna_cfg1               
+	0x8a74 core_rx_lna_cfg2               
+	0x8a75 core_rx_lna_cfg3               
+	0x8a76 core_rx_mixer_cfg0             
+	0x8a77 core_rx_mixer_cfg1             
+	0x8a78 core_rx_mixer_cfg2             
+	0x8a79 core_rx_adc_clk_cfg            
+	0x8a7a core_rx_iqadc_cfg              
+	0x8a7b core_rx_rssiadc_cfg            
+	0x8a7c core_syn_state0                
+	0x8a7d core_syn_state1                
+	0x8a7e core_syn_bias_cfg              
+	0x8a7f core_syn_cdb_cfg0              
+	0x8a80 core_syn_cdb_cfg1              
+	0x8a81 core_syn_cdb_cfg2              
+	0x8a82 core_syn_cdb_cfg3              
+	0x8a83 core_syn_pfd_lkd_cfg           
+	0x8a84 core_syn_cp_lpf_cfg            
+	0x8a85 core_syn_loopdiv_dsm_cfg       
+	0x8a86 core_syn_afc_cfg0              
+	0x8a87 core_syn_afc_cfg1              
+	0x8a88 core_syn_afc_cfg2              
+	0x8a89 core_syn_afc_cfg3              
+	0x8a8a core_syn_aac_cfg0              
+	0x8a8b core_syn_aac_cfg1              
+	0x8a8c core_logen_process_cal0        
+	0x8a8d core_logen_process_cal1        
+	0x8a8e core_logen_process_cal2        
+	0x8a8f core_logen_process_cal3        
+	0x8a90 core_logen_process_cal4        
+	0x8a91 core_logen_process_cal5        
+	0x8a92 core_logen_process_cal6        
+	0x8a93 core_logen_process_cal7        
+	0x8a94 core_logen_process_cal8        
+	0x8a95 core_logen_process_ca9         
+	0x8a96 core_logen_process_ca10        
+	0x8a97 core_gpadc_ctrl                
+	0x8a98 core_tx_abb_cfg                
+	0x8a99 core_tx_mixer_cfg0             
+	0x8a9a core_tx_mixer_cfg1             
+	0x8a9b core_tx_mixer_cfg2             
+	0x8a9c core_tx_pa_cfg                 
+	0x8a9d core_syn_tst_ctrl              
+	0x8a9e core_ana_test_control0         
+	0x8a9f core_ana_test_control1         
+
+
+	0x8c00 core_usb_config
+	0x8c01 core_usb_int_mask
+	0x8c02 core_usb_addr
+	0x8c03 core_usb_rx_saddr
+	0x8c05 core_usb_rx_eaddr
+	0x8c07 core_usb_rxptr
+	0x8c09 core_usb_tx_saddr0
+	0x8c0b core_usb_tx_saddr1
+	0x8c0d core_usb_tx_saddr2
+	0x8c0f core_usb_tx_saddr3
+	0x8c11 core_usb_hmode
+	0x8c18 core_usb_trig
+	0x8c19 core_usb_stall
+	0x8c1a core_usb_clear		//7bit reset   
+	0x8c20 core_usb_rx_wptr
+	0x8c22 core_usb_stall_status
+	0x8c23 core_usb_status
+	0x8c24 core_usb_txbusy
+	0x8c25 core_usb_sof_cntl
+	0x8c26 core_usb_sof_cnth
+	
+)
+(
+4 rx_freq_offset
+2 tx_freq_offset
+)
+(
+/* bit difinitions */
+  4 whiteoff_bit
+  6 clksel_rc
+  1 clksel_dpll_24M
+  5 clksel_dpll
+  4 clksel_xtal
+  5 adc_rccal
+  0 bpf_rccal
+  1 demod_clkoff
+)
+(
+  2 reload_code
+  3 gpio_latch
+  4 enable_retmem
+  7 cold_wake
+  0xef isogate_mask
+  0xe0 cs_mask
+)
+(
+  0x01 spid2_start
+  0x02 spid_start
+  0x04 iicd_start
+  0x08 lock_otp
+  0x10 x_sethi
+  0x20 y_sethi
+  0x40 z_sethi
+  0x80 ccnt_start
+)
+(
+  0 otpd_crcok
+  1 otpd_done
+  2 spid_crcok
+  3 spid_done
+  4 iicd_crcok
+  5 iicd_done
+  6 iicd_ack
+)
+(
+1 UART_STATUS_TX_BUSY
+2 UART_STATUS_RX_FIFO_EMPTY
+3 UART_STATUS_RX_FIFO_FULL
+4 UARTB_STATUS_TX_BUSY
+5 UARTB_STATUS_RX_FIFO_EMPTY
+6 UARTB_STATUS_RX_FIFO_FULL
+)
+(//core_uart_clksel
+0 UART_CLOCK_SELECT_BIT
+0xFE UART_CLOCK_SELECT_CRYSTAL
+0x01 UART_CLOCK_SELECT_DPLL
+
+24000000 uart_clock_freq_24M
+48000000 uart_clock_freq_48M
+)
+(//bit map of core_uart_ctrl
+0 BIT_UART_CONTROL_ENABLE
+1 BIT_UART_CONTROL_PARITY
+2 BIT_UART_CONTROL_DATA_LENGTH
+3 BIT_UART_CONTROL_STOP_BIT_SIZE
+4 BIT_UART_CONTROL_FLOW_CONTROL
+5 BIT_UART_CONTROL_7816_SMART_CARD_PROTOCOL
+6 BIT_UART_CONTROL_HALF_DUPLEX_SINGLE_LINE_UART
+7 BIT_UART_CONTROL_RATE_BAUD_SETTING
+)
+(//FUN of core_uart_ctrl
+0x01 FUN_UART_CONTROL_ENABLE
+0x06 FUN_UART_CONTROL_PARITY_ODD
+0x04 FUN_UART_CONTROL_PARITY_EVEN
+0x08 FUN_UART_CONTROL_STOP_2BIT
+0x00 FUN_UART_CONTROL_STOP_1BIT
+0x10 FUN_UART_CONTROL_FLOW_CONTROL_ENABLE
+0x20 FUN_UART_CONTROL_7816_SMART_CARD_PROTOCOL
+0x40 FUN_UART_CONTROL_HALF_DUPLEX_SINGLE_LINE_UART
+0x80 FUN_UART_CONTROL_SETTING_RATE_BAUD
+)
+(//bit map of core_nec_control
+0x00 BIT_NEC_ENABLE
+0x01 BIT_NEC_CLK_DIVIDE_NUM
+)
+(//FUN  of core_nec_control
+0x01 FUN_NEC_ENABLE
+0x30 FUN_NEC_CLK_DIVIDE_24	//24M , 
+)
+0x8b uart_ctrl_default //BCSP
+0x81 uart_ctrl_h4 //H4
+0x81 uart_ctrl_normal
+0x91 uart_ctrl_5line
+0x81 uart_ctrl_57600
+2 uart_baud_len
+0x00 uartclk_crystal
+0x01 uartclk_dpll
+0x1a0 uart_baud_115200
+0xbb uart_baud_256000
+0x340 uart_baud_57600
+0x34 uart_baud_921600
+0x9c4 uart_baud_9600
+(
+	0 CLOCK_OFF_AUTH_ROM
+	1 CLOCK_OFF_UC_ROM
+	2 CLOCK_OFF_DEBUG_UART
+	3 CLOCK_OFF_SCHED_RAM
+	4 CLOCK_OFF_TRANCE_FIFO
+	5 CLOCK_OFF_CORDIC
+	6 CLOCK_OFF_OTPD
+	7 CLOCK_OFF_I2C
+	8 CLICK_OFF_8051
+	9 CLOCK_OFF_KEYSCAN
+	0x0a CLOCK_OFF_USB
+	0x0b CLOCK_OFF_QDECODER
+	0x0c CLOCK_OFF_SPI
+	0x0d CLOCK_OFF_PWM
+	0x0e CLOCK_OFF_UARTB
+	0x0f CLOCK_OFF_UART
+)
+(
+  0 gpcfg_input
+  2 gpcfg_qspi_ncs
+  3 gpcfg_qspi_sck
+  4 gpcfg_qspi_io0
+  5 gpcfg_qspi_io1
+  6 gpcfg_qspi_io2
+  7 gpcfg_qspi_io3
+  8 gpcfg_uart_txd
+  9 gpcfg_uart_rxd
+  10 gpcfg_uart_rts
+  11 gpcfg_uart_cts
+  12 gpcfg_uartb_txd
+  13 gpcfg_uartb_rxd
+  14 gpcfg_uartb_rts
+  15 gpcfg_uartb_cts
+  16 gpcfg_pwm_out0
+  17 gpcfg_pwm_out1
+  18 gpcfg_pwm_out2
+  19 gpcfg_pwm_out3
+  20 gpcfg_pwm_out4
+  21 gpcfg_pwm_out5
+  22 gpcfg_pwm_out6
+  23 gpcfg_pwm_out7
+  24 gpcfg_nec_input
+  25 gpcfg_ac_input
+  31 gpcfg_spid_miso
+  32 gpcfg_spid_ncs
+  33 gpcfg_spid_sck
+  34 gpcfg_spid_mosi
+  35 gpcfg_spid_sdio
+  
+  39 gpcfg_spid2_miso
+  40 gpcfg_spid2_ncs
+  41 gpcfg_spid2_sck
+  42 gpcfg_spid2_mosi
+  43 gpcfg_spid2_sdio
+  44 gpcfg_iic_scl
+  45 gpcfg_iic_sda
+  62 gpcfg_output_low
+  63 gpcfg_output_high
+  
+  0x00 gpcfg_high_impedance
+  0x40 gpcfg_pullup
+  0x80 gpcfg_pulldown
+  0xc0 gpcfg_no_ie
+)
+(
+0 CREDIT_DISABLE
+1 CREDIT_ENABLE
+)
+  (
+    0 RFCOMM_IDLE           /* before the responsor HS receive SABM            */
+    1 RFCOMM_W4_DLCI0_OPEN
+    2 RFCOMM_W4_DLCI0_CLOSE
+    3 RFCOMM_START_DLCI0    /* After respond SABM frame (DLCI=0)               */
+    4 RFCOMM_W4_DLCI_OPEN
+    5 RFCOMM_W4_DLCI_CLOSE
+    6 RFCOMM_DLCI_OPENED    
+   
+  )
+  (
+    1000  RFCOMM_T1         /* Used by SABM and DISC frames,100*20ms = 20s     */     
+    1000  RFCOMM_T2         /* Used by commands send in UIH on DLCI0,          */
+    300   RFCOMM_T3_RINGON  /* 6s for ring fade time                           */
+  
+  )
+  (
+    0x3F RSP_RX_SABM        /*responsor expect SABM from initiator             */
+    0x3F INI_TX_SABM
+	
+    0x73 RSP_TX_UA          /*responsor send out UA command                    */
+    0x73 UA_WFBIT_SET	    /* UA control field with F bit set                 */
+	
+    0xEF RSP_RX_UIH         /*responsor expect UIH from initiator              */
+
+    0xEF RSP_TX_UIH         /*responsor send UIH to initiator                  */
+     
+    0x1F RSP_TX_DM          /*responsor send DM to initiator                   */
+    0x1F DM_WFBIT_SET       /* DM control field with F bit set                 */
+    0x0F DM_WFBIT_CLEAR     /* DM control field with F bit clear               */
+
+    0x53 RSP_RX_DISC        /*responsor expect DISC from initiator             */
+    0x53 INI_TX_DISC	    /*initiator send DISC control type command         */
+     
+    0xFF RSP_RX_UIH_WDATA   /*UIH data with credit flow control info           */
+    
+    
+  )
+  (
+    0x83 PN_COMMAND           /* Bit 0 EA C/R Type = 000001         */
+    0x81 PN_RESPONSOR         /* Bit 0 EA C/R Type = 000001         */
+    
+    0xE3 MSC_COMMAND          /* Bit 0 EA C/R Type = 000111         */
+    0xE1 MSC_RESPONSOR
+ 
+    0x13 NSC_COMMAND          /* Bit 0 EA C/R Type = 001000         */
+    0x11 NSC_RESPONSOR        /* Bit 0 EA C/R Type = 001000         */
+
+    0x23 TEST_COMMAND         /* Bit 0 EA C/R Type = 000111         */
+    0x21 TEST_RESPONSOR 
+    
+    0x93 RPN_COMMAND          /* Bit 0 EA C/R Type = 001001         */
+    0x91 RPN_RESPONSOR 
+    
+    0x53 RLS_COMMAND          /* Bit 0 EA C/R Type = 001010         */
+    0x51 RLS_RESPONSOR 
+
+    0xA3 FCON_COMMAND         /* Bit 0 EA C/R Type = 000101         */
+    0xA1 FCON_RESPONSOR 
+    
+    0x63 FCOFF_COMMAND        /* Bit 0 EA C/R Type = 000110         */
+    0x61 FCOFF_RESPONSOR 
+    	
+    0x03 RLS_OVERRUN
+    0x05 RLS_PARITY_ERROR
+    0x09 RLS_FRAMING_ERROR
+  )
+  (
+    0x01 RFCOMM_CREDIT
+  )
+  (
+  	0x007f RFCOMM_MAX_FRAME_SIZE
+  )
+  (
+    0  LENGTH_ZERO
+    
+    6  LENGTH_OK
+    7  LENGTH_HOT
+    8  LENGTH_RING
+    9  LENGTH_ERROR
+    9  LENGTH_AGVOL_ONEBYTE
+    10 LENGTH_AGVOL_TWOBYTE
+    10 LENGTH_VOL_ONEBYTE
+    11 LENGTH_VOL_TWOBYTE
+    12 LENGTH_BRSF
+    13 LENGTH_PLUS_CIEV
+    15 LENGTH_INBANDRING
+    14 LENGTH_CIEV_CALL
+    17 LENGTH_CRING
+    20 LENGTH_BRSF_OK
+    24 LENGTH_CIND0
+    28 LENGTH_CIEV_TWO
+    32 LENGTH_CIND_OK
+    59 LENGTH_CIND_OK2
+    100 LENGTH_DISCARD
+  )
+  (
+    0 RFCOMM_TX_W4BUF_FLAG    /* Wait for Tx buffer empty flag */
+    1 RFCOMM_CLOSE_LINK_FLAG
+  )
+  (
+    0 MSC_EA_BIT
+    1 MSC_FC_BIT
+    2 MSC_RTC_BIT
+    3 MSC_RTR_BIT
+    6 MSC_IC_BIT
+    7 MSC_DV_BIT
+  )
+  (
+    0x0C OVERRUN_ERROR
+    0x0A PARITY_ERROR
+    0x09 FRAMING_RERROR
+  )
+  (
+    0x00 BITS2400
+    0x01 BITS4800
+    0x02 BITS7200
+    0x03 BITS9600
+    0x04 BITS19200
+    0x05 BITS38400
+    0x06 BITS57600
+    0x07 BITS115200
+    0x08 BITS230400
+  )
+  (
+    0x00 DATABITS5
+    0x01 DATABITS6
+    0x02 DATABITS7
+    0x03 DATABITS8
+  )
+  (
+    0    ONESTOP
+    1    ONEHALFSTOP
+  )
+  (
+    0    ODDPARITY
+    1    EVENPARITY
+    2    MARKPARITY
+    3    SPACEPARITY
+    
+    7    PARITY_ENABLE_BIT
+  )
+  (
+     0   BIT_RATE_MASK_BIT
+     1   DATA_BITS_MASK_BIT
+     2   STOP_BITS_MASK_BIT
+     3   PARITY_MASK_BIT
+     4   PARITY_TYPE_MASK_BIT
+     5   XON_CHAR_MASK_BIT
+     6   XOFF_CHAR_MASK_BIT
+  )
+  (
+     0   XON_XOFF_INPUT_MASK_BIT
+     1   XON_XOFF_OUTPUT_MASK_BIT
+     2	 RTR_INPUT_MASK_BIT
+     3   RTR_OUTPUT_MASK_BIT
+     4   RTC_INPUT_MASK_BIT
+     5   RTC_OUTPUT_MASK_BIT
+
+  )
+  (
+    0 SEND_MSC_CMD_REQ_FLAG
+    1 SEND_AT_CKPD_REQ_FLAG
+    2 SEND_RING_REQ_FLAG
+    3 SEND_SABM_CMD
+  )
+  (
+    0 MSC_CDM_ALREADY_SEND_FLAG
+    1 CREDIT_FLOW_USED_FLAG
+    2 DONT_EMBEDDED_CREDIT_FLAG 
+    3 MSC_EXCHANGE_DONE_FLAG
+    4 FLOW_CONTROL_FCOFF_BIT            /* set when receive FCoff, clear when FCon   */
+  )
+  (
+    1 FLOW_CONTROL_FC_BIT		/* received MSC FC bits                      */
+  
+  )
+  (
+    0 ADDR_EA_BIT
+    1 ADDR_CR_BIT
+    2 ADDR_D_BIT
+  )
+(
+    1 SPP_SLAVE_CHANNEL
+    7 OBEX_SERVER_CHANNEL
+    8 HF_SERVER_CHANNEL 
+    9 HS_SERVER_CHANNEL
+)
+(
+	0 USING_HF_PROFILE
+	1 USING_HS_PROFILE
+	2 USING_SPP_PROFILE
+)
+(
+	0x3f RFCOMM_FRAME_TYPE_SABM
+	0x73 RFCOMM_FRAME_TYPE_UA
+	0xEF RFCOMM_FRAME_TYPE_UIH
+	0xFF RFCOMM_FRAME_TYPE_UIH_CREDITS
+	0x53 RFCOMM_FRAME_TYPE_DISCONN
+)
+(
+	0x41 UIH_PARAM_NEG_CMD
+	0x40 UIH_PARAM_NEG_RES
+	0x49 UIH_PARAM_CMD_REMOVE_PORT
+	0x71 UIH_MODEM_STATUS_CMD
+	0x70 UIH_MODEM_STATUS_RES
+)
+(
+	0 RFCOMM_ADDRESS_EXT_LEN
+	1 RFCOMM_ADDRESS_CR
+	2 RFCOMM_ADDRESS_DERECTION
+
+
+)
+	(                                   
+	0 RFCOMM_CHANNEL_STATE_PN_CMD
+	1 RFCOMM_CHANNEL_STATE_PN_RES
+	2 RFCOMM_CHANNEL_STATE_SABM
+	3 RFCOMM_CHANNEL_STATE_UA
+	4 RFCOMM_CHANNEL_STATE_SND_MS_CMD
+	5 RFCOMM_CHANNEL_STATE_RCV_MS_CMD
+	6 RFCOMM_CHANNEL_STATE_SND_MS_RES
+	7 RFCOMM_CHANNEL_STATE_RCV_MS_RES
+	0xff RFCOMM_CHANNEL_SETUP_COMPLETE
+	) 
+	(
+	1 MORE_PKT_MSC_CMD_HF
+	2 MORE_PKT_MSC_CMD_HS
+	3 MORE_PKT_MSC_CMD_SPP
+	4 MORE_PKT_MSC_CMD_OBEX
+	)
+	(
+	127 RFCOMM_MALLOC_SIZE
+	)(
+0 AGORHS_SERVICE
+1 GENAUDIO_SERVICE
+2 HANDSFREE_SERVICE
+)
+(
+0 ATTRIBUTEID_0000
+1 ATTRIBUTEID_0001
+2 ATTRIBUTEID_0004
+3 ATTRIBUTEID_0009
+4 ATTRIBUTEID_0100
+5 ATTRIBUTEID_0302
+6 ATTRIBUTEID_0006
+7 ATTRIBUTEID_0311
+)
+(
+0x01 SDP_ERROR_RES
+0x02 SDP_SEARCH_REQ
+0x03 SDP_SEARCH_RES
+0x04 SDP_ATTRIBUTE_REQ
+0x05 SDP_ATTRIBUTE_RES
+0x06 SDP_SEARCHATTRIB_REQ
+0x07 SDP_SEARCHATTRIB_RES
+)
+0x2600 sdp_max_amount
+250 SDP_MALLOC_SIZE
+0x6e sdp_tid_spp //any number
+(
+0x1f11 SDP_UUID_HS_AUDIO_GATEWAY
+)
+(
+0X09 SDP_ATTRIBUTE_ID
+0x0a SDP_ATTRIBUTE_RANGE
+)
+(//mem_sdp_handle_list
+7 SDP_MAX_HANDLE_NUMBER
+)
+(
+  0x00   SP_FLAG_STANDBY
+  0x01   SP_FLAG_COMMIT
+  0x02   LE_SP_FLAG_COMMIT_256
+
+)
+(
+  0x00   SP_CALC_STANDBY
+  0x01   SP_CALC_PUBKEY
+  0x02   SP_CALC_DHKEY
+  0x03   SP_CALC_PUBKEY_256
+  0x04   SP_CALC_DHKEY_256
+)
+(
+  0x00   SP_STAT_NULL
+  0x01   SP_STAT_KEY_RECV
+  0x02   SP_STAT_KEY_GENERATE
+  0x03   SP_STAT_KEY_SEND
+  0x04   SP_STAT_COMMIT_CALC
+  0x05   SP_STAT_COMMIT_SEND
+  0x06   SP_STAT_RANDOM_RECV
+  0x07   SP_STAT_RANDOM_SEND
+  0x08   SP_STAT_CONFIRM_RECV
+  0x09   SP_STAT_CONFIRM_CHECK
+  0x0A   SP_STAT_CONFIRM_CALC
+  0x0B   SP_STAT_CONFIRM_SEND
+  0x0C   SP_STAT_LINK_KEY_CALC
+  0x0F   SP_STAT_DONE
+  0x10   SP_STAT_FEATURE_EXT_SEND
+  0x11   SP_STAT_GKEY_CALC
+  /*simple pairing master only*/
+  0x12   SP_MASTER_STAT_START_SKIP
+  0x13   SP_MASTER_STAT_START_DONE
+  0x14   SP_STAT_COMMITMENT_COMPARE
+  0x15   SP_STATE_END
+)
+(
+  0x00   SP_KEY_INVALID
+  0x01   SP_KEY_VALID
+  0x03   SP_KEY_VALID_256
+
+)
+(
+  0x01  ENCAPSULATED_MAJOR_TYPE
+  0x02  ENCAPSULATED_MINOR_TYPE_P256
+  0x40  ENCAPSULATED_LEN_P256
+)
+(
+  0x01  ENCAPSULATED_MAJOR_TYPE_P192
+  0x01  ENCAPSULATED_MINOR_TYPE_P192
+  0x30  ENCAPSULATED_LEN_P192
+)
+(
+  0x00  SIMPLE_PAIRING_ENABLE
+  0x01  ENCRYPTION_PAUSE_ENABLE
+  0x02  EXTENDED_INQUIRY_RESPOSE_ENABLE
+  0x03  SNIFF_SUBRATING_ENABLE
+)
+(
+  0x00 DEFAULT_STATEMACHINE
+  0x01 LOCAL_STATEMACHINE
+)
+(
+ 0x00 DEFALT_PAIRING_AUTH
+ 0x01 PAIRING_AUTH
+)
+(
+0 SECURE_CONNECTIONS_LE_BIT
+1 SECURE_CONNECTIONS_BR_BIT
+)
+(
+1 SSP_MODE_SSP_PIN_FLAG
+2 SSP_MODE_PASSKEY_ENTRY_FLAG
+3 SSP_MODE_JUST_WORK_FLAG
+)
+(
+7 FLAG_MODE_SSP_PIN_REVICEVE_COMPARISON_BIT
+6 FLAG_MODE_SSP_PIN_RECIEVE_DHKEY_BIT
+0 FLAG_MODE_SSP_PIN_COMPARISON_RESULT_BIT
+)
+(
+1 FLAG_PAIRING_STATE_PAIRING
+0 FLAG_PAIRING_STATE_NOT_PAIRING
+)
+(//LMP_IO_CAP_REQ & LMP_IO_CAP_RES
+//IO capability
+0x00 IO_CAPABILITY_DISPLAY_ONLY
+0x01 IO_CAPABILITY_DISPLAY_YESNO
+0x02 IO_CAPABILITY_KEYBOARD_ONLY
+0x03 IO_CAPABILITY_NO_INPUT_NO_OUTPUT
+
+//oob data Present
+0x00 OOB_DATA_PRESENT_NOT_PRESENT
+0x01 OOB_DATA_PRESENT_P192_DATA
+0x02 OOB_DATA_PRESENT_P256_DATA
+0x03 OOB_DATA_PRESENT_P192_P256_DATA
+// authentication requirements
+0x00 AUTH_REQ_MITM_PROTECTION_NOT_REQUIRED_NO_BONDING
+0x01 AUTH_REQ_MITM_PROTECTION_REQUIRED_NO_BONDING
+0x02 AUTH_REQ_MITM_PROTECTION_NOT_REQUIRED_DEDICATED_BONDING
+0x03 AUTH_REQ_MITM_PROTECTION_REQUIRED_DEDICATED_BONDING
+0x04 AUTH_REQ_MITM_PROTECTION_NOT_REQUIRED_GENERAL_BONDING
+0x05 AUTH_REQ_MITM_PROTECTION_REQUIRED_GENERAL_BONDING
+)
+(
+0 UI_STATE_BT_CONNECTED
+1 UI_STATE_BT_SETUP_COMPLETE
+2 UI_STATE_BT_HID_CONN
+3 UI_STATE_BT_HID_HANDSHAKE
+4 UI_STATE_BT_SPP_CONN
+5 UI_STATE_BT_SNIFF
+6 UI_STATE_BT_DISCOVERY
+7 UI_STATE_BT_RECONNECT
+8 UI_STATE_BT_SLAVE_ROLE
+9 UI_STATE_BLE_CONNECTED
+10 UI_STATE_BLE_WRITE_RCV
+11 UI_STATE_BLE_ADV
+12 UI_STATE_BTN_DOWN
+)
+(
+1 UI_STATE_SPP_NL_AUTO_DISCOVER
+
+)
+   (
+    0 UI_HEADSET_DISCONNECT
+    1 UI_HEADSET_IDLE                   /* before the responsor HS receive SABM      */
+    2 UI_HEADSET_W4CONNECT
+    3 UI_HEADSET_RINGING
+    4 UI_HEADSET_CONNECTED
+    5 UI_HEADSET_PARING
+  )
+(
+  0 UI_BB_OFF
+  1 UI_BB_IDLE
+  2 UI_BB_DISCOVERY
+  3 UI_BB_CONNECTED_ACTIVE_NO_SCO
+  4 UI_BB_CONNECTED_ACTIVE_WITH_SCO
+  5 UI_BB_CONNECTED_ACTIVE_WAIT_SNIFF
+  6 UI_BB_CONNECTED_SNIFF
+  7 UI_BB_RECONNECT
+  8 UI_BB_CONNECTED_SNIFF_WITH_SCO
+)
+  (
+    5 NO_IDLE_TURN_OFF
+    7 ANSWER_RING_FLAG               /* 1 Answer,0 no*/
+  )
+  (
+    0  UI_HS_PAIRING 
+    2  UI_REQ_CLOSE_RFCOMM
+    3  UI_LINK_LOST
+    4  UI_REQ_OPEN_SCO
+    6  UI_REQ_CLOSE_SCO
+  )
+  (
+    0  ANSWER_RING_BIT
+    0  AG_SEND_RING_BIT
+    1  VOL_UP_BIT
+    2  VOL_DOWN_BIT
+    3  INI_CALL_BIT
+    4  DAIL_LAST_CALL
+    5  END_CALL_BIT
+    6  NOKIA_VOICE_ACTIVE 
+    7  REJECT_CALL_BIT
+  )
+(
+  0 NO_RECONNECTION
+  1 RECONNECT_HID
+  2 RECONNECT_HF
+  3 RECONNECT_HS
+  4 RECONNECT_HID_HF
+  5 RECONNECT_HID_HS
+)
+(
+0 BT_CMD_STANDBY
+1 BT_CMD_START_DISCOVERY
+2 BT_CMD_STOP_DISCOVERY
+3 BT_CMD_RECONNECT
+4 BT_CMD_DISCONNECT
+5 BT_CMD_ENTER_SNIFF
+6 BT_CMD_EXIT_SNIFF
+7 BT_CMD_ENTER_SNIFF_SUBRATING
+8 BT_CMD_EXIT_SNIFF_SUBRATING
+9 BT_CMD_SNIFF_TEST
+10 BT_CMD_SET_PIN_CODE
+11 BT_CMD_START_INQUIRY
+12 BT_CMD_STOP_INQUIRY
+13 BT_CMD_START_ADV
+14 BT_CMD_STOP_ADV
+15 BT_CMD_START_DIRECT_ADV
+16 BT_CMD_STOP_DIRECT_ADV
+17 BT_CMD_LE_DISCONNECT
+18 BT_CMD_LE_UPDATE_CONN
+19 BT_CMD_LED_OFF
+20 BT_CMD_LED_ON
+21 BT_CMD_LED_BLINK
+22 BT_CMD_LE_START_CONN
+23 BT_CMD_LE_START_SCAN
+24 BT_CMD_LE_STOP_SCAN
+25 BT_CMD_ENTER_HIBERNATE
+27 BT_CMD_LE_SMP_SECURITY_REQUEST
+29 BT_CMD_ROLE_SWITCH
+30 BT_CMD_BB_RECONN_CANCEL
+31 BT_CMD_STORE_RECONN_INFO_LE
+32 BT_CMD_STORE_RECONN_INFO_BT
+33 BT_CMD_DHKEY_NOT_ACCEPT
+34 BT_CMD_START_24G
+35 BT_CMD_STOP_24G
+36 BT_CMD_PAIR_24G
+37 BT_CMD_STORE_RECONN_INFO
+)
+(
+0x00 BT_EVT_NULL
+0x01 BT_EVT_BB_CONNECTED
+0x02 BT_EVT_BB_DISCONNECTED
+0x03 BT_EVT_RECONN_STARTED
+0x04 BT_EVT_RECONN_FAILED
+0x05 BT_EVT_SETUP_COMPLETE
+0x06 BT_EVT_HID_CONNECTED
+0x07 BT_EVT_HID_DISCONNECTED
+0x08 BT_EVT_SPP_CONNECTED
+0x09 BT_EVT_SPP_DISCONNECTED
+0x0A BT_EVT_PINCODE_REQ
+0x0B BT_EVT_ENTER_SNIFF
+0x0C BT_EVT_EXIT_SNIFF
+0x0D BT_EVT_ENTER_SNIFF_SUB
+0x0E BT_EVT_EXIT_SNIFF_SUB
+0x0F BT_EVT_DISCOVERY_STOPED
+0x10 BT_EVT_BUTTON_LONG_PRESSED
+0x12 BT_EVT_HID_HANDSHAKE
+0X13 BT_EVT_RECONN_PAGE_TIMEOUT
+0x14 BT_EVT_LE_CONNECTED
+0X15 BT_EVT_LE_DISCONNECTED
+0x16 BT_EVT_ML2CAP_CONN_REFUSED
+0x17 BT_EVT_BUTTON_ENTER_HIBERNATE
+0x18 BT_EVT_LINKKEY_GENERATE
+0x19 BT_EVT_SWITCH_NOT_ACCEPT
+0x20 BT_EVT_SWITCH_ACCEPT
+0x21 BT_EVT_SNIFF_NOT_ACCEPT
+0x22 BT_EVT_SNIFF_ACCEPT
+0x23 BT_EVT_UNSNIFF_ACCEPT
+0x24 BT_EVT_UNSNIFF_NOT_ACCEPT
+0x25 BT_EVT_BUTTON_ADJUST_DPI
+0x26 BT_EVT_SEND_UNSNIFF_ACCEPT
+0x27 BT_EVT_VIRTUAL_CABLE_UNPLUG
+0x28 BT_EVT_LE_WRITE_REQUEST
+0x29 BT_EVT_LE_ENC_INFO
+0x2a BT_EVT_SWITCH_FAIL_MASTER
+0x2b BT_EVT_SWITCH_SUCCESS_MASTER
+0x2c BT_EVT_BUTTON_DOWN
+0x2d BT_EVT_BUTTON_UP
+0x2e BT_EVT_REMOTE_UNSNIFF
+0x30 BT_EVT_LE_PAIRING_FAIL
+0x31 BT_EVT_LE_PAIRING_SUCCESS
+0x32 BT_EVT_LE_START_ENC
+0X33 BT_EVT_LE_PAUSE_ENC
+0X34 BT_EVT_LE_TK_GENERATE
+0x35 BT_EVT_BT_GKEY_GENERATE
+0x36 BT_EVT_BT_GET_PASSKEY
+0x37 BT_EVT_BT_PAIRING_FAIL
+0x38 BT_EVT_BT_PAIRING_SUCCESS
+0x39 BT_EVT_24G_PAIRING_COMPLETE
+0x3a BT_EVT_24G_ATTEMPT_FAIL
+0x3b BT_EVT_LE_GKEY_GENERATE
+0x3c BT_EVT_24G_ATTEMPT_SUCCESS
+0x3d BT_EVT_STORE_NVRAM
+0x3e BT_EVT_LE_PAIRING_COMPLETE
+0x3F BT_EVT_LE_RECONNECT_COMPLETE
+0x40 BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP
+0x41 BT_EVT_LE_LTK_LOST
+0x42 BT_EVT_LE_UPDATE_PHY
+0x43 BT_EVT_LE_GET_PASSKEY
+0x44 BT_EVT_LE_PARSE_CONN_PARAM_ACCEPTED
+)
+(
+0 OFF
+1 ON
+)
+(
+    0 MEM_UNLOCK
+    1 MEM_LOCK
+)
+(
+    0 UI_USER_DATA_FLAG
+    1 UI_WII_WAITING_SLEEP
+    2 UI_KEYBOARD_SNIFF_SKIP
+)
+(
+    0 MTYPE_HID_DEFAULT
+    1 MTYPE_HID_SSP
+    2 MTYPE_SPP
+)
+	(	
+	0x01 RECIEVE_SDP_CONN_RES
+	0x02 RECIEVE_SDP_CFG_REQ
+	0x03 RECIEVE_SDP_CFG_RES
+	0x04 RECIEVE_RFCOMM_CONN_RES
+	0x05 RECIEVE_RFCOMM_CFG_REQ
+	0x06 RECIEVE_RFCOMM_CFG_RES
+	0x07 RECIEVE_HID_CTRL_CONN_RES
+	0x08 RECIEVE_HID_CTRL_CFG_REQ
+	0x09 RECIEVE_HID_CTRL_CFG_RES
+	0x0A RECIEVE_HID_INT_CONN_RES
+	0x0B RECIEVE_HID_INT_CFG_REQ
+	0x0C RECIEVE_HID_INT_CFG_RES
+	0x0D RECIEVE_AVCTP_CONN_RES
+	0x0E RECIEVE_AVCTP_CFG_REQ
+	0x0F RECIEVE_AVCTP_CFG_RES
+	0x10 RECIEVE_AVDTP_SIGNAL_CONN_RES
+	0x11 RECIEVE_AVDTP_SIGNAL_CFG_REQ
+	0x12 RECIEVE_AVDTP_SIGNAL_CFG_RES
+	0x13 RECIEVE_AVDTP_MEDIA_CONN_RES
+	0x14 RECIEVE_AVDTP_MEDIA_CFG_REQ
+	0x15 RECIEVE_AVDTP_MEDIA_CFG_RES
+	0x16 RECIEVE_SS_REASULT_HS                  
+	0x17 RECIEVE_SS_REASULT_HF                  
+	0x18 RECIEVE_SS_REASULT_AVTARG		          
+	0x19 RECIEVE_SS_REASULT_OBEX		            
+	0x1A RECIEVE_DLCI0_UA
+	0x1B RECIEVE_HS_PARAM_NEG_RES
+	0x1C RECIEVE_HS_UA
+	0x1D RECIEVE_HS_MODEM_STATUS_RES
+	0x1E RECIEVE_HS_MODEm_STATUS_CMD
+	0x1F RECIEVE_HF_PARAM_NEG_RES   
+	0x20 RECIEVE_HF_UA              
+	0x21 RECIEVE_HF_MODEM_STATUS_RES
+	0x22 RECIEVE_HF_MODEm_STATUS_CMD 
+	0x23 RECIEVE_OBEX_PARAM_NEG_RES     
+	0x24 RECIEVE_OBEX_UA              
+	0x25 RECIEVE_OBEX_MODEM_STATUS_RES
+	0x26 RECIEVE_OBEX_MODEm_STATUS_CMD    
+	0x27 RECIEVE_SPP_PARAM_NEG_RES   
+	0x28 RECIEVE_SPP_UA              
+	0x29 RECIEVE_SPP_MODEM_STATUS_RES
+	0x2A RECIEVE_SPP_MODEm_STATUS_CMD
+	0x2b RECIEVE_SDP_DISCONN_RES
+	)
+	(
+	0 UPPERSM_RP_IDLE
+	1 UPPERSM_RP_SDP_CONN
+	2 UPPERSM_RP_SDP_CONN_WAIT
+	3 UPPERSM_RP_SDP_CFG
+	4 UPPERSM_RP_SDP_CFG_WAIT
+	5 UPPERSM_RP_SS_AVTARG
+	6 UPPERSM_RP_SS_AVTARG_WAIT
+	7 UPPERSM_RP_SS_OBEX
+	8 UPPERSM_RP_SS_OBEX_WAIT
+	9 UPPERSM_RP_SDP_DISCONN
+	10 UPPERSM_RP_SDP_DISCONN_WAIT
+	11 UPPERSM_RP_AVDTP_CONN_WAIT
+	12 UPPERSM_RP_AVCTP_CONN
+	13 UPPERSM_RP_AVCTP_CONN_WAIT
+	14 UPPERSM_RP_AVCTP_CFG
+	15 UPPERSM_RP_AVCTP_CFG_WAIT
+	16 UPPERSM_RP_OBEX_CMD_PN
+	17 UPPERSM_RP_OBEX_CMD_PN_WAIT
+	18 UPPERSM_RP_OBEX_SABM
+	19 UPPERSM_RP_OBEX_SABM_WAIT
+	20 UPPERSM_RP_OBEX_CMD_MS
+	21 UPPERSM_RP_OBEX_CMD_MS_WAIT
+	)
+	(		/*mem_upper_sm_reconn*/
+	0 UPPERSM_RECONN_IDLE		
+	1 UPPERSM_RECONN_SDP_CONN		
+	2 UPPERSM_RECONN_SDP_CONN_WAIT		
+	3 UPPERSM_RECONN_SDP_CFG		
+	4 UPPERSM_RECONN_SDP_CFG_WAIT		
+	5 UPPERSM_RECONN_SS_HS
+	6 UPPERSM_RECONN_SS_HS_WAIT
+	7 UPPERSM_RECONN_SS_HF
+	8 UPPERSM_RECONN_SS_HF_WAIT
+	9 UPPERSM_RECONN_SS_AVTARG		
+	10 UPPERSM_RECONN_SS_AVTARG_WAIT		    
+	11 UPPERSM_RECONN_SS_OBEX		            
+	12 UPPERSM_RECONN_SS_OBEX_WAIT		      
+	13 UPPERSM_RECONN_SDP_DISCONN		        
+	14 UPPERSM_RECONN_SDP_DISCONN_WAIT      
+	15 UPPERSM_RECONN_HID_CTRL_CONN		      
+	16 UPPERSM_RECONN_HID_CTRL_CONN_WAIT		
+	17 UPPERSM_RECONN_HID_CTRL_CFG		      
+	18 UPPERSM_RECONN_HID_CTRL_CFG_WAIT     
+	19 UPPERSM_RECONN_HID_INT_CONN		      
+	20 UPPERSM_RECONN_HID_INT_CONN_WAIT		  
+	21 UPPERSM_RECONN_HID_INT_CFG		        
+	22 UPPERSM_RECONN_HID_INT_CFG_WAIT      
+	23 UPPERSM_RECONN_RFCOMM_CONN		        
+	24 UPPERSM_RECONN_RFCOMM_CONN_WAIT		  
+	25 UPPERSM_RECONN_RFCOMM_CFG		        
+	26 UPPERSM_RECONN_RFCOMM_CFG_WAIT       
+	27 UPPERSM_RECONN_RFCOMM_SABM		        
+	28 UPPERSM_RECONN_RFCOMM_SABM_WAIT		  
+	29 UPPERSM_RECONN_SPP_CMD_PN		        
+	30 UPPERSM_RECONN_SPP_CMD_PN_WAIT		    
+	31 UPPERSM_RECONN_SPP_SABM		          
+	32 UPPERSM_RECONN_SPP_SABM_WAIT		      
+	33 UPPERSM_RECONN_SPP_CMD_MS		        
+	34 UPPERSM_RECONN_SPP_CMD_MS_WAIT       
+	35 UPPERSM_RECONN_HF_CMD_PN		          
+	36 UPPERSM_RECONN_HF_CMD_PN_WAIT		    
+	37 UPPERSM_RECONN_HF_SABM		            
+	38 UPPERSM_RECONN_HF_SABM_WAIT		      
+	39 UPPERSM_RECONN_HF_CMD_MS		          
+	40 UPPERSM_RECONN_HF_CMD_MS_WAIT        
+	41 UPPERSM_RECONN_AVDTPs_CONN		        
+	42 UPPERSM_RECONN_AVDTPs_CONN_WAIT		  
+	43 UPPERSM_RECONN_AVDTPs_CFG		        
+	44 UPPERSM_RECONN_AVDTPs_CFG_WAIT       
+	45 UPPERSM_RECONN_AVDTPm_CONN		        
+	46 UPPERSM_RECONN_AVDTPm_CONN_WAIT		  
+	47 UPPERSM_RECONN_AVDTPm_CFG		        
+	48 UPPERSM_RECONN_AVDTPm_CFG_WAIT       
+	49 UPPERSM_RECONN_AVCTP_CONN		        
+	50 UPPERSM_RECONN_AVCTP_CONN_WAIT		    
+	51 UPPERSM_RECONN_AVCTP_CFG		          
+	52 UPPERSM_RECONN_AVCTP_CFG_WAIT		    
+	53 UPPERSM_RECONN_OBEX_CMD_PN		        
+	54 UPPERSM_RECONN_OBEX_CMD_PN_WAIT		  
+	55 UPPERSM_RECONN_OBEX_SABM		          
+	56 UPPERSM_RECONN_OBEX_SABM_WAIT		    
+	57 UPPERSM_RECONN_OBEX_CMD_MS		        
+	58 UPPERSM_RECONN_OBEX_CMD_MS_WAIT     
+	59 UPPERSM_RECONN_SS_SPP
+	60 UPPERSM_RECONN_SS_SPP_WAIT
+	)
+	(/*mem_UI_profile_supported*/
+	0 support_HID
+	1 support_A2DP
+	2 support_AVRCP
+	3 support_HF
+	4 support_HS
+	5 support_PBAP
+	6 support_SPP
+	)
+	(
+	0 UPPERSM_SS_HS
+	1 UPPERSM_SS_HF
+	2 UPPERSM_SS_AVTARG
+	3 UPPERSM_SS_OBEX
+	)
+	(
+	160 UI_HUNDRED_MILLISECOND_TIME
+	0XFF UI_BUTTON_GPIO_DISABLE
+	)
+	(
+	0x01 UI_BB_INCONNECT
+	0x10 UI_BB_DISCONNECT
+	)
+(
+0x00 UI_BUTTON_STATE_DOWN
+0x01 UI_BUTTON_STATE_UP
+)
+(
+	0 IPC_CONTINUE_PROCESS
+	1 IPC_SKIP_CONTINUE_PROCESS
+)
+(//led style struct 
+0 		LED_OFFSET_LED_TYPE
+1 		LED_OFFSET_BLINK_COUNT
+2		LED_OFFSET_LED_GPIO
+3		LED_OFFSET_ON_TIME
+5		LED_OFFSET_OFF_TIME
+7 		LED_OFFSET_CB_LEDON
+9		LED_OFFSET_CB_LEDOFF
+11		LED_OFFSET_LENGTH
+)
+(//LED state
+0 UI_LED_STATE_BLINK_STOP
+1 UI_LED_STATE_BLINK_START
+2 UI_LED_STATE_LIGHTING
+3 UI_LED_STATE_DARKING
+4 UI_LED_STATE_BLINK_LIGHTING
+5 UI_LED_STATE_BLINK_DARKING
+
+0xFF LED_INFINITE_FLASH_NUM
+
+)
+(
+0x00 STANDARD_REQ
+0x01 CLASS_REQ
+0x02 MANUFACTURER_REQ
+)
+(
+0x00 GET_STATUS                // Code for Get Status
+0x01 CLEAR_FEATURE             // Code for Clear Feature
+0x03 SET_FEATURE              // Code for Set Feature
+0x05 SET_ADDRESS              // Code for Set Address
+0x06 GET_DESCRIPTOR           // Code for Get Descriptor
+0x07 SET_DESCRIPTOR           // Code for Set Descriptor(not used)
+0x08 GET_CONFIGURATION        // Code for Get Configuration
+0x09 SET_CONFIGURATION        // Code for Set Configuration
+0x0A GET_INTERFACE            // Code for Get Interface
+0x0B SET_INTERFACE            // Code for Set Interface
+0x0C SYNCH_FRAME              // Code for Synch Frame(not used)
+)
+(
+0x01 DSC_DEVICE               // Device Descriptor
+0x02 DSC_CONFIG               // Configuration Descriptor
+0x03 DSC_STRING               // String Descriptor
+0x04 DSC_INTERFACE            // Interface Descriptor
+0x05 DSC_ENDPOINT             // Endpoint Descriptor
+)
+(
+0x21 DSC_HID			      // HID Class Descriptor
+0x22 DSC_HID_REPORT			  // HID Report Descriptor
+)
+(
+0x80 IN_DEVICE                // Request made to device,
+                              // direction is IN
+0x00 OUT_DEVICE               // Request made to device,
+                              // direction is OUT
+0x81 IN_INTERFACE             // Request made to interface,
+                              // direction is IN
+0x01 OUT_INTERFACE            // Request made to interface,
+                              // direction is OUT
+0x82 IN_ENDPOINT              // Request made to endpoint,
+                              // direction is IN
+0x02 OUT_ENDPOINT             // Request made to endpoint,
+)
+(
+0x01 GET_REPORT 		       // Code for Get Report
+0x02 GET_IDLE				   // Code for Get Idle
+0x03 GET_PROTOCOL			   // Code for Get Protocol
+0x09 SET_REPORT				   // Code for Set Report
+0x0A SET_IDLE				   // Code for Set Idle
+0x0B SET_PROTOCOL			   // Code for Set Protocol
+0xF2 HID_REPORT_ID           
+64 EP0_PACKET_SIZE         
+6 EP1_PACKET_SIZE         
+16 HID_REPORT_SIZE         
+0x001B HID_REPORT_DESCRIPTOR_SIZE    
+)
+(
+0 TYPE_SIN		
+1 TYPE_ATAN	
+2 TYPE_MULT	
+3 TYPE_DIV		
+4 TYPE_ASIN	
+5 TYPE_SQRT	
+6 TYPE_COS		
+7 TYPE_TAN		 
+)
+(
+0 DFIFO0_IN_EMPTY
+1 DFIFO1_IN_EMPTY
+2 DFIFO2_IN_EMPTY
+3 DFIFO3_IN_EMPTY
+4 DFIFO0_OUT_EMPTY
+5 DFIFO1_OUT_EMPTY
+6 DFIFO2_OUT_EMPTY
+7 DFIFO3_OUT_EMPTY
+)
+(
+)
+(
+0 USB_STATUS_SETUP
+1 USB_STATUS_SUSPEND
+2 USB_STATUS_NAK
+3 USB_STATUS_RESET
+4 USB_STATUS_ACK
+5 USB_STATUS_RXREADY
+6 USB_STATUS_TXEMPTY
+6 USB_STATUS_RXEMPTY
+)
+(
+1 USB_GOT_REPORT_REQ
+2 USB_CONNECTED
+3 USB_SLEEP
+4 USB_RESUME
+5 USB_SETIDLE_1
+)
+(
+0x10 USB_EP1_KB
+0x20 USB_EP2_MS
+0x21 USB_EP2_MULTIKEY
+0x22 USB_EP2_SYSTEMKEY
+0x01 MAC_BOOT_MODE
+0x02 R_KEY
+0x03 LR_KEY
+)
+(
+0x01ba PC_GET_REPORT
+0x02ba PC_SET_REPORT
+0x0200 PC_SET_REPORT_bValue
+0x0000 PC_SET_REPORT_wIndex
+0x0001 PC_SET_REPORT_bLength
+0xba PC_REPORT_ID
+
+0x01 PC_GET_DATA
+0x00 PC_GET_NONDATA
+)
+(
+//--------------------------------------------------
+// Define device states
+0x00 DEV_ATTACHED	// Device is in Attached State
+0x01 DEV_POWERED	// Device is in Powered State
+0x02 DEV_DEFAULT		// Device is in Default State
+0x03 DEV_ADDRESS	// Device is in Addressed State
+0x04 DEV_CONFIGURED	// Device is in Configured State
+0x05 DEV_SUSPENDED	// Device is in Suspended State
+)
+(
+// Define wIndex bitmaps
+0x81 IN_EP1                    // Index values used by Set and Clear
+0x01 OUT_EP1                   // commands for Endpoint_Halt
+0x82 IN_EP2              
+0x02 OUT_EP2             
+0x83 IN_EP3              
+0x03 OUT_EP3             
+)
+(
+0 EP0_STALL
+1 EP1_IN_STALL
+2 EP1_OUT_STALL
+3 EP2_IN_STALL
+4 EP2_OUT_STALL
+5 EP3_IN_STALL
+6 EP3_OUT_STALL
+)
+(
+// Define wValue bitmaps for Standard Feature Selectors
+0x00 ENDPOINT_HALT             // Endpoint_Halt feature selector
+0x01 DEVICE_REMOTE_WAKEUP      // Remote wakeup feature(not used)
+0x00 BOOT_PROTOCOL
+0x01 REPORT_PROTOCOL
+0x01 USB_MAX_NUM_CFG
+)
+(
+0 TIMER_NAK
+640 TIMER_NAK_DELAY
+15 TIMER_WAKEUP
+5000 TIMER_WAKEUP_DELAY
+)
+(
+/*mem_util_timer_flag0_7*/
+    0   UTIL_TIMER_0_USED
+    1   UTIL_TIMER_1_USED
+    2   UTIL_TIMER_2_USED
+    3   UTIL_TIMER_3_USED
+    4   UTIL_TIMER_4_USED
+    5   UTIL_TIMER_5_USED
+    6   UTIL_TIMER_6_USED
+    7   UTIL_TIMER_7_USED
+/*mem_util_timer_flag8_15*/
+    0   UTIL_TIMER_8_USED
+    1   UTIL_TIMER_9_USED
+    2   UTIL_TIMER_10_USED
+    3   UTIL_TIMER_11_USED
+    4   UTIL_TIMER_12_USED
+    5   UTIL_TIMER_13_USED
+    6   UTIL_TIMER_14_USED
+    7   UTIL_TIMER_15_USED
+)
+(
+6 dlen_24g
+14 plen_24g
+90 blen_tx_24g
+106 blen_rx_24g
+42 blen_txack_24g
+58 blen_rxack_24g
+0xaaf08e acc_24g
+0x15c4 crc_data_3byte
+0xbb81 crc_data_6byte
+0x4160 crc_ack
+)
+(
+
+8 UTIL_FIFO_LEN
+-1 UTIL_FIFO_OFFSET
+)
+(
+	0xAA DEBUGLOG_HEAD
+	0x00 DEBUGLOG_TYPE
+	0x04 DEBUGLOG_LEN
+	0xBB DEBUGLOG_TAIL
+)
+(
+	0x1000 DEBUGLOG_DTYPE_CALLBACK
+	0x1001 DEBUGLOG_DTYPE_EVENT
+	0x1002 DEBUGLOG_DTYPE_CMD
+	0x1003 DEBUGLOG_DTYPE_STATUS
+	0x1004 DEBUGLOG_DTYPE_MISC
+	0x1005 DEBUGLOG_DTYPE_PARSE_LMP
+	0x1006 DEBUGLOG_DTYPE_SEND_LMP
+	0x1007 DEBUGLOG_DTYPE_CONN_SM
+	0x1008 DEBUGLOG_DTYPE_UPPER_SM
+)
+(
+	0x0000 CALLBACK_24G_DATA
+	0x0001 CALLBACK_LE_PROCESS
+	0x0002 CALLBACK_BT_PROCESS
+	0x0003 CALLBACK_BEFORE_LPM
+	0x0004 CALLBACK_BB_EVENT_PROCESS
+	0x0005 CALLBACK_IDLE_PROCESS
+	0x0006 CALLBACK_BEFORE_HIBERNATE
+	0x0007 CALLBACK_ATT_WRITE
+	0x0008 CALLBACK_EVENT_TIMER
+	0x0009 CALLBACK_SLAVE_LOOP
+	0x000a CALLBACK_SDP_PROCESS
+)
+(
+	0x0000 STATUS_CODE_WAKE
+	0x0001 STATUS_LPM_WAKE
+	0x0002 STATUS_INQUIRY_SCAN
+	0x0003 STATUS_SEND_EIR
+	0x0004 STATUS_PAGE_SCAN
+	0x0005 STATUS_PAGE_SCAN_RECV_ID_PACK
+	0x0006 STATUS_PAGE_SCAN_WAIT_FHS
+	0x0007 STATUS_PAGE_SCAN_CONNECTED
+	0x0008 STATUS_START_DISCOVER
+	0x0009 STATUS_STOP_DISCOVER
+)
+(
+	0x0000 MISC_LE_RETRANSMIT
+	0x0001 MISC_LOST_MOUSEDATA
+	0x0002 MISC_TXPOWER_0
+	0x0003 MISC_TXPOWER_1
+	0x0004 MISC_TXPOWER_2
+	0x0005 MISC_BT_RETRANSMIT
+	0x0006 MISC_BT_UPPER_SM_ERR
+	0x0007 MISC_BT_CONN_SM_ERR
+)
+(
+	0x55 CREAT_MOUSE_DATA_OK
+	0x00 CREAT_MOUSE_DATA_FAIL
+
+(
+  0x02 FHS_PACKET 
+  0x03 DM1_PACKET 
+  0x03 DM1_LMP_PACKET 
+  0x04 DH1_PACKET 
+  0x05 HV1_PACKET 
+  0x06 HV2_PACKET 
+  0x07 HV3_PACKET 
+  0x08 DV_PACKET 
+  0x09 AUX1_PACKET 
+  0x0a DM3_PACKET 
+  0x0b DH3_PACKET 
+  0x0e DM5_PACKET 
+  0x0f DH5_PACKET 
+)
+(
+  0 RESPOND_TO_ALL
+  1 PASS_EVERYTHING
+  2 PASS_ONLY_UNKNOWNS
+  3 RESPOND_TO_LMPS
+)
+(
+  0 ULAW
+  1 ALAW
+  2 CVSD
+)
+(
+  0 NO_ENCRYPTION
+  1 PT_PT_ENCRYPTION
+  2 PT_BROADCAST_ENCRYPTION
+)
+(
+  0 LMP_STATE_DETACH
+  1 LMP_STATE_HOLD
+  2 LMP_STATE_SNIFF
+  3 LMP_STATE_PARK
+  4 LMP_STATE_WAIT_SCO_CREATE
+  5 LMP_STATE_WAIT_SCO_KILL
+  6 LMP_STATE_SCO3
+  7 LMP_STATE_WAIT_SCO_START
+)
+(
+  0 LMP_WAIT_FOR_SNIFF_ACCEPT
+  1 LMP_WAIT_FOR_PARK_ACCEPT
+  2 LMP_SEND_UNPARK_ACCEPTED
+  3 LMP_SEND_ENCRYPTION_START
+  4 LMP_SEND_ENCRYPTION_STOP
+  5 MESSAGE_QUEUE
+  7 LMP_STATE_WAIT_BEACON
+)
+(
+ 0 INQUIRY_STATE_CHECK
+ 1 HOST_DELAY_MESSAGE
+ 2 VARIABLE_DELAY
+ 3 TEST_MODE_START_LOOPBACK
+ 4 TEST_MODE_START_PATTERN
+ 5 PARSE_TEST_CONTROL_MESSAGE
+ 6 H_AUTH_SEND_COMB_KEY
+)
+(
+  0 FROM_MASTER
+)
+(
+  0 MS_RECEIVE_SWITCH_REQ
+  1 MS_SEND_SETUP_COMPLATE
+)
+(
+  0 CONN_SM_STANDBY
+  1 CONN_SM_WAIT_PAGE
+  2 CONN_SM_SEND_FEATURES
+  3 CONN_SM_WAIT_FEATURES_RES
+  4 CONN_SM_SEND_CONN_REQ
+  5 CONN_SM_WAIT_CONN_ACCEPT
+  6 CONN_SM_AUTH_PAIR
+  7 CONN_SM_AUTH_PAIR_WAIT
+  8 CONN_SM_WAIT_MUTAL_AUTH
+  9 CONN_SM_ENCRYPT
+  0xa CONN_SM_ENCRYPT_WAIT
+  0xb CONN_SM_ENCRYPT_WAIT_CLEAR
+  0xc CONN_SM_SEND_SETUP_COMPLETE
+  0xd CONN_SM_WAIT_SETUP_COMPLETE 
+  0xe CONN_SM_SEND_SWITCH
+  0xf CONN_SM_DETACH_DELAY
+  0x10 CONN_SM_WAIT_SWITCH_AFTER_HOST_CONNECTION
+  0x11 CONN_SM_DELAY_RESTART_CONNECTION
+  0x12 CONN_SM_SEND_VERSION
+  0X13 CONN_SM_WAIT_VERSION
+  0x14 CONN_SM_SEND_FEATURES_EXT
+  0x15 CONN_SM_WAIT_FEATURES_EXT
+  0x16 CONN_SM_PAIRING
+  0x17 CONN_SM_AUTH
+  0x18 CONN_SM_PAIRING_WAIT
+  0x19 CONN_SM_AUTH_WAIT
+  0x1a CONN_SM_DONE
+  0x1b CONN_SM_WAIT_DONE
+)
+(
+  0 CONN_STANDBY
+  1 CONN_MASTER_SEND_CONN_REQ
+  2 CONN_MASTER_WAIT_FOR_CONN_ACCEPTED
+  3 CONN_MASTER_AUTH
+  4 CONN_MASTER_WAIT_FOR_FEATURES
+  5 CONN_MASTER_WAIT_FOR_SETUP_COMPLETE
+  6 CONN_MASTER_WAIT_FOR_MAX_SLOT
+  7 CONN_SLAVE_CONN_REQUESTED
+  8 CONN_SLAVE_WAIT_FOR_SETUP_COMPLETE
+  9 CONN_SLAVE_AUTH
+  10 CONN_USING_HOST_OPCODE
+  11 CONN_SLAVE_AUTH_WAIT
+  12 CONN_SLAVE_ENCRYPT_WAIT
+)
+(
+  0 RECEIVED_CONN_REQ
+  1 SENT_CONN_REQ
+  2 RECEIVED_SETUP_COMPLETE
+  3 SENT_SETUP_COMPLETE
+  4 HOST_CONNECTION_MADE
+  6 INIT_COMPLETE
+  7 SNIFF_NEGOTIATE
+)
+(
+  0 WAIT_FOR_KINIT
+  1 WAIT_FOR_LKA
+  2 WAIT_FOR_LKB
+  3 WAIT_FOR_SRES
+  4 EXAMINE_RECEIVED_SRES
+  5 SEND_AU_RAND
+  6 WAIT_FOR_KC
+  7 DELAYED_ENCRYPT_RESPONSE
+)
+(
+  0 SENT_SRES
+  1 RECEIVED_IN_RAND
+  2 SENT_AU_RAND
+  3 AUTHENTICATION_FAILED
+  4 AUTHENTICATION_PASSED
+  5 STARTED_AUTH
+  6 SENT_COMB_KEY
+  7 SENT_IN_RAND
+)
+(
+  0 RECEIVED_AU_RAND
+  1 RECEIVED_SRES
+  2 MUTUALLY_AUTHENTICATE
+)
+(
+  0 H_AUTH_STARTED
+  2 H_ENCRYPTION_MODE_REQ_PT
+  3 H_ENCRYPTION_KEY_SIZE
+  4 H_ENCRYPTION_START
+  5 H_ENCRYPTION_STOP
+  6 H_AUTH_SECOND_TRY
+)
+(
+  0 RECEIVED_ENCRYPT_MODE_REQ_PT
+  1 RECEIVED_ENCRYPT_KEY_SIZE
+  2 RECEIVED_ENCRYPT_START
+  3 RECEIVED_ENCRYPT_STOP
+  4 STARTED_ENCRYPT_START
+)
+(
+  0x00 MS_STANDBY
+  0x11 M_MINIT_1
+  0x12 M_MINIT_2
+  0x20 M_SINIT_0
+  0x30 S_MINIT_0
+  0x31 S_MINIT_1
+  0x32 S_MINIT_2
+  0x41 S_SINIT_1
+  0x42 S_SINIT_2
+  0x43 S_SINIT_3
+)
+(
+  0 TEST_MODE_ALLOWED
+  1 TEST_MODE_ACTIVE
+)
+(
+  0x00 NO_TEST_MODE
+  0x00 CONTINUOUS_TRANSMIT
+  0x10 TRANSMIT_TEST
+  0x08 LOOPBACK
+)
+(
+  1 SEND_TX_ADDR
+)
+(
+  5 PAGE_MODE_END
+)
+(
+  0x00 HOST_RETURN_SUCCESS
+  0x01 HOST_RETURN_SLAVE_CANT_ISSUE
+  0x02 HOST_RETURN_NO_CONNECTION
+  0x04 HOST_RETURN_PAGE_TIMEOUT
+  0x05 HOST_RETURN_INQUIRY_TIMEOUT
+  0x08 HOST_RETURN_CONNECTION_TIMEOUT
+  0x09 HOST_RETURN_MAX_NUM_CONNECTIONS
+  0x0a HOST_RETURN_MAX_NUM_SCO
+  0x0b HOST_RETURN_MAX_NUM_ACL
+  0x0c HOST_RETURN_SECURITY_REASONS
+  0x10 HOST_RETURN_HOST_TIMEOUT
+  0x11 HOST_RETURN_UNSUPPORTED_FEATURE_PARAMETER
+  0x13 HOST_RETURN_OTHER_END_USER
+  0x14 HOST_RETURN_OTHER_END_LOW_RESOURCE
+  0x15 HOST_RETURN_OTHER_END_POWER_OFF
+  0x16 HOST_RETURN_LOCAL_HOST
+  0x18 HOST_RETURN_PAIRING_NOT_ALLOWED
+  0x19 HOST_RETURN_UNKNOWN_PDU
+  0x1a HOST_RETURN_UNSUPPORTED_REMOTE_FEATURE
+  0x1d HOST_RETURN_SCO_AIR_MODE_REJECTED
+  0x20 HOST_RETURN_UNSUPPORTED_LMP_VALUE
+  0x21 HOST_RETURN_AUTHENTICATION_FAILURE
+  0x22 HOST_RETURN_CHANGED_EXISTING_SCO
+  0x23 HOST_RETURN_HOST_REJECTED
+  0x24 HOST_RETURN_UNSPECIFIED_ERROR
+  0x25 HOST_RESET
+  0x26 HOST_RETURN_BAD_HANDLE
+
+  0x00 HOST_RETURN_ACCEPT_COMMAND
+  0x01 HOST_RETURN_REJECT_COMMAND
+)
+(
+  0 HOST_IS_PRESENT
+  1 BCI_IS_PRESENT
+  2 DONT_INIT_RADIO
+)
+(
+  0 MASTER_STATE_STANDBY
+  1 MASTER_INQUIRY
+)
+(
+  92 SECOND_SWITCH_REQ
+  93 SLAVE_DELAY_DETACH
+  94 MASTER_DELAY_DETACH
+  95 UNSNIFF_DELAY_DETACH
+  0 WE_STARTED_AS_MASTER
+  1 WE_STARTED_AS_SLAVE
+)
+(
+  0x01 HOST_INQUIRY
+  0x02 HOST_INQUIRY_CANCEL
+  0x03 HOST_CREATE_CONNECTION
+  0x04 HOST_DISCONNECT_CONNECTION
+  0x05 HOST_ADD_SCO_REQUEST
+  0x06 HOST_REMOTE_NAME_REQUEST
+  0x07 HOST_WRITE_SUPPORTED_FEATURES
+  0x08 HOST_SET_TX_LEVEL
+  0x09 HOST_SET_RX_LEVEL
+  0x0a HOST_SNIFF_REQUEST
+  0x0b HOST_UNSNIFF_REQUEST
+  0x0c HOST_WRITE_LINK_SUPERVISION_TIMEOUT
+  0x0e HOST_WRITE_SCAN_ENABLE
+  0x0f HOST_READ_AUDIO_QUALITY
+  0x10 HOST_ENABLE_DEVICE_UNDER_TEST
+  0x14 HOST_BUTTON_CONFIGURE
+  0x15 HOST_SET_LOW_BATTERY_LEVEL
+  0x16 HOST_WRITE_LOCAL_NAME
+  0x17 HOST_WRITE_LOCAL_PIN
+  0x18 HOST_KILL_SCO_REQUEST
+  0x19 HOST_QOS_REQ
+
+  0x1a HOST_FEATURES_REQUEST
+  0x1b HOST_VERSION_REQUEST
+  0x1c HOST_TIMING_REQUEST
+  0x1d HOST_CLK_OFFSET_REQUEST
+  0x1e HOST_AUTHENTICATE
+  0x1f HOST_START_ENCRYPTION
+  0x20 HOST_STOP_ENCRYPTION
+  0x21 HOST_HOLD_REQUEST
+  0x22 HOST_HOLD_FORCE
+  0x23 HOST_PARK_REQUEST
+  0x24 HOST_MOD_BEACON
+  0x25 HOST_SET_BROADCAST_SCAN_WINDOW
+  0x26 HOST_UNPARK_PM_REQUEST
+  0x27 HOST_UNPARK_BD_REQUEST
+  0x28 HOST_SLAVE_REQUEST_UNPARK
+  0x29 HOST_DECREASE_POWER_REQUEST
+  0x2a HOST_INCREASE_POWER_REQUEST
+  0x2b HOST_SEND_PREFERRED_RATE
+  0x2c HOST_MAX_SLOT_REQ
+  0x2d HOST_MAX_SLOT_FORCE
+  0x2e HOST_PAGE_MODE_REQUEST
+  0x2f HOST_PAGE_SCAN_MODE_REQUEST
+  0x30 HOST_MASTER_SLAVE_SWITCH
+  0x31 HOST_SEND_AUTO_RATE
+  0x32 HOST_PAGE_CANCEL
+  0x33 HOST_CHANGE_LINK_KEY
+  0x34 HOST_RADIO_READ
+  0x35 HOST_RADIO_WRITE
+  0x36 HOST_REMOTE_SLAVE_INIT_UNPARK_REQUESTED
+
+  0x40 HOST_REMOTE_CONNECTION_REQUESTED
+  0x41 HOST_REMOTE_DETACH
+  0x42 HOST_REMOTE_SCO_CREATE_REQUESTED
+  0x43 HOST_REMOTE_SCO_KILL_REQUESTED
+  0x44 HOST_REMOTE_PARK_REQUESTED
+  0x45 HOST_REMOTE_UNPARK_REQUESTED
+  0x46 HOST_REMOTE_SNIFF_REQUESTED
+  0x47 HOST_REMOTE_UNSNIFF_REQUESTED
+  0x48 HOST_REMOTE_HOLD_REQUESTED
+  0x49 HOST_REMOTE_AUTHENTICATION
+  0x4a HOST_REMOTE_START_ENCRYPTION_REQUESTED
+  0x4b HOST_REMOTE_STOP_ENCRYPTION_REQUESTED
+  0x4c HOST_MODE_CHANGE_EVENT
+  0x4d HOST_REMOTE_TEST_ACTIVATE
+  0x4e HOST_REMOTE_TEST_CONTROL
+  0x4f HOST_REMOTE_TIMING_REQUEST
+)
+(
+  0x01 BCI_INQUIRY
+  0x02 BCI_INQUIRY_CANCEL
+  0x03 BCI_CREATE_CONNECTION
+  0x04 BCI_DISCONNECT
+  0x05 BCI_ADD_SCO_CONNECTION
+  0x06 BCI_REMOTE_NAME_REQUEST
+  0x07 BCI_WRITE_SUPPORTED_FEATURES
+  0x08 BCI_SET_TX_POWER_LEVEL
+  0x09 BCI_SET_RX_POWER_LEVEL
+  0x0a BCI_SNIFF_MODE
+  0x0b BCI_EXIT_SNIFF_MODE
+  0x0c BCI_WRITE_LINK_SUPERVISION_TIMEOUT
+  0x0d BCI_WRITE_PAGE_TIMEOUT
+  0x0e BCI_WRITE_SCAN_ENABLE
+  0x0f BCI_GET_AUDIO_QUALITY
+  0x10 BCI_ENABLE_DEVICE_UNDER_TEST
+  0x11 BCI_SEND_DATA
+  0x12 BCI_REGISTER_SERVICE_RECORD
+  0x13 BCI_SERVICE_SEARCH_ATTRIB_REQ
+  0x14 BCI_BUTTON_CONFIGURE
+  0x15 BCI_SET_LOW_BATTERY_LEVEL
+  0x16 BCI_WRITE_LOCAL_NAME
+  0x17 BCI_WRITE_LOCAL_PIN
+  0x18 BCI_REMOVE_SCO_CONNECTION
+  0x19 BCI_QUALITY_OF_SERVICE
+  0x40 BCI_REMOTE_CONNECTION_REQUEST
+  0x41 BCI_REMOTE_DETACH
+  0x42 BCI_REMOTE_ADD_SCO_REQUEST
+  0x43 BCI_REMOTE_REMOVE_SCO_REQUEST
+  0x44 BCI_REMOTE_PARK_REQUEST
+  0x45 BCI_REMOTE_UNPARK_REQUEST
+  0x46 BCI_REMOTE_SNIFF_REQUEST
+  0x47 BCI_REMOTE_UNSNIFF_REQUEST
+  0x48 BCI_REMOTE_HOLD_REQUEST
+  0x49 BCI_REMOTE_AUTHENTICATION_PAIRING_REQUEST
+  0x4a BCI_REMOTE_START_ENCRYPTION_REQUEST
+  0x4b BCI_REMOTE_STOP_ENCRYPTION_REQUEST
+  0x4c BCI_MODE_CHANGE_EVENT
+)
+(
+  0 MODE_CHANGE_ACTIVE
+  1 MODE_CHANGE_SNIFFING
+  2 MODE_CHANGE_PARKED
+  3 MODE_CHANGE_HOLDING
+  4 MODE_CHANGE_SCO_ADDED
+  5 MODE_CHANGE_SCO_REMOVED
+  6 MODE_CHANGE_ACL_CONNECTION
+  7 MODE_CHANGE_DISCONNECT
+  8 MODE_CHANGE_SCO_CHANGED
+  9 MODE_CHANGE_ENCRYPTING
+  10 MODE_CHANGE_NOT_ENCRYPTING
+  11 MODE_CHANGE_BUTTON_UP
+  12 MODE_CHANGE_BUTTON_DOWN
+  13 MODE_CHANGE_BATTERY_LOW
+  14 MODE_CHANGE_RESET
+  15 MODE_CHANGE_INQUIRY_CANCELED_RMTCMD
+  16 MODE_ACTIVE_MSSWITCH_PASSED
+  17 MODE_ACTIVE_MSSWITCH_FAILED
+)
+(
+  6 BATTERY_CHECK_LEVEL
+  7 BATTERY_SENT_STATUS
+)
+(
+  0x02 RADIO_2001
+  0x12 RADIO_2002
+  0x32 RADIO_2002_DDM
+  0x42 RADIO_1008A1
+  0x52 RADIO_1018A0
+)
+(
+  0 SLAVE_INIT_AUTHENTICATION
+  1 SLAVE_INIT_ENCRYPTION
+  2 SLAVE_INIT_MASTER_SLAVE_SWITCH
+)
+(
+  0 CONNECTION_AUTH
+  1 CONNECTION_ENCRYPT
+  2 CONNECTION_SWITCH
+  3 CONNECTION_ACL
+  4 CONNECTION_FEATURE_EXT
+)
+(
+  7 AA_INSERTION
+)
+memalloc(
+/* 00-0f most frequently used area  */
+1 mem_le_adv_transmit
+1 mem_le_adv_waitcnt
+1 mem_le_adv_rcv
+1 mem_le_req_rcv
+1 mem_le_scanrsp_rcv
+1 mem_le_conn_rcv
+
+1 mem_inquiryscan_waitcnt
+1 mem_inquiryscan_rcvcnt
+1 mem_pagescan_waitcnt
+1 mem_pagescan_rcvcnt
+1 mem_pagescan_rcvfhscnt
+1 mem_slave_rcvcnt
+1 mem_page_transmit
+1 mem_page_rcv
+1 mem_page_rcv_fhs
+1 mem_master_rcvcnt
+
+/* 10-1f debug area */
+1 mem_fhs_wait_counter
+1 mem_newconnto_counter
+1 mem_inquiry_transmit
+1 mem_inquiry_rcv
+1 mem_fw_ver
+1 mem_current_context
+1 mem_le_ch_mapped
+1 mem_last_freq
+1 mem_rssi
+1 mem_rssi_hex
+1 mem_rx_type
+2 mem_rx_hec_err
+2 mem_rx_crc_err
+2 mem_context_ptr
+8 mem_display
+8 mem_bcd
+
+		/* context swappable area */
+1 mem_state
+1 mem_mode
+2 mem_tsniff
+4 mem_sniff_anchor
+6 mem_clk_offset
+2 mem_rx_window
+3 mem_plap
+1 mem_puap
+2 mem_pnap
+1 mem_conn_handle
+1 mem_arq
+1 mem_lmp_to_send
+1 mem_lmi_opcode
+1 mem_lmo_reason
+1 mem_op
+1 mem_state_map
+4 mem_supervision_timer
+2 mem_supervision_to
+1 mem_name_offset
+1 mem_key_size
+1 mem_conn_sm
+12 mem_aco
+16 mem_kc
+1 mem_conn_timer
+1 mem_sniff_attempt
+1 mem_sniff_timeout
+2 mem_dsniff
+1 mem_amaddr
+1 mem_lmo_opcode1
+1 mem_lmi_opcode1
+1 mem_lmo_reason1
+1 mem_lmo_tid1
+1 mem_lmo_opcode2
+1 mem_lmi_opcode2
+1 mem_lmo_reason2
+1 mem_lmo_tid2
+8 mem_bt_context_reserve
+	/*context ending*/
+
+1 mem_current_sniff_attempt
+1 mem_current_sniff_timeout
+1 mem_nfreq_index_inq
+1 mem_nfreq_index_page
+1 mem_ninqy_index
+1 mem_fhs_misc
+
+
+
+/* lpo related */
+4 mem_subsniff_instant
+1 mem_subsniff_rate
+2 mem_subsniff_tcmax
+1 mem_subsniff_tsniff
+1 mem_lpm_adjust
+6 mem_sync_clke
+1 mem_lpm_current_mult
+4 mem_gpio_wakeup_low
+4 mem_gpio_wakeup_high
+
+
+//page
+1 mem_npage_index
+1 mem_page_mode
+4 mem_page_clk
+
+
+
+/*temp mem*/
+1 mem_temp_am_addr
+1 mem_temp_arq
+
+//
+2 mem_len
+4 mem_clkn_bt
+4 mem_clke_bt
+4 mem_dpll_clkn
+1 mem_connection_options
+
+1 mem_nameres_cnt
+2 mem_txptr
+2 mem_slot_offset
+
+//extm
+1 extm_fhs_misc
+1 extm_newconn_am_addr
+3 extm_class
+3 extm_lap
+1 extm_uap
+3 extm_nap
+
+21 mem_rxbuf
+
+//debug
+1 mem_debug_config
+1 mem_lch_code
+1 mem_fhs_am_addr
+1 mem_select_list_item
+0 mem_temp_reconn_record
+1 mem_record_bt_mode
+6 mem_temp_lap
+2 mem_list_item_ptr
+
+100 mem_eir
+
+
+2 mem_param_tx_setup
+2 mem_param_rf_setup
+2 mem_param_conn_access
+2 mem_param_clke_cal
+2 mem_param_pll_setup
+2 mem_param_rx_setup
+2 mem_param_dpll_start_delay
+2 mem_param_rt_rthalfslot
+2 mem_param_clke_cal_le_1m
+2 mem_param_clke_cal_le_2m
+2 mem_param_clke_cal_le_coded
+
+)
+memalloc(
+260 mem_le_rxbuf
+
+/* security temp */
+4 mem_le_mic
+4 mem_le_peer_mic
+//8 mem_le_skdm
+//8 mem_le_skds
+16 mem_le_mrand
+
+
+/* ========= le context =========== */
+1 mem_le_state
+1 mem_le_mode
+2 mem_le_tsniff
+4 mem_le_anchor
+6 mem_le_clk_offset
+2 mem_le_receive_window
+6 mem_le_plap
+1 mem_le_conn_handle
+1 mem_le_arq
+1 mem_le_ch
+1 mem_le_hop
+2 mem_le_event_count
+4 mem_le_supervision_timer
+2 mem_le_instant
+1 mem_le_channels
+1 mem_le_op
+
+	/* these 3 should NOT be seperated */
+4 mem_le_access
+3 mem_le_crcinit
+1 mem_le_window_size
+
+	/* these 3 should NOT be seperated */
+2 mem_le_slave_latency
+2 mem_le_superto
+5 mem_le_channel_map
+
+
+1 mem_le_rx_phy
+1 mem_le_tx_phy
+
+9 mem_le_update_new_param
+
+16 mem_le_sk
+
+1 mem_le_peer_sca
+1 mem_le_err_code
+1 mem_le_ll_pairing_fail_reason
+
+5 mem_le_context_reserve
+/* ========= le context ending =========== */
+
+/* test */
+1 mem_le_testtype
+1 mem_cmd_le_create_conn
+
+)
+memalloc(
+
+/* load code */
+1 mem_ucode_status
+1 mem_spid_tbuf				/* spid buf: 03 addr[23:16] addr[15:8] addr[7:0] */
+0 mem_iicd_tbuf				/* iicd buf: iic_adr addr[15:8] addr[7:0] iic_adr */
+1 mem_addr_hi
+1 mem_addr_mi
+1 mem_addr_lo
+1 mem_iicd_addr
+4 mem_spid_rbuf
+2 mem_ucode_buf
+2 mem_ucode_len
+2 mem_sched_addr
+2 mem_ucode_ptr
+16 mem_ucode_keybuf
+
+1 mem_spid2_tbuf
+1 mem_addr_hi2
+1 mem_addr_mi2
+1 mem_addr_lo2
+4 mem_spid2_rbuf
+1 mem_reconnect_flag
+1 mem_switch_fail_master_count
+1 mem_app_evt_timer_count
+)
+memalloc(
+0 mem_l2cap_mem_start
+// L2CAP RX 
+2 mem_l2cap_rxbuff1_len
+2 mem_l2cap_rxbuff2_len
+2 mem_l2cap_rxbuff_new
+1 mem_l2cap_rxbuff_inuse
+2 mem_l2cap_payload_ptr
+2 mem_l2cap_rx_pkt_length
+2 mem_l2cap_rx_cid
+1 mem_l2cap_rx_done
+
+
+
+// L2CAP TX Signal channel
+2 mem_l2cap_signal_tx_buff_ptr
+2 mem_l2cap_signal_tx_payload_ptr
+2 mem_l2cap_signal_tx_length
+// L2CAP TX SDP channel
+2 mem_sdp_tx_buff_ptr
+2 mem_sdp_tx_payload_ptr
+2 mem_sdp_tx_pkt_length
+// L2CAP TX RFCOMM channel
+2 mem_rfcomm_tx_buff_ptr
+2 mem_rfcomm_tx_payload_ptr
+2 mem_rfcomm_tx_pkt_length
+
+
+
+//L2CAP Util
+
+2 memL2CAP_T1
+
+1 mem_CONTROL_tasks
+1 mem_send_config_req
+
+
+1 mem_config_identifier
+2 mem_config_req_dest_CID
+1 mem_rfcomm_malloc_fail_flag
+
+//L2CAP STATE MACHINE
+1 mem_message_to_uppersm
+1 mem_upper_sm_remote_page
+1 mem_upper_sm_reconn
+1 mem_upper_sm_ss
+
+
+64 mem_tx_malloc_log
+0 mem_l2cap_mem_end
+
+
+2 mem_scid
+2 mem_cmd_length
+2 mem_tt2
+2 mem_tt3
+2 mem_id
+2 mem_psm
+
+
+4 mem_l2cap_sdpres_delay_time
+)
+memalloc(
+
+1 mem_lmo_header_length
+1 mem_lmo_header_opcode
+17 mem_lmo_payload
+1 mem_lmi_accepted_opcode
+1 mem_disconn_reason_send
+1 mem_tx_fixed_freq
+1 mem_rx_fixed_freq
+1 mem_ext_features_page
+2 mem_lmpext_ssp_enable
+1 mem_remote_sppcap
+
+1 mem_lmp_conn_state
+2 mem_soft_timer
+1 mem_pincode_state
+
+1 mem_sres_tid
+1 mem_accptsco_tid
+
+1 mem_wait_encryption
+
+16 mem_sniff_payload
+4 mem_aurand_send_delay_time
+)
+memalloc(
+1 memRemoteRPNBitRate
+1 memRemotePRNDataBits
+1 memRemotePRNStopBit
+1 memRemotePRNParity
+1 memRemotePRNFlowControl
+1 memRemotePRNXon
+1 memRemotePRNXoff
+
+
+3 mem_mod2div_temp
+2 mem_contw_temp
+2 mem_attrib_list
+
+//rfcomm head
+1 mem_current_adss
+1 mem_current_channel
+1 mem_current_frame_type
+1 mem_current_fcs
+2 mem_current_length
+2 mem_rfcomm_uih_payload_ptr
+
+//rfcomm uih
+1 mem_uih_cmd_type
+2 mem_uih_length
+2 mem_param_payload_ptr
+
+
+//rfcomm modem status
+1 mem_ms_param
+
+//rfcomm pn
+1 mem_pn_credit_flow_type_info
+1 mem_pn_priority
+1 mem_pn_acknowledg_timer
+1 mem_pn_max_retrans
+
+1 mem_rfcomm_send_adss
+1 mem_rfcomm_send_frame_type
+1 mem_rfcomm_send_fcs
+1 mem_rfcomm_send_offset
+
+)
+memalloc(
+0 mem_sdp_mem_start
+8 mem_sdp_uuid_search_ptr
+2 mem_sdp_continue_byte
+1 mem_sdp_pduid
+2 mem_sdp_transactionid
+2 mem_sdp_transactionid_local
+2 mem_sdp_attribute_maxbyte
+2 mem_sdp_record_maxcnt
+4 mem_sdp_record_handle
+1 mem_sdp_LACAP_found
+1 mem_sdp_RFCOMM_found
+0 mem_sdp_handle_list
+32 mem_sdp_attrib_list
+2 mem_sdp_error_code
+2 mem_sdp_all_length
+1 mem_handle_humber
+2 mem_search_uuid
+0 mem_sdp_mem_end
+)
+memalloc (
+
+
+16 mem_random_number
+16 mem_round_key
+16 mem_kinit
+
+16 mem_input_store
+16 mem_x
+15 mem_y
+1 mem_y15
+17 mem_key_store
+1 mem_key_store_end
+2 memp_ar_key
+2 memp_ar_input
+10 mem_ar_hround
+
+
+1 mem_ec_infinite
+2 mem_ec_loopc
+1 mem_aes_cmac_data_length
+
+0 memdat
+/* ecc calculation */
+
+24 mem_ax
+24  mem_ay
+24  mem_az
+24 mem_bx
+0 mem_ax_256 //32 bytes
+24 mem_by
+8 mem_bz
+16 mem_ay_256 // 32 bytes
+16 mem_cx
+8 mem_az_256 // 32 bytes
+23 mem_cy
+1 mem_cy5
+0 mem_bx_256 // 32 bytes
+24 mem_cz
+8  mem_k
+16 mem_by_256 // 31 bytes
+16 mem_align
+
+0 mem_bz_256  //32 bytes
+0 mem_tmp1
+24 memahbak
+8 mem_tmp5
+0 mem_cx_256  //32 bytes
+16 memahsave
+16  mem_tmp2
+0 mem_cy_256  // 32 bytes
+0  memahsave_end 
+1  mem_addr_padding 
+7   mem_addr_value         /* 12 bytes     */ 
+0 mem_tmp3
+5 mem_t1
+3  mem_addr_value_end   
+15 mem_addr_iocap_end
+1 mem_cy5_256 // 1 byte
+0 mem_cz_256 // 32 bytes
+0 mem_tmp0
+8 mem_t0
+16 mem_tmp0a
+8  mem_t2
+16 mem_k_256 //32 bytes
+16 mem_t3
+8  mem_tmp1_256 //32 bytes
+24 mem_t7
+
+
+32 mem_tmp5_256
+32  mem_tmp2_256
+0 mem_tmp3_256
+32 mem_t1_256
+0 mem_tmp0_256
+32 mem_t0_256
+32 mem_t2_256
+32 mem_t3_256
+32 mem_t7_256
+
+24 mem_p		
+24 mem_a
+24 mem_b
+24 mem_gx
+24 mem_gy
+32 memh0
+
+
+32 mem_p_256		
+32 mem_a_256
+32 mem_gx_256
+32 mem_gy_256
+16 mem_le_slat
+
+)
+memalloc(
+
+//4 mem_hci_ssp_mode
+0 mem_sp_state_start
+1 mem_sp_state
+1 mem_master_sp_state
+1 mem_sp_flag
+1 mem_master_sp_flag
+1 mem_sp_calc
+1 mem_sp_dh_ready
+1 mem_sp_localsm
+1 mem_pairing_auth
+
+1 mem_sp_local_key_send_count
+1 mem_sp_remote_key_recv_count
+1 mem_sp_remote_key_invalid
+1 mem_sp_dhkey_invalid
+4 mem_gkey
+0 mem_sp_state_end
+
+8 mem_le_pubkey_remote_x_256
+0 mem_sp_pubkey_remote
+24 mem_sp_pubkey_remote_x
+0 mem_sp_pubkey_remote_x_end
+8 mem_le_pubkey_remote_y_256
+24 mem_sp_pubkey_remote_y
+
+8 mem_le_dhkey_256
+24 mem_sp_dhkey
+0 mem_sp_dhkey_end
+
+16 mem_sp_random_local
+0 mem_sp_random_local_end
+16 mem_sp_random_remote
+0 mem_sp_random_remote_end
+0 memresult
+0 mem_sp_calc_result
+4 memh
+4 memg
+4 memf
+4 meme
+0 mem_sp_calc_result_high
+4 memd
+4 memc
+4 memb
+4 mema
+16 mem_sp_check_result
+16 mem_sp_confirm_remote
+16 mem_sp_prarm_stack
+)
+memalloc(
+2 mem_UI_data_txbuff_length
+
+1 mem_ipc_skip_continue_proc
+0 mem_ui_timer_temp  //length 4
+4 mem_ipc_rega_temp
+) 
+memalloc(
+
+/*
+    temp parameter
+*/
+2 mem_hold_contr
+2 mem_hold_contw
+1 mem_fifo_temp
+
+8 mem_pdatatemp
+8 mem_temp //8 bytes
+4 mem_timeup // 4 bytes
+4 mem_rega //4 bytes
+4 mem_regb //4 bytes
+3 mem_regc //3 bytes
+2 mem_contr //2 bytes
+2 mem_contw //2 bytes
+2 mem_contus
+2 mem_contue
+2 mem_contu
+2 mem_queue
+2 mem_loopcnt
+
+
+1 mem_wakup_from_power_flag
+4 mem_saved_gpio_in
+
+0 mem_module_rx_error_data_buffer
+0 mem_shutter_random_mac_data_temp
+0 mem_shutter_config_data_temp
+0 mem_le_adv_channel_map_temp
+0 mem_le_data_len_temp	//1byte
+0 mem_tx_fifo_map_temp
+0 mem_rpn_dlci		//1byte
+0 mem_event_cmd_response_content	//2byte
+0 mem_le_prand		//16byte
+0 mem_AES_CMAC_k	 //16 bytes
+0 mem_regext_index 	//1 bytes
+1 mem_temp_block0
+0 mem_le_data_temp	//15bytes
+15 mem_temp_block1
+0 mem_le_aes_128	//16byte
+0 mem_regext   //64 bytes
+0 mem_AES_CMAC_k1  //16 bytes
+16 mem_temp_block2
+0 mem_AES_CMAC_k2  //16 bytes
+16 mem_temp_block3
+0 mem_AES_CMAC_temp  // 16 bytes
+16 mem_temp_block4
+0 mem_AES_CMAC_M_last // 16 bytes
+1 mem_module_uart_cmd
+1 mem_module_uart_opcode
+1 mem_module_uart_len
+1 mem_module_temp_nl_discard_packet
+12 mem_temp_block5
+0 mem_le_mackey //16 bytes
+0 mem_app_receive_temp
+2 mem_key_value_temp
+2 mem_key_value
+1 mem_key_value_temp1
+1 mem_key_value_temp2
+1 mem_key_value_temp3
+1 mem_key_value_temp4
+1 mem_key_value_temp5
+1 mem_key_value_temp6
+6 mem_temp_block6
+
+3 mem_scale_ratio
+3 mem_xcnt
+2 mem_scale_ratio_temp
+)
+memalloc iqcal (
+2 mem_vdk
+4 mem_vok
+6 mem_omega
+4 mem_b1
+4 mem_b2
+16 mem_u1
+16 mem_u2
+16 mem_q
+)
+memalloc test (
+/* test related */
+2 mem_tst_pktcnt_sync
+2 mem_tst_pktcnt_hec
+2 mem_tst_pktcnt_crc
+2 mem_tst_pktcnt_dmh
+3 mem_tmp_buffer_head
+80 mem_tmp_buffer
+
+
+1 mem_tester_emulate
+0 mem_temp_payload
+1 test_mode_scenario
+1 test_mode_hopping_mode
+1 test_mode_tx_freq
+1 test_mode_rx_freq
+1 test_mode_power_mode
+1 test_mode_poll_period
+1 test_mode_packet_type
+2 test_mode_data_length
+1 mem_test_mode_old_debug_config
+1 mem_tester_cnt
+
+)
+memalloc ali_mesh(
+	1 mem_mesh_receive_model_message_payload_len
+	1 mem_mesh_receive_model_message_payload_opcode
+	23 mem_mesh_receive_model_message_payload
+
+	1 mem_mesh_access_layer_payload_len
+	0 mem_mesh_access_layer_payload
+	50 mem_mesh_access_payload
+	50 mem_mesh_access_payload_padding	//Ϊ��͸��ģ��Ԥ��
+)
+memalloc ali_mesh(
+	0 mem_mesh_queue_ele_temp
+	1 mem_mesh_queue_ele_duration
+	1 mem_mesh_queue_ele_gatt_msg_id
+	1 mem_mesh_queue_ele_len
+	31 mem_mesh_queue_ele_payload
+	1 mem_mesh_queue_ele_padding
+)
+memalloc ali_mesh(
+	39 mem_le_txheader_mesh_temp
+	
+)
+memalloc ali_mesh(
+	// sha256
+	0 mem_mesh_sha256_chunk_start
+	64 mem_mesh_sha256_chunk1
+	64 mem_mesh_sha256_chunk2
+	64 mem_mesh_sha256_chunk3
+	64 mem_mesh_sha256_chunk4
+
+	//obfuscation network PDU Header
+	0 mem_mesh_Privacy_Plaintext
+	5 mem_mesh_Privacy_Plaintext_Zero_String
+	4 mem_mesh_Privacy_Plaintext_IV_Index
+	0 mem_mesh_Privacy_Plaintext_Privacy_Random
+	2 mem_mesh_Privacy_Plaintext_Privacy_Random_EncDST
+	5 mem_mesh_Privacy_Plaintext_Privacy_Random_EncTransportPDU_or_NetMIC
+	16 mem_mesh_PECB
+
+	//basic function
+	//aes-ccm
+	2 mem_nonce_ptr
+	1 mem_ccm_data_len
+	2 mem_ccm_data_ptr
+	8 mem_ccm_mic
+	1 mem_ccm_type
+
+
+)
+memalloc ali_mesh(
+
+	16 mem_mesh_Device_UUID
+	
+	1 mem_mesh_receive_VID
+
+)
+memalloc ali_mesh(
+	2 mem_mesh_mic_cache_ptr
+)
+memalloc ali_mesh(
+	1 mem_mesh_lower_transport_layer_payload_len
+
+)
+memalloc ali_mesh(
+	2 mem_mesh_loopcnt_tmep
+	2 mem_mesh_rega_temp
+	2 mem_mesh_regb_temp
+	2 mem_mesh_regc_temp
+	2 mem_mesh_alarm_temp
+	
+)
+memalloc ali_mesh(
+	1 mem_mesh_message_Transport_NetMIC_length
+
+	1 mem_mesh_message_NID
+	1 mem_mesh_message_TTL
+	3 mem_mesh_message_SEQ
+	2 mem_mesh_message_SRC
+	2 mem_mesh_message_DST
+	0 mem_mesh_message_Transport_NetMIC
+	1 mem_mesh_message_Transport_Head
+	//unsegmented access message
+	0 mem_mesh_message_Transport_unsegmented_access_messagePDU
+	//segmented access message
+	0 mem_mesh_message_Transport_segmented_access_messagePDU
+	3 mem_mesh_message_segment_access_SZMIC_SeqZero_SegO_SegN
+	0 mem_mesh_message_Transport_segmented_access_messagePDU_Segment
+	16 mem_mesh_message_Transport_NetMIC_end
+
+	13 mem_mesh_nonce_struct
+
+	2 mem_mesh_send_message_DST
+	3 mem_mesh_last_message_SEQ
+	1 mem_mesh_network_packet_type
+
+)
+memalloc ali_mesh(
+	2 mem_mesh_upper_transport_layer_payload_ptr
+	1 mem_mesh_segmented_upper_transport_layer_payload_len
+	2 mem_mesh_segmented_lower_transport_layer_SegZero
+	1 mem_mesh_segmented_lower_transport_layer_SegO
+	1 mem_mesh_segmented_lower_transport_layer_SegN
+	1 mem_mesh_segmented_last_packet_upper_teansport_payload_len
+
+	0 mem_mesh_upper_tran_layer_queue_temp
+	1 mem_mesh_upper_tran_layer_temp_packet_flag
+	2 mem_mesh_upper_tran_layer_temp_packet_transmit_delay
+	1 mem_mesh_upper_tran_layer_temp_packet_TID
+	1 mem_mesh_upper_tran_layer_temp_packet_header_IVI_NID
+	1 mem_mesh_upper_tran_layer_temp_packet_header_CTL_TTL
+	3 mem_mesh_upper_tran_layer_temp_packet_header_SEQ
+	2 mem_mesh_upper_tran_layer_temp_packet_header_SRC
+	2 mem_mesh_upper_tran_layer_temp_packet_header_DST
+	1 mem_mesh_upper_tran_layer_temp_packet_length
+	108 mem_mesh_upper_tran_layer_temp_packet_payload
+
+)
+
+amemalloc mem_le_update_new_param(
+//update map parameter
+	0 mem_le_new_param
+	1 mem_le_new_transmitwindowsize
+	2 mem_le_new_transmitwindowoffset
+	2 mem_le_new_conninterval
+	2 mem_le_new_connslavelatency
+	2 mem_le_new_connsupervisiontimeout
+)
+
+amemalloc mem_le_update_new_param(
+//update map parameter
+	5 mem_le_new_map
+)	
+
+amemalloc mem_le_update_new_param(
+//update phy parameter
+	1 mem_le_new_m2s_phy
+	1 mem_le_new_s2m_phy
+)
+amemalloc mem_le_rxbuf(
+//data channel PDU
+	1 mem_le_rxbuf_data_header
+	1 mem_le_rxbuf_data_length
+	255 mem_le_rxbuf_data_payload
+)
+amemalloc mem_le_rxbuf(
+//data channel LL control PDU
+	1 mem_le_rxbuf_data_ll_header
+	1 mem_le_rxbuf_data_ll_length
+	1 mem_le_rxbuf_data_ll_opcode
+	26 mem_le_rxbuf_data_ll_control_data
+)
+amemalloc mem_le_rxbuf(
+//advertising channel PDU
+	1 mem_le_rxbuf_adv_header
+	1 mem_le_rxbuf_adv_length
+	255 mem_le_rxbuf_adv_payload
+)
+amemalloc mem_le_rxbuf(
+//advertising channel PDU
+//Scan Req
+	1 mem_le_rxbuf_adv_scan_req_header
+	1 mem_le_rxbuf_adv_scan_req_length
+	6 mem_le_rxbuf_adv_scan_req_scan_address
+	6 mem_le_rxbuf_adv_scan_req_adv_address
+)
+amemalloc mem_le_rxbuf(
+//advertising channel PDU
+//Connect IND
+	1 mem_le_rxbuf_adv_connect_ind_header
+	1 mem_le_rxbuf_adv_connect_ind_length
+	6 mem_le_rxbuf_adv_connect_ind_init_address
+	6 mem_le_rxbuf_adv_connect_ind_adv_address
+	4 mem_le_rxbuf_adv_connect_ind_access_address
+	3 mem_le_rxbuf_adv_connect_ind_crc_init
+	1 mem_le_rxbuf_adv_connect_ind_win_size
+	2 mem_le_rxbuf_adv_connect_ind_win_offset
+	2 mem_le_rxbuf_adv_connect_ind_interval
+	2 mem_le_rxbuf_adv_connect_ind_latency
+	2 mem_le_rxbuf_adv_connect_ind_timeout
+	5 mem_le_rxbuf_adv_connect_ind_channel_map
+	1 mem_le_rxbuf_adv_connect_ind_hop_and_sca
+)
+amemalloc mem_temp_block2(
+	2 mem_le_search_handle_start
+	2 mem_le_search_handle_end
+	0 mem_le_att_offset
+	1 mem_le_search_att_type_length
+	16 mem_le_search_att_type
+
+	1 mem_le_curr_att_len
+
+	2 mem_le_cur_attlist_start_ptr
+	2 mem_le_cur_handle_start
+	2 mem_le_cur_handle_end
+	1 mem_le_cur_uuid_length
+	16 mem_le_cur_uuid
+)
+amemalloc mem_le_rxbuf(
+//data channel ATT start PDU
+	1 mem_le_rxbuf_data_att_header
+	1 mem_le_rxbuf_data_att_length
+	2 mem_le_rxbuf_data_att_l2cap_length
+	2 mem_le_rxbuf_data_att_cid
+	1 mem_le_rxbuf_data_att_opcode
+	250 mem_le_rxbuf_data_att_payload
+)
+amemalloc mem_le_rxbuf(
+//data channel ATT continue PDU
+	1 mem_le_rxbuf_data_continue_header
+	1 mem_le_rxbuf_data_continue_length
+	255 mem_le_rxbuf_data_continue_payload
+)
+amemalloc mem_le_rxbuf(
+//data channel ATT write request PDU
+	1 mem_le_rxbuf_data_att_write_header
+	1 mem_le_rxbuf_data_att_write_length
+	2 mem_le_rxbuf_data_att_write_l2cap_length
+	2 mem_le_rxbuf_data_att_write_cid
+	1 mem_le_rxbuf_data_att_write_opcode
+	2 mem_le_rxbuf_data_att_write_handle
+	248 mem_le_rxbuf_data_att_write_payload
+)
+amemalloc mem_le_rxbuf(
+//data channel ATT prepare write request PDU
+	1 mem_le_rxbuf_data_prepare_att_write_header
+	1 mem_le_rxbuf_data_prepare_att_write_length
+	2 mem_le_rxbuf_data_prepare_att_write_l2cap_length
+	2 mem_le_rxbuf_data_prepare_att_write_cid
+	1 mem_le_rxbuf_data_prepare_att_write_opcode
+	2 mem_le_rxbuf_data_prepare_att_write_handle
+	2 mem_le_rxbuf_data_prepare_att_write_offset
+	246 mem_le_rxbuf_data_prepare_att_write_payload
+)
+
+
+memalloc usb_dongle(
+256 mem_dg_rssi_noise_buffer
+256 mem_dg_rssi_noise_dg_buffer
+256 mem_dg_rssi_noise_ms_buffer
+256 mem_dg_rssi_noise_kb_buffer
+
+)
+
+memalloc module(
+	//ble
+	2 mem_module_le_rx_data_len
+	2 mem_module_le_rx_data_address
+	2 mem_module_le_rx_data_handle
+
+ifdef COMPILE_WECHAT
+	0 mem_wechat_tx_buffer
+	1 mem_wechat_tx_bMagicNumber
+	1 mem_wechat_tx_bVer
+	2 mem_wechat_tx_nLength
+	2 mem_wechat_tx_nCmdId
+	2 mem_wechat_tx_nSeq1
+	255 mem_wechat_tx_payload
+
+	0 mem_wechat_rx_buffer
+	1 mem_wechat_rx_bMagicNumber
+	1 mem_wechat_rx_bVer
+	2 mem_wechat_rx_nLength
+	2 mem_wechat_rx_nCmdId
+	2 mem_wechat_rx_nSeq
+	255 mem_wechat_rx_payload
+
+	255 mem_module_wechat_local_data_buffer
+
+endif
+)
+memalloc mouse(
+2 mem_init_cnt
+2 mem_data_pre
+2 mem_data_current
+3 mem_data_sum
+2 mem_data_value
+
+
+)
+memalloc hci_boot(
+2 mem_hci_opcode_ocf
+1 mem_hci_opcode_ogf
+
+//event head
+1 mem_hci_event_head_type
+1 mem_hci_event_head_event_code
+1 mem_hci_event_para_total_length
+
+//command complete
+1 mem_hci_command_complete_num_hci_command_packet
+0 mem_hci_command_complete_command_opcode
+2 mem_hci_opcode
+0 mem_hci_command_complete_return_parameter
+1 mem_hci_command_complete_return_parameter_status
+0 mem_hci_command_complete_return_parameter_chip_id
+
+)
+memalloc usb(
+1 mem_usb_status
+1 mem_usb_fifo_empty
+2 mem_usb_read_len
+65 mem_usb_txbuf
+10 mem_usb_txbuf1
+10 mem_usb_txbuf2
+64 mem_usb_rxbuf
+1 mem_usb_rxbuf_end
+2 mem_bufptr
+1 mem_remain
+2 mem_hidreportdesc_kb
+2 mem_hidreportdesc_m
+19 mem_devicedesc
+60 mem_confdesc
+5 mem_string0
+30 mem_string1
+30 mem_string2
+30 mem_string3
+2 mem_cb_usb_config
+
+1 mem_usb_tx_interval
+9 mem_usb_vid_pid
+2 mem_usb_zero_packet
+2 mem_usb_ones_packet
+2 mem_usb_two_packet
+1 mem_usb0_state
+1 mem_usb_offline_check_gpio
+
+0 mem_usb_clear_mem_start
+0 mem_usb_setup
+1 mem_usb_setup_bmRequestType
+1 mem_usb_setup_bRequest
+1 mem_usb_setup_bValue
+1 mem_usb_setup_bValueH
+2 mem_usb_setup_wIndex
+1 mem_usb_setup_bLength
+1 mem_usb_setup_bLengthH
+64 mem_usb0_set_report_data
+64 mem_usb0_get_report_data
+2 mem_usb_setup_bValue_temp
+1 mem_usb0_get_set_report
+1 mem_usb0_data_ready_report
+1 mem_usb_tx_win_enable
+1 mem_usb_tx_mac_enable
+1 mem_usb_idle_flag
+1 mem_usb_idle_rate
+1 mem_usb_get_protocol_flag
+1 mem_usb_set_protocol_status
+1 mem_usb_set_protocol_value
+1 mem_usb_state
+1 mem_usb_remote_wakeup
+1 mem_usb_clear_remote_wakeup
+1 mem_sdsystem_wakeup_flag
+1 mem_usb_ep0_stall_status
+1 mem_usb_ep1_stall_status
+1 mem_usb_ep2_stall_status
+1 mem_usb_ep3_stall_status
+2 mem_dsc_info_data_pointer
+1 mem_dsc_info_len
+1 mem_usb_ep1_data
+1 mem_usb_ep2_data
+1 mem_usb_tx_enable
+1 mem_usb_device_enumeration_endflag
+1 mem_usb_wakestate_onetime_flag
+1 mem_usb_mac_wakeup_trig
+1 mem_usb_set_high_addr_flag
+1 mem_usb_clear_halt
+16 mem_usb_mouse_data
+16 mem_usb_kb_data
+16 mem_usb_kb_multikey
+16 mem_usb_kb_system
+2 mem_usb_test_cnt
+10 mem_usb_test_kb
+0 mem_usb_clear_mem_end
+
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	3 mem_mesh_NETKeyindex_and_APPKeyindex
+	16 mem_mesh_receive_application_key
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	2 mem_mesh_vendor_message_cid
+	1 mem_mesh_vendor_message_tid
+	2 mem_mesh_vendor_message_attr_type
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_header
+	0 mem_mesh_vendor_attr_parameter
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_delay_close_time_header
+	2 mem_mesh_vendor_delay_close_time
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_night_light_onoff_header
+	1 mem_mesh_vendor_night_light_onoff
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_color_header
+	2 mem_mesh_vendor_color_lightness
+	2 mem_mesh_vendor_color_hue
+	2 mem_mesh_vendor_color_saturation
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_back_light_onoff_header
+	1 mem_mesh_vendor_back_light_onoff
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_main_light_onoff_header
+	1 mem_mesh_vendor_main_light_onoff
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_standby_brightness_header
+	2 mem_mesh_vendor_standby_brightness
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_current_time_header
+	4 mem_mesh_vendor_message_current_time
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_timer_header
+	1 mem_mesh_vendor_timer_timing_index
+	0 mem_mesh_vendor_timer_timing_index1
+	4 mem_mesh_vendor_timer_timing_time
+	2 mem_mesh_vendor_timer_timing_attr_type
+	1 mem_mesh_vendor_timer_timing_attr_para
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_timer_cyclic_header
+	1 mem_mesh_vendor_timer_timing_index_cyclic
+	2 mem_mesh_vendor_timer_timing_time_cyclic
+	1 mem_mesh_vendor_timer_timing_weekdays_cyclic
+	2 mem_mesh_vendor_timer_timing_attr_type_cyclic
+	1 mem_mesh_vendor_timer_timing_attr_para_cyclic
+	1 mem_mesh_vendor_timer_timing_cyclic_flag
+)
+amemalloc mem_mesh_access_layer_payload(
+	//ali mesh vendor struct
+	1 mem_mesh_access_layer_payload_vendor_command
+	2 mem_mesh_access_layer_payload_vendor_CID
+	1 mem_mesh_access_layer_payload_vendor_tid
+	2 mem_mesh_access_layer_payload_vendor_attr_type
+	1 mem_mesh_access_layer_payload_vendor_attr_parameter
+)
+amemalloc mem_temp_block0(
+	64 mem_mesh_subscription_eep_temp
+)
+amemalloc mem_mesh_queue_ele_temp(
+	2 mem_mesh_gatt_package_receive_msg_buffer_ptr
+	0 mem_mesh_gatt_package_receive_msg_buffer_temp
+	2 mem_mesh_gatt_package_receive_msg_id
+	0 mem_mesh_gatt_package_receive_MAC
+	1 mem_mesh_gatt_package_receive_msg_num
+	1 mem_mesh_gatt_package_receive_msg_total_length
+	29 mem_mesh_gatt_package_receive_msg_payload
+)
+amemalloc mem_mesh_Device_UUID(
+	2 mem_mesh_receive_service_uuid_company_id
+	1 mem_mesh_receive_service_uuid_vid
+	1 mem_mesh_receive_service_uuid_provisioning_type
+	2 mem_mesh_receive_service_uuid_mac
+	1 mem_mesh_receive_service_uuid_msg_id
+	1 mem_mesh_receive_service_uuid_package_num
+	1 mem_mesh_receive_service_uuid_length
+	7 mem_mesh_receive_service_uuid_payload_data
+)
+amemalloc mem_mesh_Device_UUID(
+	2 mem_mesh_receive_service_uuid_ios_data_company_id
+	1 mem_mesh_receive_service_uuid_ios_data_vid
+	1 mem_mesh_receive_service_uuid_ios_data_provisioning_type
+	1 mem_mesh_receive_service_uuid_ios_data_NID
+	1 mem_mesh_receive_service_uuid_ios_data_msg_id
+	1 mem_mesh_receive_service_uuid_ios_data_package_num
+	1 mem_mesh_receive_service_uuid_ios_data_length
+	8 mem_mesh_receive_service_uuid_ios_data_payload_data
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	1 mem_mesh_configuration_health_message_opcode
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	1 mem_mesh_configuration_health_message_opcode_config_model_subscription
+	2 mem_mesh_subscription_element_address
+	2 mem_mesh_subscription_value_address
+	2 mem_mesh_subscription_model_identifier
+)
+amemalloc mem_mesh_send_access_lower_transport_layer(
+	//bit7 is SEQ 0=Unsegment Message
+	//bit6 is AKF
+	//bit5-bit0 is AID
+	1 mem_mesh_unsegmented_access_lower_transport_layer_head
+	11 mem_mesh_unsegmented_access_lower_transport_layer_parameters
+	4 mem_mesh_unsegmented_access_lower_transport_layer_mic
+)
+amemalloc mem_mesh_send_access_lower_transport_layer(
+	//bit7 is SEQ 1=segment Message
+	//bit6 is AKF
+	//bit5-bit0 is AID
+	1 mem_mesh_segmented_access_lower_transport_layer_head
+	//bit23 is SZMIC size of transMIC
+	//bit22-bit10 is SeqZero Least significant bits of SeqAuth
+	//bit9-bit5 is SegO Segment offset number
+	//bit4-bit0 is SegN Last Segment number
+	3 mem_mesh_segmented_access_lower_transport_layer_SZMIC_SeqZero_SegO_SegN
+	8 mem_mesh_segmented_access_lower_transport_layer_parameters
+	4 mem_mesh_segmented_access_lower_transport_layer_mic
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	1 mem_mesh_module_message_opcode
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	//generic OnOff Set
+	1 mem_mesh_module_message_opcode_onoff_set
+	1 mem_mesh_generic_onoff_set_payload_OnOff
+	1 mem_mesh_generic_onoff_set_payload_TID
+	1 mem_mesh_generic_onoff_set_payload_Transition_Time
+	1 mem_mesh_generic_onoff_set_payload_Delay
+
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	//Scene recall ģʽ����
+	1 mem_mesh_module_message_opcode_scene_recall
+	2 mem_mesh_scene_recall_payload_scene_number
+	1 mem_mesh_scene_recall_payload_TID
+	1 mem_mesh_scene_recall_payload_Transition_Time
+	1 mem_mesh_scene_recall_payload_Delay
+
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	//light lightness
+	1 mem_mesh_module_message_opcode_set_light_lightness
+	2 mem_mesh_light_lightness_set_payload_lightness
+	1 mem_mesh_light_lightness_set_payload_TID
+	1 mem_mesh_light_lightness_set_payload_Transition_Time
+	1 mem_mesh_light_lightness_set_payload_Delay
+	1 mem_mesh_light_lightness_calc_lightness
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	//light CTL
+	1 mem_mesh_module_message_opcode_set_light_ctl
+	2 mem_mesh_CTL_Lightness
+	2 mem_mesh_CTL_Temperature
+	2 mem_mesh_CTL_Delta_UV
+	1 mem_mesh_CTL_lightness_TID
+	1 mem_mesh_CTL_lightness_Transition_Time
+	1 mem_mesh_CTL_lightness_Delay	
+	1 mem_mesh_CTL_calc_lightness
+	1 mem_mesh_CTL_calc_temperature
+
+)
+amemalloc mem_le_txheader_mesh_temp(
+	1 mem_mesh_network_packet_type_temp
+	29 mem_mesh_message_NID_temp
+)
+amemalloc mem_k2_T2(
+	16 mem_k2_EncryptionKey
+)
+amemalloc mem_k2_T3(
+	16 mem_k2_PrivacyKey
+)
+amemalloc mem_mesh_nonce_struct(
+	//DST and TransportPDU encryption
+	0 mem_mesh_Network_Nonce
+	1 mem_mesh_Network_Nonce_nonce_type
+	1 mem_mesh_Network_Nonce_CTL_and_TTL
+	3 mem_mesh_Network_Nonce_SEQ
+	2 mem_mesh_Network_Nonce_SRC
+	2 mem_mesh_Network_Nonce_Pad	//0x0000
+	4 mem_mesh_Network_Nonce_IV_Index
+
+)
+amemalloc mem_mesh_nonce_struct(
+	//application payload encryption
+	0 mem_mesh_Application_Nonce
+	1 mem_mesh_Application_Nonce_Nonce_Type
+	//bit7 is ASZMIC
+	1 mem_mesh_Application_Nonce_ASZMIC_and_Pad	//
+	3 mem_mesh_Application_Nonce_SEQ
+	2 mem_mesh_Application_Nonce_SRC
+	2 mem_mesh_Application_Nonce_DST
+	4 mem_mesh_Application_Nonce_IV_Index
+)
+amemalloc mem_mesh_nonce_struct(
+	//application payload encryption
+	0 mem_mesh_Device_Nonce
+	1 mem_mesh_Device_Nonce_Nonce_Type
+	1 mem_mesh_Device_Nonce_ASZMIC_and_Pad	//
+	3 mem_mesh_Device_Nonce_SEQ
+	2 mem_mesh_Device_Nonce_SRC
+	2 mem_mesh_Device_Nonce_DST
+	4 mem_mesh_Device_Nonce_IV_Index
+)
+amemalloc mem_mesh_access_layer_payload_len(
+	1 mem_mesh_upper_transport_layer_payload_len
+)
+amemalloc mem_mesh_upper_tran_layer_temp_packet_payload(
+//unsegment access message
+	0 mem_mesh_upper_tran_layer_temp_pakcet_AKF_AID
+	1 mem_mesh_upper_tran_layer_temp_unsegmented_pakcet_AKF_AID
+	4 mem_mesh_upper_tran_layer_temp_unsegmented_packet_fill
+	0 mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu
+	15 mem_mesh_upper_tran_layer_temp_unsegmented_pakcet_upper_tran_access_pdu
+)
+amemalloc mem_mesh_upper_tran_layer_temp_packet_payload(
+//segment access message
+	1 mem_mesh_upper_tran_layer_temp_segmented_pakcet_AKF_AID
+	2 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SeqZero
+	1 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SegO
+	1 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SegN
+	104 mem_mesh_upper_tran_layer_temp_segmented_pakcet_upper_tran_access_pdu
+)
+amemalloc mem_le_update_new_param(
+//update connection parameter
+
+
+xmemalloc(
+/* patch enable 0x4000-0x403f  */
+
+1 mem_patch00
+1 mem_patch01
+1 mem_patch02
+1 mem_patch03
+1 mem_patch04
+1 mem_patch05
+1 mem_patch06
+1 mem_patch07
+1 mem_patch08
+1 mem_patch09
+1 mem_patch0a
+1 mem_patch0b
+1 mem_patch0c
+1 mem_patch0d
+1 mem_patch0e
+1 mem_patch0f
+1 mem_patch10
+1 mem_patch11
+1 mem_patch12
+1 mem_patch13
+1 mem_patch14
+1 mem_patch15
+1 mem_patch16
+1 mem_patch17
+1 mem_patch18
+1 mem_patch19
+1 mem_patch1a
+1 mem_patch1b
+1 mem_patch1c
+1 mem_patch1d
+1 mem_patch1e
+1 mem_patch1f
+1 mem_patch20
+1 mem_patch21
+1 mem_patch22
+1 mem_patch23
+1 mem_patch24
+1 mem_patch25
+1 mem_patch26
+1 mem_patch27
+1 mem_patch28
+1 mem_patch29
+1 mem_patch2a
+1 mem_patch2b
+1 mem_patch2c
+1 mem_patch2d
+1 mem_patch2e
+1 mem_patch2f
+1 mem_patch30
+1 mem_patch31
+1 mem_patch32
+1 mem_patch33
+1 mem_patch34
+1 mem_patch35
+1 mem_patch36
+1 mem_patch37
+1 mem_patch38
+1 mem_patch39
+1 mem_patch3a
+1 mem_patch3b
+1 mem_patch3c
+1 mem_patch3d
+1 mem_patch3e
+1 mem_patch3f
+
+	/* 3 device contexts  */
+88 mem_context
+1 mem_current_amaddr
+1 mem_lpm_mode
+1 mem_device_option
+1 mem_scan_mode
+4 mem_last_clkn
+
+	/* parameters */
+8 mem_features
+3 mem_lap
+1 mem_uap
+2 mem_nap
+1 mem_npage
+3 mem_glap
+3 mem_class
+2 mem_iscan_window
+2 mem_iscan_interval
+2 mem_pscan_window
+2 mem_pscan_interval
+2 mem_page_interval
+2 mem_page_window
+2 mem_page_to
+2 mem_inq_window
+1 mem_fcomp_div
+2 mem_rx_window_init
+2 mem_rx_window_sniff
+2 mem_rf_init_ptr
+
+	/* connection related */
+1 mem_last_type
+1 mem_last_type_esco
+1 mem_last_type_saved
+2 mem_retransmission_cnt
+4 mem_next_btclk
+
+1 mem_rf_rccal
+1 mem_handle_num
+1 mem_max_slot
+1 mem_eir_enable
+
+/* AFH related */
+4 mem_afh_instant
+2 mem_afh_error_total
+1 mem_afh_cfg
+1 mem_afh_new_mod
+5 mem_afh_map_lo
+5 mem_afh_map_hi
+1 mem_afh_used
+2 mem_afh_index
+11 mem_afh_map_new
+80 mem_afh_map
+4 mem_afh_timer
+10 mem_afh_classify_channel_map
+
+
+	/* lpm related */
+2 mem_lpm_wake_lock
+2 mem_lpm_interval
+1 mem_lpm_overhead
+1 mem_lpm_hibernate_switch
+1 mem_esco_addr
+1 mem_sniff_unint_lost
+1 mem_ptt
+4 mem_sleep_counter   //should be 0x41fc in REVC
+4 mem_sleep_counter_all
+6 mem_sleep_clkn
+3 mem_sniff_rcv
+3 mem_sniff_lost
+3 mem_clks_per_lpo
+
+1 mem_lpm_mult
+1 mem_lpm_mult_timeout
+1 mem_lpm_mult_cnt
+
+/* 8139-813b lpm_ctrl[31:12] */
+0 mem_lpm_config				
+1 mem_lpm_xtal_ib
+1 mem_lpm_ctrim
+1 mem_lpm_padding
+
+1 mem_lpm_xtalcnt
+1 mem_lpm_buckcnt
+1 mem_lpm_ldocnt
+1 mem_lpm_isogate
+1 mem_lpm_isogate_final
+4 mem_lpm_ctrl3
+20 mem_saved_gpio	// should be 0x421e in REVC
+3 mem_saved_gsel
+8 mem_saved_mark
+1 mem_saved_spidctrl
+2 mem_patch_ptr
+2 mem_patch_len
+
+32 mem_timers
+
+/*LINK KEY*/
+1 mem_link_key_exists
+16 mem_link_key
+
+
+/* HCI */
+1 mem_hci_cmd
+1 mem_hci_conn_handle
+3 mem_hci_plap
+1 mem_hci_puap
+2 mem_hci_pnap
+
+
+1 mem_loadcode_times
+1 mem_llid
+
+1 mem_tx_lch
+2 mem_tx_len
+
+1 mem_tx_power
+1 mem_modem_rssi
+1 mem_gain_fix
+3 mem_gain_table
+1 mem_gain_second_agc_en
+
+ifdef DEBUG_RF_INIT
+1 mem_rf_init_data
+endif
+1 mem_system_clk
+)
+xmemalloc(
+2 mem_le_dsniff
+
+2 mem_le_conn_interval
+
+1 mem_le_txheader
+1 mem_le_txlen
+256 mem_le_txpayload
+
+//modified name
+1 mem_le_name_len
+30 mem_le_name
+
+
+/* smp related */
+
+16 mem_le_ltk
+1 mem_ltk_exists
+16 mem_le_rconfirm
+16 mem_le_srand
+1 mem_le_iat
+1 mem_le_rat
+1 mem_le_preq
+1 mem_le_preq_iocap
+1 mem_le_preq_oob
+1 mem_le_preq_auth
+1 mem_le_preq_max_keysize
+1 mem_le_preq_init_key_distribution
+1 mem_le_preq_resp_key_distribution
+1 mem_le_pres
+1 mem_le_pres_iocap
+1 mem_le_pres_oob
+1 mem_le_pres_auth
+1 mem_le_pres_max_keysize
+1 mem_le_pres_init_key_distribution
+1 mem_le_pres_resp_key_distribution
+
+/* att related */
+
+2 mem_le_notify_handle
+1 mem_le_search_uuid_length
+16 mem_le_search_uuid
+
+
+
+//START of LE conn parameter structure
+0 mem_le_conn_param
+1 mem_le_conn_peer_addr_type
+6 mem_le_conn_peer_addr
+1 mem_le_conn_own_addr_type
+2 mem_le_interval_min
+2 mem_le_interval_max
+2 mem_le_latency
+2 mem_le_timeout
+//START of LE conn parameter structure
+
+
+3 mem_le_lap
+1 mem_le_uap
+2 mem_le_nap
+
+
+2 mem_le_local_mtu
+2 mem_le_remote_mtu
+
+8 mem_le_skdm
+8 mem_le_skds
+
+2 mem_le_init_superto
+2 mem_ui_le_uuid_table
+
+1 mem_le_secure_connect_flag
+1 mem_le_secure_connect_state
+1 mem_le_sc_confirm_gkey_flag
+
+
+1 mem_le_pairing_state
+1 mem_le_enc_state
+1 mem_le_pairing_mode
+4 mem_le_tk
+2 mem_le_ediv
+8 mem_le_rand
+16 mem_le_irk
+
+//LE attribute list
+4 mem_le_transmit_window
+
+//ble General configuration 
+1 mem_le_configuration
+16 mem_le_fixed_ltk
+2 mem_le_pairing_handle
+
+
+1 mem_le_packet_llid
+
+//for continue
+2 mem_le_l2cap_size
+2 mem_le_packet_len_recved
+2 mem_le_payload_ptr
+
+
+//ble gatt signaling
+1 mem_le_signaling_identifier
+2 mem_le_l2cap_signaling_conn_param_update_rsp_result
+
+1 mem_le_md_count
+
+2 mem_ble_l2cap_tx_buff0_ptr
+2 mem_ble_l2cap_tx_buff_size_ptr
+)
+xmemalloc(
+// parameters
+1 mem_le_scan_enable
+2 mem_le_scan_interval
+2 mem_le_scan_window
+
+
+1 mem_le_adv_data_len
+31 mem_le_adv_data
+1 mem_le_scan_data_len
+31 mem_le_scan_data
+
+//START of LE adv parameter structure
+1 mem_le_adv_enable
+0 mem_le_adv_param
+2 mem_le_adv_interval
+1 mem_le_adv_type
+1 mem_le_adv_own_addr_type
+6 mem_le_adv_direct_addr
+1 mem_le_adv_channel_map
+//END of LE adv parameter structure
+
+//START of LE scan parameter structure
+0 mem_le_scan_params
+1 mem_le_scan_type
+1 mem_le_scan_own_addr_type
+//END of LE scan parameter structure
+)
+xmemalloc(
+	1 mem_le_l2cap_att_states
+
+	/* should be together */
+	1 mem_le_att_opcode
+	2 mem_le_att_handle
+	1 mem_le_search_res
+
+)
+xmemalloc(
+
+/*
+wechat Air sync protocol parse
+uint8_t indication handle
+uint8_t write handle
+
+*/
+
+)
+xmemalloc(
+8 mem_le_local_feature
+1 mem_le_tx_phys
+1 mem_le_rx_phys
+
+2 mem_remote_rx_max_octets
+2 mem_remote_rx_max_time
+2 mem_remote_tx_max_octets
+2 mem_remote_tx_max_time
+2 mem_local_rx_max_octets
+2 mem_local_rx_max_time
+2 mem_local_tx_max_octets
+2 mem_local_tx_max_time
+
+)
+xmemalloc(
+1 mem_app_handshake_flag
+2 mem_sniff_param_interval
+2 mem_sniff_param_attempt
+2 mem_sniff_param_timeout
+
+/*App Callback Functons*/
+2 mem_cb_check_wakelock
+2 mem_cb_before_hibernate
+2 mem_cb_before_lpm
+2 mem_cb_le_process
+2 mem_cb_bt_process
+2 mem_cb_idle_process
+2 mem_cb_bb_event_process
+2 mem_cb_discovry_timeout
+2 mem_cb_att_write
+2 mem_cb_ble_transmit
+2 mem_cb_event_timer
+2 mem_cb_bt_set_mult
+2 mem_cb_spi_flash_write_complate
+2 mem_cb_spi2_flash_write_complate
+2 mem_cb_bt_slave_match
+
+
+2 mem_eeprom_base
+
+1 mem_unsniff2sniff_timer_count
+//lpm mode
+1 mem_wake_up_delay_timer
+
+1 mem_app_connection_options
+
+//
+2 mem_app_disconn_reason
+2 mem_app_disconn_reason_flag
+1 mem_xrecord_mode
+
+1 mem_eeprom_block_size
+1 mem_spi_init_clk
+1 mem_spi_init_delay_time
+1 mem_spi_ncs_gpio
+
+2 mem_nv_data_ptr
+1 mem_nv_data_number
+
+2 mem_queue_ptr
+
+1 mem_ui_led_struct_num
+2 mem_ui_led_struct_ptr
+
+//adc
+1 mem_adc_wait_count
+2 mem_3v_adc_io_data
+2 mem_3v_adc_hvin_data
+2 mem_2v_adc_vinlpm_data
+2 mem_1v_adc_io_data
+2 mem_5v_adc_hvin_data
+2 mem_3v_adc_vinlpm_data
+1 mem_app_adc_read_count
+1 mem_start_adc_clkn
+2 mem_reference_voltage
+1 mem_adc_config_flag
+1 mem_adc_channel
+2 mem_adc_current_value
+1 mem_adc_power_flag	//bit0:low power falg ; bit1:no power flag
+
+3 mem_spi_write_addr
+2 mem_spi_write_ptr
+2 mem_spi_write_len
+1 mem_spi_write_flash_sm
+3 mem_spi2_write_addr
+2 mem_spi2_write_ptr
+2 mem_spi2_write_len
+1 mem_spi2_write_flash_sm
+
+1 mem_spi_cs_gpio
+1 mem_spi_si_gpio
+1 mem_spi_so_gpio
+1 mem_spi_sclk_gpio
+1 mem_spi_wp_gpio
+1 mem_spi_hold_gpio
+1 mem_spi2_cs_gpio
+1 mem_spi2_si_gpio
+1 mem_spi2_so_gpio
+1 mem_spi2_sclk_gpio
+1 mem_spi2_wp_gpio
+1 mem_spi2_hold_gpio
+
+1 mem_eeprom_wp_gpio
+1 mem_eeprom_scl_gpio
+1 mem_eeprom_sda_gpio
+2 mem_kscan_ptr
+0 mem_key_num_ptr
+2 mem_keyscan_ptr
+2 mem_key_value_retention
+2 mem_power_param_ptr
+3 mem_efuse_header
+
+1 mem_seqi
+
+1 mem_dig_aon_vsel
+1 mem_syn_afc_cfg1
+1 mem_rf_ldo_cfg1
+1 mem_rc_cal
+
+ifdef AC_50HZ
+1 mem_ac_detect_gpio
+0 mem_ac_detect_control
+1 mem_ac_detect_div
+1 mem_ac_detect_window
+endif
+
+)
+xmemalloc(
+
+1 mem_rf_debug_rx_gpio
+1 mem_rf_debug_tx_gpio
+)
+xmemalloc(
+0 mem_l2cap_xmem_start
+//*******************L2CAP TX MULTI-PACKET*********************//
+2 mem_l2cap_tx_multi_offset //0 means single packet
+
+//*******************CHANNEL ID*********************//
+2 mem_sdp_remote_cid
+2 mem_rfcomm_remote_cid
+2 mem_hid_ctrl_remote_cid
+2 mem_hid_int_remote_cid
+//*******************CHANNEL STATE*********************//
+1 mem_sdp_state
+1 mem_rfcomm_state
+1 mem_hid_control_state
+1 mem_hid_interrupt_state
+1 mem_spp_state
+1 mem_ML2CAP_comm_id
+
+//*******************L2CAP malloc********************//
+1 mem_used_map
+0 mem_tx_fifo0
+1 mem_tx_fifo0_map
+2 mem_tx_fifo0_ptr
+0 mem_tx_fifo1
+1 mem_tx_fifo1_map
+2 mem_tx_fifo1_ptr
+0 mem_tx_fifo2
+1 mem_tx_fifo2_map
+2 mem_tx_fifo2_ptr
+0 mem_tx_fifo3
+1 mem_tx_fifo3_map
+2 mem_tx_fifo3_ptr
+0 mem_tx_fifo_end
+256 mem_l2cap_lpm_txbuf
+//*******************MISC*********************//
+1 mem_l2cap_flow_ctrl_flag
+1 mem_l2cap_pending_item
+1 mem_l2cap_rcv_hidtype
+0 mem_l2cap_xmem_end
+
+)
+xmemalloc(
+1 mem_lmo_header_opcode_x
+1 mem_lmp_version
+2 mem_lmp_compid
+2 mem_lmp_subversion
+1 mem_local_name_length
+3 mem_local_name
+64 mem_local_name2
+1 mem_local_name_end
+1 mem_unsniff2sniff_timer
+1 mem_switch_flag
+1 mem_classic_bt_flag
+1 mem_encapsulated_major_type
+1 mem_encapsulated_minor_type
+1 mem_encapsulated_len
+1 mem_remote_br_sc_support
+)
+xmemalloc(
+1 mem_pn_dlci
+2 mem_pn_max_frame_size
+
+1 memFCStemp1
+1 memFCStemp2
+1 memFCStemp3
+
+1 mem_rfcomm_initiator
+
+1 mem_remote_spp_channel
+
+1 mem_HIUfcs_SPP
+1 mem_HIUfcs_SPP_WCredits
+
+1 mem_rfcomm_send_more_pkt
+
+1 mem_remote_credits
+1 mem_credit_given
+
+//rfcomm modem status
+1 mem_ms_channel
+
+1 mem_rfcomm_credit_flag
+
+2 mem_rfcomm_max_frame_size
+1 mem_rfcomm_credit_init_data
+
+2 mem_cb_receive_spp_data
+
+2 mem_nl_rx_data_src
+2 mem_nl_rx_len_all
+)
+xmemalloc(
+2 mem_ui_uuid_table
+22 mem_all_uuid_16bits
+34 mem_all_uuid_128bits
+2 mem_sdp_l2capch_ptr
+)
+xmemalloc(
+5 mem_ccm_pcnt_tx
+5 mem_ccm_pcnt_rx
+4 mem_ccm_last_mic
+0 mem_ccm_iv
+4 mem_ccm_ivm
+4 mem_ccm_ivs
+2 mem_ccm_len
+2 mem_ccm_rx_ptr
+)
+xmemalloc(
+1 mem_sc_only_mode
+1 mem_sp_debug_mode
+1 mem_secure_connections_enable
+1 mem_sp_local_key_invalid
+1 mem_sc_calc
+1 mem_sc_local_key_invalid
+
+
+32 mem_sc_private_key_256
+32 mem_sc_pubkey_local_x_256
+32 mem_sc_pubkey_local_y_256
+
+24 mem_sp_private_key
+0 mem_sp_pubkey_local
+24 mem_sp_pubkey_local_x
+0 mem_sp_pubkey_local_x_end
+24 mem_sp_pubkey_local_y
+
+1 mem_ssp_enable
+1 mem_lmp_io_cap_payload_iocap
+1 mem_lmp_io_cap_payload_oob_auth_data
+1 mem_lmp_io_cap_payload_auth_req
+
+0 mem_sp_state_xmem
+3 mem_sp_iocap_remote
+1 mem_flag_mode_ssp_pin
+1 mem_ssp_mode_flag
+1 mem_authentication_passkey_times
+1 mem_passkey_1bit
+1 mem_flag_pairing_state
+0 mem_sp_state_xmem_end
+)
+xmemalloc(
+//UI Work area
+1 mem_ipc_lock_bt
+1 mem_ipc_lock_c51
+8 mem_ipc_fifo_bt2c51
+8 mem_ipc_fifo_c512bt
+
+1 mem_ui_button_timer
+1 mem_ui_button_last_state
+4 mem_ui_timer_last_btclk
+2 mem_discovery_timeout_timer_count
+1 mem_hid_handshake_timer_count
+1 memui_reconnect_mode
+2 mem_ui_state_map
+
+//UI Config area
+1 mem_ui_profile_supported
+1 mem_ui_button_timeout
+1 mem_ui_button_gpio
+2 mem_discovery_timeout
+1 mem_pin_length
+16 mem_pin
+
+)
+omemalloc (
+3 mem_dummy
+1 mem_seq
+1 mem_context_cnt
+1 mem_context_map
+768 mem_context_new
+1 mem_att_cmd_len
+15 mem_att_cmd
+1 mem_att_resp_handle
+1 mem_att_resp_len
+30 mem_att_resp
+600 mem_meter_att_list
+)
+xmemalloc g24(
+34 mem_24g_rxbuf
+32 mem_24g_txbuf
+36 mem_24g_txpayload
+32 mem_24g_rxpayload
+1 mem_24g_rxdata_length
+1 mem_24g_pid
+1 mem_24g_no_ack
+3 mem_24g_sta_crc
+3 mem_24g_last_crc
+1 mem_24g_sta_pid
+1 mem_24g_last_pid
+1 mem_24g_datalen
+1 mem_24g_data_type
+1 mem_24g_txlen
+2 mem_24g_rx_window
+1 mem_24g_ch
+1 mem_24g_current_ch_number
+4 mem_24g_addr
+4 mem_24g_ch_map1
+4 mem_24g_ch_map2
+4 mem_24g_ch_map3
+4 mem_24g_ch_map4
+4 mem_24g_tx_btclk
+1 mem_24g_interval
+1 mem_24g_interval_min
+1 mem_24g_interval_max
+2 mem_24g_syncword
+1 mem_24g_syncword_crc8
+1 mem_24g_get_syncword_crc8
+1 mem_24g_pair_switch
+8 mem_24g_enter_hibernate
+
+1 mem_24g_rx_phy
+1 mem_24g_tx_phy
+
+1 mem_24g_ch_map_update
+4 mem_24g_ch_update_map1
+4 mem_24g_ch_update_map2
+4 mem_24g_ch_update_map3
+4 mem_24g_ch_update_map4
+
+)
+xmemalloc g24_tx(
+1 mem_rssi_hex_received
+
+)
+xmemalloc g24(
+4 mem_24g_pair_addr
+1 mem_24g_pair_ch
+1 mem_24g_pair_tx_power
+
+)
+xmemalloc g24_tx(
+1 mem_24g_pair_sm
+1 mem_24g_pair_no_ack
+2 mem_24g_pair_timeout_init
+2 mem_24g_pair_timeout
+
+)
+xmemalloc g24_rx(
+1 mem_24g_device1_bind_step
+1 mem_24g_device2_bind_step
+1 mem_24g_bind_device_status
+8 mem_24g_bind_payload
+
+)
+xmemalloc g24_rx(
+2 mem_cb_24g_receive_process
+2 mem_cb_24g_ackpayload
+2 mem_cb_24g_data_device1
+2 mem_cb_24g_data_device2
+34 mem_24g_rxdata_temp
+1 mem_24g_abort_packet
+4 mem_24g_hop_btclk
+1 mem_24g_hop_interval
+1 mem_24g_pair_mode
+1 mem_24g_ackpayload_enable
+1 mem_24g_hop_packet
+1 mem_24g_mode_switch
+1 mem_24g_nodata_timer_enable
+
+1 mem_24g_mode_init
+1 mem_24g_work_mode
+1 mem_24g_time_slice
+1 mem_24g_self_last_ch
+1 mem_24g_self_ch_number
+1 mem_24g_self_config_ch_once
+1 mem_24g_device1_last_ch
+1 mem_24g_device1_ch_number
+1 mem_24g_device1_config_ch_once
+1 mem_24g_device2_last_ch
+1 mem_24g_device2_ch_number
+1 mem_24g_device2_config_ch_once
+1 mem_24g_led_status
+1 mem_24g_bind_mode_continue
+
+1 mem_tx_power_temp
+
+)
+xmemalloc g24_tx(
+2 mem_24g_reconn_timeout_init
+2 mem_24g_reconn_timeout
+2 mem_24g_reconn_count
+1 mem_24g_reconn_type
+1 mem_24g_fast_conn_enable
+4 mem_24g_fast_conn_addr
+4 mem_24g_receiver_addr
+1 mem_24g_fast_conn_temp_ch
+1 mem_24g_receiver_temp_ch
+1 mem_24g_device_temp_ch
+
+)
+xmemalloc g24_rx(
+4 mem_24g_transmitter_addr
+4 mem_24g_device1_addr
+4 mem_24g_device2_addr
+
+)
+xmemalloc g24(
+1 mem_rssi_buff_index
+)
+xmemalloc g24_tx(
+1 mem_rssi_signal_index
+2 mem_rssi_signal_buf_ptr
+
+)
+xmemalloc g24_rx(
+1 mem_rssi_noise_avg
+1 mem_rssi_noise_index
+
+1 mem_rssi_noise_self_avg
+1 mem_rssi_noise_device1_avg
+1 mem_rssi_noise_device2_avg
+1 mem_rssi_noise_self_index
+1 mem_rssi_noise_device1_index
+1 mem_rssi_noise_device2_index
+
+2 mem_rssi_noise_buffer_ptr
+2 mem_rssi_noise_self_buffer_ptr
+2 mem_rssi_noise_device1_buffer_ptr
+2 mem_rssi_noise_device2_buffer_ptr
+
+)
+xmemalloc g24_tx(
+2 mem_cb_24g_transmit_data
+2 mem_cb_24g_search_receiver
+2 mem_cb_24g_lpm_before
+
+1 mem_24g_conn_sm
+
+1 mem_24g_ensure
+2 mem_24g_txfail_cnt
+1 mem_24g_attempt_fail_flag
+
+1 mem_24g_retry
+1 mem_24g_abort_pac
+1 mem_24g_max_retry
+4 mem_24g_device_addr
+3 mem_24g_short_sleep_set
+8 mem_24g_long_sleep_set
+4 mem_24g_long_sleep_set1
+
+1 mem_24g_pac_index
+1 mem_24g_transmit_by_interrupt
+2 mem_24g_transmit_by_interrupt_exit_count
+2 mem_24g_transmit_by_interrupt_exit_count_init
+2 mem_24g_long_sleep_param_update_timer_init
+2 mem_24g_long_sleep_param_update_timer
+
+1 mem_24g_fast_hop_count
+)
+xmemalloc g24_tx(
+1 mem_rssi_avg_received
+1 mem_power_ctrl_level
+1 mem_power_ctrl_pac_succ_cnt
+1 mem_power_ctrl_pac_succ_cnt_init
+
+1 mem_rssi_dis_min_24g
+1 mem_rssi_dis_max_24g
+1 mem_rssi_hex_received_max_value
+
+1 mem_rssi_dis_min_ble
+1 mem_rssi_dis_max_ble
+)
+xmemalloc ali_mesh(
+	1 mem_mesh_vendor_mesh_receive_tid
+	1 mem_mesh_vendor_mesh_send_tid
+
+	4 mem_mesh_vendor_timer_current_time
+	4 mem_system_time
+)
+xmemalloc ali_mesh(
+
+	
+	1 mem_mesh_adv_data_len
+	31 mem_mesh_adv_data
+
+	1 mem_mesh_adv_scan_channel
+)
+xmemalloc ali_mesh(
+	1 mem_mesh_advertising_unprovisioned_device_beacon_switch
+	//δ�����㲥���
+	2 mem_mesh_advertising_unprovisioned_device_beacon_timer
+
+	//�㲥��������
+	1 mem_mesh_advertising_unprovisioned_device_beacon_duration
+	//�㲥����֮��ļ��
+	1 mem_mesh_advertising_unprovisioned_device_beacon_interval
+
+)
+xmemalloc ali_mesh(
+
+	0 mem_mesh_calc_ConfirmationCloud_data
+	8 mem_mesh_ConfirmationCloud_RandomB
+	8 mem_mesh_ConfirmationCloud_RandomA
+	16 mem_mesh_AuthValueProv
+	16 mem_mesh_ConfirmationCloud
+
+
+	//provisioning random  / provisioning_confirmation
+	0 mem_mesh_ConfirmationDevice
+	0 mem_mesh_calc_ConfirmationDevice_data
+	8 mem_mesh_provisioning_random_A
+	8 mem_mesh_provisioning_random_B
+	16 mem_mesh_AuthValueDevice
+
+	16 mem_mesh_Device_Key
+
+
+// CMAC Key
+	16 mem_mesh_Confirmationkey
+
+	//sha256 init data
+	15 mem_mesh_sha256_ConfirmationKey_ascii
+	10 mem_mesh_sha256_SessionKey_ascii
+	9 mem_mesh_sha256_DeviceKey_ascii
+
+	//sha256
+	1 mem_mesh_sha256_load_first_data_flag
+
+	8 mem_mesh_sha256_data_len_byte
+	8 mem_mesh_sha256_data_len_bit
+	2 mem_mesh_sha256_data_end_addr
+	2 mem_mesh_sha256_data_len_addr
+	1 mem_mesh_sha256_chunk_count
+	2 mem_mesh_sha256_chunk_data_ptr
+	2 mem_mesh_sha256_chunk_ptr
+
+
+	//function K2
+	//f2 input
+	1 mem_k2_P_len
+	16 mem_k2_P
+	16 mem_k2_N
+	//f2 init data
+	16 mem_k2_SALT
+	//f2 output
+	16 mem_k2_T
+	0 mem_k2_T0
+	16 mem_k2_T1
+	1 mem_k2_NID
+	16 mem_k2_T3
+	16 mem_k2_T2
+
+
+	//k4 function
+	16 mem_k4_SALT
+	16 mem_k4_T
+	16 mem_k4_id6_01
+	16 mem_k4_k4N
+	1 mem_mesh_transport_AID
+
+
+)
+xmemalloc ali_mesh(
+
+	// provisioning flag ��־�Ƿ�����
+	1 mem_mesh_provisioned_flag
+
+	//����ʱ��״̬��
+	1 mem_mesh_Provisioning_State_Flag
+	
+	1 mem_mesh_Device_PID
+	1 mem_mesh_UUID_FeatureFlag
+	2 mem_mesh_PDU_RFU
+	2 mem_mesh_OOB_information
+
+	//Provisioning_Data
+	0 mem_mesh_Encrypt_Provisioning_Data
+	2 mem_mesh_provisioning_data_Mac_addr
+	1 mem_mesh_KeyFresh_and_Update_flag
+	16 mem_mesh_Network_Key
+	1 mem_mesh_last_IV_Index_byte
+	2 mem_mesh_Unicast_Address
+
+	4 mem_mesh_adv_last_time
+	2 mem_mesh_send_packet_timeout
+
+	1 mem_mesh_gatt_package_send_msg_id
+
+)
+xmemalloc ali_mesh(
+//GATT Э��
+	1 mem_mesh_gatt_receive_msg_timer
+	//fast pairing 
+	//APP control 
+
+	GATT_RECEIVE_MSG_BUFFER_SIZE mem_mesh_gatt_packet_receive_msg_buffer1
+	GATT_RECEIVE_MSG_BUFFER_SIZE mem_mesh_gatt_packet_receive_msg_buffer2
+
+)
+xmemalloc ali_mesh(
+	// three tuple ������ƽ̨�������Ԫ��
+	4 mem_mesh_three_tuple_ProductID
+	6 mem_mesh_three_tuple_MAC
+	16 mem_mesh_three_tuple_secret
+
+	//ble ����Э��ջ��scan�����ݵĻص�
+	2 mem_mesh_cb_receive_advertising
+
+	//alarm�Ĵ��������޸�
+	//mesh���Ĺ淶���յ��κ�TMALLָ��
+	2 mem_mesh_cb_receive_access_message
+
+	//���յ�����application keyָ��(������Ϊ�����ɹ�)
+	2 mem_mesh_cb_receive_config_appkey_add
+
+	//����ԭ������ʧ�ܻص�
+	2 mem_mesh_cb_pairing_fail
+
+	2 mem_mesh_cb_generic_onoff_get
+	2 mem_mesh_cb_generic_onoff_set
+	2 mem_mesh_cb_scene_recall
+	2 mem_mesh_cb_light_lightness_set
+	2 mem_mesh_cb_light_lightness_get
+	2 mem_mesh_cb_light_ctl_set
+
+	2 mem_mesh_cb_main_light_onoff_set
+	2 mem_mesh_cb_background_onoff_set
+	2 mem_mesh_cb_color_set
+
+	//relay �Ĺ��ܻص�
+	2 mem_mesh_cb_network_relay
+
+	//ģ�鸴λ�Ļص�����Ҫ3s֮��λ
+	2 mem_mesh_cb_receive_node_reset
+
+	//seq�ı�ʱ�Ļص�����Ҫ�浽��Ӧ�Ĵ洢����
+	2 mem_mesh_cb_seq_changed
+
+	2 mem_mesh_cb_subscriptuion_list_changed
+
+	//Timer ��ʱ���ı�ʱ����Ҫ�浽��Ӧ�Ĵ洢����
+	2 mem_mesh_cb_vendor_timing_changed
+	
+
+	2 mem_mesh_core_feature
+
+	1 mem_mesh_element_number
+	2 mem_mesh_element_device_ptr
+	2 mem_mesh_element_device_length
+
+)
+xmemalloc ali_mesh_element(
+	0 mem_mesh_element_device
+	2 mem_mesh_element_device_group_addr
+	2 mem_mesh_element_device_queue_buffer_ptr
+	2 mem_mesh_element_device_timing_ptr
+	16 mem_mesh_element_device_element_subscription_label
+	1 mem_mesh_element_upper_adv_flag
+	2 mem_mesh_element_upper_queue_buffer_ptr
+	1 mem_mesh_element_tran_package_tid
+	1 mem_mesh_element_tran_package_type
+
+	SIZEOF_ELEMENT_DEVICE mem_mesh_element_device1
+	SIZEOF_ELEMENT_DEVICE mem_mesh_element_device2
+)
+xmemalloc ali_mesh_element(
+	1 mem_mesh_element_device_queue_each_size
+	1 mem_mesh_element_device_queue_length
+	1 mem_mesh_element_device_queue_current_num
+	1 mem_mesh_element_device_queue_read_ptr
+	1 mem_mesh_element_device_queue_write_ptr
+	136 mem_mesh_element_device_queue_ele
+
+	1 mem_mesh_element_device_upper_queue_each_size
+	1 mem_mesh_element_device_upper_queue_length
+	1 mem_mesh_element_device_upper_queue_current_num
+	1 mem_mesh_element_device_upper_queue_read_ptr
+	1 mem_mesh_element_device_upper_queue_write_ptr
+	//Ԫ�س���Ϊ47
+	188 mem_mesh_element_device_upper_queue_ele
+
+)
+
+xmemalloc ali_mesh(
+	//current segmented access message head
+	1 mem_mesh_segmented_access_message_SZMIC
+	2 mem_mesh_segmented_access_message_SeqZero
+	1 mem_mesh_segmented_access_message_SegO
+	1 mem_mesh_segmented_access_message_SegN
+
+	4 mem_mesh_segmented_access_message_BlockAck
+	1 mem_mesh_segmented_access_message_receive_finish
+	1 mem_mesh_segmented_access_message_current_length
+
+
+	36 mem_mesh_segmented_access_message_Segment
+)
+xmemalloc ali_mesh(
+	2 mem_mesh_last_CTL_Temperature
+)
+xmemalloc ali_mesh(
+	1 mem_mesh_receive_group_address
+	1 mem_mesh_receive_element_number
+)
+xmemalloc ali_mesh(
+	4 mem_mesh_IV_Index
+
+
+
+// mesh SRC/SEQ  cache
+	0 mem_mesh_TMALL_cache_start
+	2 mem_mesh_TMALL_SRC1
+	3 mem_mesh_TMALL_SEQ1
+	45 mem_mesh_TMALL_cache
+	0 mem_mesh_TMALL_cache_end
+
+	0 mem_mesh_transport_message_mic_cache
+	4 mem_mesh_transport_message_mic_cache_buff1
+	36 mem_mesh_transport_message_mic_cache_buff2_10
+
+	0 mem_mesh_network_relay_queue
+	1 mem_mesh_network_relay_queue_each_size
+	1 mem_mesh_network_relay_queue_length
+	1 mem_mesh_network_relay_queue_current_num
+	1 mem_mesh_network_relay_queue_read_ptr
+	1 mem_mesh_network_relay_queue_write_ptr
+	136 mem_mesh_network_relay_queue_ele
+
+)
+xmemalloc ali_mesh(
+	16 mem_mesh_application_key
+	1 mem_mesh_ASZMIC
+
+	0 mem_mesh_access_message_mic_cache
+	4 mem_mesh_access_message_mic_cache_buff1
+	36 mem_mesh_access_message_mic_cache_buff2_10
+
+	3 mem_mesh_send_message_SEQ
+
+	2 mem_mesh_send_message_SRC
+
+	1 mem_mesh_send_message_TTL
+
+	//Upper transport access PDU
+	1 mem_mesh_send_upper_layer_IVI_and_NID
+	1 mem_mesh_send_upper_layer_CTL_and_TTL
+	3 mem_mesh_send_upper_layer_SEQ
+	2 mem_mesh_send_upper_layer_SRC
+	2 mem_mesh_send_upper_layer_DST
+	16 mem_mesh_send_access_lower_transport_layer
+	4 mem_mesh_send_network_layer_NetMIC
+
+)
+xmemalloc antilost(
+// memblock for cover the variables portion at shutter.format
+2 mem_antl_lpm_interval
+2 mem_antl_adv_interval
+2 mem_antl_slow_adv_lpm_interval
+2 mem_antl_slow_adv_adv_interval
+0 mem_antl_led_style
+1 mem_antl_led_type
+1 mem_antl_led_blink_count
+1 mem_antl_led_gpio
+2 mem_antl_led_on_time
+2 mem_antl_led_off_time
+2 mem_antl_led_cb_on
+2 mem_antl_led_cb_off
+
+0 mem_antl_buzzer_style
+1 mem_antl_buzzer_type
+1 mem_antl_buzzer_blink_count
+1 mem_antl_buzzer_gpio
+2 mem_antl_buzzer_on_time
+2 mem_antl_buzzer_off_time
+2 mem_antl_buzzer_cb_on
+2 mem_antl_buzzer_cb_off
+
+0 mem_antl_fast_adv_led_style
+1 mem_antl_fast_adv_led_type
+1 mem_antl_fast_adv_led_blink_count
+1 mem_antl_fast_adv_led_gpio
+2 mem_antl_fast_adv_led_on_time
+2 mem_antl_fast_adv_led_off_time
+
+0 mem_antl_slow_adv_led_style
+1 mem_antl_slow_adv_led_type
+1 mem_antl_slow_adv_led_blink_count
+1 mem_antl_slow_adv_led_gpio
+2 mem_antl_slow_adv_led_on_time
+2 mem_antl_slow_adv_led_off_time
+
+0 mem_antl_power_starting_led_style
+1 mem_antl_power_starting_led_type
+1 mem_antl_power_starting_led_blink_count
+1 mem_antl_power_starting_led_gpio
+2 mem_antl_power_starting_led_on_time
+2 mem_antl_power_starting_led_off_time
+
+7 mem_antl_power_starting_buzzer_style
+
+0 mem_antl_power_off_led_style
+1 mem_antl_power_off_led_type
+1 mem_antl_power_off_led_link_count
+1 mem_antl_power_off_led_gpio
+2 mem_antl_power_off_led_on_time
+2 mem_antl_power_off_led_off_time
+
+0 mem_antl_power_off_buzzer_style
+1 mem_antl_power_off_buzzer_type
+1 mem_antl_power_off_buzzer_link_count
+1 mem_antl_power_off_buzzer_gpio
+2 mem_antl_power_off_buzzer_on_time
+2 mem_antl_power_off_buzzer_off_time
+
+7 mem_antl_alert_led_stlye
+
+0 mem_antl_alert_buzzer_stlye
+1 mem_antl_alert_buzzer_type
+1 mem_antl_alert_buzzer_blink_count
+1 mem_antl_alert_buzzer_gpio
+2 mem_antl_alert_buzzer_on_time
+2 mem_antl_alert_buzzer_off_time
+
+0 mem_antl_key_led_style
+1 mem_antl_key_led_type
+1 mem_antl_key_led_blink_count
+1 mem_antl_key_led_gpio
+2 mem_antl_key_led_on_time
+2 mem_antl_key_led_off_time
+
+7 mem_antl_key_buzzer_style
+
+1 mem_antl_queue_width
+1 mem_antl_queue_depth
+1 mem_antl_queue_curr_num
+1 mem_antl_queue_read_ptr
+1 mem_antl_queue_write_ptr
+80 mem_antl_queue_buff
+
+1 mem_antl_key_scan_enable
+1 mem_antl_led_num
+4 mem_antl_led_gpio_map
+
+0 mem_antl_power_param
+1 mem_antl_power_state
+1 mem_antl_power_timer
+1 mem_antl_power_off_timeout
+1 mem_antl_power_starting_timeout
+2 mem_antl_power_off_cb
+2 mem_antl_power_starting_cb
+2 mem_antl_power_standby_cb
+2 mem_event_button_up_cb
+
+1 mem_antl_key_num
+2 mem_cb_antl_key
+4 mem_antl_key_conf0
+
+15 mem_antl_key0_press
+15 mem_antl_key0_release
+
+///////
+1 mem_antl_conn_updata_procedure_state
+2 mem_client_characteristic_configuration_descriptor
+///////
+
+
+//100ms timer
+2 mem_adc_timer
+1 mem_antl_conn_update_timer
+1 mem_antl_send_updata_le_param_timer
+////
+
+2 mem_antl_le_sleep_timer
+2 mem_antl_fast_adv_timer
+2 mem_antl_fast_adv_timeout
+2 mem_antl_le_sleep_timeout
+1 mem_double_click_timer
+1 mem_butten_click_cnt
+
+//1 mem_dvc_seq
+/////////anti lost alarm state/////
+1 mem_antl_led_state
+1 mem_antl_buzzer_state
+1 mem_antl_key_state
+1 mem_antl_lost_mode
+1 mem_alarm_config
+1 mem_alarm_config_notfy_cnt
+
+6 mem_buzzer_pwm_conf
+
+
+/////////anti lost battery adc read////////
+2 mem_adc_timeout
+1 mem_voltage_remain_percent
+
+0 mem_battery_calculate_set
+2 mem_battery_full_voltage
+2 mem_battery_empty_voltage
+2 mem_battery_low_voltage
+2 mem_battery_current_voltage
+
+
+2 mem_rx_window_sniff_inc
+2 mem_interval_increment
+
+2 mem_antl_le_interval_min
+2 mem_antl_le_interval_max
+2 mem_antl_le_latency
+2 mem_antl_le_timeout
+2 mem_antl_le_unnormal_interval_min
+2 mem_antl_le_unnormal_interval_max
+2 mem_antl_le_unnormal_latency
+2 mem_antl_le_unnormal_timeout
+
+400 mem_AntiLost_le_att_list
+1 mem_lestate_update_param_flag
+1 mem_antilost_conn_battery_send_timer
+)
+xmemalloc g24_rx_car(
+1 mem_car_hard_soft_switch
+1 mem_car_queue_each_size
+1 mem_car__queue_length
+
+1 mem_car_queue_curr_num
+1 mem_car_queue_read_ptr
+1 mem_car_queue_write_ptr
+120 mem_car_queue_ele
+
+20 mem_car_pop_queue_buff
+
+1 mem_car_led_num
+10 mem_car_led_map
+
+1 mem_car_style1_led_type
+1 mem_car_style1_blink_count
+1 mem_car_style1_struct_led_gpio
+2 mem_car_style1_on_time
+2 mem_car_style1_off_time
+2 mem_car_style1_cb_ledon
+2 mem_car_style1_cb_ledoff
+
+1 mem_car_style2_led_type
+1 mem_car_style2_blink_count
+1 mem_car_style2_struct_led_gpio
+2 mem_car_style2_on_time
+2 mem_car_style2_off_time
+2 mem_car_style2_cb_ledon
+2 mem_car_style2_cb_ledoff
+
+//////motor
+0 mem_le_receive_data
+2 mem_le_receive_packet_head
+1 mem_le_receive_cmd
+2 mem_le_receive_length
+10 mem_le_receive_payload
+1 mem_le_receive_checksum
+1 mem_motor1_status
+1 mem_motor1_speed
+1 mem_motor2_status
+1 mem_motor2_speed
+1 mem_motor3_status
+1 mem_motor3_speed
+
+0 mem_motor1_pwm_set
+1 mem_motor1_pwm_pin1_set
+1 mem_motor1_pwm_pin2_set
+1 mem_motor1_pwm_pin_set
+1 mem_motor1_pwm_channel_set
+3 mem_motor1_pwm_freq_set
+1 mem_motor1_pwm_dute_set
+0 mem_motor2_pwm_set
+1 mem_motor2_pwm_pin1_set
+1 mem_motor2_pwm_pin2_set
+1 mem_motor2_pwm_pin_set
+1 mem_motor2_pwm_channel_set
+3 mem_motor2_pwm_freq_set
+1 mem_motor2_pwm_dute_set
+0 mem_motor3_pwm_set
+1 mem_motor3_pwm_pin1_set
+1 mem_motor3_pwm_pin2_set
+1 mem_motor3_pwm_pin_set
+1 mem_motor3_pwm_channel_set
+3 mem_motor3_pwm_freq_set
+1 mem_motor3_pwm_dute_set
+
+1 mem_motor_select_p_n
+1 mem_car_motor_status
+1 mem_car_motor_speed
+0 mem_motor_pwm_set
+1 mem_motor_pwm_pin1_set
+1 mem_motor_pwm_pin2_set
+1 mem_motor_pwm_pin_set
+1 mem_motor_pwm_channel_set
+3 mem_motor_pwm_freq_set
+1 mem_motor_pwm_dute_set
+
+1 mem_ir_rx_gpio
+2 mem_ir_data
+2 mem_ir_rx_buf
+4 mem_ir_receive_clkn
+
+3 mem_ir_notify_data
+5 mem_ir_notify_data_head
+2 mem_ir_notify_data_payload
+1 mem_ir_notify_data_check_sum
+1 mem_car_ir_breakdown_check_timer
+1 mem_car_ir_breakdown_flag
+
+0 mem_car_led_control
+1 mem_car_led1_status
+1 mem_car_led2_status
+1 mem_car_led3_status
+1 mem_car_led4_status
+1 mem_car_led5_status
+1 mem_car_led6_status
+1 mem_car_led7_status
+1 mem_car_led8_status
+1 mem_car_led_control_timer
+1 mem_car_led_blink_status
+1 mem_car_led_no
+
+3 mem_car_info_request
+5 mem_car_info_request_head
+8 mem_car_info_request_payload
+1 mem_car_info_request_checksum
+
+0 mem_car_config_param
+1 mem_car_config_setting_flag
+1 mem_car_config_device_select
+1 mem_car_config_motor_layout
+1 mem_car_config_ir_enable
+1 mem_car_config_ir_rx_gpio
+1 mem_car_config_pairing_led_conn_status
+1 mem_car_config_pairing_led_gpio
+1 mem_car_config_led_num
+0 mem_car_config_blood_led_gpio
+1 mem_car_config_blood_led1_gpio
+1 mem_car_config_blood_led2_gpio
+1 mem_car_config_blood_led3_gpio
+1 mem_car_config_blood_led4_gpio
+1 mem_car_config_blood_led5_gpio
+1 mem_car_config_blood_led6_gpio
+1 mem_car_config_blood_led7_gpio
+1 mem_car_config_blood_led8_gpio
+1 mem_car_config_bat_notify_enable
+1 mem_car_config_low_voltage_led_gpio
+1 mem_car_config_low_voltage_percent
+1 mem_car_config_soft_switch_enable
+1 mem_car_config_soft_switch_gpio
+
+1 mem_car_notify_vdd_count
+1 mem_car_notify_vdd_timer
+1 mem_car_notify_vdd_value_last
+1 mem_car_notify_vdd_percent
+1 mem_car_working_flag
+1 mem_low_bat_flag
+
+3 mem_notify_bat_packet
+5 mem_notify_bat_head
+1 mem_notify_bat_payload
+1 mem_notify_bat_check_sum
+
+1 mem_vdd_notify_flag
+2 mem_car_current_vdd_value_temp
+2 mem_car_last_vdd_value
+
+0 mem_vdd_calculate_set
+2 mem_vdd_full_vol
+2 mem_vdd_empty_vol
+2 mem_vdd_low_vol
+2 mem_vdd_now_vol
+
+
+1 mem_car_24g_status
+2 mem_car_24g_no_data_timeout_count
+2 mem_car_24g_no_data_timeout_timer
+
+1 mem_car_24g_ir_receive_attack_count
+1 mem_car_24g_go_die_flag
+1 mem_car_attack_shake_timer
+1 mem_car_attack_shake_flag
+
+0 mem_car_soft_power
+1 mem_car_power_state
+1 mem_car_power_timer
+1 mem_car_power_off_timeout
+1 mem_car_power_starting_timeout
+2 mem_car_power_off_cb
+2 mem_car_power_starting_cb
+2 mem_car_power_standby_cb
+2 mem_car_ui_button_up_cb
+
+
+500 mem_car_le_att_list
+
+1 mem_car_moto1_blank_timer
+1 mem_car_moto2_blank_timer
+1 mem_car_moto3_blank_timer
+
+1 mem_car_motor_gpio_num
+0 mem_car_motor_gpio_map
+1 mem_car_motor_left_gpio
+1 mem_car_motor_right_gpio
+1 mem_car_motor_front_gpio
+1 mem_car_motor_back_gpio
+1 mem_car_gpio
+1 mem_car_app_send_speed
+
+2 mem_rssi_sum
+2 mem_check_rssi_high_count
+8 mem_rssi_data
+
+1 mem_car_24g_received_pac
+1 mem_car_24g_bind_enable_delay_count
+
+0 mem_car_keyscan
+1 mem_car_key_num
+2 mem_cb_car_keyscan
+
+2 mem_car_enter_lpm_timer_count
+2 mem_car_enter_lpm_timer
+1 mem_car_enter_lpm_flag
+
+1 mem_car_24g_ch_polling
+
+8 mem_car_rssi_noise_buffer
+8 mem_car_rssi_noise_car_buffer
+8 mem_car_rssi_noise_remote_buffer
+
+
+)
+xmemalloc g24_rx_dongle(
+1 mem_dg_kb_bind_flag
+8 mem_dg_kb_data_sta_data
+8 mem_dg_kb_data_last_data
+3 mem_dg_kb_multikey_sta_data
+3 mem_dg_kb_multikey_last_data
+3 mem_dg_kb_system_sta_data
+3 mem_dg_kb_system_last_data
+1 mem_dg_kb_blank_data_enable
+1 mem_dg_kb_mul_blank_data_enable
+1 mem_dg_ms_blank_data_enable
+
+1 mem_dg_sys_config
+9 mem_dg_usb_vid_pid
+1 mem_dg_usb_tx_interval
+30 mem_dg_usb_device_name
+)
+
+xmemalloc module(	
+	2 mem_soft_version_num
+	1 mem_module_wake_up_gpio
+	1 mem_module_state_gpio
+	1 mem_module_connect_state_gpio
+
+	2 mem_current_packet_length
+	1 mem_module_state
+	
+	1 mem_module_mcu_wake_pin
+	4 mem_module_mcu_wake_delay_us
+
+	1 mem_module_spp_lpm_mult
+	1 mem_module_le_lpm_mult	
+	1 mem_module_bluetooth_stauts_by_command
+
+	//uart
+	2 mem_module_uart_rx_buffer
+	2 mem_module_uart_rx_buffer_end
+	2 mem_module_uart_tx_buffer
+	2 mem_module_uart_tx_buffer_end
+	2 mem_module_uarta_baud_rate
+
+	//ADC
+	1 mem_module_read_vdd_flag
+	1 mem_module_read_vdd_count
+	1 mem_module_vdd_quotient
+	1 mem_module_vdd_remainder
+
+	//ble
+	1 mem_module_ble_data_uart_max_length
+
+	//flag
+	2 mem_module_flag
+
+	1 mem_module_hci_notify_len
+	2 mem_module_hci_notify_handle
+	2 mem_module_hci_nofiy_addr
+	1 mem_module_hci_notify_type
+
+	4 mem_last_transmite_clock
+
+ifdef COMPILE_WECHAT
+	1 mem_module_wechat_indication_handle
+	1 mem_module_wechat_write_handle
+	2 mem_module_wechat_tx_buffer_ptr
+	2 mem_module_wechat_rx_buffer_ptr
+	2 mem_module_wechat_rx_push_data_cb
+	2 mem_module_wechat_tx_nSeq
+	2 mem_module_wechat_tx_len
+	2 mem_module_wechat_tx_address
+	2 mem_module_wechat_rx_len
+	2 mem_module_wechat_rx_address
+	1 mem_module_wechat_receive_push_data
+endif
+	
+	300 mem_module_uuid_list
+	0 mem_module_uuid_list_end
+	600 mem_module_le_att_list
+	0 mem_module_le_att_list_end
+	0 mem_module_nv_data
+	34 mem_module_nv_data0
+	34 mem_module_nv_data1
+	34 mem_module_nv_data2
+	34 mem_module_nv_data3
+	34 mem_module_nv_data4
+	0 mem_module_nv_data_end
+)
+xmemalloc g24_tx_mouse(
+// Mouse Work Area
+1 mem_mouse_key
+2 mem_mouse_x
+2 mem_mouse_y
+1 mem_mouse_z
+1 mem_mouse_tz
+1 mem_mouse_xy_h
+1 mem_mouse_key_last
+
+//mouse wheel
+1 mem_wheel_tb_old_pinlevel
+1 mem_wheel_tb_new_pinlevel
+1 mem_wheel_tog 
+1 mem_mouse_tz_data
+1 mem_mwheel_b_old_pinlevel
+1 mem_mwheel_b_new_pinlevel
+1 mem_mwheel_tog 
+1 mem_mouse_z_data
+1 mem_mouse_wheel_trigger
+1 mem_mouse_wheel_trigger_timer
+
+// adc
+//adc struct
+0 mem_mouse_vdd_calculate_set
+2 mem_mouse_vdd_full_vol
+2 mem_mouse_vdd_empty_vol
+2 mem_mouse_vdd_low_vol
+2 mem_mouse_vdd_now_vol
+
+2 mem_mouse_vdd_button_press_vol
+2 mem_mouse_vdd_switch_gnd_24g_vol
+2 mem_mouse_vdd_switch_gnd_full_vol
+2 mem_mouse_vdd_switch_gnd_shutdown_voltage
+2 mem_mouse_vdd_switch_gnd_low_voltage
+1 mem_adc_mux_status
+1 mem_adc_read_timer
+1 mem_adc_read_time_init
+1 mem_adc_low_volatage_led_timer_count
+1 mem_adc_low_volatage_led_blink_enable
+1 mem_mouse_adc_last_low_voltage_flag
+1 mem_mouse_adc_button_press_flag
+1 mem_adc_channel_gpio
+
+1 mem_adc_config_flag_init
+
+//efuse configured start		26byte
+2 mem_mouse_discovery_timeout
+2 mem_mouse_24g_pair_timeout_init
+1 mem_mouse_direct_timeout
+1 mem_mouse_24g_reconn_timeout_init
+1 mem_mouse_24g_pair_tx_power
+1 mem_rssi_dis_min_24g_init
+1 mem_rssi_dis_max_24g_init
+1 mem_rssi_hex_received_max_value_init
+1 mem_rssi_dis_min_ble_init
+1 mem_rssi_dis_max_ble_init
+1 mem_mouse_enable_flag
+1 mem_mouse_global_setup
+1 mem_mouse_global_setup1
+
+1 mem_bk_button_gpio
+1 mem_fw_button_gpio
+1 mem_dpi_button_gpio
+1 mem_matrix_public_gpio
+1 mem_sensor_motion_gpio
+1 mem_customer_key_gpio
+1 mem_whee_a_data_gpio
+1 mem_whee_b_data_gpio
+1 mem_config_device_24g_led_gpio
+1 mem_config_device_bt1_led_gpio
+1 mem_select_sensor_angle_gpio
+
+//efuse configured end
+
+1 mem_lbutton_gpio
+1 mem_rbutton_gpio
+1 mem_mbutton_gpio
+1 mem_config_select_device_button_gpio
+1 mem_whee_ta_data_gpio
+1 mem_whee_tb_data_gpio
+1 mem_device_switch_gpio
+1 mem_mouse_sensor_sclk_gpio
+1 mem_mouse_sensor_sdio_gpio
+1 mem_config_low_voltage_alarm_gpio
+1 mem_config_device_bt2_led_gpio	
+1 mem_dpi_led_gpio 
+
+
+1 mem_sensor_angle_default
+1 mem_sensor_angle_switch
+1 mem_config_sensor_dpi
+1 mem_config_sensor_type
+1 mem_config_sensor_angle
+
+
+// usb
+1 mem_wire_usb_interval
+1 mem_usb_addr
+1 mem_mouse_usb_vdd_status
+1 mem_mouse_usb_keyboard_flag
+
+
+//led struct
+1 mem_mouse_led_type
+1 mem_mouse_blink_count
+1 mem_mouse_struct_led_gpio
+2 mem_mouse_on_time
+2 mem_mouse_off_time
+2 mem_mouse_cb_ledon
+2 mem_mouse_cb_ledoff
+
+//three devices param
+//eeprom/flash
+0 mem_mouse_information_start
+1 mem_device_flag
+1 mem_device1_type
+6 mem_device1_addr
+16 mem_device1_link_key
+6 mem_device1_locall_addr
+
+1 mem_device2_type
+6 mem_device2_addr
+16 mem_device2_link_key
+6 mem_device2_locall_addr
+
+1 mem_device3_type
+0 mem_mouse_compare_addr_ff
+6 mem_device3_addr
+16 mem_device3_link_key
+6 mem_device3_locall_addr
+2 mem_store_flag
+1 mem_mouse_dpi
+4 mem_mouse_24g_addr
+2 mem_random_addr_increase_count
+31 mem_mouse_retention
+0 mem_mouse_information_end
+
+3 mem_flash_base
+4 mem_write_flash_head_temp
+1 mem_store_information_delay_timer
+1 mem_store_information_delay_timer_init
+
+//sensor param
+1 mem_sensor_id1
+1 mem_sensor_id2
+
+1 mem_sensor_shutter_hi
+1 mem_sensor_shutter_lo
+1 mem_sensor_smart_flag
+1 mem_sensor_squal_reg
+1 mem_sensor_iqc
+1 mem_mouse_move_flag
+
+1 mem_mouse_asm_flag
+2 mem_mouse_x_pre
+2 mem_mouse_y_pre
+1 mem_mouse_data_xtemp
+1 mem_mouse_data_ytemp
+
+0 mem_mouse_dpi_seting
+1 mem_320x_dpi_0
+1 mem_320x_dpi_1
+1 mem_320x_dpi_2
+1 mem_320x_dpi_3
+1 mem_3212_dpi_0
+1 mem_3212_dpi_1
+1 mem_3212_dpi_2
+1 mem_3212_dpi_3
+1 mem_ka8g2_dpi_0
+1 mem_ka8g2_dpi_1
+1 mem_ka8g2_dpi_2
+1 mem_ka8g2_dpi_3
+1 mem_mouse_cpi_count
+1 mem_mouse_dpi_button_state
+1 mem_mouse_dpi_long_press_flag
+
+10 mem_sensor_3212_init
+10 mem_sensor_3204_init
+10 mem_sensor_3205_init
+26 mem_sensor_32xx_init
+34 mem_sensor_32xx_init_1
+26 mem_sensor_8650_init
+30 mem_sensor_ka8ul_init
+16 mem_sensor_8009_init
+22 mem_sensor_ka8g2_init
+12 mem_sensor_p6520_init
+8 mem_sensor_poweron_init
+
+1 mem_sensor_reset_gpio	
+1 mem_mouse_clear_sensor_data_flag
+1 mem_bluetooth_125hz_cnt
+
+//no motion pin
+1 mem_mouse_long_mult_flag
+1 mem_mouse_current_mult_timer
+
+1 mem_reconn_times
+1 mem_reconn_times_init
+2 mem_mouse_no_data_timer
+1 mem_device_flag_temp
+8 mem_mouse_rssi_signal_buf				
+4 mem_btclk_sensor
+1 mem_mouse_bluetooth_fast_conn_flag
+2 mem_mouse_discovery_timer
+1 mem_mouse_bluetooth_reconnect_timeout
+1 mem_mouse_need_soft_reset
+
+// le
+1 mem_mouse_le_bb_connected_flag
+1 mem_mouse_le_reconnect_flag
+1 mem_mouse_send_secutiry_request_timer
+
+3 mem_mouse_le_lap_temp
+3 mem_le_adv_ind
+3 mem_le_adv_direct_ind
+20 mem_le_adv_swift_pair
+1 mem_le_data_len
+2 mem_le_keyboard_handle
+2 mem_le_multimedia_handle
+2 mem_le_systemctrl_handle
+2 mem_le_battery_level_handle
+1 mem_le_battery_level_percentage
+2 mem_le_battery_level_updata_timer_init
+2 mem_le_battery_level_updata_timer
+1 mem_mouse_le_conn_param_reject
+32 mem_le_tx_buffer0_omemalloc
+32 mem_le_tx_buffer1_omemalloc
+32 mem_le_tx_buffer2_omemalloc
+32 mem_le_tx_buffer3_omemalloc
+1 mem_le_connect_status_flag
+1 mem_le_start_encrypt_timer
+1 mem_mouse_direct_timer
+
+//bt
+7 mem_device_addr_temp
+1 mem_mouse_enter_sniff_count
+1 mem_mouse_bt_boot_mode
+5 mem_mouse_bt_boot_data
+1 mem_bt_send_max_slot_req_accept_after_switch
+1 mem_mouse_bt_send_first_package_timer
+1 mem_mouse_bt_send_first_package_flag
+1 mem_lmi_opcode_temp 
+1 mem_lpm_mult_init
+
+// mouse key
+1 mem_customer_key
+1 mem_customer_data_trigger
+1 mem_customer_data_trigger_last
+
+1 mem_mouse_lkey_press_status
+1 mem_mouse_rkey_press_status
+1 mem_mouse_mkey_press_status
+1 mem_mouse_bkkey_press_status
+1 mem_mouse_fwkey_press_status
+1 mem_mouse_dpikey_press_status
+1 mem_mouse_pbkey_press_status
+1 mem_mouse_customerkey_press_status
+1 mem_mouse_key_temp
+1 mem_mouse_key_status
+
+1 mem_mouse_matrix_key_cow_count
+1 mem_mouse_matrix_key_row_count
+1 mem_mouse_ghost_flag
+1 mem_bt_discovery_count
+1 mem_select_device_count
+1 mem_mouse_commbination_key
+1 mem_select_device_button_statue
+1 mem_commbination_key_statue
+1 mem_combination_ui_button_count
+
+// 2.4G
+1 mem_mouse_search_dongle_interval
+1 mem_mouse_search_dongle_ch
+1 mem_mouse_search_dongle_count
+1 mem_mouse_search_dongle_action
+1 mem_24g_enter_lpm_timer
+1 mem_mouse_24g_enter_lpm_enable
+
+//led
+1 mem_mouse_device_poweron_timer_count
+1 mem_mouse_dpi_led_delay_count
+1 mem_mouse_led_off_4_led
+1 mem_24g_device_led_status
+
+// mouse configured param
+8 mem_mouse_flag 
+1 mem_mouse_bluetooth_type
+1 mem_device_number
+2 mem_mouse_page_to
+1 mem_mouse_fast_direct_timeout
+2 mem_mouse_fast_page_to
+2 mem_mouse_24g_power_on_fast_conn_timer
+2 mem_mouse_24g_search_dongle_time_init
+2 mem_mouse_no_data_timeout
+
+1 mem_mouse_device_poweron_timer_count_init
+1 mem_mouse_dpi_led_delay_count_init
+2 mem_mouse_dpi_led_blink_time
+2 mem_mouse_disconvey_led_blink_time
+2 mem_mouse_low_v_led_blink_time
+2 mem_adc_low_volatage_led_blink_timer
+
+1 mem_mouse_commbination_key_bt
+1 mem_mouse_commbination_key_24g
+
+9 mem_customer_key_press
+9 mem_customer_key_release
+3 mem_mouse_set_high_impedance_bit_set
+
+1 mem_sensor_shutdown_flag
+
+//patch area
+1 mem_power_on_flag
+
+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
+
+1 mem_fire_key_status
+4 mem_fire_key_delay
+1 mem_fire_key_flag
+1 mem_firebutton_gpio
+1 mem_mouse_firebutton_connect_vin_flag
+1 mem_mouse_another_dpi_connect_vin_flag
+
+1 mem_dpi_another_button_gpio
+1 mem_dpi_another_press_status
+1 mem_dpi_another_button_state
+1 mem_dpi_another_button_down_enable
+1 mem_mouse_key_temp_patch
+
+// 1io2led multi begin
+1 mem_mouse_led_new_interface_config
+//mediacy
+1 mem_mouse_multi_led_blink_enable
+1 mem_mouse_multi_led_type
+1 mem_mouse_multi_led_state
+1 mem_mouse_multi_led_blink_type				//00:rtn	01:24g blink	02:le blink		03:reconn blink 	04:low blink	05:dpi blink
+1 mem_mouse_led_multi_type					//00:no multi	01:low+led	02:dpi+led	03:low+dpi_led
+//time parm
+1 mem_mouse_multi_led_powon_timer_init		//power on time
+1 mem_mouse_multi_led_powon_timer
+1 mem_mouse_multi_24gled_blink_timer_init	//24gled blink time
+1 mem_mouse_multi_le_discovery_blink_timer_init	//le discovery blink time
+1 mem_mouse_multi_le_reconn_blink_timer_init	//le reconn blink time
+1 mem_mouse_dpi_led_blink_timer_init		//dpi blink time
+1 mem_mouse_multi_led_blink_timer
+1 mem_mouse_low_led_blink_timer			//low blink time
+1 mem_mouse_low_led_blink_half_timer
+1 mem_adc_low_volatage_led_timer_count_new
+//blink count
+1 mem_mouse_multi_24gled_blink_count_init	//24g count
+1 mem_mouse_multi_le_reconn_blink_count_init	//le reconn count
+1 mem_mouse_multi_led_blink_count
+1 mem_mouse_multi_lowled_blink_count_init	//low count
+1 mem_mouse_multi_low_led_blink_count
+//io config
+1 mem_mouse_1io2led_multi_24gled
+1 mem_mouse_1io2led_multi_bt1led
+1 mem_mouse_1io2led_multi_bt2led
+1 mem_mouse_low_gpio
+1 mem_mouse_dpi_gpio
+// 1io2led multi end
+
+16 mem_mouse_rssi_signal_buf_patch
+16 mem_mouse_rssi_signal_buf_temp
+
+
+1 mem_mouse_le_send_conn_param_update
+1 mem_mouse_le_send_conn_param_update_timer
+
+//uart start 
+1 mem_device_uart_tx_gpio
+1 mem_device_uart_rx_gpio
+2 mem_device_uart_rx_buffer
+2 mem_device_uart_rx_buffer_end
+2 mem_device_uart_tx_buffer
+2 mem_device_uart_tx_buffer_end
+2 mem_device_uart_baud_rate
+//uart end
+
+//rssi log start
+1 mem_24g_paccnt
+1 mem_rssi_mouse
+4 mem_clkn_bt_patch
+2 mem_txpower_print
+//rssi log end
+
+//tx power
+1 mem_normal_tx_power
+
+//S210x
+0 mem_sensor_s201_dpi
+1 mem_sensor_s201_dpi_0
+1 mem_sensor_s201_dpi_1
+1 mem_sensor_s201_dpi_2
+1 mem_sensor_s201_dpi_3
+1 mem_sensor_s201_dpi_4
+
+//commbination_dpi
+1 mem_mouse_commbination_dpi_check_enable
+1 mem_commbination_dpi_timer
+1 mem_mouse_commbination_key_dpi
+
+//rgb
+1 mem_rgb_led_off_enable
+1 mem_rgb_led_on_enable
+1 mem_rgb_led_off_enable_timer
+1 mem_rgb_led_on_enable_timer
+2 mem_rgb_led_on_timer
+
+2 mem_rgb_led_off_check_count
+2 mem_rgb_led_on_check_count
+1 mem_rgb_led_on_continue_1min_timeout_flag
+1 mem_mbutton_function_disable
+1 mem_mouse_rgb_ctrl_gpio
+1 mem_mouse_rgb_adc_no_power_flag
+
+30 mem_sensor_8650_init_new
+1 mem_long_sleep_flag
+
+1 mem_mouse_mos_ctrl_gpio
+1 mem_mouse_mos_status
+1 mem_mouse_mos_ctrl_count
+)
+
+
+xmemalloc g24_tx_remote(
+1 mem_remote_car_hard_soft_switch
+
+1 mem_remote_car_queue_each_size
+1 mem_remote_car_queue_length
+
+1 mem_remote_car_queue_curr_num
+1 mem_remote_car_queue_read_ptr
+1 mem_remote_car_queue_write_ptr
+90 mem_remote_car_queue_ele
+
+1 mem_remote_style_led_type
+1 mem_remote_style_blink_count
+1 mem_remote_style_struct_led_gpio
+2 mem_remote_style_on_time
+2 mem_remote_style_off_time
+2 mem_remote_style_cb_ledon
+2 mem_remote_style_cb_ledoff
+
+
+1 mem_remote_car_led_num
+8 mem_remote_car_led_map
+
+0 mem_remote_car_keyscan
+1 mem_remote_car_key_num
+2 mem_cb_remote_car_keyscan
+
+0 mem_remote_car_key_conf0
+1 mem_remote_car_key_conf0_pin
+0 mem_remote_car_key_conf1
+1 mem_remote_car_key_conf1_pin
+0 mem_remote_car_key_conf2
+1 mem_remote_car_key_conf2_pin
+0 mem_remote_car_key_conf3
+1 mem_remote_car_key_conf3_pin
+0 mem_remote_car_key_conf4
+1 mem_remote_car_key_conf4_pin
+0 mem_remote_car_key_conf5
+1 mem_remote_car_key_conf5_pin
+0 mem_remote_car_key_conf6
+1 mem_remote_car_key_conf6_pin
+
+
+//rocker
+1 mem_rocker_negative_flag
+1 mem_rocker_work_status
+2 mem_current_vdd_value_default_mid_x
+2 mem_current_vdd_value_default_mid_y
+2 mem_current_vdd_value_default_mid_temp
+2 mem_current_vdd_default_range
+2 mem_rocker_last_status
+0 mem_rocker_status
+1 mem_rocker_x_status
+1 mem_rocker_y_status
+
+0 mem_remote_car_config_param
+1 mem_remote_car_config_setting_flag
+1 mem_remote_car_config_key_map
+1 mem_remote_car_config_layout
+1 mem_remote_car_config_connect_led_gpio
+1 mem_remote_car_config_check_way
+1 mem_remote_car_config_soft_switch_enable
+1 mem_remote_car_config_soft_switch_gpio
+1 mem_remote_car_config_timeout_shutdown_enable
+
+0 mem_remote_car_24g_motor_packet
+1 mem_remote_car_24g_motor_packet_lenght
+2 mem_remote_car_24g_motor_send_packet_head
+1 mem_remote_car_24g_motor_send_cmd
+2 mem_remote_car_24g_motor_send_length
+0 mem_remote_car_24g_motor_send_payload
+2 mem_remote_car_24g_motor1_payload
+2 mem_remote_car_24g_motor2_payload
+2 mem_remote_car_24g_motor3_payload
+1 mem_remote_car_24g_motor_send_checksum
+
+0 mem_remote_car_24g_fire_packet
+1 mem_remote_car_24g_fire_packet_lenght
+2 mem_remote_car_24g_fire_send_packet_head
+1 mem_remote_car_24g_fire_send_cmd
+2 mem_remote_car_24g_fire_send_length
+2 mem_remote_car_24g_fire_send_payload
+1 mem_remote_car_24g_fire_send_checksum
+
+15 mem_remote_car_24g_tx_temp
+
+2 mem_remote_car_no_data_timeout
+2 mem_remote_car_no_data_timer
+
+0 mem_remote_car_soft_power
+1 mem_remote_car_power_state
+1 mem_remote_car_power_timer
+1 mem_remote_car_power_off_timeout
+1 mem_remote_car_power_starting_timeout
+2 mem_remote_car_power_off_cb
+2 mem_remote_car_power_starting_cb
+2 mem_remote_car_power_standby_cb
+
+1 mem_remote_key_status
+1 mem_remote_car_24g_status
+
+1 mem_remote_car_24g_auto_work_step
+1 mem_remote_car_24g_pair_success_flag
+1 mem_remote_car_empty_packet
+
+1 mem_remote_car_motor1_key0_press_state
+1 mem_remote_car_motor1_key1_press_state
+1 mem_remote_car_motor2_key2_press_state
+1 mem_remote_car_motor2_key3_press_state
+1 mem_remote_car_motor1_rel_state
+1 mem_remote_car_motor2_rel_state
+
+1 mem_remote_car_no_data_check
+)
+xmemalloc shutter(
+
+////////////////////////////////////
+//shutter common config
+1 mem_shutter_bluetooth_type
+////////////////////////////////////
+
+2 mem_shutter_config_eeprom_offset_addr
+
+////////
+2 mem_shutter_config_eeprom_start_flag
+1 mem_shutter_config_user_size
+///////
+1 mem_shutter_config_label
+2 mem_shutter_config_otp_addr
+///////////////////////////////////
+
+////////////////////////////////////
+//classic shutter config
+1 mem_classic_shutter_cable_unplug_conut
+1 mem_classic_shutter_hid_disconn_count
+2 mem_classic_shutter_random_mac_offset_addr
+////////////////////////////////////
+
+////////////////////////////////////
+//ble shutter config
+1 mem_ble_shutter_enable_notify
+2 mem_ble_shutter_reconn_adv_interval
+2 mem_ble_shutter_discovery_adv_interval
+2 mem_ble_shutter_reconn_timeout
+2 mem_ble_shutter_reconn_timer
+2 mem_ble_shutter_reconn_blink_on_time
+2 mem_ble_shutter_reconn_blink_off_time
+2 mem_ble_shutter_discovery_blink_on_time
+2 mem_ble_shutter_discovery_blink_off_time
+
+2 mem_ble_shutter_interval_min
+2 mem_ble_shutter_interval_max
+2 mem_ble_shutter_latency
+2 mem_ble_shutter_timeout
+
+2 mem_ble_shutter_interval_min_new
+2 mem_ble_shutter_interval_max_new
+2 mem_ble_shutter_latency_new
+2 mem_ble_shutter_timeout_new
+
+//////////////////shutter sleep timeout//////////////////
+2 mem_classic_shutter_discovery_timeout
+2 mem_classic_shutter_connect_timeout
+2 mem_ble_shutter_discovery_timeout
+2 mem_ble_shutter_connect_timeout
+2 mem_shutter_sleep_timeout
+2 mem_shutter_sleep_timer
+
+/////////////////////////////////////////////////////////////////
+1 mem_shutter_hard_soft_switch_case
+1 mem_shutter_soft_switch_button_gpio
+1 mem_shutter_soft_switch_power_state
+1 mem_shutter_soft_switch_poweron_time
+1 mem_shutter_soft_switch_poweroff_time
+2 mem_shutter_soft_switch_poweron_callback_function
+2 mem_shutter_soft_switch_poweroff_callback_function
+
+
+0 mem_shutter_keyscan
+1 mem_shutter_key_num
+2 mem_cb_shutter_keycan
+1 mem_shutter_key_conf0
+1 mem_shutter_key_conf1
+1 mem_shutter_key_conf2
+1 mem_shutter_key_conf3
+1 mem_shutter_key_conf4
+1 mem_shutter_key_conf5
+1 mem_shutter_key_conf6
+1 mem_shutter_key_conf7
+
+
+5 mem_key0_press
+5 mem_key1_press
+5 mem_key2_press
+5 mem_key3_press
+5 mem_key4_press
+5 mem_key5_press
+5 mem_key6_press
+5 mem_key7_press
+
+5 mem_key0_release	
+5 mem_key1_release
+5 mem_key2_release
+5 mem_key3_release
+5 mem_key4_release
+5 mem_key5_release
+5 mem_key6_release
+5 mem_key7_release
+
+5 mem_ble_data_buffer1
+5 mem_ble_data_buffer2
+5 mem_ble_data_buffer3
+5 mem_ble_data_buffer4
+5 mem_ble_data_buffer5
+5 mem_ble_data_buffer6
+5 mem_ble_data_buffer7
+5 mem_ble_data_buffer8
+50 mem_ble_data_buffer9_58
+
+5 mem_classic_data_buffer
+
+5 mem_classic_data_buffer1
+5 mem_classic_data_buffer2
+5 mem_classic_data_buffer3
+5 mem_classic_data_buffer4
+5 mem_classic_data_buffer5
+5 mem_classic_data_buffer6
+5 mem_classic_data_buffer7
+5 mem_classic_data_buffer8
+50 mem_classic_data_buffer9_58
+
+1 mem_queue_each_size
+1 mem_queue_length
+1 mem_queue_curr_num
+1 mem_queue_read_ptr
+1 mem_queue_write_ptr
+32 mem_queue_ele
+
+
+170 mem_shutter_nv_data
+
+0 mem_shutter_led_struct_app_led
+1 mem_shutter_led_struct_app_led_type
+1 mem_shutter_led_struct_app_led_blink_count
+1 mem_shutter_led_struct_app_led_gpio
+2 mem_shutter_led_struct_app_led_on_time
+2 mem_shutter_led_struct_app_led_off_time
+2 mem_shutter_led_struct_app_led_on_callback
+2 mem_shutter_led_struct_app_led_off_callback
+
+0 mem_shutter_power_off_led_style
+1 mem_shutter_power_off_led_style_type
+1 mem_shutter_power_off_led_style_blink_count
+1 mem_shutter_power_off_led_style_gpio
+2 mem_shutter_power_off_led_style_on_time
+2 mem_shutter_power_off_led_style_off_time
+2 mem_shutter_power_off_led_style_on_callback
+2 mem_shutter_power_off_led_style_off_callback
+
+1 mem_shutter_soft_swtich_botton_down
+11 mem_shutter_soft_swtich_led_struct_temp
+1 mem_shutter_power_off_timeout
+1 mem_shutter_power_off_timer
+2 mem_shutter_key_conf0_temp
+1 mem_shutter_led_struct_app_led_gpio_temp
+1 mem_shutter_hard_soft_switch_case_temp
+1 mem_shutter_soft_switch_button_gpio_temp
+)
+xmemalloc hci_boot(
+1 mem_hci_uart_tx_gpio
+1 mem_hci_uart_rx_gpio
+1 mem_hci_uart_rts_gpio
+1 mem_hci_uart_cts_gpio
+1 mem_hci_pwm_12mhz_gpio
+)
Index: output/bt_format.meta
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/bt_format.meta	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/bt_format.meta	(working copy)
@@ -0,0 +1,14716 @@
+0x0000 mem_le_adv_transmit
+0x0001 mem_le_adv_waitcnt
+0x0002 mem_le_adv_rcv
+0x0003 mem_le_req_rcv
+0x0004 mem_le_scanrsp_rcv
+0x0005 mem_le_conn_rcv
+0x0006 mem_inquiryscan_waitcnt
+0x0007 mem_inquiryscan_rcvcnt
+0x0008 mem_pagescan_waitcnt
+0x0009 mem_pagescan_rcvcnt
+0x000a mem_pagescan_rcvfhscnt
+0x000b mem_slave_rcvcnt
+0x000c mem_page_transmit
+0x000d mem_page_rcv
+0x000e mem_page_rcv_fhs
+0x000f mem_master_rcvcnt
+0x0010 mem_fhs_wait_counter
+0x0011 mem_newconnto_counter
+0x0012 mem_inquiry_transmit
+0x0013 mem_inquiry_rcv
+0x0014 mem_fw_ver
+0x0015 mem_current_context
+0x0016 mem_le_ch_mapped
+0x0017 mem_last_freq
+0x0018 mem_rssi
+0x0019 mem_rssi_hex
+0x001a mem_rx_type
+0x001b mem_rx_hec_err
+0x001d mem_rx_crc_err
+0x001f mem_context_ptr
+0x0021 mem_display
+0x0029 mem_bcd
+0x0031 mem_state
+0x0032 mem_mode
+0x0033 mem_tsniff
+0x0035 mem_sniff_anchor
+0x0039 mem_clk_offset
+0x003f mem_rx_window
+0x0041 mem_plap
+0x0044 mem_puap
+0x0045 mem_pnap
+0x0047 mem_conn_handle
+0x0048 mem_arq
+0x0049 mem_lmp_to_send
+0x004a mem_lmi_opcode
+0x004b mem_lmo_reason
+0x004c mem_op
+0x004d mem_state_map
+0x004e mem_supervision_timer
+0x0052 mem_supervision_to
+0x0054 mem_name_offset
+0x0055 mem_key_size
+0x0056 mem_conn_sm
+0x0057 mem_aco
+0x0063 mem_kc
+0x0073 mem_conn_timer
+0x0074 mem_sniff_attempt
+0x0075 mem_sniff_timeout
+0x0076 mem_dsniff
+0x0078 mem_amaddr
+0x0079 mem_lmo_opcode1
+0x007a mem_lmi_opcode1
+0x007b mem_lmo_reason1
+0x007c mem_lmo_tid1
+0x007d mem_lmo_opcode2
+0x007e mem_lmi_opcode2
+0x007f mem_lmo_reason2
+0x0080 mem_lmo_tid2
+0x0081 mem_bt_context_reserve
+0x0089 mem_current_sniff_attempt
+0x008a mem_current_sniff_timeout
+0x008b mem_nfreq_index_inq
+0x008c mem_nfreq_index_page
+0x008d mem_ninqy_index
+0x008e mem_fhs_misc
+0x008f mem_subsniff_instant
+0x0093 mem_subsniff_rate
+0x0094 mem_subsniff_tcmax
+0x0096 mem_subsniff_tsniff
+0x0097 mem_lpm_adjust
+0x0098 mem_sync_clke
+0x009e mem_lpm_current_mult
+0x009f mem_gpio_wakeup_low
+0x00a3 mem_gpio_wakeup_high
+0x00a7 mem_npage_index
+0x00a8 mem_page_mode
+0x00a9 mem_page_clk
+0x00ad mem_temp_am_addr
+0x00ae mem_temp_arq
+0x00af mem_len
+0x00b1 mem_clkn_bt
+0x00b5 mem_clke_bt
+0x00b9 mem_dpll_clkn
+0x00bd mem_connection_options
+0x00be mem_nameres_cnt
+0x00bf mem_txptr
+0x00c1 mem_slot_offset
+0x00c3 extm_fhs_misc
+0x00c4 extm_newconn_am_addr
+0x00c5 extm_class
+0x00c8 extm_lap
+0x00cb extm_uap
+0x00cc extm_nap
+0x00cf mem_rxbuf
+0x00e4 mem_debug_config
+0x00e5 mem_lch_code
+0x00e6 mem_fhs_am_addr
+0x00e7 mem_select_list_item
+0x00e8 mem_temp_reconn_record
+0x00e8 mem_record_bt_mode
+0x00e9 mem_temp_lap
+0x00ef mem_list_item_ptr
+0x00f1 mem_eir
+0x0155 mem_param_tx_setup
+0x0157 mem_param_rf_setup
+0x0159 mem_param_conn_access
+0x015b mem_param_clke_cal
+0x015d mem_param_pll_setup
+0x015f mem_param_rx_setup
+0x0161 mem_param_dpll_start_delay
+0x0163 mem_param_rt_rthalfslot
+0x0165 mem_param_clke_cal_le_1m
+0x0167 mem_param_clke_cal_le_2m
+0x0169 mem_param_clke_cal_le_coded
+0x016b mem_le_rxbuf
+0x026f mem_le_mic
+0x0273 mem_le_peer_mic
+0x0277 mem_le_mrand
+0x0287 mem_le_state
+0x0288 mem_le_mode
+0x0289 mem_le_tsniff
+0x028b mem_le_anchor
+0x028f mem_le_clk_offset
+0x0295 mem_le_receive_window
+0x0297 mem_le_plap
+0x029d mem_le_conn_handle
+0x029e mem_le_arq
+0x029f mem_le_ch
+0x02a0 mem_le_hop
+0x02a1 mem_le_event_count
+0x02a3 mem_le_supervision_timer
+0x02a7 mem_le_instant
+0x02a9 mem_le_channels
+0x02aa mem_le_op
+0x02ab mem_le_access
+0x02af mem_le_crcinit
+0x02b2 mem_le_window_size
+0x02b3 mem_le_slave_latency
+0x02b5 mem_le_superto
+0x02b7 mem_le_channel_map
+0x02bc mem_le_rx_phy
+0x02bd mem_le_tx_phy
+0x02be mem_le_update_new_param
+0x02c7 mem_le_sk
+0x02d7 mem_le_peer_sca
+0x02d8 mem_le_err_code
+0x02d9 mem_le_ll_pairing_fail_reason
+0x02da mem_le_context_reserve
+0x02df mem_le_testtype
+0x02e0 mem_cmd_le_create_conn
+0x02e1 mem_ucode_status
+0x02e2 mem_spid_tbuf
+0x02e3 mem_iicd_tbuf
+0x02e3 mem_addr_hi
+0x02e4 mem_addr_mi
+0x02e5 mem_addr_lo
+0x02e6 mem_iicd_addr
+0x02e7 mem_spid_rbuf
+0x02eb mem_ucode_buf
+0x02ed mem_ucode_len
+0x02ef mem_sched_addr
+0x02f1 mem_ucode_ptr
+0x02f3 mem_ucode_keybuf
+0x0303 mem_spid2_tbuf
+0x0304 mem_addr_hi2
+0x0305 mem_addr_mi2
+0x0306 mem_addr_lo2
+0x0307 mem_spid2_rbuf
+0x030b mem_reconnect_flag
+0x030c mem_switch_fail_master_count
+0x030d mem_app_evt_timer_count
+0x030e mem_l2cap_mem_start
+0x030e mem_l2cap_rxbuff1_len
+0x0310 mem_l2cap_rxbuff2_len
+0x0312 mem_l2cap_rxbuff_new
+0x0314 mem_l2cap_rxbuff_inuse
+0x0315 mem_l2cap_payload_ptr
+0x0317 mem_l2cap_rx_pkt_length
+0x0319 mem_l2cap_rx_cid
+0x031b mem_l2cap_rx_done
+0x031c mem_l2cap_signal_tx_buff_ptr
+0x031e mem_l2cap_signal_tx_payload_ptr
+0x0320 mem_l2cap_signal_tx_length
+0x0322 mem_sdp_tx_buff_ptr
+0x0324 mem_sdp_tx_payload_ptr
+0x0326 mem_sdp_tx_pkt_length
+0x0328 mem_rfcomm_tx_buff_ptr
+0x032a mem_rfcomm_tx_payload_ptr
+0x032c mem_rfcomm_tx_pkt_length
+0x032e memL2CAP_T1
+0x0330 mem_CONTROL_tasks
+0x0331 mem_send_config_req
+0x0332 mem_config_identifier
+0x0333 mem_config_req_dest_CID
+0x0335 mem_rfcomm_malloc_fail_flag
+0x0336 mem_message_to_uppersm
+0x0337 mem_upper_sm_remote_page
+0x0338 mem_upper_sm_reconn
+0x0339 mem_upper_sm_ss
+0x033a mem_tx_malloc_log
+0x037a mem_l2cap_mem_end
+0x037a mem_scid
+0x037c mem_cmd_length
+0x037e mem_tt2
+0x0380 mem_tt3
+0x0382 mem_id
+0x0384 mem_psm
+0x0386 mem_l2cap_sdpres_delay_time
+0x038a mem_lmo_header_length
+0x038b mem_lmo_header_opcode
+0x038c mem_lmo_payload
+0x039d mem_lmi_accepted_opcode
+0x039e mem_disconn_reason_send
+0x039f mem_tx_fixed_freq
+0x03a0 mem_rx_fixed_freq
+0x03a1 mem_ext_features_page
+0x03a2 mem_lmpext_ssp_enable
+0x03a4 mem_remote_sppcap
+0x03a5 mem_lmp_conn_state
+0x03a6 mem_soft_timer
+0x03a8 mem_pincode_state
+0x03a9 mem_sres_tid
+0x03aa mem_accptsco_tid
+0x03ab mem_wait_encryption
+0x03ac mem_sniff_payload
+0x03bc mem_aurand_send_delay_time
+0x03c0 memRemoteRPNBitRate
+0x03c1 memRemotePRNDataBits
+0x03c2 memRemotePRNStopBit
+0x03c3 memRemotePRNParity
+0x03c4 memRemotePRNFlowControl
+0x03c5 memRemotePRNXon
+0x03c6 memRemotePRNXoff
+0x03c7 mem_mod2div_temp
+0x03ca mem_contw_temp
+0x03cc mem_attrib_list
+0x03ce mem_current_adss
+0x03cf mem_current_channel
+0x03d0 mem_current_frame_type
+0x03d1 mem_current_fcs
+0x03d2 mem_current_length
+0x03d4 mem_rfcomm_uih_payload_ptr
+0x03d6 mem_uih_cmd_type
+0x03d7 mem_uih_length
+0x03d9 mem_param_payload_ptr
+0x03db mem_ms_param
+0x03dc mem_pn_credit_flow_type_info
+0x03dd mem_pn_priority
+0x03de mem_pn_acknowledg_timer
+0x03df mem_pn_max_retrans
+0x03e0 mem_rfcomm_send_adss
+0x03e1 mem_rfcomm_send_frame_type
+0x03e2 mem_rfcomm_send_fcs
+0x03e3 mem_rfcomm_send_offset
+0x03e4 mem_sdp_mem_start
+0x03e4 mem_sdp_uuid_search_ptr
+0x03ec mem_sdp_continue_byte
+0x03ee mem_sdp_pduid
+0x03ef mem_sdp_transactionid
+0x03f1 mem_sdp_transactionid_local
+0x03f3 mem_sdp_attribute_maxbyte
+0x03f5 mem_sdp_record_maxcnt
+0x03f7 mem_sdp_record_handle
+0x03fb mem_sdp_LACAP_found
+0x03fc mem_sdp_RFCOMM_found
+0x03fd mem_sdp_handle_list
+0x03fd mem_sdp_attrib_list
+0x041d mem_sdp_error_code
+0x041f mem_sdp_all_length
+0x0421 mem_handle_humber
+0x0422 mem_search_uuid
+0x0424 mem_sdp_mem_end
+0x0424 mem_random_number
+0x0434 mem_round_key
+0x0444 mem_kinit
+0x0454 mem_input_store
+0x0464 mem_x
+0x0474 mem_y
+0x0483 mem_y15
+0x0484 mem_key_store
+0x0495 mem_key_store_end
+0x0496 memp_ar_key
+0x0498 memp_ar_input
+0x049a mem_ar_hround
+0x04a4 mem_ec_infinite
+0x04a5 mem_ec_loopc
+0x04a7 mem_aes_cmac_data_length
+0x04a8 memdat
+0x04a8 mem_ax
+0x04c0 mem_ay
+0x04d8 mem_az
+0x04f0 mem_bx
+0x0508 mem_ax_256//32 bytes
+0x0508 mem_by
+0x0520 mem_bz
+0x0528 mem_ay_256// 32 bytes
+0x0538 mem_cx
+0x0548 mem_az_256// 32 bytes
+0x0550 mem_cy
+0x0567 mem_cy5
+0x0568 mem_bx_256// 32 bytes
+0x0568 mem_cz
+0x0580 mem_k
+0x0588 mem_by_256// 31 bytes
+0x0598 mem_align
+0x05a8 mem_bz_256//32 bytes
+0x05a8 mem_tmp1
+0x05a8 memahbak
+0x05c0 mem_tmp5
+0x05c8 mem_cx_256//32 bytes
+0x05c8 memahsave
+0x05d8 mem_tmp2
+0x05e8 mem_cy_256// 32 bytes
+0x05e8 memahsave_end
+0x05e8 mem_addr_padding
+0x05e9 mem_addr_value
+0x05f0 mem_tmp3
+0x05f0 mem_t1
+0x05f5 mem_addr_value_end
+0x05f8 mem_addr_iocap_end
+0x0607 mem_cy5_256// 1 byte
+0x0608 mem_cz_256// 32 bytes
+0x0608 mem_tmp0
+0x0608 mem_t0
+0x0610 mem_tmp0a
+0x0620 mem_t2
+0x0628 mem_k_256//32 bytes
+0x0638 mem_t3
+0x0648 mem_tmp1_256//32 bytes
+0x0650 mem_t7
+0x0668 mem_tmp5_256
+0x0688 mem_tmp2_256
+0x06a8 mem_tmp3_256
+0x06a8 mem_t1_256
+0x06c8 mem_tmp0_256
+0x06c8 mem_t0_256
+0x06e8 mem_t2_256
+0x0708 mem_t3_256
+0x0728 mem_t7_256
+0x0748 mem_p
+0x0760 mem_a
+0x0778 mem_b
+0x0790 mem_gx
+0x07a8 mem_gy
+0x07c0 memh0
+0x07e0 mem_p_256
+0x0800 mem_a_256
+0x0820 mem_gx_256
+0x0840 mem_gy_256
+0x0860 mem_le_slat
+0x0870 mem_sp_state_start
+0x0870 mem_sp_state
+0x0871 mem_master_sp_state
+0x0872 mem_sp_flag
+0x0873 mem_master_sp_flag
+0x0874 mem_sp_calc
+0x0875 mem_sp_dh_ready
+0x0876 mem_sp_localsm
+0x0877 mem_pairing_auth
+0x0878 mem_sp_local_key_send_count
+0x0879 mem_sp_remote_key_recv_count
+0x087a mem_sp_remote_key_invalid
+0x087b mem_sp_dhkey_invalid
+0x087c mem_gkey
+0x0880 mem_sp_state_end
+0x0880 mem_le_pubkey_remote_x_256
+0x0888 mem_sp_pubkey_remote
+0x0888 mem_sp_pubkey_remote_x
+0x08a0 mem_sp_pubkey_remote_x_end
+0x08a0 mem_le_pubkey_remote_y_256
+0x08a8 mem_sp_pubkey_remote_y
+0x08c0 mem_le_dhkey_256
+0x08c8 mem_sp_dhkey
+0x08e0 mem_sp_dhkey_end
+0x08e0 mem_sp_random_local
+0x08f0 mem_sp_random_local_end
+0x08f0 mem_sp_random_remote
+0x0900 mem_sp_random_remote_end
+0x0900 memresult
+0x0900 mem_sp_calc_result
+0x0900 memh
+0x0904 memg
+0x0908 memf
+0x090c meme
+0x0910 mem_sp_calc_result_high
+0x0910 memd
+0x0914 memc
+0x0918 memb
+0x091c mema
+0x0920 mem_sp_check_result
+0x0930 mem_sp_confirm_remote
+0x0940 mem_sp_prarm_stack
+0x0950 mem_UI_data_txbuff_length
+0x0952 mem_ipc_skip_continue_proc
+0x0953 mem_ui_timer_temp//length 4
+0x0953 mem_ipc_rega_temp
+0x0957 mem_hold_contr
+0x0959 mem_hold_contw
+0x095b mem_fifo_temp
+0x095c mem_pdatatemp
+0x0964 mem_temp//8 bytes
+0x096c mem_timeup// 4 bytes
+0x0970 mem_rega//4 bytes
+0x0974 mem_regb//4 bytes
+0x0978 mem_regc//3 bytes
+0x097b mem_contr//2 bytes
+0x097d mem_contw//2 bytes
+0x097f mem_contus
+0x0981 mem_contue
+0x0983 mem_contu
+0x0985 mem_queue
+0x0987 mem_loopcnt
+0x0989 mem_wakup_from_power_flag
+0x098a mem_saved_gpio_in
+0x098e mem_module_rx_error_data_buffer
+0x098e mem_shutter_random_mac_data_temp
+0x098e mem_shutter_config_data_temp
+0x098e mem_le_adv_channel_map_temp
+0x098e mem_le_data_len_temp//1byte
+0x098e mem_tx_fifo_map_temp
+0x098e mem_rpn_dlci//1byte
+0x098e mem_event_cmd_response_content//2byte
+0x098e mem_le_prand//16byte
+0x098e mem_AES_CMAC_k//16 bytes
+0x098e mem_regext_index//1 bytes
+0x098e mem_temp_block0
+0x098f mem_le_data_temp//15bytes
+0x098f mem_temp_block1
+0x099e mem_le_aes_128//16byte
+0x099e mem_regext//64 bytes
+0x099e mem_AES_CMAC_k1//16 bytes
+0x099e mem_temp_block2
+0x09ae mem_AES_CMAC_k2//16 bytes
+0x09ae mem_temp_block3
+0x09be mem_AES_CMAC_temp// 16 bytes
+0x09be mem_temp_block4
+0x09ce mem_AES_CMAC_M_last// 16 bytes
+0x09ce mem_module_uart_cmd
+0x09cf mem_module_uart_opcode
+0x09d0 mem_module_uart_len
+0x09d1 mem_module_temp_nl_discard_packet
+0x09d2 mem_temp_block5
+0x09de mem_le_mackey//16 bytes
+0x09de mem_app_receive_temp
+0x09de mem_key_value_temp
+0x09e0 mem_key_value
+0x09e2 mem_key_value_temp1
+0x09e3 mem_key_value_temp2
+0x09e4 mem_key_value_temp3
+0x09e5 mem_key_value_temp4
+0x09e6 mem_key_value_temp5
+0x09e7 mem_key_value_temp6
+0x09e8 mem_temp_block6
+0x09ee mem_scale_ratio
+0x09f1 mem_xcnt
+0x09f4 mem_scale_ratio_temp
+0x09f6 mem_mesh_receive_model_message_payload_len
+0x09f7 mem_mesh_receive_model_message_payload_opcode
+0x09f8 mem_mesh_receive_model_message_payload
+0x0a0f mem_mesh_access_layer_payload_len
+0x0a10 mem_mesh_access_layer_payload
+0x0a10 mem_mesh_access_payload
+0x0a42 mem_mesh_access_payload_padding//Ϊ��͸��ģ��Ԥ��
+0x0a74 mem_mesh_queue_ele_temp
+0x0a74 mem_mesh_queue_ele_duration
+0x0a75 mem_mesh_queue_ele_gatt_msg_id
+0x0a76 mem_mesh_queue_ele_len
+0x0a77 mem_mesh_queue_ele_payload
+0x0a96 mem_mesh_queue_ele_padding
+0x0a97 mem_le_txheader_mesh_temp
+0x0abe mem_mesh_sha256_chunk_start
+0x0abe mem_mesh_sha256_chunk1
+0x0afe mem_mesh_sha256_chunk2
+0x0b3e mem_mesh_sha256_chunk3
+0x0b7e mem_mesh_sha256_chunk4
+0x0bbe mem_mesh_Privacy_Plaintext
+0x0bbe mem_mesh_Privacy_Plaintext_Zero_String
+0x0bc3 mem_mesh_Privacy_Plaintext_IV_Index
+0x0bc7 mem_mesh_Privacy_Plaintext_Privacy_Random
+0x0bc7 mem_mesh_Privacy_Plaintext_Privacy_Random_EncDST
+0x0bc9 mem_mesh_Privacy_Plaintext_Privacy_Random_EncTransportPDU_or_NetMIC
+0x0bce mem_mesh_PECB
+0x0bde mem_nonce_ptr
+0x0be0 mem_ccm_data_len
+0x0be1 mem_ccm_data_ptr
+0x0be3 mem_ccm_mic
+0x0beb mem_ccm_type
+0x0bec mem_mesh_Device_UUID
+0x0bfc mem_mesh_receive_VID
+0x0bfd mem_mesh_mic_cache_ptr
+0x0bff mem_mesh_lower_transport_layer_payload_len
+0x0c00 mem_mesh_loopcnt_tmep
+0x0c02 mem_mesh_rega_temp
+0x0c04 mem_mesh_regb_temp
+0x0c06 mem_mesh_regc_temp
+0x0c08 mem_mesh_alarm_temp
+0x0c0a mem_mesh_message_Transport_NetMIC_length
+0x0c0b mem_mesh_message_NID
+0x0c0c mem_mesh_message_TTL
+0x0c0d mem_mesh_message_SEQ
+0x0c10 mem_mesh_message_SRC
+0x0c12 mem_mesh_message_DST
+0x0c14 mem_mesh_message_Transport_NetMIC
+0x0c14 mem_mesh_message_Transport_Head
+0x0c15 mem_mesh_message_Transport_unsegmented_access_messagePDU
+0x0c15 mem_mesh_message_Transport_segmented_access_messagePDU
+0x0c15 mem_mesh_message_segment_access_SZMIC_SeqZero_SegO_SegN
+0x0c18 mem_mesh_message_Transport_segmented_access_messagePDU_Segment
+0x0c18 mem_mesh_message_Transport_NetMIC_end
+0x0c28 mem_mesh_nonce_struct
+0x0c35 mem_mesh_send_message_DST
+0x0c37 mem_mesh_last_message_SEQ
+0x0c3a mem_mesh_network_packet_type
+0x0c3b mem_mesh_upper_transport_layer_payload_ptr
+0x0c3d mem_mesh_segmented_upper_transport_layer_payload_len
+0x0c3e mem_mesh_segmented_lower_transport_layer_SegZero
+0x0c40 mem_mesh_segmented_lower_transport_layer_SegO
+0x0c41 mem_mesh_segmented_lower_transport_layer_SegN
+0x0c42 mem_mesh_segmented_last_packet_upper_teansport_payload_len
+0x0c43 mem_mesh_upper_tran_layer_queue_temp
+0x0c43 mem_mesh_upper_tran_layer_temp_packet_flag
+0x0c44 mem_mesh_upper_tran_layer_temp_packet_transmit_delay
+0x0c46 mem_mesh_upper_tran_layer_temp_packet_TID
+0x0c47 mem_mesh_upper_tran_layer_temp_packet_header_IVI_NID
+0x0c48 mem_mesh_upper_tran_layer_temp_packet_header_CTL_TTL
+0x0c49 mem_mesh_upper_tran_layer_temp_packet_header_SEQ
+0x0c4c mem_mesh_upper_tran_layer_temp_packet_header_SRC
+0x0c4e mem_mesh_upper_tran_layer_temp_packet_header_DST
+0x0c50 mem_mesh_upper_tran_layer_temp_packet_length
+0x0c51 mem_mesh_upper_tran_layer_temp_packet_payload
+0x09f6 mem_hci_opcode_ocf
+0x09f8 mem_hci_opcode_ogf
+0x09f9 mem_hci_event_head_type
+0x09fa mem_hci_event_head_event_code
+0x09fb mem_hci_event_para_total_length
+0x09fc mem_hci_command_complete_num_hci_command_packet
+0x09fd mem_hci_command_complete_command_opcode
+0x09fd mem_hci_opcode
+0x09ff mem_hci_command_complete_return_parameter
+0x09ff mem_hci_command_complete_return_parameter_status
+0x0a00 mem_hci_command_complete_return_parameter_chip_id
+0x09f6 mem_vdk
+0x09f8 mem_vok
+0x09fc mem_omega
+0x0a02 mem_b1
+0x0a06 mem_b2
+0x0a0a mem_u1
+0x0a1a mem_u2
+0x0a2a mem_q
+0x09f6 mem_module_le_rx_data_len
+0x09f8 mem_module_le_rx_data_address
+0x09fa mem_module_le_rx_data_handle
+0x09f6 mem_init_cnt
+0x09f8 mem_data_pre
+0x09fa mem_data_current
+0x09fc mem_data_sum
+0x09ff mem_data_value
+0x09f6 mem_tst_pktcnt_sync
+0x09f8 mem_tst_pktcnt_hec
+0x09fa mem_tst_pktcnt_crc
+0x09fc mem_tst_pktcnt_dmh
+0x09fe mem_tmp_buffer_head
+0x0a01 mem_tmp_buffer
+0x0a51 mem_tester_emulate
+0x0a52 mem_temp_payload
+0x0a52 test_mode_scenario
+0x0a53 test_mode_hopping_mode
+0x0a54 test_mode_tx_freq
+0x0a55 test_mode_rx_freq
+0x0a56 test_mode_power_mode
+0x0a57 test_mode_poll_period
+0x0a58 test_mode_packet_type
+0x0a59 test_mode_data_length
+0x0a5b mem_test_mode_old_debug_config
+0x0a5c mem_tester_cnt
+0x09f6 mem_usb_status
+0x09f7 mem_usb_fifo_empty
+0x09f8 mem_usb_read_len
+0x09fa mem_usb_txbuf
+0x0a3b mem_usb_txbuf1
+0x0a45 mem_usb_txbuf2
+0x0a4f mem_usb_rxbuf
+0x0a8f mem_usb_rxbuf_end
+0x0a90 mem_bufptr
+0x0a92 mem_remain
+0x0a93 mem_hidreportdesc_kb
+0x0a95 mem_hidreportdesc_m
+0x0a97 mem_devicedesc
+0x0aaa mem_confdesc
+0x0ae6 mem_string0
+0x0aeb mem_string1
+0x0b09 mem_string2
+0x0b27 mem_string3
+0x0b45 mem_cb_usb_config
+0x0b47 mem_usb_tx_interval
+0x0b48 mem_usb_vid_pid
+0x0b51 mem_usb_zero_packet
+0x0b53 mem_usb_ones_packet
+0x0b55 mem_usb_two_packet
+0x0b57 mem_usb0_state
+0x0b58 mem_usb_offline_check_gpio
+0x0b59 mem_usb_clear_mem_start
+0x0b59 mem_usb_setup
+0x0b59 mem_usb_setup_bmRequestType
+0x0b5a mem_usb_setup_bRequest
+0x0b5b mem_usb_setup_bValue
+0x0b5c mem_usb_setup_bValueH
+0x0b5d mem_usb_setup_wIndex
+0x0b5f mem_usb_setup_bLength
+0x0b60 mem_usb_setup_bLengthH
+0x0b61 mem_usb0_set_report_data
+0x0ba1 mem_usb0_get_report_data
+0x0be1 mem_usb_setup_bValue_temp
+0x0be3 mem_usb0_get_set_report
+0x0be4 mem_usb0_data_ready_report
+0x0be5 mem_usb_tx_win_enable
+0x0be6 mem_usb_tx_mac_enable
+0x0be7 mem_usb_idle_flag
+0x0be8 mem_usb_idle_rate
+0x0be9 mem_usb_get_protocol_flag
+0x0bea mem_usb_set_protocol_status
+0x0beb mem_usb_set_protocol_value
+0x0bec mem_usb_state
+0x0bed mem_usb_remote_wakeup
+0x0bee mem_usb_clear_remote_wakeup
+0x0bef mem_sdsystem_wakeup_flag
+0x0bf0 mem_usb_ep0_stall_status
+0x0bf1 mem_usb_ep1_stall_status
+0x0bf2 mem_usb_ep2_stall_status
+0x0bf3 mem_usb_ep3_stall_status
+0x0bf4 mem_dsc_info_data_pointer
+0x0bf6 mem_dsc_info_len
+0x0bf7 mem_usb_ep1_data
+0x0bf8 mem_usb_ep2_data
+0x0bf9 mem_usb_tx_enable
+0x0bfa mem_usb_device_enumeration_endflag
+0x0bfb mem_usb_wakestate_onetime_flag
+0x0bfc mem_usb_mac_wakeup_trig
+0x0bfd mem_usb_set_high_addr_flag
+0x0bfe mem_usb_clear_halt
+0x0bff mem_usb_mouse_data
+0x0c0f mem_usb_kb_data
+0x0c1f mem_usb_kb_multikey
+0x0c2f mem_usb_kb_system
+0x0c3f mem_usb_test_cnt
+0x0c41 mem_usb_test_kb
+0x0c4b mem_usb_clear_mem_end
+0x0c4b mem_dg_rssi_noise_buffer
+0x0d4b mem_dg_rssi_noise_dg_buffer
+0x0e4b mem_dg_rssi_noise_ms_buffer
+0x0f4b mem_dg_rssi_noise_kb_buffer
+
+0x02be mem_le_new_param
+0x02be mem_le_new_transmitwindowsize
+0x02bf mem_le_new_transmitwindowoffset
+0x02c1 mem_le_new_conninterval
+0x02c3 mem_le_new_connslavelatency
+0x02c5 mem_le_new_connsupervisiontimeout
+0x02be mem_le_new_map
+0x02be mem_le_new_m2s_phy
+0x02bf mem_le_new_s2m_phy
+0x016b mem_le_rxbuf_data_header
+0x016c mem_le_rxbuf_data_length
+0x016d mem_le_rxbuf_data_payload
+0x016b mem_le_rxbuf_data_ll_header
+0x016c mem_le_rxbuf_data_ll_length
+0x016d mem_le_rxbuf_data_ll_opcode
+0x016e mem_le_rxbuf_data_ll_control_data
+0x016b mem_le_rxbuf_adv_header
+0x016c mem_le_rxbuf_adv_length
+0x016d mem_le_rxbuf_adv_payload
+0x016b mem_le_rxbuf_adv_scan_req_header
+0x016c mem_le_rxbuf_adv_scan_req_length
+0x016d mem_le_rxbuf_adv_scan_req_scan_address
+0x0173 mem_le_rxbuf_adv_scan_req_adv_address
+0x016b mem_le_rxbuf_adv_connect_ind_header
+0x016c mem_le_rxbuf_adv_connect_ind_length
+0x016d mem_le_rxbuf_adv_connect_ind_init_address
+0x0173 mem_le_rxbuf_adv_connect_ind_adv_address
+0x0179 mem_le_rxbuf_adv_connect_ind_access_address
+0x017d mem_le_rxbuf_adv_connect_ind_crc_init
+0x0180 mem_le_rxbuf_adv_connect_ind_win_size
+0x0181 mem_le_rxbuf_adv_connect_ind_win_offset
+0x0183 mem_le_rxbuf_adv_connect_ind_interval
+0x0185 mem_le_rxbuf_adv_connect_ind_latency
+0x0187 mem_le_rxbuf_adv_connect_ind_timeout
+0x0189 mem_le_rxbuf_adv_connect_ind_channel_map
+0x018e mem_le_rxbuf_adv_connect_ind_hop_and_sca
+0x099e mem_le_search_handle_start
+0x09a0 mem_le_search_handle_end
+0x09a2 mem_le_att_offset
+0x09a2 mem_le_search_att_type_length
+0x09a3 mem_le_search_att_type
+0x09b3 mem_le_curr_att_len
+0x09b4 mem_le_cur_attlist_start_ptr
+0x09b6 mem_le_cur_handle_start
+0x09b8 mem_le_cur_handle_end
+0x09ba mem_le_cur_uuid_length
+0x09bb mem_le_cur_uuid
+0x016b mem_le_rxbuf_data_att_header
+0x016c mem_le_rxbuf_data_att_length
+0x016d mem_le_rxbuf_data_att_l2cap_length
+0x016f mem_le_rxbuf_data_att_cid
+0x0171 mem_le_rxbuf_data_att_opcode
+0x0172 mem_le_rxbuf_data_att_payload
+0x016b mem_le_rxbuf_data_continue_header
+0x016c mem_le_rxbuf_data_continue_length
+0x016d mem_le_rxbuf_data_continue_payload
+0x016b mem_le_rxbuf_data_att_write_header
+0x016c mem_le_rxbuf_data_att_write_length
+0x016d mem_le_rxbuf_data_att_write_l2cap_length
+0x016f mem_le_rxbuf_data_att_write_cid
+0x0171 mem_le_rxbuf_data_att_write_opcode
+0x0172 mem_le_rxbuf_data_att_write_handle
+0x0174 mem_le_rxbuf_data_att_write_payload
+0x016b mem_le_rxbuf_data_prepare_att_write_header
+0x016c mem_le_rxbuf_data_prepare_att_write_length
+0x016d mem_le_rxbuf_data_prepare_att_write_l2cap_length
+0x016f mem_le_rxbuf_data_prepare_att_write_cid
+0x0171 mem_le_rxbuf_data_prepare_att_write_opcode
+0x0172 mem_le_rxbuf_data_prepare_att_write_handle
+0x0174 mem_le_rxbuf_data_prepare_att_write_offset
+0x0176 mem_le_rxbuf_data_prepare_att_write_payload
+0x09f8 mem_mesh_NETKeyindex_and_APPKeyindex
+0x09fb mem_mesh_receive_application_key
+0x09f8 mem_mesh_vendor_message_cid
+0x09fa mem_mesh_vendor_message_tid
+0x09fb mem_mesh_vendor_message_attr_type
+0x09f8 mem_mesh_vendor_message_header
+0x09fd mem_mesh_vendor_attr_parameter
+0x09f8 mem_mesh_vendor_message_delay_close_time_header
+0x09fd mem_mesh_vendor_delay_close_time
+0x09f8 mem_mesh_vendor_message_night_light_onoff_header
+0x09fd mem_mesh_vendor_night_light_onoff
+0x09f8 mem_mesh_vendor_message_color_header
+0x09fd mem_mesh_vendor_color_lightness
+0x09ff mem_mesh_vendor_color_hue
+0x0a01 mem_mesh_vendor_color_saturation
+0x09f8 mem_mesh_vendor_message_back_light_onoff_header
+0x09fd mem_mesh_vendor_back_light_onoff
+0x09f8 mem_mesh_vendor_message_main_light_onoff_header
+0x09fd mem_mesh_vendor_main_light_onoff
+0x09f8 mem_mesh_vendor_message_standby_brightness_header
+0x09fd mem_mesh_vendor_standby_brightness
+0x09f8 mem_mesh_vendor_message_current_time_header
+0x09fd mem_mesh_vendor_message_current_time
+0x09f8 mem_mesh_vendor_message_timer_header
+0x09fd mem_mesh_vendor_timer_timing_index
+0x09fe mem_mesh_vendor_timer_timing_index1
+0x09fe mem_mesh_vendor_timer_timing_time
+0x0a02 mem_mesh_vendor_timer_timing_attr_type
+0x0a04 mem_mesh_vendor_timer_timing_attr_para
+0x09f8 mem_mesh_vendor_message_timer_cyclic_header
+0x09fd mem_mesh_vendor_timer_timing_index_cyclic
+0x09fe mem_mesh_vendor_timer_timing_time_cyclic
+0x0a00 mem_mesh_vendor_timer_timing_weekdays_cyclic
+0x0a01 mem_mesh_vendor_timer_timing_attr_type_cyclic
+0x0a03 mem_mesh_vendor_timer_timing_attr_para_cyclic
+0x0a04 mem_mesh_vendor_timer_timing_cyclic_flag
+0x0a10 mem_mesh_access_layer_payload_vendor_command
+0x0a11 mem_mesh_access_layer_payload_vendor_CID
+0x0a13 mem_mesh_access_layer_payload_vendor_tid
+0x0a14 mem_mesh_access_layer_payload_vendor_attr_type
+0x0a16 mem_mesh_access_layer_payload_vendor_attr_parameter
+0x098e mem_mesh_subscription_eep_temp
+0x0a74 mem_mesh_gatt_package_receive_msg_buffer_ptr
+0x0a76 mem_mesh_gatt_package_receive_msg_buffer_temp
+0x0a76 mem_mesh_gatt_package_receive_msg_id
+0x0a78 mem_mesh_gatt_package_receive_MAC
+0x0a78 mem_mesh_gatt_package_receive_msg_num
+0x0a79 mem_mesh_gatt_package_receive_msg_total_length
+0x0a7a mem_mesh_gatt_package_receive_msg_payload
+0x0bec mem_mesh_receive_service_uuid_company_id
+0x0bee mem_mesh_receive_service_uuid_vid
+0x0bef mem_mesh_receive_service_uuid_provisioning_type
+0x0bf0 mem_mesh_receive_service_uuid_mac
+0x0bf2 mem_mesh_receive_service_uuid_msg_id
+0x0bf3 mem_mesh_receive_service_uuid_package_num
+0x0bf4 mem_mesh_receive_service_uuid_length
+0x0bf5 mem_mesh_receive_service_uuid_payload_data
+0x0bec mem_mesh_receive_service_uuid_ios_data_company_id
+0x0bee mem_mesh_receive_service_uuid_ios_data_vid
+0x0bef mem_mesh_receive_service_uuid_ios_data_provisioning_type
+0x0bf0 mem_mesh_receive_service_uuid_ios_data_NID
+0x0bf1 mem_mesh_receive_service_uuid_ios_data_msg_id
+0x0bf2 mem_mesh_receive_service_uuid_ios_data_package_num
+0x0bf3 mem_mesh_receive_service_uuid_ios_data_length
+0x0bf4 mem_mesh_receive_service_uuid_ios_data_payload_data
+0x09f8 mem_mesh_configuration_health_message_opcode
+0x09f8 mem_mesh_configuration_health_message_opcode_config_model_subscription
+0x09f9 mem_mesh_subscription_element_address
+0x09fb mem_mesh_subscription_value_address
+0x09fd mem_mesh_subscription_model_identifier
+0x09f8 mem_mesh_module_message_opcode
+0x09f8 mem_mesh_module_message_opcode_onoff_set
+0x09f9 mem_mesh_generic_onoff_set_payload_OnOff
+0x09fa mem_mesh_generic_onoff_set_payload_TID
+0x09fb mem_mesh_generic_onoff_set_payload_Transition_Time
+0x09fc mem_mesh_generic_onoff_set_payload_Delay
+0x09f8 mem_mesh_module_message_opcode_scene_recall
+0x09f9 mem_mesh_scene_recall_payload_scene_number
+0x09fb mem_mesh_scene_recall_payload_TID
+0x09fc mem_mesh_scene_recall_payload_Transition_Time
+0x09fd mem_mesh_scene_recall_payload_Delay
+0x09f8 mem_mesh_module_message_opcode_set_light_lightness
+0x09f9 mem_mesh_light_lightness_set_payload_lightness
+0x09fb mem_mesh_light_lightness_set_payload_TID
+0x09fc mem_mesh_light_lightness_set_payload_Transition_Time
+0x09fd mem_mesh_light_lightness_set_payload_Delay
+0x09fe mem_mesh_light_lightness_calc_lightness
+0x09f8 mem_mesh_module_message_opcode_set_light_ctl
+0x09f9 mem_mesh_CTL_Lightness
+0x09fb mem_mesh_CTL_Temperature
+0x09fd mem_mesh_CTL_Delta_UV
+0x09ff mem_mesh_CTL_lightness_TID
+0x0a00 mem_mesh_CTL_lightness_Transition_Time
+0x0a01 mem_mesh_CTL_lightness_Delay
+0x0a02 mem_mesh_CTL_calc_lightness
+0x0a03 mem_mesh_CTL_calc_temperature
+0x0a97 mem_mesh_network_packet_type_temp
+0x0a98 mem_mesh_message_NID_temp
+0x0c28 mem_mesh_Network_Nonce
+0x0c28 mem_mesh_Network_Nonce_nonce_type
+0x0c29 mem_mesh_Network_Nonce_CTL_and_TTL
+0x0c2a mem_mesh_Network_Nonce_SEQ
+0x0c2d mem_mesh_Network_Nonce_SRC
+0x0c2f mem_mesh_Network_Nonce_Pad//0x0000
+0x0c31 mem_mesh_Network_Nonce_IV_Index
+0x0c28 mem_mesh_Application_Nonce
+0x0c28 mem_mesh_Application_Nonce_Nonce_Type
+0x0c29 mem_mesh_Application_Nonce_ASZMIC_and_Pad//
+0x0c2a mem_mesh_Application_Nonce_SEQ
+0x0c2d mem_mesh_Application_Nonce_SRC
+0x0c2f mem_mesh_Application_Nonce_DST
+0x0c31 mem_mesh_Application_Nonce_IV_Index
+0x0c28 mem_mesh_Device_Nonce
+0x0c28 mem_mesh_Device_Nonce_Nonce_Type
+0x0c29 mem_mesh_Device_Nonce_ASZMIC_and_Pad//
+0x0c2a mem_mesh_Device_Nonce_SEQ
+0x0c2d mem_mesh_Device_Nonce_SRC
+0x0c2f mem_mesh_Device_Nonce_DST
+0x0c31 mem_mesh_Device_Nonce_IV_Index
+0x0a0f mem_mesh_upper_transport_layer_payload_len
+0x0c51 mem_mesh_upper_tran_layer_temp_pakcet_AKF_AID
+0x0c51 mem_mesh_upper_tran_layer_temp_unsegmented_pakcet_AKF_AID
+0x0c52 mem_mesh_upper_tran_layer_temp_unsegmented_packet_fill
+0x0c56 mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu
+0x0c56 mem_mesh_upper_tran_layer_temp_unsegmented_pakcet_upper_tran_access_pdu
+0x0c51 mem_mesh_upper_tran_layer_temp_segmented_pakcet_AKF_AID
+0x0c52 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SeqZero
+0x0c54 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SegO
+0x0c55 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SegN
+0x0c56 mem_mesh_upper_tran_layer_temp_segmented_pakcet_upper_tran_access_pdu
+0x4000 mem_patch00
+0x4001 mem_patch01
+0x4002 mem_patch02
+0x4003 mem_patch03
+0x4004 mem_patch04
+0x4005 mem_patch05
+0x4006 mem_patch06
+0x4007 mem_patch07
+0x4008 mem_patch08
+0x4009 mem_patch09
+0x400a mem_patch0a
+0x400b mem_patch0b
+0x400c mem_patch0c
+0x400d mem_patch0d
+0x400e mem_patch0e
+0x400f mem_patch0f
+0x4010 mem_patch10
+0x4011 mem_patch11
+0x4012 mem_patch12
+0x4013 mem_patch13
+0x4014 mem_patch14
+0x4015 mem_patch15
+0x4016 mem_patch16
+0x4017 mem_patch17
+0x4018 mem_patch18
+0x4019 mem_patch19
+0x401a mem_patch1a
+0x401b mem_patch1b
+0x401c mem_patch1c
+0x401d mem_patch1d
+0x401e mem_patch1e
+0x401f mem_patch1f
+0x4020 mem_patch20
+0x4021 mem_patch21
+0x4022 mem_patch22
+0x4023 mem_patch23
+0x4024 mem_patch24
+0x4025 mem_patch25
+0x4026 mem_patch26
+0x4027 mem_patch27
+0x4028 mem_patch28
+0x4029 mem_patch29
+0x402a mem_patch2a
+0x402b mem_patch2b
+0x402c mem_patch2c
+0x402d mem_patch2d
+0x402e mem_patch2e
+0x402f mem_patch2f
+0x4030 mem_patch30
+0x4031 mem_patch31
+0x4032 mem_patch32
+0x4033 mem_patch33
+0x4034 mem_patch34
+0x4035 mem_patch35
+0x4036 mem_patch36
+0x4037 mem_patch37
+0x4038 mem_patch38
+0x4039 mem_patch39
+0x403a mem_patch3a
+0x403b mem_patch3b
+0x403c mem_patch3c
+0x403d mem_patch3d
+0x403e mem_patch3e
+0x403f mem_patch3f
+0x4040 mem_context
+0x4098 mem_current_amaddr
+0x4099 mem_lpm_mode
+0x409a mem_device_option
+0x409b mem_scan_mode
+0x409c mem_last_clkn
+0x40a0 mem_features
+0x40a8 mem_lap
+0x40ab mem_uap
+0x40ac mem_nap
+0x40ae mem_npage
+0x40af mem_glap
+0x40b2 mem_class
+0x40b5 mem_iscan_window
+0x40b7 mem_iscan_interval
+0x40b9 mem_pscan_window
+0x40bb mem_pscan_interval
+0x40bd mem_page_interval
+0x40bf mem_page_window
+0x40c1 mem_page_to
+0x40c3 mem_inq_window
+0x40c5 mem_fcomp_div
+0x40c6 mem_rx_window_init
+0x40c8 mem_rx_window_sniff
+0x40ca mem_rf_init_ptr
+0x40cc mem_last_type
+0x40cd mem_last_type_esco
+0x40ce mem_last_type_saved
+0x40cf mem_retransmission_cnt
+0x40d1 mem_next_btclk
+0x40d5 mem_rf_rccal
+0x40d6 mem_handle_num
+0x40d7 mem_max_slot
+0x40d8 mem_eir_enable
+0x40d9 mem_afh_instant
+0x40dd mem_afh_error_total
+0x40df mem_afh_cfg
+0x40e0 mem_afh_new_mod
+0x40e1 mem_afh_map_lo
+0x40e6 mem_afh_map_hi
+0x40eb mem_afh_used
+0x40ec mem_afh_index
+0x40ee mem_afh_map_new
+0x40f9 mem_afh_map
+0x4149 mem_afh_timer
+0x414d mem_afh_classify_channel_map
+0x4157 mem_lpm_wake_lock
+0x4159 mem_lpm_interval
+0x415b mem_lpm_overhead
+0x415c mem_lpm_hibernate_switch
+0x415d mem_esco_addr
+0x415e mem_sniff_unint_lost
+0x415f mem_ptt
+0x4160 mem_sleep_counter//should be 0x41fc in REVC
+0x4164 mem_sleep_counter_all
+0x4168 mem_sleep_clkn
+0x416e mem_sniff_rcv
+0x4171 mem_sniff_lost
+0x4174 mem_clks_per_lpo
+0x4177 mem_lpm_mult
+0x4178 mem_lpm_mult_timeout
+0x4179 mem_lpm_mult_cnt
+0x417a mem_lpm_config
+0x417a mem_lpm_xtal_ib
+0x417b mem_lpm_ctrim
+0x417c mem_lpm_padding
+0x417d mem_lpm_xtalcnt
+0x417e mem_lpm_buckcnt
+0x417f mem_lpm_ldocnt
+0x4180 mem_lpm_isogate
+0x4181 mem_lpm_isogate_final
+0x4182 mem_lpm_ctrl3
+0x4186 mem_saved_gpio// should be 0x421e in REVC
+0x419a mem_saved_gsel
+0x419d mem_saved_mark
+0x41a5 mem_saved_spidctrl
+0x41a6 mem_patch_ptr
+0x41a8 mem_patch_len
+0x41aa mem_timers
+0x41ca mem_link_key_exists
+0x41cb mem_link_key
+0x41db mem_hci_cmd
+0x41dc mem_hci_conn_handle
+0x41dd mem_hci_plap
+0x41e0 mem_hci_puap
+0x41e1 mem_hci_pnap
+0x41e3 mem_loadcode_times
+0x41e4 mem_llid
+0x41e5 mem_tx_lch
+0x41e6 mem_tx_len
+0x41e8 mem_tx_power
+0x41e9 mem_modem_rssi
+0x41ea mem_gain_fix
+0x41eb mem_gain_table
+0x41ee mem_gain_second_agc_en
+0x41ef mem_rf_init_data
+0x41f0 mem_system_clk
+0x41f1 mem_le_dsniff
+0x41f3 mem_le_conn_interval
+0x41f5 mem_le_txheader
+0x41f6 mem_le_txlen
+0x41f7 mem_le_txpayload
+0x42f7 mem_le_name_len
+0x42f8 mem_le_name
+0x4316 mem_le_ltk
+0x4326 mem_ltk_exists
+0x4327 mem_le_rconfirm
+0x4337 mem_le_srand
+0x4347 mem_le_iat
+0x4348 mem_le_rat
+0x4349 mem_le_preq
+0x434a mem_le_preq_iocap
+0x434b mem_le_preq_oob
+0x434c mem_le_preq_auth
+0x434d mem_le_preq_max_keysize
+0x434e mem_le_preq_init_key_distribution
+0x434f mem_le_preq_resp_key_distribution
+0x4350 mem_le_pres
+0x4351 mem_le_pres_iocap
+0x4352 mem_le_pres_oob
+0x4353 mem_le_pres_auth
+0x4354 mem_le_pres_max_keysize
+0x4355 mem_le_pres_init_key_distribution
+0x4356 mem_le_pres_resp_key_distribution
+0x4357 mem_le_notify_handle
+0x4359 mem_le_search_uuid_length
+0x435a mem_le_search_uuid
+0x436a mem_le_conn_param
+0x436a mem_le_conn_peer_addr_type
+0x436b mem_le_conn_peer_addr
+0x4371 mem_le_conn_own_addr_type
+0x4372 mem_le_interval_min
+0x4374 mem_le_interval_max
+0x4376 mem_le_latency
+0x4378 mem_le_timeout
+0x437a mem_le_lap
+0x437d mem_le_uap
+0x437e mem_le_nap
+0x4380 mem_le_local_mtu
+0x4382 mem_le_remote_mtu
+0x4384 mem_le_skdm
+0x438c mem_le_skds
+0x4394 mem_le_init_superto
+0x4396 mem_ui_le_uuid_table
+0x4398 mem_le_secure_connect_flag
+0x4399 mem_le_secure_connect_state
+0x439a mem_le_sc_confirm_gkey_flag
+0x439b mem_le_pairing_state
+0x439c mem_le_enc_state
+0x439d mem_le_pairing_mode
+0x439e mem_le_tk
+0x43a2 mem_le_ediv
+0x43a4 mem_le_rand
+0x43ac mem_le_irk
+0x43bc mem_le_transmit_window
+0x43c0 mem_le_configuration
+0x43c1 mem_le_fixed_ltk
+0x43d1 mem_le_pairing_handle
+0x43d3 mem_le_packet_llid
+0x43d4 mem_le_l2cap_size
+0x43d6 mem_le_packet_len_recved
+0x43d8 mem_le_payload_ptr
+0x43da mem_le_signaling_identifier
+0x43db mem_le_l2cap_signaling_conn_param_update_rsp_result
+0x43dd mem_le_md_count
+0x43de mem_ble_l2cap_tx_buff0_ptr
+0x43e0 mem_ble_l2cap_tx_buff_size_ptr
+0x43e2 mem_le_scan_enable
+0x43e3 mem_le_scan_interval
+0x43e5 mem_le_scan_window
+0x43e7 mem_le_adv_data_len
+0x43e8 mem_le_adv_data
+0x4407 mem_le_scan_data_len
+0x4408 mem_le_scan_data
+0x4427 mem_le_adv_enable
+0x4428 mem_le_adv_param
+0x4428 mem_le_adv_interval
+0x442a mem_le_adv_type
+0x442b mem_le_adv_own_addr_type
+0x442c mem_le_adv_direct_addr
+0x4432 mem_le_adv_channel_map
+0x4433 mem_le_scan_params
+0x4433 mem_le_scan_type
+0x4434 mem_le_scan_own_addr_type
+0x4435 mem_le_l2cap_att_states
+0x4436 mem_le_att_opcode
+0x4437 mem_le_att_handle
+0x4439 mem_le_search_res
+0x443a mem_le_local_feature
+0x4442 mem_le_tx_phys
+0x4443 mem_le_rx_phys
+0x4444 mem_remote_rx_max_octets
+0x4446 mem_remote_rx_max_time
+0x4448 mem_remote_tx_max_octets
+0x444a mem_remote_tx_max_time
+0x444c mem_local_rx_max_octets
+0x444e mem_local_rx_max_time
+0x4450 mem_local_tx_max_octets
+0x4452 mem_local_tx_max_time
+0x4454 mem_app_handshake_flag
+0x4455 mem_sniff_param_interval
+0x4457 mem_sniff_param_attempt
+0x4459 mem_sniff_param_timeout
+0x445b mem_cb_check_wakelock
+0x445d mem_cb_before_hibernate
+0x445f mem_cb_before_lpm
+0x4461 mem_cb_le_process
+0x4463 mem_cb_bt_process
+0x4465 mem_cb_idle_process
+0x4467 mem_cb_bb_event_process
+0x4469 mem_cb_discovry_timeout
+0x446b mem_cb_att_write
+0x446d mem_cb_ble_transmit
+0x446f mem_cb_event_timer
+0x4471 mem_cb_bt_set_mult
+0x4473 mem_cb_spi_flash_write_complate
+0x4475 mem_cb_spi2_flash_write_complate
+0x4477 mem_cb_bt_slave_match
+0x4479 mem_eeprom_base
+0x447b mem_unsniff2sniff_timer_count
+0x447c mem_wake_up_delay_timer
+0x447d mem_app_connection_options
+0x447e mem_app_disconn_reason
+0x4480 mem_app_disconn_reason_flag
+0x4482 mem_xrecord_mode
+0x4483 mem_eeprom_block_size
+0x4484 mem_spi_init_clk
+0x4485 mem_spi_init_delay_time
+0x4486 mem_spi_ncs_gpio
+0x4487 mem_nv_data_ptr
+0x4489 mem_nv_data_number
+0x448a mem_queue_ptr
+0x448c mem_ui_led_struct_num
+0x448d mem_ui_led_struct_ptr
+0x448f mem_adc_wait_count
+0x4490 mem_3v_adc_io_data
+0x4492 mem_3v_adc_hvin_data
+0x4494 mem_2v_adc_vinlpm_data
+0x4496 mem_1v_adc_io_data
+0x4498 mem_5v_adc_hvin_data
+0x449a mem_3v_adc_vinlpm_data
+0x449c mem_app_adc_read_count
+0x449d mem_start_adc_clkn
+0x449e mem_reference_voltage
+0x44a0 mem_adc_config_flag
+0x44a1 mem_adc_channel
+0x44a2 mem_adc_current_value
+0x44a4 mem_adc_power_flag//bit0:low power falg ; bit1:no power flag
+0x44a5 mem_spi_write_addr
+0x44a8 mem_spi_write_ptr
+0x44aa mem_spi_write_len
+0x44ac mem_spi_write_flash_sm
+0x44ad mem_spi2_write_addr
+0x44b0 mem_spi2_write_ptr
+0x44b2 mem_spi2_write_len
+0x44b4 mem_spi2_write_flash_sm
+0x44b5 mem_spi_cs_gpio
+0x44b6 mem_spi_si_gpio
+0x44b7 mem_spi_so_gpio
+0x44b8 mem_spi_sclk_gpio
+0x44b9 mem_spi_wp_gpio
+0x44ba mem_spi_hold_gpio
+0x44bb mem_spi2_cs_gpio
+0x44bc mem_spi2_si_gpio
+0x44bd mem_spi2_so_gpio
+0x44be mem_spi2_sclk_gpio
+0x44bf mem_spi2_wp_gpio
+0x44c0 mem_spi2_hold_gpio
+0x44c1 mem_eeprom_wp_gpio
+0x44c2 mem_eeprom_scl_gpio
+0x44c3 mem_eeprom_sda_gpio
+0x44c4 mem_kscan_ptr
+0x44c6 mem_key_num_ptr
+0x44c6 mem_keyscan_ptr
+0x44c8 mem_key_value_retention
+0x44ca mem_power_param_ptr
+0x44cc mem_efuse_header
+0x44cf mem_seqi
+0x44d0 mem_dig_aon_vsel
+0x44d1 mem_syn_afc_cfg1
+0x44d2 mem_rf_ldo_cfg1
+0x44d3 mem_rc_cal
+0x44d4 mem_rf_debug_rx_gpio
+0x44d5 mem_rf_debug_tx_gpio
+0x44d6 mem_l2cap_xmem_start
+0x44d6 mem_l2cap_tx_multi_offset//0 means single packet
+0x44d8 mem_sdp_remote_cid
+0x44da mem_rfcomm_remote_cid
+0x44dc mem_hid_ctrl_remote_cid
+0x44de mem_hid_int_remote_cid
+0x44e0 mem_sdp_state
+0x44e1 mem_rfcomm_state
+0x44e2 mem_hid_control_state
+0x44e3 mem_hid_interrupt_state
+0x44e4 mem_spp_state
+0x44e5 mem_ML2CAP_comm_id
+0x44e6 mem_used_map
+0x44e7 mem_tx_fifo0
+0x44e7 mem_tx_fifo0_map
+0x44e8 mem_tx_fifo0_ptr
+0x44ea mem_tx_fifo1
+0x44ea mem_tx_fifo1_map
+0x44eb mem_tx_fifo1_ptr
+0x44ed mem_tx_fifo2
+0x44ed mem_tx_fifo2_map
+0x44ee mem_tx_fifo2_ptr
+0x44f0 mem_tx_fifo3
+0x44f0 mem_tx_fifo3_map
+0x44f1 mem_tx_fifo3_ptr
+0x44f3 mem_tx_fifo_end
+0x44f3 mem_l2cap_lpm_txbuf
+0x45f3 mem_l2cap_flow_ctrl_flag
+0x45f4 mem_l2cap_pending_item
+0x45f5 mem_l2cap_rcv_hidtype
+0x45f6 mem_l2cap_xmem_end
+0x45f6 mem_lmo_header_opcode_x
+0x45f7 mem_lmp_version
+0x45f8 mem_lmp_compid
+0x45fa mem_lmp_subversion
+0x45fc mem_local_name_length
+0x45fd mem_local_name
+0x4600 mem_local_name2
+0x4640 mem_local_name_end
+0x4641 mem_unsniff2sniff_timer
+0x4642 mem_switch_flag
+0x4643 mem_classic_bt_flag
+0x4644 mem_encapsulated_major_type
+0x4645 mem_encapsulated_minor_type
+0x4646 mem_encapsulated_len
+0x4647 mem_remote_br_sc_support
+0x4648 mem_pn_dlci
+0x4649 mem_pn_max_frame_size
+0x464b memFCStemp1
+0x464c memFCStemp2
+0x464d memFCStemp3
+0x464e mem_rfcomm_initiator
+0x464f mem_remote_spp_channel
+0x4650 mem_HIUfcs_SPP
+0x4651 mem_HIUfcs_SPP_WCredits
+0x4652 mem_rfcomm_send_more_pkt
+0x4653 mem_remote_credits
+0x4654 mem_credit_given
+0x4655 mem_ms_channel
+0x4656 mem_rfcomm_credit_flag
+0x4657 mem_rfcomm_max_frame_size
+0x4659 mem_rfcomm_credit_init_data
+0x465a mem_cb_receive_spp_data
+0x465c mem_nl_rx_data_src
+0x465e mem_nl_rx_len_all
+0x4660 mem_ui_uuid_table
+0x4662 mem_all_uuid_16bits
+0x4678 mem_all_uuid_128bits
+0x469a mem_sdp_l2capch_ptr
+0x469c mem_ccm_pcnt_tx
+0x46a1 mem_ccm_pcnt_rx
+0x46a6 mem_ccm_last_mic
+0x46aa mem_ccm_iv
+0x46aa mem_ccm_ivm
+0x46ae mem_ccm_ivs
+0x46b2 mem_ccm_len
+0x46b4 mem_ccm_rx_ptr
+0x46b6 mem_sc_only_mode
+0x46b7 mem_sp_debug_mode
+0x46b8 mem_secure_connections_enable
+0x46b9 mem_sp_local_key_invalid
+0x46ba mem_sc_calc
+0x46bb mem_sc_local_key_invalid
+0x46bc mem_sc_private_key_256
+0x46dc mem_sc_pubkey_local_x_256
+0x46fc mem_sc_pubkey_local_y_256
+0x471c mem_sp_private_key
+0x4734 mem_sp_pubkey_local
+0x4734 mem_sp_pubkey_local_x
+0x474c mem_sp_pubkey_local_x_end
+0x474c mem_sp_pubkey_local_y
+0x4764 mem_ssp_enable
+0x4765 mem_lmp_io_cap_payload_iocap
+0x4766 mem_lmp_io_cap_payload_oob_auth_data
+0x4767 mem_lmp_io_cap_payload_auth_req
+0x4768 mem_sp_state_xmem
+0x4768 mem_sp_iocap_remote
+0x476b mem_flag_mode_ssp_pin
+0x476c mem_ssp_mode_flag
+0x476d mem_authentication_passkey_times
+0x476e mem_passkey_1bit
+0x476f mem_flag_pairing_state
+0x4770 mem_sp_state_xmem_end
+0x4770 mem_ipc_lock_bt
+0x4771 mem_ipc_lock_c51
+0x4772 mem_ipc_fifo_bt2c51
+0x477a mem_ipc_fifo_c512bt
+0x4782 mem_ui_button_timer
+0x4783 mem_ui_button_last_state
+0x4784 mem_ui_timer_last_btclk
+0x4788 mem_discovery_timeout_timer_count
+0x478a mem_hid_handshake_timer_count
+0x478b memui_reconnect_mode
+0x478c mem_ui_state_map
+0x478e mem_ui_profile_supported
+0x478f mem_ui_button_timeout
+0x4790 mem_ui_button_gpio
+0x4791 mem_discovery_timeout
+0x4793 mem_pin_length
+0x4794 mem_pin
+0x47a4 mem_dummy
+0x47a7 mem_seq
+0x47a8 mem_context_cnt
+0x47a9 mem_context_map
+0x47aa mem_context_new
+0x4aaa mem_att_cmd_len
+0x4aab mem_att_cmd
+0x4aba mem_att_resp_handle
+0x4abb mem_att_resp_len
+0x4abc mem_att_resp
+0x4ada mem_meter_att_list
+0x47a4 mem_mesh_vendor_mesh_receive_tid
+0x47a5 mem_mesh_vendor_mesh_send_tid
+0x47a6 mem_mesh_vendor_timer_current_time
+0x47aa mem_system_time
+0x47ae mem_mesh_adv_data_len
+0x47af mem_mesh_adv_data
+0x47ce mem_mesh_adv_scan_channel
+0x47cf mem_mesh_advertising_unprovisioned_device_beacon_switch
+0x47d0 mem_mesh_advertising_unprovisioned_device_beacon_timer
+0x47d2 mem_mesh_advertising_unprovisioned_device_beacon_duration
+0x47d3 mem_mesh_advertising_unprovisioned_device_beacon_interval
+0x47d4 mem_mesh_calc_ConfirmationCloud_data
+0x47d4 mem_mesh_ConfirmationCloud_RandomB
+0x47dc mem_mesh_ConfirmationCloud_RandomA
+0x47e4 mem_mesh_AuthValueProv
+0x47f4 mem_mesh_ConfirmationCloud
+0x4804 mem_mesh_ConfirmationDevice
+0x4804 mem_mesh_calc_ConfirmationDevice_data
+0x4804 mem_mesh_provisioning_random_A
+0x480c mem_mesh_provisioning_random_B
+0x4814 mem_mesh_AuthValueDevice
+0x4824 mem_mesh_Device_Key
+0x4834 mem_mesh_Confirmationkey
+0x4844 mem_mesh_sha256_ConfirmationKey_ascii
+0x4853 mem_mesh_sha256_SessionKey_ascii
+0x485d mem_mesh_sha256_DeviceKey_ascii
+0x4866 mem_mesh_sha256_load_first_data_flag
+0x4867 mem_mesh_sha256_data_len_byte
+0x486f mem_mesh_sha256_data_len_bit
+0x4877 mem_mesh_sha256_data_end_addr
+0x4879 mem_mesh_sha256_data_len_addr
+0x487b mem_mesh_sha256_chunk_count
+0x487c mem_mesh_sha256_chunk_data_ptr
+0x487e mem_mesh_sha256_chunk_ptr
+0x4880 mem_k2_P_len
+0x4881 mem_k2_P
+0x4891 mem_k2_N
+0x48a1 mem_k2_SALT
+0x48b1 mem_k2_T
+0x48c1 mem_k2_T0
+0x48c1 mem_k2_T1
+0x48d1 mem_k2_NID
+0x48d2 mem_k2_T3
+0x48e2 mem_k2_T2
+0x48f2 mem_k4_SALT
+0x4902 mem_k4_T
+0x4912 mem_k4_id6_01
+0x4922 mem_k4_k4N
+0x4932 mem_mesh_transport_AID
+0x4933 mem_mesh_provisioned_flag
+0x4934 mem_mesh_Provisioning_State_Flag
+0x4935 mem_mesh_Device_PID
+0x4936 mem_mesh_UUID_FeatureFlag
+0x4937 mem_mesh_PDU_RFU
+0x4939 mem_mesh_OOB_information
+0x493b mem_mesh_Encrypt_Provisioning_Data
+0x493b mem_mesh_provisioning_data_Mac_addr
+0x493d mem_mesh_KeyFresh_and_Update_flag
+0x493e mem_mesh_Network_Key
+0x494e mem_mesh_last_IV_Index_byte
+0x494f mem_mesh_Unicast_Address
+0x4951 mem_mesh_adv_last_time
+0x4955 mem_mesh_send_packet_timeout
+0x4957 mem_mesh_gatt_package_send_msg_id
+0x4958 mem_mesh_gatt_receive_msg_timer
+0x4959 mem_mesh_gatt_packet_receive_msg_buffer1
+0x497a mem_mesh_gatt_packet_receive_msg_buffer2
+0x499b mem_mesh_three_tuple_ProductID
+0x499f mem_mesh_three_tuple_MAC
+0x49a5 mem_mesh_three_tuple_secret
+0x49b5 mem_mesh_cb_receive_advertising
+0x49b7 mem_mesh_cb_receive_access_message
+0x49b9 mem_mesh_cb_receive_config_appkey_add
+0x49bb mem_mesh_cb_pairing_fail
+0x49bd mem_mesh_cb_generic_onoff_get
+0x49bf mem_mesh_cb_generic_onoff_set
+0x49c1 mem_mesh_cb_scene_recall
+0x49c3 mem_mesh_cb_light_lightness_set
+0x49c5 mem_mesh_cb_light_lightness_get
+0x49c7 mem_mesh_cb_light_ctl_set
+0x49c9 mem_mesh_cb_main_light_onoff_set
+0x49cb mem_mesh_cb_background_onoff_set
+0x49cd mem_mesh_cb_color_set
+0x49cf mem_mesh_cb_network_relay
+0x49d1 mem_mesh_cb_receive_node_reset
+0x49d3 mem_mesh_cb_seq_changed
+0x49d5 mem_mesh_cb_subscriptuion_list_changed
+0x49d7 mem_mesh_cb_vendor_timing_changed
+0x49d9 mem_mesh_core_feature
+0x49db mem_mesh_element_number
+0x49dc mem_mesh_element_device_ptr
+0x49de mem_mesh_element_device_length
+0x49e0 mem_mesh_segmented_access_message_SZMIC
+0x49e1 mem_mesh_segmented_access_message_SeqZero
+0x49e3 mem_mesh_segmented_access_message_SegO
+0x49e4 mem_mesh_segmented_access_message_SegN
+0x49e5 mem_mesh_segmented_access_message_BlockAck
+0x49e9 mem_mesh_segmented_access_message_receive_finish
+0x49ea mem_mesh_segmented_access_message_current_length
+0x49eb mem_mesh_segmented_access_message_Segment
+0x4a0f mem_mesh_last_CTL_Temperature
+0x4a11 mem_mesh_receive_group_address
+0x4a12 mem_mesh_receive_element_number
+0x4a13 mem_mesh_IV_Index
+0x4a17 mem_mesh_TMALL_cache_start
+0x4a17 mem_mesh_TMALL_SRC1
+0x4a19 mem_mesh_TMALL_SEQ1
+0x4a1c mem_mesh_TMALL_cache
+0x4a49 mem_mesh_TMALL_cache_end
+0x4a49 mem_mesh_transport_message_mic_cache
+0x4a49 mem_mesh_transport_message_mic_cache_buff1
+0x4a4d mem_mesh_transport_message_mic_cache_buff2_10
+0x4a71 mem_mesh_network_relay_queue
+0x4a71 mem_mesh_network_relay_queue_each_size
+0x4a72 mem_mesh_network_relay_queue_length
+0x4a73 mem_mesh_network_relay_queue_current_num
+0x4a74 mem_mesh_network_relay_queue_read_ptr
+0x4a75 mem_mesh_network_relay_queue_write_ptr
+0x4a76 mem_mesh_network_relay_queue_ele
+0x4afe mem_mesh_application_key
+0x4b0e mem_mesh_ASZMIC
+0x4b0f mem_mesh_access_message_mic_cache
+0x4b0f mem_mesh_access_message_mic_cache_buff1
+0x4b13 mem_mesh_access_message_mic_cache_buff2_10
+0x4b37 mem_mesh_send_message_SEQ
+0x4b3a mem_mesh_send_message_SRC
+0x4b3c mem_mesh_send_message_TTL
+0x4b3d mem_mesh_send_upper_layer_IVI_and_NID
+0x4b3e mem_mesh_send_upper_layer_CTL_and_TTL
+0x4b3f mem_mesh_send_upper_layer_SEQ
+0x4b42 mem_mesh_send_upper_layer_SRC
+0x4b44 mem_mesh_send_upper_layer_DST
+0x4b46 mem_mesh_send_access_lower_transport_layer
+0x4b56 mem_mesh_send_network_layer_NetMIC
+0x4b5a mem_mesh_element_device
+0x4b5a mem_mesh_element_device_group_addr
+0x4b5c mem_mesh_element_device_queue_buffer_ptr
+0x4b5e mem_mesh_element_device_timing_ptr
+0x4b60 mem_mesh_element_device_element_subscription_label
+0x4b70 mem_mesh_element_upper_adv_flag
+0x4b71 mem_mesh_element_upper_queue_buffer_ptr
+0x4b73 mem_mesh_element_tran_package_tid
+0x4b74 mem_mesh_element_tran_package_type
+0x4b75 mem_mesh_element_device1
+0x4b90 mem_mesh_element_device2
+0x4bab mem_mesh_element_device_queue_each_size
+0x4bac mem_mesh_element_device_queue_length
+0x4bad mem_mesh_element_device_queue_current_num
+0x4bae mem_mesh_element_device_queue_read_ptr
+0x4baf mem_mesh_element_device_queue_write_ptr
+0x4bb0 mem_mesh_element_device_queue_ele
+0x4c38 mem_mesh_element_device_upper_queue_each_size
+0x4c39 mem_mesh_element_device_upper_queue_length
+0x4c3a mem_mesh_element_device_upper_queue_current_num
+0x4c3b mem_mesh_element_device_upper_queue_read_ptr
+0x4c3c mem_mesh_element_device_upper_queue_write_ptr
+0x4c3d mem_mesh_element_device_upper_queue_ele
+0x47a4 mem_antl_lpm_interval
+0x47a6 mem_antl_adv_interval
+0x47a8 mem_antl_slow_adv_lpm_interval
+0x47aa mem_antl_slow_adv_adv_interval
+0x47ac mem_antl_led_style
+0x47ac mem_antl_led_type
+0x47ad mem_antl_led_blink_count
+0x47ae mem_antl_led_gpio
+0x47af mem_antl_led_on_time
+0x47b1 mem_antl_led_off_time
+0x47b3 mem_antl_led_cb_on
+0x47b5 mem_antl_led_cb_off
+0x47b7 mem_antl_buzzer_style
+0x47b7 mem_antl_buzzer_type
+0x47b8 mem_antl_buzzer_blink_count
+0x47b9 mem_antl_buzzer_gpio
+0x47ba mem_antl_buzzer_on_time
+0x47bc mem_antl_buzzer_off_time
+0x47be mem_antl_buzzer_cb_on
+0x47c0 mem_antl_buzzer_cb_off
+0x47c2 mem_antl_fast_adv_led_style
+0x47c2 mem_antl_fast_adv_led_type
+0x47c3 mem_antl_fast_adv_led_blink_count
+0x47c4 mem_antl_fast_adv_led_gpio
+0x47c5 mem_antl_fast_adv_led_on_time
+0x47c7 mem_antl_fast_adv_led_off_time
+0x47c9 mem_antl_slow_adv_led_style
+0x47c9 mem_antl_slow_adv_led_type
+0x47ca mem_antl_slow_adv_led_blink_count
+0x47cb mem_antl_slow_adv_led_gpio
+0x47cc mem_antl_slow_adv_led_on_time
+0x47ce mem_antl_slow_adv_led_off_time
+0x47d0 mem_antl_power_starting_led_style
+0x47d0 mem_antl_power_starting_led_type
+0x47d1 mem_antl_power_starting_led_blink_count
+0x47d2 mem_antl_power_starting_led_gpio
+0x47d3 mem_antl_power_starting_led_on_time
+0x47d5 mem_antl_power_starting_led_off_time
+0x47d7 mem_antl_power_starting_buzzer_style
+0x47de mem_antl_power_off_led_style
+0x47de mem_antl_power_off_led_type
+0x47df mem_antl_power_off_led_link_count
+0x47e0 mem_antl_power_off_led_gpio
+0x47e1 mem_antl_power_off_led_on_time
+0x47e3 mem_antl_power_off_led_off_time
+0x47e5 mem_antl_power_off_buzzer_style
+0x47e5 mem_antl_power_off_buzzer_type
+0x47e6 mem_antl_power_off_buzzer_link_count
+0x47e7 mem_antl_power_off_buzzer_gpio
+0x47e8 mem_antl_power_off_buzzer_on_time
+0x47ea mem_antl_power_off_buzzer_off_time
+0x47ec mem_antl_alert_led_stlye
+0x47f3 mem_antl_alert_buzzer_stlye
+0x47f3 mem_antl_alert_buzzer_type
+0x47f4 mem_antl_alert_buzzer_blink_count
+0x47f5 mem_antl_alert_buzzer_gpio
+0x47f6 mem_antl_alert_buzzer_on_time
+0x47f8 mem_antl_alert_buzzer_off_time
+0x47fa mem_antl_key_led_style
+0x47fa mem_antl_key_led_type
+0x47fb mem_antl_key_led_blink_count
+0x47fc mem_antl_key_led_gpio
+0x47fd mem_antl_key_led_on_time
+0x47ff mem_antl_key_led_off_time
+0x4801 mem_antl_key_buzzer_style
+0x4808 mem_antl_queue_width
+0x4809 mem_antl_queue_depth
+0x480a mem_antl_queue_curr_num
+0x480b mem_antl_queue_read_ptr
+0x480c mem_antl_queue_write_ptr
+0x480d mem_antl_queue_buff
+0x485d mem_antl_key_scan_enable
+0x485e mem_antl_led_num
+0x485f mem_antl_led_gpio_map
+0x4863 mem_antl_power_param
+0x4863 mem_antl_power_state
+0x4864 mem_antl_power_timer
+0x4865 mem_antl_power_off_timeout
+0x4866 mem_antl_power_starting_timeout
+0x4867 mem_antl_power_off_cb
+0x4869 mem_antl_power_starting_cb
+0x486b mem_antl_power_standby_cb
+0x486d mem_event_button_up_cb
+0x486f mem_antl_key_num
+0x4870 mem_cb_antl_key
+0x4872 mem_antl_key_conf0
+0x4876 mem_antl_key0_press
+0x4885 mem_antl_key0_release
+0x4894 mem_antl_conn_updata_procedure_state
+0x4895 mem_client_characteristic_configuration_descriptor
+0x4897 mem_adc_timer
+0x4899 mem_antl_conn_update_timer
+0x489a mem_antl_send_updata_le_param_timer
+0x489b mem_antl_le_sleep_timer
+0x489d mem_antl_fast_adv_timer
+0x489f mem_antl_fast_adv_timeout
+0x48a1 mem_antl_le_sleep_timeout
+0x48a3 mem_double_click_timer
+0x48a4 mem_butten_click_cnt
+0x48a5 mem_antl_led_state
+0x48a6 mem_antl_buzzer_state
+0x48a7 mem_antl_key_state
+0x48a8 mem_antl_lost_mode
+0x48a9 mem_alarm_config
+0x48aa mem_alarm_config_notfy_cnt
+0x48ab mem_buzzer_pwm_conf
+0x48b1 mem_adc_timeout
+0x48b3 mem_voltage_remain_percent
+0x48b4 mem_battery_calculate_set
+0x48b4 mem_battery_full_voltage
+0x48b6 mem_battery_empty_voltage
+0x48b8 mem_battery_low_voltage
+0x48ba mem_battery_current_voltage
+0x48bc mem_rx_window_sniff_inc
+0x48be mem_interval_increment
+0x48c0 mem_antl_le_interval_min
+0x48c2 mem_antl_le_interval_max
+0x48c4 mem_antl_le_latency
+0x48c6 mem_antl_le_timeout
+0x48c8 mem_antl_le_unnormal_interval_min
+0x48ca mem_antl_le_unnormal_interval_max
+0x48cc mem_antl_le_unnormal_latency
+0x48ce mem_antl_le_unnormal_timeout
+0x48d0 mem_AntiLost_le_att_list
+0x4a60 mem_lestate_update_param_flag
+0x4a61 mem_antilost_conn_battery_send_timer
+0x47a4 mem_24g_rxbuf
+0x47c6 mem_24g_txbuf
+0x47e6 mem_24g_txpayload
+0x480a mem_24g_rxpayload
+0x482a mem_24g_rxdata_length
+0x482b mem_24g_pid
+0x482c mem_24g_no_ack
+0x482d mem_24g_sta_crc
+0x4830 mem_24g_last_crc
+0x4833 mem_24g_sta_pid
+0x4834 mem_24g_last_pid
+0x4835 mem_24g_datalen
+0x4836 mem_24g_data_type
+0x4837 mem_24g_txlen
+0x4838 mem_24g_rx_window
+0x483a mem_24g_ch
+0x483b mem_24g_current_ch_number
+0x483c mem_24g_addr
+0x4840 mem_24g_ch_map1
+0x4844 mem_24g_ch_map2
+0x4848 mem_24g_ch_map3
+0x484c mem_24g_ch_map4
+0x4850 mem_24g_tx_btclk
+0x4854 mem_24g_interval
+0x4855 mem_24g_interval_min
+0x4856 mem_24g_interval_max
+0x4857 mem_24g_syncword
+0x4859 mem_24g_syncword_crc8
+0x485a mem_24g_get_syncword_crc8
+0x485b mem_24g_pair_switch
+0x485c mem_24g_enter_hibernate
+0x4864 mem_24g_rx_phy
+0x4865 mem_24g_tx_phy
+0x4866 mem_24g_ch_map_update
+0x4867 mem_24g_ch_update_map1
+0x486b mem_24g_ch_update_map2
+0x486f mem_24g_ch_update_map3
+0x4873 mem_24g_ch_update_map4
+0x4877 mem_24g_pair_addr
+0x487b mem_24g_pair_ch
+0x487c mem_24g_pair_tx_power
+0x487d mem_rssi_buff_index
+0x487e mem_24g_device1_bind_step
+0x487f mem_24g_device2_bind_step
+0x4880 mem_24g_bind_device_status
+0x4881 mem_24g_bind_payload
+0x4889 mem_cb_24g_receive_process
+0x488b mem_cb_24g_ackpayload
+0x488d mem_cb_24g_data_device1
+0x488f mem_cb_24g_data_device2
+0x4891 mem_24g_rxdata_temp
+0x48b3 mem_24g_abort_packet
+0x48b4 mem_24g_hop_btclk
+0x48b8 mem_24g_hop_interval
+0x48b9 mem_24g_pair_mode
+0x48ba mem_24g_ackpayload_enable
+0x48bb mem_24g_hop_packet
+0x48bc mem_24g_mode_switch
+0x48bd mem_24g_nodata_timer_enable
+0x48be mem_24g_mode_init
+0x48bf mem_24g_work_mode
+0x48c0 mem_24g_time_slice
+0x48c1 mem_24g_self_last_ch
+0x48c2 mem_24g_self_ch_number
+0x48c3 mem_24g_self_config_ch_once
+0x48c4 mem_24g_device1_last_ch
+0x48c5 mem_24g_device1_ch_number
+0x48c6 mem_24g_device1_config_ch_once
+0x48c7 mem_24g_device2_last_ch
+0x48c8 mem_24g_device2_ch_number
+0x48c9 mem_24g_device2_config_ch_once
+0x48ca mem_24g_led_status
+0x48cb mem_24g_bind_mode_continue
+0x48cc mem_tx_power_temp
+0x48cd mem_24g_transmitter_addr
+0x48d1 mem_24g_device1_addr
+0x48d5 mem_24g_device2_addr
+0x48d9 mem_rssi_noise_avg
+0x48da mem_rssi_noise_index
+0x48db mem_rssi_noise_self_avg
+0x48dc mem_rssi_noise_device1_avg
+0x48dd mem_rssi_noise_device2_avg
+0x48de mem_rssi_noise_self_index
+0x48df mem_rssi_noise_device1_index
+0x48e0 mem_rssi_noise_device2_index
+0x48e1 mem_rssi_noise_buffer_ptr
+0x48e3 mem_rssi_noise_self_buffer_ptr
+0x48e5 mem_rssi_noise_device1_buffer_ptr
+0x48e7 mem_rssi_noise_device2_buffer_ptr
+0x48e9 mem_car_hard_soft_switch
+0x48ea mem_car_queue_each_size
+0x48eb mem_car__queue_length
+0x48ec mem_car_queue_curr_num
+0x48ed mem_car_queue_read_ptr
+0x48ee mem_car_queue_write_ptr
+0x48ef mem_car_queue_ele
+0x4967 mem_car_pop_queue_buff
+0x497b mem_car_led_num
+0x497c mem_car_led_map
+0x4986 mem_car_style1_led_type
+0x4987 mem_car_style1_blink_count
+0x4988 mem_car_style1_struct_led_gpio
+0x4989 mem_car_style1_on_time
+0x498b mem_car_style1_off_time
+0x498d mem_car_style1_cb_ledon
+0x498f mem_car_style1_cb_ledoff
+0x4991 mem_car_style2_led_type
+0x4992 mem_car_style2_blink_count
+0x4993 mem_car_style2_struct_led_gpio
+0x4994 mem_car_style2_on_time
+0x4996 mem_car_style2_off_time
+0x4998 mem_car_style2_cb_ledon
+0x499a mem_car_style2_cb_ledoff
+0x499c mem_le_receive_data
+0x499c mem_le_receive_packet_head
+0x499e mem_le_receive_cmd
+0x499f mem_le_receive_length
+0x49a1 mem_le_receive_payload
+0x49ab mem_le_receive_checksum
+0x49ac mem_motor1_status
+0x49ad mem_motor1_speed
+0x49ae mem_motor2_status
+0x49af mem_motor2_speed
+0x49b0 mem_motor3_status
+0x49b1 mem_motor3_speed
+0x49b2 mem_motor1_pwm_set
+0x49b2 mem_motor1_pwm_pin1_set
+0x49b3 mem_motor1_pwm_pin2_set
+0x49b4 mem_motor1_pwm_pin_set
+0x49b5 mem_motor1_pwm_channel_set
+0x49b6 mem_motor1_pwm_freq_set
+0x49b9 mem_motor1_pwm_dute_set
+0x49ba mem_motor2_pwm_set
+0x49ba mem_motor2_pwm_pin1_set
+0x49bb mem_motor2_pwm_pin2_set
+0x49bc mem_motor2_pwm_pin_set
+0x49bd mem_motor2_pwm_channel_set
+0x49be mem_motor2_pwm_freq_set
+0x49c1 mem_motor2_pwm_dute_set
+0x49c2 mem_motor3_pwm_set
+0x49c2 mem_motor3_pwm_pin1_set
+0x49c3 mem_motor3_pwm_pin2_set
+0x49c4 mem_motor3_pwm_pin_set
+0x49c5 mem_motor3_pwm_channel_set
+0x49c6 mem_motor3_pwm_freq_set
+0x49c9 mem_motor3_pwm_dute_set
+0x49ca mem_motor_select_p_n
+0x49cb mem_car_motor_status
+0x49cc mem_car_motor_speed
+0x49cd mem_motor_pwm_set
+0x49cd mem_motor_pwm_pin1_set
+0x49ce mem_motor_pwm_pin2_set
+0x49cf mem_motor_pwm_pin_set
+0x49d0 mem_motor_pwm_channel_set
+0x49d1 mem_motor_pwm_freq_set
+0x49d4 mem_motor_pwm_dute_set
+0x49d5 mem_ir_rx_gpio
+0x49d6 mem_ir_data
+0x49d8 mem_ir_rx_buf
+0x49da mem_ir_receive_clkn
+0x49de mem_ir_notify_data
+0x49e1 mem_ir_notify_data_head
+0x49e6 mem_ir_notify_data_payload
+0x49e8 mem_ir_notify_data_check_sum
+0x49e9 mem_car_ir_breakdown_check_timer
+0x49ea mem_car_ir_breakdown_flag
+0x49eb mem_car_led_control
+0x49eb mem_car_led1_status
+0x49ec mem_car_led2_status
+0x49ed mem_car_led3_status
+0x49ee mem_car_led4_status
+0x49ef mem_car_led5_status
+0x49f0 mem_car_led6_status
+0x49f1 mem_car_led7_status
+0x49f2 mem_car_led8_status
+0x49f3 mem_car_led_control_timer
+0x49f4 mem_car_led_blink_status
+0x49f5 mem_car_led_no
+0x49f6 mem_car_info_request
+0x49f9 mem_car_info_request_head
+0x49fe mem_car_info_request_payload
+0x4a06 mem_car_info_request_checksum
+0x4a07 mem_car_config_param
+0x4a07 mem_car_config_setting_flag
+0x4a08 mem_car_config_device_select
+0x4a09 mem_car_config_motor_layout
+0x4a0a mem_car_config_ir_enable
+0x4a0b mem_car_config_ir_rx_gpio
+0x4a0c mem_car_config_pairing_led_conn_status
+0x4a0d mem_car_config_pairing_led_gpio
+0x4a0e mem_car_config_led_num
+0x4a0f mem_car_config_blood_led_gpio
+0x4a0f mem_car_config_blood_led1_gpio
+0x4a10 mem_car_config_blood_led2_gpio
+0x4a11 mem_car_config_blood_led3_gpio
+0x4a12 mem_car_config_blood_led4_gpio
+0x4a13 mem_car_config_blood_led5_gpio
+0x4a14 mem_car_config_blood_led6_gpio
+0x4a15 mem_car_config_blood_led7_gpio
+0x4a16 mem_car_config_blood_led8_gpio
+0x4a17 mem_car_config_bat_notify_enable
+0x4a18 mem_car_config_low_voltage_led_gpio
+0x4a19 mem_car_config_low_voltage_percent
+0x4a1a mem_car_config_soft_switch_enable
+0x4a1b mem_car_config_soft_switch_gpio
+0x4a1c mem_car_notify_vdd_count
+0x4a1d mem_car_notify_vdd_timer
+0x4a1e mem_car_notify_vdd_value_last
+0x4a1f mem_car_notify_vdd_percent
+0x4a20 mem_car_working_flag
+0x4a21 mem_low_bat_flag
+0x4a22 mem_notify_bat_packet
+0x4a25 mem_notify_bat_head
+0x4a2a mem_notify_bat_payload
+0x4a2b mem_notify_bat_check_sum
+0x4a2c mem_vdd_notify_flag
+0x4a2d mem_car_current_vdd_value_temp
+0x4a2f mem_car_last_vdd_value
+0x4a31 mem_vdd_calculate_set
+0x4a31 mem_vdd_full_vol
+0x4a33 mem_vdd_empty_vol
+0x4a35 mem_vdd_low_vol
+0x4a37 mem_vdd_now_vol
+0x4a39 mem_car_24g_status
+0x4a3a mem_car_24g_no_data_timeout_count
+0x4a3c mem_car_24g_no_data_timeout_timer
+0x4a3e mem_car_24g_ir_receive_attack_count
+0x4a3f mem_car_24g_go_die_flag
+0x4a40 mem_car_attack_shake_timer
+0x4a41 mem_car_attack_shake_flag
+0x4a42 mem_car_soft_power
+0x4a42 mem_car_power_state
+0x4a43 mem_car_power_timer
+0x4a44 mem_car_power_off_timeout
+0x4a45 mem_car_power_starting_timeout
+0x4a46 mem_car_power_off_cb
+0x4a48 mem_car_power_starting_cb
+0x4a4a mem_car_power_standby_cb
+0x4a4c mem_car_ui_button_up_cb
+0x4a4e mem_car_le_att_list
+0x4c42 mem_car_moto1_blank_timer
+0x4c43 mem_car_moto2_blank_timer
+0x4c44 mem_car_moto3_blank_timer
+0x4c45 mem_car_motor_gpio_num
+0x4c46 mem_car_motor_gpio_map
+0x4c46 mem_car_motor_left_gpio
+0x4c47 mem_car_motor_right_gpio
+0x4c48 mem_car_motor_front_gpio
+0x4c49 mem_car_motor_back_gpio
+0x4c4a mem_car_gpio
+0x4c4b mem_car_app_send_speed
+0x4c4c mem_rssi_sum
+0x4c4e mem_check_rssi_high_count
+0x4c50 mem_rssi_data
+0x4c58 mem_car_24g_received_pac
+0x4c59 mem_car_24g_bind_enable_delay_count
+0x4c5a mem_car_keyscan
+0x4c5a mem_car_key_num
+0x4c5b mem_cb_car_keyscan
+0x4c5d mem_car_enter_lpm_timer_count
+0x4c5f mem_car_enter_lpm_timer
+0x4c61 mem_car_enter_lpm_flag
+0x4c62 mem_car_24g_ch_polling
+0x4c63 mem_car_rssi_noise_buffer
+0x4c6b mem_car_rssi_noise_car_buffer
+0x4c73 mem_car_rssi_noise_remote_buffer
+0x48e9 mem_dg_kb_bind_flag
+0x48ea mem_dg_kb_data_sta_data
+0x48f2 mem_dg_kb_data_last_data
+0x48fa mem_dg_kb_multikey_sta_data
+0x48fd mem_dg_kb_multikey_last_data
+0x4900 mem_dg_kb_system_sta_data
+0x4903 mem_dg_kb_system_last_data
+0x4906 mem_dg_kb_blank_data_enable
+0x4907 mem_dg_kb_mul_blank_data_enable
+0x4908 mem_dg_ms_blank_data_enable
+0x4909 mem_dg_sys_config
+0x490a mem_dg_usb_vid_pid
+0x4913 mem_dg_usb_tx_interval
+0x4914 mem_dg_usb_device_name
+0x487e mem_rssi_hex_received
+0x487f mem_24g_pair_sm
+0x4880 mem_24g_pair_no_ack
+0x4881 mem_24g_pair_timeout_init
+0x4883 mem_24g_pair_timeout
+0x4885 mem_24g_reconn_timeout_init
+0x4887 mem_24g_reconn_timeout
+0x4889 mem_24g_reconn_count
+0x488b mem_24g_reconn_type
+0x488c mem_24g_fast_conn_enable
+0x488d mem_24g_fast_conn_addr
+0x4891 mem_24g_receiver_addr
+0x4895 mem_24g_fast_conn_temp_ch
+0x4896 mem_24g_receiver_temp_ch
+0x4897 mem_24g_device_temp_ch
+0x4898 mem_rssi_signal_index
+0x4899 mem_rssi_signal_buf_ptr
+0x489b mem_cb_24g_transmit_data
+0x489d mem_cb_24g_search_receiver
+0x489f mem_cb_24g_lpm_before
+0x48a1 mem_24g_conn_sm
+0x48a2 mem_24g_ensure
+0x48a3 mem_24g_txfail_cnt
+0x48a5 mem_24g_attempt_fail_flag
+0x48a6 mem_24g_retry
+0x48a7 mem_24g_abort_pac
+0x48a8 mem_24g_max_retry
+0x48a9 mem_24g_device_addr
+0x48ad mem_24g_short_sleep_set
+0x48b0 mem_24g_long_sleep_set
+0x48b8 mem_24g_long_sleep_set1
+0x48bc mem_24g_pac_index
+0x48bd mem_24g_transmit_by_interrupt
+0x48be mem_24g_transmit_by_interrupt_exit_count
+0x48c0 mem_24g_transmit_by_interrupt_exit_count_init
+0x48c2 mem_24g_long_sleep_param_update_timer_init
+0x48c4 mem_24g_long_sleep_param_update_timer
+0x48c6 mem_24g_fast_hop_count
+0x48c7 mem_rssi_avg_received
+0x48c8 mem_power_ctrl_level
+0x48c9 mem_power_ctrl_pac_succ_cnt
+0x48ca mem_power_ctrl_pac_succ_cnt_init
+0x48cb mem_rssi_dis_min_24g
+0x48cc mem_rssi_dis_max_24g
+0x48cd mem_rssi_hex_received_max_value
+0x48ce mem_rssi_dis_min_ble
+0x48cf mem_rssi_dis_max_ble
+0x48d0 mem_mouse_key
+0x48d1 mem_mouse_x
+0x48d3 mem_mouse_y
+0x48d5 mem_mouse_z
+0x48d6 mem_mouse_tz
+0x48d7 mem_mouse_xy_h
+0x48d8 mem_mouse_key_last
+0x48d9 mem_wheel_tb_old_pinlevel
+0x48da mem_wheel_tb_new_pinlevel
+0x48db mem_wheel_tog
+0x48dc mem_mouse_tz_data
+0x48dd mem_mwheel_b_old_pinlevel
+0x48de mem_mwheel_b_new_pinlevel
+0x48df mem_mwheel_tog
+0x48e0 mem_mouse_z_data
+0x48e1 mem_mouse_wheel_trigger
+0x48e2 mem_mouse_wheel_trigger_timer
+0x48e3 mem_mouse_vdd_calculate_set
+0x48e3 mem_mouse_vdd_full_vol
+0x48e5 mem_mouse_vdd_empty_vol
+0x48e7 mem_mouse_vdd_low_vol
+0x48e9 mem_mouse_vdd_now_vol
+0x48eb mem_mouse_vdd_button_press_vol
+0x48ed mem_mouse_vdd_switch_gnd_24g_vol
+0x48ef mem_mouse_vdd_switch_gnd_full_vol
+0x48f1 mem_mouse_vdd_switch_gnd_shutdown_voltage
+0x48f3 mem_mouse_vdd_switch_gnd_low_voltage
+0x48f5 mem_adc_mux_status
+0x48f6 mem_adc_read_timer
+0x48f7 mem_adc_read_time_init
+0x48f8 mem_adc_low_volatage_led_timer_count
+0x48f9 mem_adc_low_volatage_led_blink_enable
+0x48fa mem_mouse_adc_last_low_voltage_flag
+0x48fb mem_mouse_adc_button_press_flag
+0x48fc mem_adc_channel_gpio
+0x48fd mem_adc_config_flag_init
+0x48fe mem_mouse_discovery_timeout
+0x4900 mem_mouse_24g_pair_timeout_init
+0x4902 mem_mouse_direct_timeout
+0x4903 mem_mouse_24g_reconn_timeout_init
+0x4904 mem_mouse_24g_pair_tx_power
+0x4905 mem_rssi_dis_min_24g_init
+0x4906 mem_rssi_dis_max_24g_init
+0x4907 mem_rssi_hex_received_max_value_init
+0x4908 mem_rssi_dis_min_ble_init
+0x4909 mem_rssi_dis_max_ble_init
+0x490a mem_mouse_enable_flag
+0x490b mem_mouse_global_setup
+0x490c mem_mouse_global_setup1
+0x490d mem_bk_button_gpio
+0x490e mem_fw_button_gpio
+0x490f mem_dpi_button_gpio
+0x4910 mem_matrix_public_gpio
+0x4911 mem_sensor_motion_gpio
+0x4912 mem_customer_key_gpio
+0x4913 mem_whee_a_data_gpio
+0x4914 mem_whee_b_data_gpio
+0x4915 mem_config_device_24g_led_gpio
+0x4916 mem_config_device_bt1_led_gpio
+0x4917 mem_select_sensor_angle_gpio
+0x4918 mem_lbutton_gpio
+0x4919 mem_rbutton_gpio
+0x491a mem_mbutton_gpio
+0x491b mem_config_select_device_button_gpio
+0x491c mem_whee_ta_data_gpio
+0x491d mem_whee_tb_data_gpio
+0x491e mem_device_switch_gpio
+0x491f mem_mouse_sensor_sclk_gpio
+0x4920 mem_mouse_sensor_sdio_gpio
+0x4921 mem_config_low_voltage_alarm_gpio
+0x4922 mem_config_device_bt2_led_gpio
+0x4923 mem_dpi_led_gpio
+0x4924 mem_sensor_angle_default
+0x4925 mem_sensor_angle_switch
+0x4926 mem_config_sensor_dpi
+0x4927 mem_config_sensor_type
+0x4928 mem_config_sensor_angle
+0x4929 mem_wire_usb_interval
+0x492a mem_usb_addr
+0x492b mem_mouse_usb_vdd_status
+0x492c mem_mouse_usb_keyboard_flag
+0x492d mem_mouse_led_type
+0x492e mem_mouse_blink_count
+0x492f mem_mouse_struct_led_gpio
+0x4930 mem_mouse_on_time
+0x4932 mem_mouse_off_time
+0x4934 mem_mouse_cb_ledon
+0x4936 mem_mouse_cb_ledoff
+0x4938 mem_mouse_information_start
+0x4938 mem_device_flag
+0x4939 mem_device1_type
+0x493a mem_device1_addr
+0x4940 mem_device1_link_key
+0x4950 mem_device1_locall_addr
+0x4956 mem_device2_type
+0x4957 mem_device2_addr
+0x495d mem_device2_link_key
+0x496d mem_device2_locall_addr
+0x4973 mem_device3_type
+0x4974 mem_mouse_compare_addr_ff
+0x4974 mem_device3_addr
+0x497a mem_device3_link_key
+0x498a mem_device3_locall_addr
+0x4990 mem_store_flag
+0x4992 mem_mouse_dpi
+0x4993 mem_mouse_24g_addr
+0x4997 mem_random_addr_increase_count
+0x4999 mem_mouse_retention
+0x49b8 mem_mouse_information_end
+0x49b8 mem_flash_base
+0x49bb mem_write_flash_head_temp
+0x49bf mem_store_information_delay_timer
+0x49c0 mem_store_information_delay_timer_init
+0x49c1 mem_sensor_id1
+0x49c2 mem_sensor_id2
+0x49c3 mem_sensor_shutter_hi
+0x49c4 mem_sensor_shutter_lo
+0x49c5 mem_sensor_smart_flag
+0x49c6 mem_sensor_squal_reg
+0x49c7 mem_sensor_iqc
+0x49c8 mem_mouse_move_flag
+0x49c9 mem_mouse_asm_flag
+0x49ca mem_mouse_x_pre
+0x49cc mem_mouse_y_pre
+0x49ce mem_mouse_data_xtemp
+0x49cf mem_mouse_data_ytemp
+0x49d0 mem_mouse_dpi_seting
+0x49d0 mem_320x_dpi_0
+0x49d1 mem_320x_dpi_1
+0x49d2 mem_320x_dpi_2
+0x49d3 mem_320x_dpi_3
+0x49d4 mem_3212_dpi_0
+0x49d5 mem_3212_dpi_1
+0x49d6 mem_3212_dpi_2
+0x49d7 mem_3212_dpi_3
+0x49d8 mem_ka8g2_dpi_0
+0x49d9 mem_ka8g2_dpi_1
+0x49da mem_ka8g2_dpi_2
+0x49db mem_ka8g2_dpi_3
+0x49dc mem_mouse_cpi_count
+0x49dd mem_mouse_dpi_button_state
+0x49de mem_mouse_dpi_long_press_flag
+0x49df mem_sensor_3212_init
+0x49e9 mem_sensor_3204_init
+0x49f3 mem_sensor_3205_init
+0x49fd mem_sensor_32xx_init
+0x4a17 mem_sensor_32xx_init_1
+0x4a39 mem_sensor_8650_init
+0x4a53 mem_sensor_ka8ul_init
+0x4a71 mem_sensor_8009_init
+0x4a81 mem_sensor_ka8g2_init
+0x4a97 mem_sensor_p6520_init
+0x4aa3 mem_sensor_poweron_init
+0x4aab mem_sensor_reset_gpio
+0x4aac mem_mouse_clear_sensor_data_flag
+0x4aad mem_bluetooth_125hz_cnt
+0x4aae mem_mouse_long_mult_flag
+0x4aaf mem_mouse_current_mult_timer
+0x4ab0 mem_reconn_times
+0x4ab1 mem_reconn_times_init
+0x4ab2 mem_mouse_no_data_timer
+0x4ab4 mem_device_flag_temp
+0x4ab5 mem_mouse_rssi_signal_buf
+0x4abd mem_btclk_sensor
+0x4ac1 mem_mouse_bluetooth_fast_conn_flag
+0x4ac2 mem_mouse_discovery_timer
+0x4ac4 mem_mouse_bluetooth_reconnect_timeout
+0x4ac5 mem_mouse_need_soft_reset
+0x4ac6 mem_mouse_le_bb_connected_flag
+0x4ac7 mem_mouse_le_reconnect_flag
+0x4ac8 mem_mouse_send_secutiry_request_timer
+0x4ac9 mem_mouse_le_lap_temp
+0x4acc mem_le_adv_ind
+0x4acf mem_le_adv_direct_ind
+0x4ad2 mem_le_adv_swift_pair
+0x4ae6 mem_le_data_len
+0x4ae7 mem_le_keyboard_handle
+0x4ae9 mem_le_multimedia_handle
+0x4aeb mem_le_systemctrl_handle
+0x4aed mem_le_battery_level_handle
+0x4aef mem_le_battery_level_percentage
+0x4af0 mem_le_battery_level_updata_timer_init
+0x4af2 mem_le_battery_level_updata_timer
+0x4af4 mem_mouse_le_conn_param_reject
+0x4af5 mem_le_tx_buffer0_omemalloc
+0x4b15 mem_le_tx_buffer1_omemalloc
+0x4b35 mem_le_tx_buffer2_omemalloc
+0x4b55 mem_le_tx_buffer3_omemalloc
+0x4b75 mem_le_connect_status_flag
+0x4b76 mem_le_start_encrypt_timer
+0x4b77 mem_mouse_direct_timer
+0x4b78 mem_device_addr_temp
+0x4b7f mem_mouse_enter_sniff_count
+0x4b80 mem_mouse_bt_boot_mode
+0x4b81 mem_mouse_bt_boot_data
+0x4b86 mem_bt_send_max_slot_req_accept_after_switch
+0x4b87 mem_mouse_bt_send_first_package_timer
+0x4b88 mem_mouse_bt_send_first_package_flag
+0x4b89 mem_lmi_opcode_temp
+0x4b8a mem_lpm_mult_init
+0x4b8b mem_customer_key
+0x4b8c mem_customer_data_trigger
+0x4b8d mem_customer_data_trigger_last
+0x4b8e mem_mouse_lkey_press_status
+0x4b8f mem_mouse_rkey_press_status
+0x4b90 mem_mouse_mkey_press_status
+0x4b91 mem_mouse_bkkey_press_status
+0x4b92 mem_mouse_fwkey_press_status
+0x4b93 mem_mouse_dpikey_press_status
+0x4b94 mem_mouse_pbkey_press_status
+0x4b95 mem_mouse_customerkey_press_status
+0x4b96 mem_mouse_key_temp
+0x4b97 mem_mouse_key_status
+0x4b98 mem_mouse_matrix_key_cow_count
+0x4b99 mem_mouse_matrix_key_row_count
+0x4b9a mem_mouse_ghost_flag
+0x4b9b mem_bt_discovery_count
+0x4b9c mem_select_device_count
+0x4b9d mem_mouse_commbination_key
+0x4b9e mem_select_device_button_statue
+0x4b9f mem_commbination_key_statue
+0x4ba0 mem_combination_ui_button_count
+0x4ba1 mem_mouse_search_dongle_interval
+0x4ba2 mem_mouse_search_dongle_ch
+0x4ba3 mem_mouse_search_dongle_count
+0x4ba4 mem_mouse_search_dongle_action
+0x4ba5 mem_24g_enter_lpm_timer
+0x4ba6 mem_mouse_24g_enter_lpm_enable
+0x4ba7 mem_mouse_device_poweron_timer_count
+0x4ba8 mem_mouse_dpi_led_delay_count
+0x4ba9 mem_mouse_led_off_4_led
+0x4baa mem_24g_device_led_status
+0x4bab mem_mouse_flag
+0x4bb3 mem_mouse_bluetooth_type
+0x4bb4 mem_device_number
+0x4bb5 mem_mouse_page_to
+0x4bb7 mem_mouse_fast_direct_timeout
+0x4bb8 mem_mouse_fast_page_to
+0x4bba mem_mouse_24g_power_on_fast_conn_timer
+0x4bbc mem_mouse_24g_search_dongle_time_init
+0x4bbe mem_mouse_no_data_timeout
+0x4bc0 mem_mouse_device_poweron_timer_count_init
+0x4bc1 mem_mouse_dpi_led_delay_count_init
+0x4bc2 mem_mouse_dpi_led_blink_time
+0x4bc4 mem_mouse_disconvey_led_blink_time
+0x4bc6 mem_mouse_low_v_led_blink_time
+0x4bc8 mem_adc_low_volatage_led_blink_timer
+0x4bca mem_mouse_commbination_key_bt
+0x4bcb mem_mouse_commbination_key_24g
+0x4bcc mem_customer_key_press
+0x4bd5 mem_customer_key_release
+0x4bde mem_mouse_set_high_impedance_bit_set
+0x4be1 mem_sensor_shutdown_flag
+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
+0x4c32 mem_fire_key_status
+0x4c33 mem_fire_key_delay
+0x4c37 mem_fire_key_flag
+0x4c38 mem_firebutton_gpio
+0x4c39 mem_mouse_firebutton_connect_vin_flag
+0x4c3a mem_mouse_another_dpi_connect_vin_flag
+0x4c3b mem_dpi_another_button_gpio
+0x4c3c mem_dpi_another_press_status
+0x4c3d mem_dpi_another_button_state
+0x4c3e mem_dpi_another_button_down_enable
+0x4c3f mem_mouse_key_temp_patch
+0x4c40 mem_mouse_led_new_interface_config
+0x4c41 mem_mouse_multi_led_blink_enable
+0x4c42 mem_mouse_multi_led_type
+0x4c43 mem_mouse_multi_led_state
+0x4c44 mem_mouse_multi_led_blink_type//00:rtn	01:24g blink	02:le blink		03:reconn blink 	04:low blink	05:dpi blink
+0x4c45 mem_mouse_led_multi_type//00:no multi	01:low+led	02:dpi+led	03:low+dpi_led
+0x4c46 mem_mouse_multi_led_powon_timer_init//power on time
+0x4c47 mem_mouse_multi_led_powon_timer
+0x4c48 mem_mouse_multi_24gled_blink_timer_init//24gled blink time
+0x4c49 mem_mouse_multi_le_discovery_blink_timer_init//le discovery blink time
+0x4c4a mem_mouse_multi_le_reconn_blink_timer_init//le reconn blink time
+0x4c4b mem_mouse_dpi_led_blink_timer_init//dpi blink time
+0x4c4c mem_mouse_multi_led_blink_timer
+0x4c4d mem_mouse_low_led_blink_timer//low blink time
+0x4c4e mem_mouse_low_led_blink_half_timer
+0x4c4f mem_adc_low_volatage_led_timer_count_new
+0x4c50 mem_mouse_multi_24gled_blink_count_init//24g count
+0x4c51 mem_mouse_multi_le_reconn_blink_count_init//le reconn count
+0x4c52 mem_mouse_multi_led_blink_count
+0x4c53 mem_mouse_multi_lowled_blink_count_init//low count
+0x4c54 mem_mouse_multi_low_led_blink_count
+0x4c55 mem_mouse_1io2led_multi_24gled
+0x4c56 mem_mouse_1io2led_multi_bt1led
+0x4c57 mem_mouse_1io2led_multi_bt2led
+0x4c58 mem_mouse_low_gpio
+0x4c59 mem_mouse_dpi_gpio
+0x4c5a mem_mouse_rssi_signal_buf_patch
+0x4c6a mem_mouse_rssi_signal_buf_temp
+0x4c7a mem_mouse_le_send_conn_param_update
+0x4c7b mem_mouse_le_send_conn_param_update_timer
+0x4c7c mem_device_uart_tx_gpio
+0x4c7d mem_device_uart_rx_gpio
+0x4c7e mem_device_uart_rx_buffer
+0x4c80 mem_device_uart_rx_buffer_end
+0x4c82 mem_device_uart_tx_buffer
+0x4c84 mem_device_uart_tx_buffer_end
+0x4c86 mem_device_uart_baud_rate
+0x4c88 mem_24g_paccnt
+0x4c89 mem_rssi_mouse
+0x4c8a mem_clkn_bt_patch
+0x4c8e mem_txpower_print
+0x4c90 mem_normal_tx_power
+0x4c91 mem_sensor_s201_dpi
+0x4c91 mem_sensor_s201_dpi_0
+0x4c92 mem_sensor_s201_dpi_1
+0x4c93 mem_sensor_s201_dpi_2
+0x4c94 mem_sensor_s201_dpi_3
+0x4c95 mem_sensor_s201_dpi_4
+0x4c96 mem_mouse_commbination_dpi_check_enable
+0x4c97 mem_commbination_dpi_timer
+0x4c98 mem_mouse_commbination_key_dpi
+0x4c99 mem_rgb_led_off_enable
+0x4c9a mem_rgb_led_on_enable
+0x4c9b mem_rgb_led_off_enable_timer
+0x4c9c mem_rgb_led_on_enable_timer
+0x4c9d mem_rgb_led_on_timer
+0x4c9f mem_rgb_led_off_check_count
+0x4ca1 mem_rgb_led_on_check_count
+0x4ca3 mem_rgb_led_on_continue_1min_timeout_flag
+0x4ca4 mem_mbutton_function_disable
+0x4ca5 mem_mouse_rgb_ctrl_gpio
+0x4ca6 mem_mouse_rgb_adc_no_power_flag
+0x4ca7 mem_sensor_8650_init_new
+0x4cc5 mem_long_sleep_flag
+0x4cc6 mem_mouse_mos_ctrl_gpio
+0x4cc7 mem_mouse_mos_status
+0x4cc8 mem_mouse_mos_ctrl_count
+0x48d0 mem_remote_car_hard_soft_switch
+0x48d1 mem_remote_car_queue_each_size
+0x48d2 mem_remote_car_queue_length
+0x48d3 mem_remote_car_queue_curr_num
+0x48d4 mem_remote_car_queue_read_ptr
+0x48d5 mem_remote_car_queue_write_ptr
+0x48d6 mem_remote_car_queue_ele
+0x4930 mem_remote_style_led_type
+0x4931 mem_remote_style_blink_count
+0x4932 mem_remote_style_struct_led_gpio
+0x4933 mem_remote_style_on_time
+0x4935 mem_remote_style_off_time
+0x4937 mem_remote_style_cb_ledon
+0x4939 mem_remote_style_cb_ledoff
+0x493b mem_remote_car_led_num
+0x493c mem_remote_car_led_map
+0x4944 mem_remote_car_keyscan
+0x4944 mem_remote_car_key_num
+0x4945 mem_cb_remote_car_keyscan
+0x4947 mem_remote_car_key_conf0
+0x4947 mem_remote_car_key_conf0_pin
+0x4948 mem_remote_car_key_conf1
+0x4948 mem_remote_car_key_conf1_pin
+0x4949 mem_remote_car_key_conf2
+0x4949 mem_remote_car_key_conf2_pin
+0x494a mem_remote_car_key_conf3
+0x494a mem_remote_car_key_conf3_pin
+0x494b mem_remote_car_key_conf4
+0x494b mem_remote_car_key_conf4_pin
+0x494c mem_remote_car_key_conf5
+0x494c mem_remote_car_key_conf5_pin
+0x494d mem_remote_car_key_conf6
+0x494d mem_remote_car_key_conf6_pin
+0x494e mem_rocker_negative_flag
+0x494f mem_rocker_work_status
+0x4950 mem_current_vdd_value_default_mid_x
+0x4952 mem_current_vdd_value_default_mid_y
+0x4954 mem_current_vdd_value_default_mid_temp
+0x4956 mem_current_vdd_default_range
+0x4958 mem_rocker_last_status
+0x495a mem_rocker_status
+0x495a mem_rocker_x_status
+0x495b mem_rocker_y_status
+0x495c mem_remote_car_config_param
+0x495c mem_remote_car_config_setting_flag
+0x495d mem_remote_car_config_key_map
+0x495e mem_remote_car_config_layout
+0x495f mem_remote_car_config_connect_led_gpio
+0x4960 mem_remote_car_config_check_way
+0x4961 mem_remote_car_config_soft_switch_enable
+0x4962 mem_remote_car_config_soft_switch_gpio
+0x4963 mem_remote_car_config_timeout_shutdown_enable
+0x4964 mem_remote_car_24g_motor_packet
+0x4964 mem_remote_car_24g_motor_packet_lenght
+0x4965 mem_remote_car_24g_motor_send_packet_head
+0x4967 mem_remote_car_24g_motor_send_cmd
+0x4968 mem_remote_car_24g_motor_send_length
+0x496a mem_remote_car_24g_motor_send_payload
+0x496a mem_remote_car_24g_motor1_payload
+0x496c mem_remote_car_24g_motor2_payload
+0x496e mem_remote_car_24g_motor3_payload
+0x4970 mem_remote_car_24g_motor_send_checksum
+0x4971 mem_remote_car_24g_fire_packet
+0x4971 mem_remote_car_24g_fire_packet_lenght
+0x4972 mem_remote_car_24g_fire_send_packet_head
+0x4974 mem_remote_car_24g_fire_send_cmd
+0x4975 mem_remote_car_24g_fire_send_length
+0x4977 mem_remote_car_24g_fire_send_payload
+0x4979 mem_remote_car_24g_fire_send_checksum
+0x497a mem_remote_car_24g_tx_temp
+0x4989 mem_remote_car_no_data_timeout
+0x498b mem_remote_car_no_data_timer
+0x498d mem_remote_car_soft_power
+0x498d mem_remote_car_power_state
+0x498e mem_remote_car_power_timer
+0x498f mem_remote_car_power_off_timeout
+0x4990 mem_remote_car_power_starting_timeout
+0x4991 mem_remote_car_power_off_cb
+0x4993 mem_remote_car_power_starting_cb
+0x4995 mem_remote_car_power_standby_cb
+0x4997 mem_remote_key_status
+0x4998 mem_remote_car_24g_status
+0x4999 mem_remote_car_24g_auto_work_step
+0x499a mem_remote_car_24g_pair_success_flag
+0x499b mem_remote_car_empty_packet
+0x499c mem_remote_car_motor1_key0_press_state
+0x499d mem_remote_car_motor1_key1_press_state
+0x499e mem_remote_car_motor2_key2_press_state
+0x499f mem_remote_car_motor2_key3_press_state
+0x49a0 mem_remote_car_motor1_rel_state
+0x49a1 mem_remote_car_motor2_rel_state
+0x49a2 mem_remote_car_no_data_check
+0x47a4 mem_hci_uart_tx_gpio
+0x47a5 mem_hci_uart_rx_gpio
+0x47a6 mem_hci_uart_rts_gpio
+0x47a7 mem_hci_uart_cts_gpio
+0x47a8 mem_hci_pwm_12mhz_gpio
+0x47a4 mem_soft_version_num
+0x47a6 mem_module_wake_up_gpio
+0x47a7 mem_module_state_gpio
+0x47a8 mem_module_connect_state_gpio
+0x47a9 mem_current_packet_length
+0x47ab mem_module_state
+0x47ac mem_module_mcu_wake_pin
+0x47ad mem_module_mcu_wake_delay_us
+0x47b1 mem_module_spp_lpm_mult
+0x47b2 mem_module_le_lpm_mult
+0x47b3 mem_module_bluetooth_stauts_by_command
+0x47b4 mem_module_uart_rx_buffer
+0x47b6 mem_module_uart_rx_buffer_end
+0x47b8 mem_module_uart_tx_buffer
+0x47ba mem_module_uart_tx_buffer_end
+0x47bc mem_module_uarta_baud_rate
+0x47be mem_module_read_vdd_flag
+0x47bf mem_module_read_vdd_count
+0x47c0 mem_module_vdd_quotient
+0x47c1 mem_module_vdd_remainder
+0x47c2 mem_module_ble_data_uart_max_length
+0x47c3 mem_module_flag
+0x47c5 mem_module_hci_notify_len
+0x47c6 mem_module_hci_notify_handle
+0x47c8 mem_module_hci_nofiy_addr
+0x47ca mem_module_hci_notify_type
+0x47cb mem_last_transmite_clock
+0x47cf mem_module_uuid_list
+0x48fb mem_module_uuid_list_end
+0x48fb mem_module_le_att_list
+0x4b53 mem_module_le_att_list_end
+0x4b53 mem_module_nv_data
+0x4b53 mem_module_nv_data0
+0x4b75 mem_module_nv_data1
+0x4b97 mem_module_nv_data2
+0x4bb9 mem_module_nv_data3
+0x4bdb mem_module_nv_data4
+0x4bfd mem_module_nv_data_end
+0x47a4 mem_shutter_bluetooth_type
+0x47a5 mem_shutter_config_eeprom_offset_addr
+0x47a7 mem_shutter_config_eeprom_start_flag
+0x47a9 mem_shutter_config_user_size
+0x47aa mem_shutter_config_label
+0x47ab mem_shutter_config_otp_addr
+0x47ad mem_classic_shutter_cable_unplug_conut
+0x47ae mem_classic_shutter_hid_disconn_count
+0x47af mem_classic_shutter_random_mac_offset_addr
+0x47b1 mem_ble_shutter_enable_notify
+0x47b2 mem_ble_shutter_reconn_adv_interval
+0x47b4 mem_ble_shutter_discovery_adv_interval
+0x47b6 mem_ble_shutter_reconn_timeout
+0x47b8 mem_ble_shutter_reconn_timer
+0x47ba mem_ble_shutter_reconn_blink_on_time
+0x47bc mem_ble_shutter_reconn_blink_off_time
+0x47be mem_ble_shutter_discovery_blink_on_time
+0x47c0 mem_ble_shutter_discovery_blink_off_time
+0x47c2 mem_ble_shutter_interval_min
+0x47c4 mem_ble_shutter_interval_max
+0x47c6 mem_ble_shutter_latency
+0x47c8 mem_ble_shutter_timeout
+0x47ca mem_ble_shutter_interval_min_new
+0x47cc mem_ble_shutter_interval_max_new
+0x47ce mem_ble_shutter_latency_new
+0x47d0 mem_ble_shutter_timeout_new
+0x47d2 mem_classic_shutter_discovery_timeout
+0x47d4 mem_classic_shutter_connect_timeout
+0x47d6 mem_ble_shutter_discovery_timeout
+0x47d8 mem_ble_shutter_connect_timeout
+0x47da mem_shutter_sleep_timeout
+0x47dc mem_shutter_sleep_timer
+0x47de mem_shutter_hard_soft_switch_case
+0x47df mem_shutter_soft_switch_button_gpio
+0x47e0 mem_shutter_soft_switch_power_state
+0x47e1 mem_shutter_soft_switch_poweron_time
+0x47e2 mem_shutter_soft_switch_poweroff_time
+0x47e3 mem_shutter_soft_switch_poweron_callback_function
+0x47e5 mem_shutter_soft_switch_poweroff_callback_function
+0x47e7 mem_shutter_keyscan
+0x47e7 mem_shutter_key_num
+0x47e8 mem_cb_shutter_keycan
+0x47ea mem_shutter_key_conf0
+0x47eb mem_shutter_key_conf1
+0x47ec mem_shutter_key_conf2
+0x47ed mem_shutter_key_conf3
+0x47ee mem_shutter_key_conf4
+0x47ef mem_shutter_key_conf5
+0x47f0 mem_shutter_key_conf6
+0x47f1 mem_shutter_key_conf7
+0x47f2 mem_key0_press
+0x47f7 mem_key1_press
+0x47fc mem_key2_press
+0x4801 mem_key3_press
+0x4806 mem_key4_press
+0x480b mem_key5_press
+0x4810 mem_key6_press
+0x4815 mem_key7_press
+0x481a mem_key0_release
+0x481f mem_key1_release
+0x4824 mem_key2_release
+0x4829 mem_key3_release
+0x482e mem_key4_release
+0x4833 mem_key5_release
+0x4838 mem_key6_release
+0x483d mem_key7_release
+0x4842 mem_ble_data_buffer1
+0x4847 mem_ble_data_buffer2
+0x484c mem_ble_data_buffer3
+0x4851 mem_ble_data_buffer4
+0x4856 mem_ble_data_buffer5
+0x485b mem_ble_data_buffer6
+0x4860 mem_ble_data_buffer7
+0x4865 mem_ble_data_buffer8
+0x486a mem_ble_data_buffer9_58
+0x489c mem_classic_data_buffer
+0x48a1 mem_classic_data_buffer1
+0x48a6 mem_classic_data_buffer2
+0x48ab mem_classic_data_buffer3
+0x48b0 mem_classic_data_buffer4
+0x48b5 mem_classic_data_buffer5
+0x48ba mem_classic_data_buffer6
+0x48bf mem_classic_data_buffer7
+0x48c4 mem_classic_data_buffer8
+0x48c9 mem_classic_data_buffer9_58
+0x48fb mem_queue_each_size
+0x48fc mem_queue_length
+0x48fd mem_queue_curr_num
+0x48fe mem_queue_read_ptr
+0x48ff mem_queue_write_ptr
+0x4900 mem_queue_ele
+0x4920 mem_shutter_nv_data
+0x49ca mem_shutter_led_struct_app_led
+0x49ca mem_shutter_led_struct_app_led_type
+0x49cb mem_shutter_led_struct_app_led_blink_count
+0x49cc mem_shutter_led_struct_app_led_gpio
+0x49cd mem_shutter_led_struct_app_led_on_time
+0x49cf mem_shutter_led_struct_app_led_off_time
+0x49d1 mem_shutter_led_struct_app_led_on_callback
+0x49d3 mem_shutter_led_struct_app_led_off_callback
+0x49d5 mem_shutter_power_off_led_style
+0x49d5 mem_shutter_power_off_led_style_type
+0x49d6 mem_shutter_power_off_led_style_blink_count
+0x49d7 mem_shutter_power_off_led_style_gpio
+0x49d8 mem_shutter_power_off_led_style_on_time
+0x49da mem_shutter_power_off_led_style_off_time
+0x49dc mem_shutter_power_off_led_style_on_callback
+0x49de mem_shutter_power_off_led_style_off_callback
+0x49e0 mem_shutter_soft_swtich_botton_down
+0x49e1 mem_shutter_soft_swtich_led_struct_temp
+0x49ec mem_shutter_power_off_timeout
+0x49ed mem_shutter_power_off_timer
+0x49ee mem_shutter_key_conf0_temp
+0x49f0 mem_shutter_led_struct_app_led_gpio_temp
+0x49f1 mem_shutter_hard_soft_switch_case_temp
+0x49f2 mem_shutter_soft_switch_button_gpio_temp
+
+0x4b46 mem_mesh_unsegmented_access_lower_transport_layer_head
+0x4b47 mem_mesh_unsegmented_access_lower_transport_layer_parameters
+0x4b52 mem_mesh_unsegmented_access_lower_transport_layer_mic
+0x4b46 mem_mesh_segmented_access_lower_transport_layer_head
+0x4b47 mem_mesh_segmented_access_lower_transport_layer_SZMIC_SeqZero_SegO_SegN
+0x4b4a mem_mesh_segmented_access_lower_transport_layer_parameters
+0x4b52 mem_mesh_segmented_access_lower_transport_layer_mic
+0x48e2 mem_k2_EncryptionKey
+0x48d2 mem_k2_PrivacyKey
+(//mem_system_clk
+12 SYSTEM_CLK_12M
+24 SYSTEM_CLK_24M
+)
+(//bluetooth tx power
+0x00 TX_POWER_0DB
+0x03 TX_POWER_3DB
+0x05 TX_POWER_5DB
+0x06 TX_POWER_6DB
+0x07 TX_POWER_7DB
+0x0a TX_POWER_10DB
+
+0x83 TX_POWER_F3DB
+0x85 TX_POWER_F5DB
+0x91 TX_POWER_F17DB
+0x94 TX_POWER_F20DB
+0x9e TX_POWER_F30DB
+0xa8 TX_POWER_F40DB
+0xb2 TX_POWER_F50DB
+0xbc TX_POWER_F60DB
+
+0xaa TX_POWER_FAST_CONN
+)
+(
+0x01 coffset_mode
+0x02 coffset_tsniff
+0x04 coffset_sniff_anchor
+0x08 coffset_clk_offset
+0x0e coffset_rx_window
+0x10 coffset_plap
+0x16 coffset_conn_handle
+0x17 coffset_arq
+	
+0x18 coffset_lmp_to_send
+0x1b coffset_op
+0x1c coffset_state_map
+	
+0x18 coffset_le_ch
+0x19 coffset_le_hop
+0x1a coffset_le_event_cnt
+0x1c coffset_le_supervision_timer
+0x20 coffset_le_instant
+0x22 coffset_le_channels
+0x23 coffset_le_op
+0x24 coffset_le_access
+0x28 coffset_le_crcinit
+0x2b coffset_le_window_size
+0x2c coffset_le_slave_latency
+0x2e coffset_le_slave_superto
+0x30 coffset_le_channel_map
+0x35 coffset_le_rx_phy
+0x36 coffset_le_tx_phy
+0x37 coffset_le_new_map
+0x37 coffset_le_new_m2s_phy
+0x38 coffset_le_new_s2m_phy
+0x37 coffest_le_new_transmitwindowsize
+0x38 coffest_le_new_transmitwindowoffset
+0x3a coffest_le_new_conninterval
+0x3c coffest_le_new_connslavelatency
+0x3e coffest_le_new_connsupervisiontimeout
+0x40 coffset_le_sk
+0x50 coffset_le_peer_sca
+0x53 coffset_le_transmit_window
+	
+88 context_size
+1 context_num
+)
+(
+0 lpm_flag_wake
+1 lpm_flag_loadcode
+)
+(
+0x0050 param_newconn_arq
+0x0007 param_esco_addr
+0x0010 param_conn_handle
+0x01f0 param_conn_handle_comp
+0x0020 param_newconnto
+0x0008 param_pagerespto
+0x0a00 param_snooze_setup_orig
+0x5353 param_snooze_ahead_orig
+0x00ff param_ninquiry
+0x2000 param_page_to
+0x0005 param_max_slot
+0x0010 param_sco_poll
+
+
+
+0x0e43 param_tx_setup
+0x0600 param_rf_setup
+0x0600 param_conn_access 
+0x03bb param_clke_cal
+0x0500 param_pll_setup		// 120 is minimum
+0x0d00 param_rx_setup	// 114us before sync
+2000 param_dpll_start_delay
+3750 param_rt_rthalfslot
+
+480 param_clke_cal_le_1m	//preamble(1B) & access address(4B) time (1+4)*8*1 * 12
+288 	param_clke_cal_le_2m	//preamble(2B) & access address(4B) time (1+4)*8*1 * 12
+282 param_clke_cal_le_coded	//preamble(80us) & access address(256us)-312.5us(0.5slot)
+
+110 param_lpm_fix
+10 param_lpo_extra
+200 param_lpm_adjmax
+
+-1 param_hibernate_clks
+3000 param_chgpump_delay
+
+3 param_featrue_ssp
+0x0101 param_lmpext_ssp_enable
+30   param_sco_pktlen
+1     param_acl_pktcnt		
+7     param_sco_pktcnt
+
+
+0x8fffff param_features0
+0x9d83fe param_features1  // not support afh
+0x8359     param_features2
+0x000033 param_unap
+0x001177 param_lap
+0x9e8b33 param_glap
+0x002540 param_class//0x180208 //0x002580//402500//240404
+0x000a04 param_lmp_version//0x0a04
+0x000a06 param_lmp_version0
+0x12e9 param_lmp_subversion
+0x0012 param_tisw
+0x0012 param_tpsw
+0x1000 param_tisi
+0x0800 param_tpsi
+0x0020 param_page_window
+0x0020 param_inq_window
+0x1c80 param_supervision_to
+39 param_fcomp_div
+2 param_fcomp_mul
+6     param_name_len
+0x535442 param_name
+0x344950 param_name1
+
+
+)
+(
+0x0      type_null    
+0x1      type_poll   
+0x2      type_fhs    
+0x3      type_dm1    
+0x4      type_dh1    
+0x5      type_hv1    
+0x6      type_hv2    
+0x7      type_hv3    
+0x8      type_3dh1     
+0x9      type_aux1   
+0xa      type_dm3    
+0xb      type_dh3    
+0xe      type_dm5    
+0xf      type_dh5    
+0x10     type_id
+0x11     type_shutdown
+0x13     type_lmp
+)
+(
+0        always        
+1        true          
+2        positive      
+3        timeout       
+5        zero          
+6        crc_failed    
+7        enable_white  
+8        enable_parity 
+9        enable_crc    
+10       enable_hec    
+11       decode_fec1   
+12       decode_fec2   
+13       decode_fec0   
+14       encrypt       
+15       crc16       
+16       swfine	
+20       rqst_freq    
+21       recalc        
+22       init_encrypt  
+23       mhalfbnd    
+24       sync          
+25       user10    
+26       kc_p_activate  
+27       encode_fec1   
+28       encode_fec2   
+29       encode_fec0   
+30       packet_end    
+32       is_tx         
+33       is_rx         
+34       halfslot     
+35       oneslot      
+36       mslotbnd     
+37       expire       
+38       meet         
+39       tx_clear     
+40       user         
+41       master        
+42       slave2         
+43       wake           
+44       user2        
+45       match         
+46       attempt        
+47       user3          
+48       clknt         
+49	   user7 	
+50       synchronize   
+51       lpo_edge  
+52       blank         
+53       modone          
+54       le		
+55       aes_ready	
+56       encode_fec3   
+57       dewhiten_code_calc   
+58       lr_s2en       
+60	   ble_coded_info	//1:s2 0:s8
+63       never         
+)
+default flag = always
+(
+0        mark   
+1        type   
+2        temp   
+3        contu  
+3	 contru	
+3	 contwu	
+4        am_addr      
+5        contw        
+6        contr        
+7        queue    
+8        debug    
+9        access   
+10       contus   
+11       timeup        
+12       pwindow       
+13       fhs_parity    
+14       white_init    
+15       crc24_init        
+16       contue    
+17       rega          
+18       regb          
+19       regc          
+20       regab         
+21       radio_ctrl   
+
+23       freq_index   
+24       regd    
+25       clkn              
+26       clke              
+27       stop_watch		
+28       fhs_misc   
+29       fhs_class  
+30       fhs0   
+31       fhs1   
+32       bt_adr 
+33       bt_clk 
+34       clkn_bt  
+35       clkn_rt  
+36       freq_mode
+37       xin   
+38       N_tx_slot 
+39 	   auxcnt
+40       clke_bt  
+41       clke_rt  
+42       branch_addr	
+43       rege         
+44       lap
+45       uap
+46       nap         
+47       regext		
+48       alarm             
+49       lpo_time          
+50       kc_ls             
+51       kc_ms             
+52       g1l               
+53		mask3ff		
+54       aes_ctrl		
+55       regf			
+56       regext_index   
+57	     loopcnt
+58      stack			
+59       stack_ptr		
+61         pc 
+62       null              
+63       pdata 
+)
+default reg = pdata
+(
+0 regidx_data
+4 regidx_key
+8 regidx_xor
+12 regidx_result
+)
+(
+0 TXGFSK
+1 PSK
+2 PSK3M
+3 RESET
+)
+(
+0 bucket
+1 rxf
+2 back
+3 mod
+)
+default dest = bucket
+(
+1 txf
+3 demod
+)
+default source = 0
+(
+0  mark_fhs_eir  
+1  mark_rxbuf_inuse
+2  mark_tx_l2cap
+3  mark_switch_initiated
+4  mark_accept_switch
+5  mark_loopback
+7  mark_esco
+8  mark_esco_rxok
+9  mark_context
+10 mark_am_addr_broadcast
+11 mark_fhs_already_good
+12 mark_page_trainb
+13 mark_lpm_mult_enable
+14 mark_usb_first_resp
+15 mark_old_packet
+16 mark_longpacket
+17 mark_testmode
+18 mark_ar2
+28 mark_inquiry_on
+29 mark_inquiry_state
+30 mark_inquiry_trainb
+31 mark_periodical_diac
+32 mark_all_diac
+33 mark_slave_in_rand_accepted
+34 mark_reconn_recieve_switch
+35 mark_isstr
+36 mark_loadcode
+37 mark_ext_patch
+38 mark_24g
+39 mark_24g_rxmode
+40 mark_eeprom_size
+41 mark_ble_tx_md
+42 mark_ble_rx_md
+43 mark_otp_encrypt
+44 mark_temp
+45 mark_ble_2M
+46 mark_ble_lr_s8
+47 mark_ble_lr
+48 mark_ble_crc_fail
+49 mark_role_switch_receive_fhs
+50 mark_ble_encryption
+51 mark_first_packet
+52 mark_adc_enable
+)
+(
+1 reload_type_otp
+2 reload_type_spi
+3 reload_type_iic
+)
+(
+0 le_adv_interval_timer
+1 inquiry_length_timer
+2 le_scan_interval_timer
+3 page_length_timer
+4 iscan_interval_timer
+5 pscan_interval_timer
+6 switch_wait_timer
+7 enpt_delay_timer
+8 page_interval_timer
+9 key_scan_timer
+10 smp_pairing_timer
+11  ui_led_blink   //led timer ����չ
+12  ui_led_blink1
+13 ui_led_blink2
+
+//��ʹ��meshӦ�ÿ��Ը���
+//Tiny Mesh �㲥APP�ظ�
+13 mesh_ble_adv_app
+//Tiny Mesh�㲥tmall�ظ�
+14 mesh_ble_adv_tmall
+//Tiny Mesh relay
+15 mesh_ble_relay_timer
+
+)
+(
+1 hci_cmd_inquiry
+2 hci_cmd_inquiry_cancel
+3 hci_cmd_remote_name_req
+4 hci_cmd_remote_feature_req
+5 hci_cmd_create_conn
+6 hci_cmd_disconn
+7 hci_cmd_accept_conn
+8 hci_cmd_reject_conn
+9 hci_cmd_pair
+10 hci_cmd_nopair
+11 hci_cmd_linkkey
+12 hci_cmd_nokey
+13 hci_cmd_auth
+14 hci_cmd_stopencrypt
+15 hci_cmd_startencrypt
+16 hci_cmd_setup_sco
+17 hci_cmd_disconn_sco
+18 hci_cmd_in_sniff
+19 hci_cmd_exit_sniff
+20 hci_cmd_remote_version_req
+21 hci_cmd_remote_ext_features_req
+22 hci_cmd_io_cap
+23 hci_cmd_role_discovery
+24 hci_cmd_role_switch
+25 hci_cmd_accept_with_switch
+26 hci_cmd_detach
+27 hci_cmd_le_create_conn
+28 hci_cmd_accept_sco_conn
+29 hci_cmd_le_disconn
+30 hci_cmd_le_att_req
+80 hci_cmd_wait_remote_feature
+81 hci_cmd_wait_remote_ext_feature
+82 hci_cmd_wait_remote_name
+)
+(
+0 debug_neg_skew
+1 debug_bitbucket
+2 debug_dont_clear_got_tx
+3 debug_scatter_enabled
+4 debug_tx_fixed_freq
+5 debug_rx_fixed_freq
+6 debug_tx_pattern
+)
+(
+0 tester_fixed_flow
+1 tester_fixed_flow_polarity
+2 tester_change
+3 tester_exit
+4 tester_pattern_test
+5 tester_whitening_change
+6 tester_fixed_freq
+7 tester_no_whitening
+)
+(
+0 mode_le
+1 mode_master
+2 afh_enable
+3 afh_change
+4 first_seqnx
+)
+(
+0 smap_lmptidinit
+1 smap_lmptid
+2 smap_encryption
+3 smap_name_res
+4 smap_name_req
+5 smap_edr
+6 smap_rxlmp
+7 smap_rxl2cap
+)
+(
+0 state_inconn
+1 state_insniff
+2 state_insco 
+3 state_inpage
+4 state_conn_comp
+5 state_init_seq
+6 state_combkey
+7 state_linkkey
+)
+(
+0 op_send_sres
+1 op_auth_req
+2 op_inrand_req
+3 op_disconn
+4 op_stop_enc
+5 op_start_enc
+6 op_txl2cap
+7 op_pkt_comp
+)
+(
+0 flow
+1 arqn
+2 seqn
+3 wack
+4 flowx              
+5 arqnx              
+6 seqnx              
+7 bcast1             
+)
+(
+0 AFH_CFG_ON
+1 AFH_CFG_TIMER
+2 send_lmp_set_afh
+3 AFH_CFG_REPORT_MODE
+4 AFH_CFG_MASTER_SENT_REQ
+)
+(	
+1 LLID_L2CAP_CONT
+2 LLID_L2CAP_START
+3 LLID_LMP
+)
+(
+0  master_in_idle
+1  master_in_inquiry
+2  master_in_page
+10 master_in_becoming_slave
+15 master_in_conn
+)
+(
+0 newrev_feature_bettx
+1 newrev_feature_betplltx
+2 newrev_feature_skip_retransmit
+3 newrev_feature_init_radio_after_sleep
+4 newrev_feature_no_lpolog
+)
+(
+0 pincode_state_ilde
+1 pincode_state_wait_pincode
+2 pincode_state_pincode_ready
+)
+(
+1 lpmreg_sel_ctrl
+2 lpmreg_sel_ctrl2
+4 lpmreg_sel_gpiolow
+8 lpmreg_sel_gpiohigh
+16 lpmreg_sel_counter
+32 lpmreg_sel_ctrl3
+)
+(
+0x02 lpmreg_sel_option
+)
+(
+8 lpmreg_spi_lock_bit
+9 lpmreg_spi2_lock_bit
+0x0a lpmreg_uart_lock_bit
+0x0b lpmreg_uartb_lock_bit
+0x0c lpmreg_iic_lock_bit
+0x0d lpmreg_rom_lock_bit
+0x0e lpmreg_ice_mode_bit
+
+0x01 lpmreg_spi_lock
+0x02 lpmreg_spi2_lock
+0x04 lpmreg_uart_lock
+0x08 lpmreg_uartb_lock
+0x10 lpmreg_iic_lock
+0x20 lpmreg_rom_lock
+0x40 lpmreg_ice_mode
+)
+(
+0 inq_scan_mode
+1 page_scan_mode
+2 page_inq_enable
+)
+(
+ 0 default_neogotiation_state
+ 1 prarm_neogotiation
+)
+(
+0 wake_lock_ble_rx
+1 wake_lock_ble_tx
+
+3 wake_lock_key_press
+4 wake_lock_ble_tx_patch
+5 wake_lock_uart_tx
+6 wake_lock_uart_rx
+7 wake_lock_button
+8 wake_lock_cmd
+9 wake_lock_app
+10 wake_lock_lmp_tx
+11 wake_lock_lmp_rx
+12 wake_lock_l2cap_tx
+13 wake_lock_l2cap_rx
+14 wake_lock_ipc_c512bt
+15 wake_lock_ipc_bt2c51
+
+)
+(//mem_fcomp_div
+0x18 XTAL_24M
+0x08 XTAL_16M
+)
+( //verion
+6 BLUETOOTH_CORE_SPECIFICATION_4_0
+7 BLUETOOTH_CORE_SPECIFICATION_4_1
+8 BLUETOOTH_CORE_SPECIFICATION_4_2
+9 BLUETOOTH_CORE_SPECIFICATION_5_0
+10 BLUETOOTH_CORE_SPECIFICATION_5_1
+)
+(
+0x050e COMPANY_ID_YICHIP
+)
+(
+0x33  REC_3_MODE
+0x34  REC_4_MODE
+0x35  REC_4_MODE_STATIC_ADDRESS
+0x36  REC_4_MODE_RANDOM_RESOLVABLE_PRIVATE_ADDRESS
+0x37  REC_4_MODE_RANDOM_NON_RESOLVABLE_PRIVATE_ADDRESS
+)
+(
+6 UART_WAKEUP_TX
+7 UART_WAKEUP_RX
+)
+(//mem_le_T_IFS
+150 PARAM_T_IFS_150US
+20000 PARAM_20MS_INIT
+-11 PARAM_SYNC_TIME_DIFFERENCE
+40 PARAM_CODED_C1_TERM1_TIME_40US
+1666 PARAM_WINDOWN_SIZE
+//T_IFS = 150-modem(CRC time)
+)
+(
+0 DEFAULT_STATES
+1 IPHONE_LOST_LTK
+2 MODULE_LOST_LTK
+3 LTK_NOT_LOST
+)
+	(    
+	0x01 ERROR_UNKNOWN_HCI_COMMAND
+	0x02 ERROR_NO_CONNECTION
+	0x03 ERROR_HARDWARE_FAILURE
+	0x04 ERROR_PAGE_TIMEOUT
+	0x05 ERROR_AUTHENTICATION_FAILURE
+	0x06 ERROR_KEY_MISSING
+	0x07 ERROR_MEMORY_FULL
+	0x08 ERROR_CONNECTION_TIMEOUT
+	0x09 ERROR_MAX_CONNECTIONS
+	0x0A ERROR_MAX_SCO_CONNECTIONS
+	0x0B ERROR_MAX_ACL_CONNECTIONS
+	0x0C ERROR_COMMAND_DISALLOWED
+	0x0D ERROR_HOST_REJECT_LIMITED_RESOURCES
+	0x0E ERROR_HOST_REJECT_SECURITY_REASONS
+	0x0F ERROR_HOST_REJECT_REMOTE_IS_ONLY_PERSONAL
+	0x10 ERROR_HOST_TIMEOUT
+	0x11 ERROR_UNSUPPORTED_FEATURE_OR_PARAMETER_VALUE
+	0x12 ERROR_INVALID_HCI_COMMAND_PARAMETERS
+	0x13 ERROR_REMOTE_USER_TERMINATED_CONNECTION
+	0x14 ERROR_REMOTE_LOW_RESOURCES
+	0x15 ERROR_REMOTE_POWERING_OFF
+	0x16 ERROR_CONNECTION_TERMINATED_BY_LOCAL_HOST
+	0x17 ERROR_REPEATED_ATTEMPTS
+	0x18 ERROR_PAIRING_NOT_ALLOWED
+	0x19 ERROR_UNKNOWN_LMP_PDU
+	0x1A ERROR_UNSUPPORTED_REMOTE_FEATURE
+	0x1B ERROR_SCO_OFFSET_REJECTED
+	0x1C ERROR_SCO_INTERVAL_REJECTED
+	0x1D ERROR_SCO_AIR_MODE_REJECTED
+	0x1E ERROR_INVALID_LMP_PARAMETER
+	0x1F ERROR_UNSPECIFIED_ERROR
+	0x20 ERROR_UNSUPPORTED_LMP_PARAMETER_VALUE
+	0x21 ERROR_ROLE_CHANGE_NOT_ALLOWD
+	0x22 ERROR_LMP_RESPONSE_TIMEOUT
+	0x23 ERROR_ERROR_TRANSACTION_COLLISION
+	0x24 ERROR_LMP_PDU_NOT_ALLOWED
+	0x25 ERROR_ENCRYPTION_MODE_NOT_ACCEPTABLE
+	0x26 ERROR_UNIT_KEY_USED
+	0x27 ERROR_QOS_NOT_SUPPORTED
+	0x28 ERROR_INSTANT_PASSED
+	0x29 ERROR_PAIRING_W_UNIT_KEY_NOT_SUPPORTED
+	0x2a ERROR_DIFFERENT_TRANSACTION_COLLISION
+	0x2c ERROR_QOS_UNACCEPTABLE_PARAMETER
+	0x2d ERROR_QOS_REJECTED
+	0x2e ERROR_CHANNEL_CLASSIFICATION_NOT_SUPPORTED
+	0x2f ERROR_INSUFFICIENT_SECURITY
+	0x30 ERROR_PARAMETER_OUT_OF_MANDATORY_PANGE
+	0x32 ERROR_ROLE_SWITCH_PENDING
+	0x34 ERROR_RESERVED_SLOT_VIOLATION
+	0x35 ERROR_ROLE_SWITCH_FAILED
+	0x36 ERROR_EXTENDED_INQUIRY_RESPONSE_TOO_LARGE
+	0x37 ERROR_SIMPLE_PAIRING_NOT_SUPPORTED_BY_HOST
+	0x38 ERROR_HOST_BUSY_PAIRING
+	0x3d ERROR_MIC_FAILURE
+	)
+	(
+	0X20 SPACE	
+	)
+	(
+	0x0004 LE_L2CAP_CID_ATT
+	0x0005 LE_L2CAP_CID_SIGNAL
+	0x0006 LE_L2CAP_CID_SMP
+	)
+	(
+	0 LE_ADDR_TYPE_PUBLIC
+	1 LE_ADDR_TYPE_RANDOM
+	)
+	(
+	7 LE_RECEIVER_ADDR_BIT
+	6 LE_SENDER_ADDR_BIT
+	)
+	(
+	0x00 LE_SCAN_TYPE_PASSIVE //no SCAN_REQ shall be sent
+	0x01 LE_SCAN_TYPE_ACTIVE
+	)
+	(
+	0x00 LE_SCAN_DISABLE
+	0x01 LE_SCAN_ENABLE
+	0x0101 LE_ACTIVE_SCAN_ENABLE
+	)
+	(
+	0x01 UUID_SIZE_16BIT
+	0x02 UUID_SIZE_128BIT
+	)
+(
+3 lestate_got_first_packet
+4 lestate_encryption
+5 lestate_update_param
+6 lestate_update_map
+7 lestate_update_phy
+)
+(
+0 lemode_idle
+1 lemode_slave
+3 lemode_master
+0x20 lemode_2m
+0x40 lemode_lr_s2
+0xc0 lemode_lr_s8
+)
+(
+0 llid0
+1 llid1
+2 nesn
+3 sn
+4 md
+5 wak
+6 txdat
+)
+(
+0x01 LLID_CONTINUE
+0x02 LLID_START
+0x03 LLID_LE_LL
+0x01 LLID_EMPTY
+)
+(
+4 LE_TX_BUFF_COUNT
+3 LE_TX_BUFF_UPDATE_LOOPCNT //LE_TX_BUFF_COUNT-1
+
+12 LE_MD_MAX_COUNT
+)
+(
+0 LE_INITATOR_LTK_BIT
+1 LE_INITATOR_IRK_BIT
+2 LE_INITATOR_CSRK_BIT
+)
+(
+0  LE_FIND_BY_TYPE_VAL_RES_NOT_FOUND
+1  LE_FIND_BY_TYPE_VAL_RES_FOUND_STARTING_HANDLE
+2  LE_FIND_BY_TYPE_VAL_RES_FOUND_ENDING_HANDLE
+
+)
+(
+0 MASTER_PUBLIC_ADDR
+1 MASTER_RANDOM_ADDR
+)
+(
+0x06 LE_ERR_PIN_OR_KEY_MISSING
+)
+(
+39 LE_CCM_DIRECTIONBIT
+)
+(
+36 BR_CCM_0_LENGTH_CONTINUATION
+37 BR_CCM_DIRECTIONBIT
+)
+(
+96000 TIMER_SMP_PAIRING_TIMEOUT //30S
+)
+(
+0 FLAG_LE_ENC_NULL
+1 FLAG_LE_RCV_ENC_START
+2 FLAG_LE_ENC_PAUSE
+3 FLAG_LE_RCV_START_ENC_RSP
+4 FLAG_LE_SEND_START_ENC_RSP
+5 FLAG_LE_SEND_START_ENC_REQ
+0xff FLAG_LE_ENC_END
+)
+(//mem_le_configuration
+//bit0:use fixed key , ble passkey pairing
+0 BIT_BLE_PASSKEY_FIXED_KEY
+//bit1:ble pairing use fixed long term key
+1 BIT_BLE_PAIRING_FIXED_LTK
+//bit2:ble transmit packet will set more data flag
+2 BIT_BLE_TRANSMIT_PACKET_BY_MD
+//bit3:master read handle, with requires an authenticated link
+3 BIT_BLE_READ_AUTH
+//bit4:master write handle, with requires an authenticated link
+4 BIT_BLE_WRITE_AUTH
+//bit5:cannot enter long sleep
+5 BIT_BLE_SHORT_MULT
+//bit6:DEAL baseband packet
+6 BIT_BLE_DEAL_BB_PACKET
+)
+(
+0x01	GAP_ADTYPE_FLAGS
+0x02	GAP_ADTYPE_16BIT_MORE
+0x03	GAP_ADTYPE_16BIT_COMPLETE
+0x04	GAP_ADTYPE_32BIT_MORE
+0x05	GAP_ADTYPE_32BIT_COMPLETE
+0x06	GAP_ADTYPE_128BIT_MORE
+0x07	GAP_ADTYPE_128BIT_COMPLETE
+0x08	GAP_ADTYPE_LOCAL_NAME_SHORT
+0x09	GAP_ADTYPE_LOCAL_NAME_COMPLETE
+0x0a	GAP_ADTYPE_POWER_LEVEL
+0x16	GAP_ADTYPE_SERVICE_DATA
+0x2a	GAP_ADTYPE_MESH_MESSAGE
+0x2b 	GAP_ADTYPE_MESH_BEACON
+0xff	GAP_ADTYPE_MANUFACTURER_SPECIFIC
+)
+(
+0 ADV_IND
+1 ADV_DIRECT_IND
+2 ADV_NONCONN_IND
+3 SCAN_REQ
+3 AUX_SCAN_REQ
+4 SCAN_RSP
+5 CONNECT_REQ
+5 AUX_CONNECT_REQ
+6 ADV_SCAN_IND
+)
+(
+0 BIT_ADV_CHANNEL_MAP_37
+1 BIT_ADV_CHANNEL_MAP_38
+2 BIT_ADV_CHANNEL_MAP_39
+)
+(
+0xa0 param_le_sca
+)
+(//bit of mem_le_l2cap_att_states
+0 BLE_L2CAP_SEND_INDICATION_PACKET
+0 BLE_L2CAP_RECV_CONFIRMATION_PACKET
+1 BLE_L2CAP_DEAL_WITH_CONTINUE_PACKET
+)
+(//bit map of att handle
+14 BIT_OF_ATT_HANDLE_READ_AUTHENTICATED
+15 BIT_OF_ATT_HANDLE_WRITE_AUTHENTICATED
+)
+(
+0 BIT_CHARACTERISTIC_BROADCAST
+1 BIT_CHARACTERISTIC_READ
+2 BIT_CHARACTERISTIC_WRITE_WITHOUT_RESPONSE
+3 BIT_CHARACTERISTIC_WRITE
+4 BIT_CHARACTERISTIC_NOTIFY
+5 BIT_CHARACTERISTIC_INDICATE
+6 BIT_CHARACTERISTIC_SIGNED_WRITE
+7 BIT_CHARACTERISTIC_EXTENDED_PROPERTIES
+)
+(
+0x01 ATTOP_ERROR_RESPONSE
+0x02 ATTOP_EXCHANGE_MTU_REQUEST
+0x03 ATTOP_EXCHANGE_MTU_RESPONSE
+0x04 ATTOP_FIND_INFORMATION_REQUEST
+0x05 ATTOP_FIND_INFORMATION_RESPONSE
+0x06 ATTOP_FIND_BY_TYPE_VALUE_REQUEST
+0x07 ATTOP_FIND_BY_TYPE_VALUE_RESPONSE
+0x08 ATTOP_READ_BY_TYPE_REQUEST
+0x09 ATTOP_READ_BY_TYPE_RESPONSE
+0x0A ATTOP_READ_REQUEST
+0x0B ATTOP_READ_RESPONSE
+0x0C ATTOP_READ_BLOB_REQUEST
+0x0D ATTOP_READ_BLOB_RESPONSE
+0x0E ATTOP_READ_MULTIPLE_REQUEST
+0x0F ATTOP_READ_MULTIPLE_RESPONSE
+0x10 ATTOP_READ_BY_GROUP_TYPE_REQUEST
+0x11 ATTOP_READ_BY_GROUP_TYPE_RESPONSE
+0x12 ATTOP_WRITE_REQUEST
+0x13 ATTOP_WRITE_RESPONSE
+0x16 ATTOP_PREPARE_WRITE_REQUEST
+0x17 ATTOP_PREPARE_WRITE_RESPONSE
+0x18 ATTOP_EXECUTE_WRITE_REQUEST
+0x19 ATTOP_EXECUTE_WRITE_RESPONSE
+0x1B ATTOP_HANDLE_VALUE_NOTIFICATION
+0x1D ATTOP_HANDLE_VALUE_INDICATION
+0x1E ATTOP_HANDLE_VALUE_CONFIRMATION
+0x52 ATTOP_WRITE_COMMAND
+0xD2 ATTOP_SIGNED_WRITE_COMMAND
+0x1f ATTOP_CONTINUE
+0x9e EMPTY_LE_DATA_PRE
+0x9f EMPTY_LE_DATA
+)
+(
+0x01 ATT_ERR_INVALID_HANDLE
+0x02 ATT_ERR_READ_NOT_PERMITTED
+0x03 ATT_ERR_WRITE_NOT_PERMITTED
+0x04 ATT_ERR_INVALID_PDU
+0x05 ATT_ERR_INSUFFICIENT_AUTHENTICATION
+0x06 ATT_ERR_REQUEST_NOT_SUPPORTED
+0x07 ATT_ERR_INVALID_OFFSET
+0x08 ATT_ERR_INSUFFICIENT_AUTHORIZATION
+0x09 ATT_ERR_PREPARE_QUEUE_FULL
+0x0A ATT_ERR_ATTRIBUTE_NOT_FOUND
+0x0B ATT_ERR_ATTRIBUTE_NOT_LONG
+0x0C ATT_ERR_INSUFFICIENT_ENCRYPTION_KEY_SIZE
+0x0D ATT_ERR_INVALID_ATTRIBUTE_VALUE_LENGTH
+0x0E ATT_ERR_UNLIKELY_ERROR
+0x0F ATT_ERR_INSUFFICIENT_ENCRYPTION
+0x10 ATT_ERR_UNSUPPORTED_GROUP_TYPE
+0x11 ATT_ERR_INSUFFICIENT_RESOURCES
+)
+(
+0X2900 CHARACTERTIC_EXTENDED_PROPERTIES
+0X2901 CHARACTERTIC_USER_DESCRIPTION
+0X2902 CLIENT_CHARACTERTIC_CONFIGURATION
+0X2903 SERVER_CHARACTERTIC_CONFIGURATION
+0X2904 CHARACTERTIC_PRESENTATION_FORMAT
+0X2905 CHARACTERTIC_AGGREGATE
+0X2906 VALID_RANGE
+0X2907 EXTERNAL_REPORT_REFERENCE
+0X2908 REPORT_REFERENCE
+0X290B ENVIR_SENSING_CONFIGURATION
+0X290C ENVIR_SENSING_MEASUREMENT
+0X290D ENVIR_SENSING_TRIGGER_SETTING
+)
+(
+0x1800 UUID_SERVICE_GENERIC_ACC
+0x1801 UUID_SERVICE_GENERIC_ATT
+0x180a UUID_SERVICE_DEVICE_INFO
+0x180f UUID_SERVICE_BATTERY
+0x1812 UUID_SERVICE_HIDS
+0x2800 UUID_GATT_PRIMARY_SERVICE
+0x2801 UUID_GATT_SECONDARY_SERVICE
+0X2802 UUID_GATT_INCLUDE
+0X2803 UUID_GATT_CHARACTERISTIC
+0X2A00 UUID_CHRCTR_DEVICE_NAME
+0X2A19 UUID_CHRCTR_BATTERY_LEVEL
+0X2A22 UUID_CHRCTR_KEYBOARD_INPUT
+0X2A23 UUID_CHRCTR_SYSTEM_ID 
+0X2A25 UUID_CHRCTR_SERIAL_NUMBER
+0X2A26 UUID_CHRCTR_FIRMWARE
+0X2A32 UUID_CHRCTR_KEYBOARD_OUTPUT
+0X2A33 UUID_CHRCTR_MOUSE_INPUT
+0X2A4A UUID_CHRCTR_HID_INFO
+0X2A4B UUID_CHRCTR_REPORT_MAP
+0X2A4C UUID_CHRCTR_HID_CTRL_POINT
+0X2A4D UUID_CHRCTR_REPORT
+0X2A4E UUID_CHRCTR_PROTOCOL_MODE
+)
+(
+17 WECHAT_AIR_SYNC_STRUCT_SIZE
+)
+(
+0x0000 ECI_NONE
+0x1127 ECI_REQ_AUTH
+0x1227 ECI_REQ_SEND_DATA
+0x1327 ECI_REQ_INIT
+0x214E ECI_RESPONSE_AUTH
+0x224E ECI_RESPONSE_SEND_DATA
+0x234E ECI_RESPONSE_INIT
+0x3175 ECI_PUSH_RECEIVE_DATA
+0x3275 ECI_PUSH_SWITCH_VIEW
+0x3375 ECI_PUSH_SWITCH_BACKGROUD
+0x2F75 ECI_ERR_DECODE
+)
+(
+2 ECI_REQ_INIT_MESSAGE_LENGTH
+18 ECI_REQ_AUTH_MESSAGE_LENGTH
+)
+(
+0xFE WECHAT_HEAD_MAGIC_NUMBER
+0x01 WECAHT_HEAD_VERSION
+0x01FE WECHAT_RX_HEAD
+)
+(
+//push data
+0x0a 	TAG_RecvDataPush_BasePush
+0x12	TAG_RecvDataPush_Data
+0x18	TAG_RecvDataPush_Type
+)
+(
+0 WECHAT_PROTOCOL_MESSAGE_B_MAGIC_NUMBER
+1 WECHAT_PROTOCOL_MESSAGE_B_VER
+2 WECHAT_PROTOCOL_MESSAGE_N_LENGTH
+4 WECHAT_PROTOCOL_MESSAGE_N_CMD_ID
+6 WECHAT_PROTOCOL_MESSAGE_N_SEQ
+8 WECHAT_PROTOCOL_MESSAGE_PAYLOAD
+)
+(
+0x12 L2CAP_CONNECTION_PARAMETER_UPDATE_REQUEST
+0x13 L2CAP_CONNECTION_PARAMETER_UPDATE_RESPONSE
+)
+(
+0x0000 BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_ACCEPTED
+0x0001 BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_REJECTED
+)
+(
+0x00 LE_PAIRING_MODE_NONE
+0x01 LE_PAIRING_MODE_LAGACY_JUSTWORK
+0x02 LE_PAIRING_MODE_LAGACY_PASSKEY
+0x04 LE_PAIRING_MODE_LAGACY_PASSKEY_RES_INPUT
+0x81 LE_PAIRING_MODE_SECURE_CONNECT_JUSTWORK
+0x82 LE_PAIRING_MODE_SECURE_CONNECT_NUMERIC
+0x83 LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY
+0x84 LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY_RES_INPUT
+
+7 LE_PAIRING_MODE_SECURE_CONNECT_BIT
+)
+(
+0 FLAG_IOCAP_DISPLAYONLY
+1 FLAG_IOCAP_DISPLAYYESNO
+2 FLAG_IOCAP_KEYBOARDONLY
+3 FLAG_IOCAP_NOINPUTNOOUTPUT
+4 FLAG_IOCAP_KEYBOARDDISPLAY
+
+0x00 FLAG_OOB_DATA_FLAG_NO
+)
+(
+0x00 FLAG_LE_NO_BONDING_NO_MITM
+0x01 FLAG_LE_BONDING_NO_MITM
+0x04 FLAG_LE_NO_BONDING_MITM
+0x05 FLAG_LE_BONDING_MITM
+0x09 FLAG_LE_BONDING_NO_MITM_SECURE
+0x0D FLAG_LE_BONDING_MITM_SECURE
+
+2 LE_AUTH_MITM_BIT
+3 LE_AUTH_SECURE_CONNECTION_PAIRING_BIT
+)
+(
+0 FLAG_LE_PAIRING_NULL
+1 FLAG_LE_PAIRING_START
+2 FLAG_LE_PAIRING_SEND_RECURITY_REQ
+3 FLAG_LE_PAIRING_RCV_PAIRING_REQ
+4 FLAG_LE_PAIRING_WAIT_STK_GENERATION
+5 FLAG_LE_PAIRING_RECEIVE_PAIRING_CONFIRM
+6 FLAG_LE_PAIRING_SEND_PAIRING_CONFIRM
+7 FLAG_LE_PAIRING_RECEIVE_PAIRING_RANDOM
+8 FLAG_LE_PAIRING_SEND_PAIRING_RANDOM
+9 FLAG_LE_PAIRING_AFTER_AUTH
+10 FLAG_LE_PAIRING_SEND_START_ENC_RSP
+11 FLAG_LE_PARING_SEND_ENC_INFORMATION
+12 FLAG_LE_PARING_SEND_MASTER_IDENTIFICATION 
+13 FLAG_LE_PARING_SEND_INDENTITY_INFORMATION
+0xff FLAG_LE_PAIRING_END
+)
+(
+0x01 SMP_PAIRING_REQUEST
+0x02 SMP_PAIRING_RESPONSE
+0x03 SMP_PAIRING_CONFIRM
+0x04 SMP_PAIRING_RANDOM
+0x05 SMP_PAIRING_FAILED
+0x06 SMP_ENCRYPTION_INFORMATION
+0x07 SMP_MASTER_IDENTIFICATION
+0x08 SMP_IDENTITY_INFORMATION
+0x09 SMP_IDENTITY_ADDRESS_INFORMATION
+0x0A SMP_SIGNING_INFORMATION
+0x0B SMP_SECURITY_REQUEST
+0x0c SMP_PAIRING_PUBLIC_KEY
+0x0d SMP_PAIRING_DHKEY_CHECK
+)
+(// pairing failed reason
+0x00 PAIRING_FAILED_RESERVED
+0X01 PAIRING_FAILED_PASSKEY_ENTRY_FAILED
+0X02 PAIRING_FAILED_OOB_NOT_AVAILABLE
+0X03 PAIRING_FAILED_AUTHENTICATION_REQUIRE
+0X04 PAIRING_FAILED_CONFIRM_VALUE_FAILED
+0X05 PAIRING_FAILED_PAIRING_NOT_SUPPORTED
+0X06 PAIRING_FAILED_ENCRYPTION_KEY_SIZE
+0X07 PAIRING_FAILED_COMMAND_NOT_SUPPORTED
+0X08 PAIRING_FAILED_UNSPECIFIED_REASON
+0X09 PAIRING_FAILED_REPEATED_ATTEMPTS
+0X0A PAIRING_FAILED_INVALID_PARAMETERS
+0X0B PAIRING_FAILED_DHKEY_CHECK_FAILED
+0X0C PAIRING_FAILED_NUMERIC_COMPARISON_FAILED
+0X0D PAIRING_FAILED_BR_EDR_PAIRING_IN_PROGRESS
+0X0E PAIRING_FAILED_KEY_DERIVATION_GENERATION_NOT_ALLOWED
+)
+(
+0x00 LE_SC_STAT_NULL
+0x01 LE_SC_STAT_RECEIVE_PUBLIC_KEY
+0x02 LE_SC_STAT_WAIT_SEND_PUBLIC_KEY
+0x03 LE_SC_STAT_SEND_PUBLIC_KEY
+0x04 LE_SC_STAT_RECEIVE_RANDOM
+0x05 LE_SC_STAT_SEND_RANDOM
+0x06 LE_SC_STAT_RECEIVE_DHKEY
+0x07 LE_SC_STAT_WAIT_CONFIRM_GKEY
+0x08 LE_SC_STAT_PASSKEY_WAIT_CONFIRM
+)
+(
+0 FLAG_LE_SC_CONFRIM_NULL
+1 FLAG_LE_SC_CONFRIM_GKEY_OK
+)
+(
+0x00 LL_CONNECTION_UPDATE_IND
+0x01 LL_CHANNEL_MAP_IND
+0x02 LL_TERMINATE_IND
+0x03 LL_ENC_REQ
+0x04 LL_ENC_RSP
+0x05 LL_START_ENC_REQ
+0x06 LL_START_ENC_RSP
+0x07 LL_UNKNOWN_RSP
+0x08 LL_FEATURE_REQ
+0x09 LL_FEATURE_RSP
+0x0A LL_PAUSE_ENC_REQ
+0x0B LL_PAUSE_ENC_RSP
+0x0C LL_VERSION_IND
+0x0D LL_REJECT_IND
+0x0E LL_SLAVE_FEATURE_REQ
+0x0F LL_CONNECTION_PARAM_REQ
+0x10 LL_CONNECTION_PARAM_RSP
+0x11 LL_REJECT_IND_EXT
+0x12 LL_PING_REQ
+0x13 LL_PING_RSP
+0x14 LL_LENGTH_REQ
+0x15 LL_LENGTH_RSP
+0x16 LL_PHY_REQ
+0x17 LL_PHY_RSP
+0x18 LL_PHY_UPDATE_IND
+0x19 LL_MIN_USED_CHANNELS_IND
+0x1A LL_CTE_REQ
+0x1B LL_CTE_RSP
+0x1C LL_PERIODIC_SYNC_IND
+0x1D LL_CLOCK_ACCURACY_REQ
+0x1E LL_CLOCK_ACCURACY_RSP
+0x1F LL_CIS_REQ
+0x20 LL_CIS_RSP
+0x21 LL_CIS_IND
+0x22 LL_CIS_TERMINATE_IND
+0x23 LL_POWER_CONTROL_REQ
+0x24 LL_POWER_CONTROL_RSP
+0x25 LL_POWER_CHANGE_IND
+)
+(//bit map of mem_le_ll_feature
+//LL_FEATURE_REQ
+0 BIT_LL_FEATURE_LE_ENCRYPTION
+1 BIT_LL_FEATURE_CONNECTION_PARAMETERS_REQUEST_PROCEDURE
+2 BIT_LL_FEATURE_EXTENDED_REJECT_INDICATION
+3 BIT_LL_FEATURE_SLAVE_INITIATED_FEATURES_EXCHANGE
+4 BIT_LL_FEATURE_LE_PING
+5 BIT_LL_FEATURE_LE_DATA_PACKET_LENGTH_EXTENSION
+6 BIT_LL_FEATURE_LL_PRIVACY
+7 BIT_LL_FEATURE_EXTENDED_SCANNER_FILTER_POLICIES
+8 BIT_LL_FEATURE_LE_2M_PHY
+9 BIT_LL_FEATURE_STABLE_MODULATION_INDEX_TRANSMITTER
+10 BIT_LL_FEATURE_STABLE_MODULATION_INDEX_RECEIVER
+11 BIT_LL_FEATURE_LE_CODED_PHY
+12 BIT_LL_FEATURE_LE_EXTENDED_ADVERTISING
+13 BIT_LL_FEATURE_LE_PERIODIC_ADVERTISING
+14 BIT_LL_FEATURE_CHANNEL_SELECTION_ALGORITHM
+15 BIT_LL_FEATURE_LE_POWER_CLASS_1
+16 BIT_LL_FEATURE_MINIMUM_NUMBER_OF_USED_CHANNELS_PROCEDURE
+)
+(//function map of mem_le_ll_feature
+//LL_FEATURE_REQ
+0x1 FUN_LL_FEATURE_LE_ENCRYPTION
+0x2 FUN_LL_FEATURE_CONNECTION_PARAMETERS_REQUEST_PROCEDURE
+0x4 FUN_LL_FEATURE_EXTENDED_REJECT_INDICATION
+0x8 FUN_LL_FEATURE_SLAVE_INITIATED_FEATURES_EXCHANGE
+0x10 FUN_LL_FEATURE_LE_PING
+0x20 FUN_LL_FEATURE_LE_DATA_PACKET_LENGTH_EXTENSION
+0x40 FUN_LL_FEATURE_LL_PRIVACY
+0x80 FUN_LL_FEATURE_EXTENDED_SCANNER_FILTER_POLICIES
+0x100 FUN_LL_FEATURE_LE_2M_PHY
+0x200 FUN_LL_FEATURE_STABLE_MODULATION_INDEX_TRANSMITTER
+0x400 FUN_LL_FEATURE_STABLE_MODULATION_INDEX_RECEIVER
+0x800 FUN_LL_FEATURE_LE_CODED_PHY
+0x1000 FUN_LL_FEATURE_LE_EXTENDED_ADVERTISING
+0x2000 FUN_LL_FEATURE_LE_PERIODIC_ADVERTISING
+0x4000 FUN_LL_FEATURE_CHANNEL_SELECTION_ALGORITHM
+0x8000 FUN_LL_FEATURE_LE_POWER_CLASS_1
+0x10000 FUN_LL_FEATURE_MINIMUM_NUMBER_OF_USED_CHANNELS_PROCEDURE
+)
+(//bit of mem_le_tx_phys and mem_le_rx_phys
+0x00 BIT_LE_1M_PHY
+0x01 BIT_LE_2M_PHY
+0x02 BIT_LE_CODED_PHY
+
+0x02 BIT_LE_CODED_PHY_S2
+0x07 BIT_LE_CODED_PHY_S8
+)
+(//map of mem_le_tx_phys and mem_le_rx_phys
+0x01 FUN_TX_LL_1M_PHY
+0x02 FUN_TX_LL_2M_PHY
+0x04 FUN_TX_LL_CODED_PHY
+
+0x01 FUN_RX_LL_1M_PHY
+0x02 FUN_RX_LL_2M_PHY
+0x04 FUN_RX_LL_CODED_PHY
+)
+(//mem_24g_data_type
+1 TYPE_MS
+2 TYPE_KB
+0x07 bits_data
+//0-2 data type
+3 bit_abort
+4 bit_hop
+5 bit_sync
+//6-7 channel offset
+)
+(//mem_24g_pair_sm
+0 STATE_24G_PAIRING_NULL
+1 STATE_24G_PAIRING_1
+2 STATE_24G_PAIRING_2
+3 STATE_24G_PAIRING_3
+4 STATE_24G_PAIRING_4
+0X11 STATE_24G_PAIRING_1_WAITING_ACK
+0X12 STATE_24G_PAIRING_2_WAITING_ACK
+0X13 STATE_24G_PAIRING_3_WAITING_ACK
+0X14 STATE_24G_PAIRING_4_WAITING_ACK
+0XFF STATE_24G_PAIRING_SUCCESS
+)
+(
+0x01 DATATYPE_DEVICE1	//mouse
+0x02 DATATYPE_DEVICE2	//keyboard
+0xaa DATATYPE_BIND		//bind step 1
+0x55 DATATYPE_CONFIG	//bind step 2
+0x22 DATATYPE_OK		//bind step 3
+0xff DATATYPE_ATTEMP	//reconn
+0xaf DATATYPE_OTA
+)
+(
+5 BIND_MODE_CONTINUE
+)
+(
+0 bit_ack_24g
+)
+(//mem_24g_reconn_type
+0 DEFAULT_24G_DEVICE
+1 FAST_CONN_AND_RECEIVER
+2 FAST_CONN_AND_3_0_ADDR
+3 RECEIVER_AND_3_0_ADDR
+4 PAIR_AND_3_0_ADDR
+)
+(
+0x50 RSSI_THRESH_NOISE
+)
+(
+1 NO_ACK_24G
+0 WITH_ACK_24G
+)
+(//mem_24g_conn_sm
+0 STATE_24G_STOP
+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
+0 G24_TX_TIMER_INT_DISABLE
+)
+(
+1 OFFSET_DATA_TYPE
+2 OFFSET_LR_DATA_TYPE
+)
+(
+0x017700 G24_LONG_SLEEP_STEP1	//8ms
+0x36ee80 G24_LONG_SLEEP_STEP2	//300ms
+0x124f80 G24_LONG_SLEEP_STEP3	//100ms
+63500 G24_8MS_INTERVAL_PARAM		//8ms
+12210 G24_4MS_INTERVAL_PARAM
+)
+(
+50 POWER_CTRL_DECRS_THRESHOLD
+)
+(//status codes
+0 STATUS_CODE_SUCCESS
+)
+(
+0xD0 VENDOR_MESSAGE_ATTR_GET
+0xD1 VENDOR_MESSAGE_ATTR_SET
+0xD2 VENDOR_MESSAGE_ATTR_SET_UNACKNOWLEDGED
+0xD3 VENDOR_MESSAGE_ATTR_STATUS
+0xD4 VENDOR_MESSAGE_ATTR_INDICATION
+0xD5 VENDOR_MESSAGE_ATTR_CONFIRMATION
+0xCF VENDOR_MESSAGE_TRANSPARENT_MSG
+)
+(//configuration message and health message opcode
+0x80 MESH_CONFIGURATION_AND_HEALTH_MESSAGE_OPCODE_HEADER
+
+0x00 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_ADD
+0x01 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_UPDATE
+0x02 MESH_MESSAGE_OPCODE_CONFIG_COMPOSITION_DATA_STATUS
+0x03 MESH_MESSAGE_OPCODE_CONFIG_CONFIG_MODEL_PUBLICATION_SET
+0x04 MESH_MESSAGE_OPCODE_HEALTH_CURRENT_STATUS
+0x05 MESH_MESSAGE_OPCODE_HEALTH_FAULT_STATUS
+0x06 MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_PUBLICATION_STATUS
+0x00 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_DELETE_NO_HEAD
+0x01 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_GET_NO_HEAD
+0x02 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_LIST_NO_HEAD
+0x03 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_STATUS_NO_HEAD
+0x04 MESH_MESSAGE_OPCODE_HEALTH_ATTENTION_GET_NO_HEAD
+0x05 MESH_MESSAGE_OPCODE_HEALTH_ATTENTION_SET_NO_HEAD
+0x06 MESH_MESSAGE_OPCODE_HEALTH_ATTENTION_SET_UNACKNOWLEDGED_NO_HEAD
+0x07 MESH_MESSAGE_OPCODE_HEALTH_ATTENTION_STATUS_NO_HEAD
+0x08 MESH_MESSAGE_OPCODE_CONFIG_COMPOSITION_DATA_GET_NO_HEAD
+0x09 MESH_MESSAGE_OPCODE_CONFIG_BEACON_GET_NO_HEAD
+0x0A MESH_MESSAGE_OPCODE_CONFIG_BEACON_SET_NO_HEAD
+0x0B MESH_MESSAGE_OPCODE_CONFIG_BEACON_STATUS_NO_HEAD
+0x0C MESH_MESSAGE_OPCODE_CONFIG_DEFAULT_TTL_GET_NO_HEAD
+0x0D MESH_MESSAGE_OPCODE_CONFIG_DEFAULT_TTL_SET_NO_HEAD
+0x0E MESH_MESSAGE_OPCODE_CONFIG_DEFAULT_TTL_STATUS_NO_HEAD
+0x0F MESH_MESSAGE_OPCODE_CONFIG_FRIEND_GET_NO_HEAD
+0x10 MESH_MESSAGE_OPCODE_CONFIG_FRIEND_SET_NO_HEAD
+0x11 MESH_MESSAGE_OPCODE_CONFIG_FRIEND_STATUS_NO_HEAD
+0x12 MESH_MESSAGE_OPCODE_CONFIG_GATT_PROXY_GET_NO_HEAD
+0x13 MESH_MESSAGE_OPCODE_CONFIG_GATT_PROXY_SET_NO_HEAD
+0x14 MESH_MESSAGE_OPCODE_CONFIG_GATT_PROXY_STATUS_NO_HEAD
+0x15 MESH_MESSAGE_OPCODE_CONFIG_KEY_REFRESH_PHASE_GET_NO_HEAD
+0x16 MESH_MESSAGE_OPCODE_CONFIG_KEY_REFRESH_PHASE_SET_NO_HEAD
+0x17 MESH_MESSAGE_OPCODE_CONFIG_KEY_REFRESH_PHASE_STATUS_NO_HEAD
+0x18 MESH_MESSAGE_OPCODE_CONFIG_MODEL_PUBLICATION_GET_NO_HEAD
+0x19 MESH_MESSAGE_OPCODE_CONFIG_MODEL_PUBLICATION_STATUS_NO_HEAD
+0x1A MESH_MESSAGE_OPCODE_CONFIG_MODEL_PUBLICATION_VIRTUAL_ADDRESS_SET_NO_HEAD
+0x1B MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_ADD_NO_HEAD
+0x1C MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_DELETE_NO_HEAD
+0x1D MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_DELETE_ALL_NO_HEAD
+0x1E MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_OVERWRITE_NO_HEAD
+0x1F MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_STATUS_NO_HEAD
+0x20 MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_VIRTUAL_ADDRESS_ADD_NO_HEAD
+0x21 MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_VIRTUAL_ADDRESS_DELETE_NO_HEAD
+0x22 MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_VIRTUAL_ADDRESS_OVERWRITE_NO_HEAD
+0x23 MESH_MESSAGE_OPCODE_CONFIG_NETWORK_TRANSMIT_GET_NO_HEAD
+0x24 MESH_MESSAGE_OPCODE_CONFIG_NETWORK_TRANSMIT_SET_NO_HEAD
+0x25 MESH_MESSAGE_OPCODE_CONFIG_NETWORK_TRANSMIT_STATUS_NO_HEAD
+0x26 MESH_MESSAGE_OPCODE_CONFIG_RELAY_GET_NO_HEAD
+0x27 MESH_MESSAGE_OPCODE_CONFIG_RELAY_SET_NO_HEAD
+0x28 MESH_MESSAGE_OPCODE_CONFIG_RELAY_STATUS_NO_HEAD
+0x29 MESH_MESSAGE_OPCODE_CONFIG_SIG_MODEL_SUBSCRIPTION_GET_NO_HEAD
+0x2A MESH_MESSAGE_OPCODE_CONFIG_SIG_MODEL_SUBSCRIPTION_LIST_NO_HEAD
+0x2B MESH_MESSAGE_OPCODE_CONFIG_VENDOR_MODEL_SUBSCRIPTION_GET_NO_HEAD
+0x2C MESH_MESSAGE_OPCODE_CONFIG_VENDOR_MODEL_SUBSCRIPTION_LIST_NO_HEAD
+0x2D MESH_MESSAGE_OPCODE_CONFIG_LOW_POWER_NODE_POLLTIMEOUT_GET_NO_HEAD
+0x2E MESH_MESSAGE_OPCODE_CONFIG_LOW_POWER_NODE_POLLTIMEOUT_STATUS_NO_HEAD
+0x2F MESH_MESSAGE_OPCODE_HEALTH_FAULT_CLEAR_NO_HEAD
+0x30 MESH_MESSAGE_OPCODE_HEALTH_FAULT_CLEAR_UNACKNOWLEDGED_NO_HEAD
+0x31 MESH_MESSAGE_OPCODE_HEALTH_FAULT_GET_NO_HEAD
+0x32 MESH_MESSAGE_OPCODE_HEALTH_FAULT_TEST_NO_HEAD
+0x33 MESH_MESSAGE_OPCODE_HEALTH_FAULT_TEST_UNACKNOWLEDGED_NO_HEAD
+0x34 MESH_MESSAGE_OPCODE_HEALTH_PERIOD_GET_NO_HEAD
+0x35 MESH_MESSAGE_OPCODE_HEALTH_PERIOD_SET_NO_HEAD
+0x36 MESH_MESSAGE_OPCODE_HEALTH_PERIOD_SET_UNACKNOWLEDGED_NO_HEAD
+0x37 MESH_MESSAGE_OPCODE_HEALTH_PERIOD_STATUS_NO_HEAD
+0x38 MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_PUBLICATION_GET_NO_HEAD
+0x39 MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_PUBLICATION_SET_NO_HEAD
+0x3A MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_SUBSCRIPTION_GET_NO_HEAD
+0x3B MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_SUBSCRIPTION_SET_NO_HEAD
+0x3C MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_SUBSCRIPTION_STATUS_NO_HEAD
+0x3D MESH_MESSAGE_OPCODE_CONFIG_MODEL_APP_BIND_NO_HEAD
+0x3E MESH_MESSAGE_OPCODE_CONFIG_MODEL_APP_STATUS_NO_HEAD
+0x3F MESH_MESSAGE_OPCODE_CONFIG_MODEL_APP_UNBIND_NO_HEAD
+0x40 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_ADD_NO_HEAD
+0x41 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_DELETE_NO_HEAD
+0x42 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_GET_NO_HEAD
+0x43 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_LIST_NO_HEAD
+0x44 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_STATUS_NO_HEAD
+0x45 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_UPDATE_NO_HEAD
+0x46 MESH_MESSAGE_OPCODE_CONFIG_NODE_IDENTITY_GET_NO_HEAD
+0x47 MESH_MESSAGE_OPCODE_CONFIG_NODE_IDENTITY_SET_NO_HEAD
+0x48 MESH_MESSAGE_OPCODE_CONFIG_NODE_IDENTITY_STATUS_NO_HEAD
+0x49 MESH_MESSAGE_OPCODE_CONFIG_NODE_RESET_NO_HEAD
+0x4A MESH_MESSAGE_OPCODE_CONFIG_NODE_RESET_STATUS_NO_HEAD
+0x4B MESH_MESSAGE_OPCODE_CONFIG_SIG_MODEL_APP_GET_NO_HEAD
+0x4C MESH_MESSAGE_OPCODE_CONFIG_SIG_MODEL_APP_LIST_NO_HEAD
+0x4D MESH_MESSAGE_OPCODE_CONFIG_VENDOR_MODEL_APP_GET_NO_HEAD
+0x4E MESH_MESSAGE_OPCODE_CONFIG_VENDOR_MODEL_APP_LIST_NO_HEAD
+)
+(//Modle message opcode
+0x82 MESH_MODULE_MESSAGE_OPCODE_HEADER
+
+0x01 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONOFF_GET_NO_HEAD
+0x02 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONOFF_SET_NO_HEAD
+0x03 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONOFF_SET_UNACKNOWLEDGED_NO_HEAD
+0x04 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONOFF_STATUS_NO_HEAD
+0x05 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LEVEL_GET_NO_HEAD
+0x06 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LEVEL_SET_NO_HEAD
+0x07 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LEVEL_SET_UNACKNOWLEDGED_NO_HEAD
+0x08 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LEVEL_STATUS_NO_HEAD
+0x09 MESH_MODULE_MESSAGE_OPCODE_GENERIC_DELTA_SET_NO_HEAD
+0x0A MESH_MODULE_MESSAGE_OPCODE_GENERIC_DELTA_SET_UNACKNOWLEDGED_NO_HEAD
+0x0B MESH_MODULE_MESSAGE_OPCODE_GENERIC_MOVE_SET_NO_HEAD
+0x0C MESH_MODULE_MESSAGE_OPCODE_GENERIC_MOVE_SET_UNACKNOWLEDGED_NO_HEAD
+0x0D MESH_MODULE_MESSAGE_OPCODE_GENERIC_DEFAULT_TRANSITION_TIME_GET_NO_HEAD
+0x0E MESH_MODULE_MESSAGE_OPCODE_GENERIC_DEFAULT_TRANSITION_TIME_SET_NO_HEAD
+0x0F MESH_MODULE_MESSAGE_OPCODE_GENERIC_DEFAULT_TRANSITION_TIME_SET_UNACKNOWLEDGED_NO_HEAD
+0x10 MESH_MODULE_MESSAGE_OPCODE_GENERIC_DEFAULT_TRANSITION_TIME_STATUS_NO_HEAD
+0x11 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONPOWERUP_GET_NO_HEAD
+0x12 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONPOWERUP_STATUS_NO_HEAD
+0x13 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONPOWERUP_SET_NO_HEAD
+0x14 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONPOWERUP_SET_UNACKNOWLEDGED_NO_HEAD
+0x15 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LEVEL_GET_NO_HEAD
+0x16 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LEVEL_SET_NO_HEAD
+0x17 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LEVEL_SET_UNACKNOWLEDGED_NO_HEAD
+0x18 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LEVEL_STATUS_NO_HEAD
+0x19 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LAST_GET_NO_HEAD
+0x1A MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LAST_STATUS_NO_HEAD
+0x1B MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_DEFAULT_GET_NO_HEAD
+0x1C MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_DEFAULT_STATUS_NO_HEAD
+0x1D MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_RANGE_GET_NO_HEAD
+0x1E MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_RANGE_STATUS_NO_HEAD
+0x1F MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_DEFAULT_SET_NO_HEAD
+0x20 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x21 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_RANGE_SET_NO_HEAD
+0x22 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_RANGE_SET_UNACKNOWLEDGED_NO_HEAD
+0x23 MESH_MODULE_MESSAGE_OPCODE_GENERIC_BATTERY_GET_NO_HEAD
+0x24 MESH_MODULE_MESSAGE_OPCODE_GENERIC_BATTERY_STATUS_NO_HEAD
+0x25 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_GLOBAL_GET_NO_HEAD
+0x40 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_GLOBAL_STATUS
+0x26 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_LOCAL_GET_NO_HEAD
+0x27 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_LOCAL_STATUS_NO_HEAD
+0x41 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_GLOBAL_SET
+0x42 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_GLOBAL_SET_UNACKNOWLEDGED
+0x28 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_LOCAL_SET_NO_HEAD
+0x29 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_LOCAL_SET_UNACKNOWLEDGED_NO_HEAD
+0x2A MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTIES_GET_NO_HEAD
+0x43 MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTIES_STATUS
+0x2B MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTY_GET_NO_HEAD
+0x44 MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTY_SET
+0x45 MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTY_SET_UNACKNOWLEDGED
+0x46 MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTY_STATUS
+0x2C MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTIES_GET_NO_HEAD
+0x47 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTIES_STATUS
+0x2D MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTY_GET_NO_HEAD
+0x48 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTY_SET
+0x49 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTY_SET_UNACKNOWLEDGED
+0x4A MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTY_STATUS
+0x2E MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTIES_GET_NO_HEAD
+0x4B MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTIES_STATUS
+0x2F MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTY_GET_NO_HEAD
+0x4C MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTY_SET
+0x4D MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTY_SET_UNACKNOWLEDGED
+0x4E MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTY_STATUS
+0x4F MESH_MODULE_MESSAGE_OPCODE_GENERIC_CLIENT_PROPERTIES_GET
+0x50 MESH_MODULE_MESSAGE_OPCODE_GENERIC_CLIENT_PROPERTIES_STATUS
+0x30 MESH_MODULE_MESSAGE_OPCODE_SENSOR_DESCRIPTOR_GET_NO_HEAD
+0x51 MESH_MODULE_MESSAGE_OPCODE_SENSOR_DESCRIPTOR_STATUS
+0x31 MESH_MODULE_MESSAGE_OPCODE_SENSOR_GET_NO_HEAD
+0x52 MESH_MODULE_MESSAGE_OPCODE_SENSOR_STATUS
+0x32 MESH_MODULE_MESSAGE_OPCODE_SENSOR_COLUMN_GET_NO_HEAD
+0x53 MESH_MODULE_MESSAGE_OPCODE_SENSOR_COLUMN_STATUS
+0x33 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SERIES_GET_NO_HEAD
+0x54 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SERIES_STATUS
+0x34 MESH_MODULE_MESSAGE_OPCODE_SENSOR_CADENCE_GET_NO_HEAD
+0x55 MESH_MODULE_MESSAGE_OPCODE_SENSOR_CADENCE_SET
+0x56 MESH_MODULE_MESSAGE_OPCODE_SENSOR_CADENCE_SET_UNACKNOWLEDGED
+0x57 MESH_MODULE_MESSAGE_OPCODE_SENSOR_CADENCE_STATUS
+0x35 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTINGS_GET_NO_HEAD
+0x58 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTINGS_STATUS
+0x36 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTING_GET_NO_HEAD
+0x59 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTING_SET
+0x5A MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTING_SET_UNACKNOWLEDGED
+0x5B MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTING_STATUS
+0x37 MESH_MODULE_MESSAGE_OPCODE_TIME_GET_NO_HEAD
+0x5C MESH_MODULE_MESSAGE_OPCODE_TIME_SET
+0x5D MESH_MODULE_MESSAGE_OPCODE_TIME_STATUS
+0x38 MESH_MODULE_MESSAGE_OPCODE_TIME_ROLE_GET_NO_HEAD
+0x39 MESH_MODULE_MESSAGE_OPCODE_TIME_ROLE_SET_NO_HEAD
+0x3A MESH_MODULE_MESSAGE_OPCODE_TIME_ROLE_STATUS_NO_HEAD
+0x3B MESH_MODULE_MESSAGE_OPCODE_TIME_ZONE_GET_NO_HEAD
+0x3C MESH_MODULE_MESSAGE_OPCODE_TIME_ZONE_SET_NO_HEAD
+0x3D MESH_MODULE_MESSAGE_OPCODE_TIME_ZONE_STATUS_NO_HEAD
+0x3E MESH_MODULE_MESSAGE_OPCODE_TAI_UTC_DELTA_GET_NO_HEAD
+0x3F MESH_MODULE_MESSAGE_OPCODE_TAI_UTC_DELTA_SET_NO_HEAD
+0x40 MESH_MODULE_MESSAGE_OPCODE_TAI_UTC_DELTA_STATUS_NO_HEAD
+0x41 MESH_MODULE_MESSAGE_OPCODE_SCENE_GET_NO_HEAD
+0x42 MESH_MODULE_MESSAGE_OPCODE_SCENE_RECALL_NO_HEAD
+0x43 MESH_MODULE_MESSAGE_OPCODE_SCENE_RECALL_UNACKNOWLEDGED_NO_HEAD
+0x5E MESH_MODULE_MESSAGE_OPCODE_SCENE_STATUS
+0x44 MESH_MODULE_MESSAGE_OPCODE_SCENE_REGISTER_GET_NO_HEAD
+0x45 MESH_MODULE_MESSAGE_OPCODE_SCENE_REGISTER_STATUS_NO_HEAD
+0x46 MESH_MODULE_MESSAGE_OPCODE_SCENE_STORE_NO_HEAD
+0x47 MESH_MODULE_MESSAGE_OPCODE_SCENE_STORE_UNACKNOWLEDGED_NO_HEAD
+0x9E MESH_MODULE_MESSAGE_OPCODE_SCENE_DELETE_NO_HEAD
+0x9F MESH_MODULE_MESSAGE_OPCODE_SCENE_DELETE_UNACKNOWLEDGED_NO_HEAD
+0x48 MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_ACTION_GET_NO_HEAD
+0x5F MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_ACTION_STATUS
+0x49 MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_GET_NO_HEAD
+0x4A MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_STATUS_NO_HEAD
+0x60 MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_ACTION_SET
+0x61 MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_ACTION_SET_UNACKNOWLEDGED
+0x4B MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LIGHT_LIGHTNESS_GET_NO_HEAD
+0x4C MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_SET_NO_HEAD
+0x4D MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_SET_UNACKNOWLEDGED_NO_HEAD
+0x4E MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_STATUS_NO_HEAD
+0x4F MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LINEAR_GET_NO_HEAD
+0x50 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LINEAR_SET_NO_HEAD
+0x51 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LINEAR_SET_UNACKNOWLEDGED_NO_HEAD
+0x52 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LINEAR_STATUS_NO_HEAD
+0x53 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LAST_GET_NO_HEAD
+0x54 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LAST_STATUS_NO_HEAD
+0x55 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_DEFAULT_GET_NO_HEAD
+0x56 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_DEFAULT_STATUS_NO_HEAD
+0x57 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_RANGE_GET_NO_HEAD
+0x58 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_RANGE_STATUS_NO_HEAD
+0x59 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_DEFAULT_SET_NO_HEAD
+0x5A MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x5B MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_RANGE_SET_NO_HEAD
+0x5C MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_RANGE_SET_UNACKNOWLEDGED_NO_HEAD
+0x5D MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_GET_NO_HEAD
+0x5E MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_SET_NO_HEAD
+0x5F MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_SET_UNACKNOWLEDGED_NO_HEAD
+0x60 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_STATUS_NO_HEAD
+0x61 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_GET_NO_HEAD
+0x62 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_RANGE_GET_NO_HEAD
+0x63 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_RANGE_STATUS_NO_HEAD
+0x64 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_SET_NO_HEAD
+0x65 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_SET_UNACKNOWLEDGED_NO_HEAD
+0x66 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_STATUS_NO_HEAD
+0x67 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_DEFAULT_GET_NO_HEAD
+0x68 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_DEFAULT_STATUS_NO_HEAD
+0x69 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_DEFAULT_SET_NO_HEAD
+0x6A MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x6B MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_RANGE_SET_NO_HEAD
+0x6C MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_RANGE_SET_UNACKNOWLEDGED_NO_HEAD
+0x6D MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_GET_NO_HEAD
+0x6E MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_HUE_GET_NO_HEAD
+0x6F MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_HUE_SET_NO_HEAD
+0x70 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_HUE_SET_UNACKNOWLEDGED_NO_HEAD
+0x71 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_HUE_STATUS_NO_HEAD
+0x72 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SATURATION_GET_NO_HEAD
+0x73 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SATURATION_SET_NO_HEAD
+0x74 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SATURATION_SET_UNACKNOWLEDGED_NO_HEAD
+0x75 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SATURATION_STATUS_NO_HEAD
+0x76 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SET_NO_HEAD
+0x77 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SET_UNACKNOWLEDGED_NO_HEAD
+0x78 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_STATUS_NO_HEAD
+0x79 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_TARGET_GET_NO_HEAD
+0x7A MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_TARGET_STATUS_NO_HEAD
+0x7B MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_DEFAULT_GET_NO_HEAD
+0x7C MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_DEFAULT_STATUS_NO_HEAD
+0x7D MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_RANGE_GET_NO_HEAD
+0x7E MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_RANGE_STATUS_NO_HEAD
+0x7F MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_DEFAULT_SET_NO_HEAD
+0x80 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x81 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_RANGE_SET_NO_HEAD
+0x83 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_GET_NO_HEAD
+0x84 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_SET_NO_HEAD
+0x85 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_SET_UNACKNOWLEDGED_NO_HEAD
+0x86 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_STATUS_NO_HEAD
+0x87 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_TARGET_GET_NO_HEAD
+0x88 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_TARGET_STATUS_NO_HEAD
+0x89 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_DEFAULT_GET_NO_HEAD
+0x8A MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_DEFAULT_STATUS_NO_HEAD
+0x8B MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_RANGE_GET_NO_HEAD
+0x8C MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_RANGE_STATUS_NO_HEAD
+0x8D MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_DEFAULT_SET_NO_HEAD
+0x8E MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x8F MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_RANGE_SET_NO_HEAD
+0x90 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_RANGE_SET_UNACKNOWLEDGED_NO_HEAD
+0x91 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_MODE_GET_NO_HEAD
+0x92 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_MODE_SET_NO_HEAD
+0x93 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_MODE_SET_UNACKNOWLEDGED_NO_HEAD
+0x94 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_MODE_STATUS_NO_HEAD
+0x95 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_OM_GET_NO_HEAD
+0x96 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_OM_SET_NO_HEAD
+0x97 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_OM_SET_UNACKNOWLEDGED_NO_HEAD
+0x98 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_OM_STATUS_NO_HEAD
+0x99 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_LIGHT_ONOFF_GET_NO_HEAD
+0x9A MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_LIGHT_ONOFF_SET_NO_HEAD
+0x9B MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_LIGHT_ONOFF_SET_UNACKNOWLEDGED_NO_HEAD
+0x9C MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_LIGHT_ONOFF_STATUS_NO_HEAD
+0x9D MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_PROPERTY_GET_NO_HEAD
+0x62 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_PROPERTY_SET
+0x63 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_PROPERTY_SET_UNACKNOWLEDGED
+0x64 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_PROPERTY_STATUS)
+
+// status code
+(
+0x00 MESH_SUCCESS
+0x01 MESH_INVALID_ADDRESS
+0x02 MESH_INVALID_MODEL
+0x03 MESH_INVALID_APPKEYINDEX
+0x04 MESH_INVALID_NETKEYINDEX
+0x05 MESH_INSUFFICIENT_RESOURCES
+0x06 MESH_KEYINDEX_ALREAD_STORED
+0x07 MESH_INVALID_PUBLISH_PARAMETERS
+0x08 MESH_NOT_A_SUBSCRIBE_MODEL
+0x09 MESH_STORAGE_FAILURE
+0x0a MESH_FEATURE_NOT_SUPPORTED
+0x0b MESH_CANNOT_UPDATE
+0x0c MESH_CANNOT_REMOVE
+0x0d MESH_CANNOT_BIND
+0x0e MESH_TEMPORARILY_UNABLE_TO_CHANGE_STATE
+0x0f MESH_CANNOT_SET
+0x10 MESH_UNSPECIFIED_ERROR
+0x11 MESH_INVALID_BINDING
+)
+(
+0x00F0 VENDOR_MESSAGE_TMALL_DST
+)
+(// vendor model attribute
+0x0123 VENDOR_ATTR_COLOR_SERVER
+0x0100 VENDOR_ATTR_GENERIC_ONOFF_SERVER
+0x0121 VENDOR_ATTR_LIGHTNESS_LEVEL_SERVER
+0x0122 VENDOR_ATTR_COLOR_TEMPERATURE_SERVER
+0x0534 VENDOR_ATTR_MAIN_LIGHT_SERVER
+0x0533 VENDOR_ATTR_BACKGROUND_LIGHT_ONOFF_SERVER
+0xf004 VENDOR_ATTR_SCENE_SERVER
+)
+(//Timer opcode
+0x01A8 VENDOR_MESSAGE_OPCODE_COMPANY_ID
+//ʱ��
+0xF01F VENDOR_MESSAGE_ATTR_TYPE_TIME
+//ʱ��
+0xF01E VENDOR_MESSAGE_ATTR_TYPE_TIME_ZONE
+//��ʱ
+0xF01D VENDOR_MESSAGE_ATTR_TYPE_ON_TIME
+//��ʱ
+0xF010 VENDOR_MESSAGE_ATTR_TYPE_TIMING
+//���ڶ�ʱ
+0xF011 VENDOR_MESSAGE_ATTR_TYPE_CYCLE_TIMING
+//ɾ����ʱ
+0xF012 VENDOR_MESSAGE_ATTR_TYPE_DELETE_TIMING
+
+//��ɫ
+0x0123 VENDOR_MESSAGE_ATTR_TYPE_COLOR
+//����
+0x0534 VENDOR_MESSAGE_ATTR_TYPE_MAIN_LIGHT
+//�����
+0x0533 VENDOR_MESSAGE_ATTR_TYPE_BACKGROUND_LIGHT
+)
+(//��èevent�¼���
+//�豸�������¼��������ϵ���߶�ʱ���
+0xF009 VENDOR_ATTR_TYPE_EVENT_TRIGGER
+
+//��è�豸�ϵ�
+0x03 VENDOR_MESSAGE_EVENT_DEVICE_POWER_ON
+//��è��ʱ���
+0x11 VENDOR_MESSAGE_EVENT_FINISH_TIMING
+)
+(
+0x80 VENDOR_MESSAGE_SEND_TID_MIN
+0xC0 VENDOR_MESSAGE_SEND_TID_MAX
+)
+(
+0x59 TIMER_CYCLICAL_FALG
+60 SECONDS_OF_MIN
+345600 SECONDS_OF_FOUR_DAYS
+604800 SECONDS_OF_WEEK
+86400 SECONDS_OF_DAY
+0x01e0 EIGHT_HOURS_TIME_ZONE_OFFSET
+
+)
+(
+6 ADV_PACKET_MIN_LENGTH
+37 ADV_PACKET_MAX_LENGTH
+
+1 AD_TYPE_MIN_LENGTH
+30 AD_TYPE_MAX_LENGTH
+)
+(//transport mic cache parameter
+10 TRANSPORT_MIC_CACHE_SPACE_NUM
+4 TRANSPORT_MIC_CACHE_SPACE_SIZE
+//�ܳ�����һ��space
+36 TRANSPORT_MIC_CACHE_TOTAL_SIZE
+)
+(
+0x00 MESH_EEP_THREE_TUPLE_OFFSET
+0x1a MESH_EEP_NETWORK_KEY_OFFSET
+0x2d MESH_EEP_APPLICATION_KEY_OFFSET
+0x3d MESH_EEP_DEVICE_KEY_OFFSET
+0x4d MESH_EEP_RESET_COUNT_OFFSET
+0x4e MESH_EEP_SEQ_OFFSET
+0x51 MESH_EEP_SUBSCRIPTION_OFFSET
+)
+(
+0x1a MESH_EEP_THREE_TUPLE_LENGTH
+0x13 MESH_EEP_NETWORK_KEY_LENGTH
+0x10 MESH_EEP_APPLICATION_KEY_LENGTH
+0x10 MESH_EEP_DEVICE_KEY_LENGTH
+0x01 MESH_EEP_RESET_COUNT_LENGTH
+0x03 MESH_EEP_SEQ_LENGTH
+0x10 MESH_EEP_SUBSCRIPTION_LENGTH
+0x40 MESH_EEP_SUBSCRIPTION_TOTAL_LENGTH
+)
+(//mem_mesh_advertising_unprovisioned_device_beacon_switch
+0 DEVICE_BEACON_OFF
+1 DEVICE_BEACON_ON
+)
+(
+//δ�����㲥��ʱ10min
+0x1770	ADV_UNPROVISIONED_DEVICE_BEACON_TIMEOUT
+//δ�����㲥���500ms
+5		ADV_UNPROVISIONED_DEVICE_BEACON_INTERVAL
+//δ�����㲥ʱ��120ms=20ms*6
+6		ADV_UNPROVISIONED_DEVICE_BEACON_DURATION
+
+//��Ĭ�㲥��ʱ:��
+0		ADV_SILENCE_DEVICE_BEACON_TIMEOUT
+//��Ĭ�㲥���60s
+600		ADV_SILENCE_DEVICE_BEACON_INTERVAL
+//��Ĭ�㲥ʱ��120ms=20ms*6
+6		ADV_SILENCE_DEVICE_BEACON_DURATION
+
+
+//������㲥���
+0x54		ADV_PAIRING_MESH_MESSAGE_INTERVAL
+//������㲥ʱ��
+20		ADV_PAIRING_MESH_MESSAGE_DURATION
+
+10		ADV_RELAY_MESH_MESSAGE_DURATION
+)
+(
+0x12 MAX_APP_MSSAGE_PAYLOAD_LENGTH
+7 BIT_OF_APP_PACKAGE_NUM
+6 BIT_OF_ADV_IN_OFF
+)
+(
+//mesh �ظ�APP�㲥���24*0.625ms = 15ms
+0x15 MESH_ADV_APP_MESSAGE_INTERVAL
+//mesh�ظ�tmall�㲥���32*0.625ms = 20ms
+0x1d MESH_ADV_TMALL_MESSAGE_INTERVAL
+)
+(
+0x2c COMMA
+-4 DECREASED_FOUR
+
+)
+(
+0x19 MIC_SIZE_64BIT
+0x09 MIC_SIZE_32BIT
+)
+(
+33 GATT_RECEIVE_MSG_BUFFER_SIZE
+)
+(//mem_mesh_provisioned_flag
+0 PAIRED_STATUS
+1 UNPROVISIONED_BEACON_STATUS
+2 PAIRING_STATUS
+3 SILENCE_BEACON_STATUS
+4 RECEIVED_CONFIG_APPKEY_ADD
+)
+(//mem_mesh_UUID_FeatureFlag
+0 BIT_SILENCE_ADV_FLAG
+)
+(
+0x01 UNPROVISIONED_ADLEN_LENGTH
+0x01 UNPROVISIONED_ADTYPE_LENGTH
+0x01 UNPROVISIONED_DEVICE_BEACON_LENGTH
+0x10 UNPROVISIONED_DEVICE_UUID_LENGTH
+0x02 UNPROVISIONED_OOB_INFORMATION_LENGTH
+)
+(
+0x00 UNPROVISIONED_DEVICE_BEACON
+0x01 SECURE_NETWORK_BEACON
+0x1827 MESH_PROVISIONING_UUID
+)
+(
+0x00 PROVISIONING_RANDOM
+0x01 PROVISIONING_CONFIRMATION
+0x02 PROVISIONING_DATA
+0x03 PROVISIONING_COMPLETE
+0x04 PROVISIONING_CONFIG
+0x05 PROVISIONING_CONFIG_ACK
+0x06 PROVISIONING_IOS_DATA
+0x07 PROVISIONING_SEND_IOS_DATA
+)
+(//mem_mesh_Provisioning_State_Flag
+// FLAG bit1:Provisioning Confirmation
+1 RECEIVE_PROVISIONING_RANDOM
+2 RECEIVE_PROVISIONING_DATA
+)
+(//provisioning packet info size
+3 PROVISIONING_PACKET_LENGTH_FLAGS
+6 PROVISIONING_PACKET_LENGTH_AD_TYPE_COMPANY_ID_VID_PROVISIONING_TYPE
+5 PROVISIONING_PACKET_AD_TYPE_COMPANY_ID_VID_PROVISIONING_TYPE
+1 PROVISIONING_PACKET_LENGTH
+1 PROVISIONING_PACKET_AD_TYPE
+2 PROVISIONING_PACKET_COMPANY_ID
+1 PROVISIONING_PACKET_VID
+1 PROVISIONING_PACKET_PROVISIONING_TYPE
+//provisioning random
+2 PROVISIONING_PACKET_RANDOM_MAC
+8 PROVISIONING_PACKET_RANDOM_RANDOM_A
+8 PROVISIONING_PACKET_RANDOM_RANDOM_B
+//provisioning confirmation
+2 PROVISIONING_PACKET_CONFIRMATION_MAC
+16 PROVISIONING_PACKET_CONFIRMATION_DEVICE
+//provisioning complete
+6 PROVISIONING_PACKET_COMPLETE_MAC
+
+2 PROVISIONING_CONFIG_ACK_MAC
+1 PROVISIONING_CONFIG_ACK_FIELD
+
+)
+(
+0x01 PROVISIONING_CONFIG_ACK_NOTE
+)
+(//gatt package struct
+0 GATT_PACKAGE_MSG_ID
+1 GATT_PACKAGE_PACKAGE_NUM
+2 GATT_PACKAGE_LENGTH
+3 GATT_PACKAGE_PAYLOAD
+)
+(
+0x12 MAX_LENGTH_PRIVISIONING_CONTROL_MSG_ANDROID
+0x08 MAX_LENGTH_PRIVISIONING_CONTROL_MSG_IOS
+0x07 MAX_LENGTH_PRIVISIONING_PAIRING_MSG_IOS
+)
+(
+4 MAX_GATT_PACKAGE_NUM
+50 GATT_RECEIVE_TIMEOUT
+)
+(
+8 SUBSCRIPTION_MAX_COUNT
+)
+(//typedef struct of mem_mesh_element_device
+0 ELEMENT_DEVICE_GROUP_ADDR
+2 ELEMENT_DEVICE_QUEUE_BUFFER_PTR
+4 ELEMENT_DEVICE_VENDOR_TIME_PTR
+6 ELEMENT_DEVICE_SUBSCRIPTION_LABEL
+22 ELEMENT_DEVICE_UPPER_ADV_FLAG
+23 ELEMENT_DEVICE_UPPER_QUEUE_PTR
+25 ELEMENT_DEVICE_TRAN_PACKAGE_TID
+26 ELEMENT_DEVICE_TRAN_PACKAGE_TYPE
+27 SIZEOF_ELEMENT_DEVICE
+
+)
+(
+320 MESH_TIMER_BUFFER_SIZE
+)
+(//bit map of mem_mesh_core_feature
+0 MESH_FEATURE_LOG
+1 MESH_FEATURE_DISABLE_RELAY
+2 MESH_FEATURE_DISABLE_SUBSCRIPTION
+)
+(//taobao id
+0x01a8	COMPANY_IDENTIFIERS_ALIBABA
+0x0d	ALI_MESH_VID_NUMBER
+0x0da801 COMPANY_ID_ALIBABA_AND_VID
+0x0ea801 COMPANY_ID_ALIBABA_AND_VID_GATT
+)
+(
+0x00 MESH_CODE_INIT
+0x01 MESH_RECEIVE_PROVISIONING_PACKET
+0x02 MESH_RECEIVE_PROVISIONING_RANDOM_PACKET
+0x03 MESH_SEND_PROVISIONING_CONFIRMATION_PACKET
+0x04 MESH_RECEIVE_PROVISIONING_DATA_PACKET
+0x05 MESH_SEND_PROVISIONING_COMPLETE_PACKET
+0x06 MESH_RECEIVE_PROVISIONING_FAILED_PACKET
+
+0x10 MESH_ENCRYPT_SHA256_FUNCTION_INPUT
+0x11 MESH_ENCRYPT_SHA256_FUNCTION_RESULT
+0x12 MESH_ENCRYPT_AES_CMAC_FUNCTION_INPUT_M
+0x13 MESH_ENCRYPT_AES_CMAC_FUNCTION_INPUT_K
+0x14 MESH_ENCRYPT_AES_CMAC_FUNCTION_RESULT
+
+0x20 MESH_NETWORK_RECEIVE_PACKET
+0x21 MESH_NETWORK_RELAY_PACKET
+
+0x30 MESH_LOWER_RECEIVE_PACKET
+0x40 MESH_UPPER_RECEIVE_PACKET
+0x41 MESH_UPPER_SEND_PACKET
+
+0x50 MESH_ACCESS_RECEIVE_MESSAGE
+
+
+0xF0 MESH_MESSAGE_GENERIC_ONOFF_SET
+0xF1 MESH_MESSAGE_SET_LIGHT_LIGHTNESS
+0xF2 MESH_MESSAGE_SET_CTL
+)
+(//LUA LOG 
+0xAA LUA_LOG_PACKET_HEADER
+0x03 LUA_LOG_PAKCET_TYPE
+0xBB LUA_LOG_PACKET_TRAIL
+)
+(//logging level
+0 LOGGING_DEBUG
+1 LOGGING_INFO
+2 LOGGING_WARNING
+3 LOGGING_ERROR
+4 LOGGING_CRITICAL
+)
+(
+0x1c00 mem_mesh_uart_log_rx_buff
+0x1c01 mem_mesh_uart_log_rx_buff_end
+0x1c02 mem_mesh_uart_log_tx_buff
+0x1fff mem_mesh_uart_log_tx_buff_end
+)
+(
+7 TRANSPORT_HEAD_BIT_SEG
+6 TRANSPORT_HEAD_BIT_AKF
+05 TRANSPORT_HEAD_BIT_AID
+7 BIT_CTL
+)
+(//Generic OnOff
+0x00 GENERIC_ONOFF_CMD_OFF
+0x01 GENERIC_ONOFF_CMD_ON
+)
+(//LIGHTNESS
+0xFFFF ALI_MESH_LIGHTNESS_MAX
+0x0064 ALI_MESH_LIGHTNESS_LEVEL
+)
+(//TEMPERATURE
+0x4E20 ALI_MESH_TEMPERATURE_MAX
+0x0320 ALI_MESH_TEMPERATURE_MIN
+0x0064 ALI_MESH_TEMPERATURE_LEVEL
+)
+(//nonce type
+0x00 NETWORK_NONCE
+0x01 APPLICATION_NONCE
+0x02 DEVICE_NONCE
+0x03 PROXY_NONCE
+)
+(
+0x00c0 GROUP_ADDRESS_0XC000_little_endian
+0xffcf GROUP_ADDRESS_0XCFFF_little_endian
+0x02c0 GROUP_ADDRESS_0XC002_little_endian
+0x07c0 GROUP_ADDRESS_0XC007_little_endian
+0x01c0 GROUP_ADDRESS_0XC001_little_endian
+0xffff GROUP_ADDRESS_0XFFFF_little_endian
+)
+(//SRC SEQ cache parameter
+10 CACHE_SPACE_NUM
+5 CACHE_SPACE_SIZE
+)
+(
+12 MESH_NETWORK_PACKET_MIN_LENGTH
+30 MESH_NETWORK_PACKET_MAX_LENGTH
+)
+(
+0 MESH_MESSAGE_TMALL
+1 MESH_MESSAGE_APP
+)
+(
+15 UNSEGMENTED_ACCESS_MESSAGE_MAX_UPPER_TRANSPORT_ACCESS_PDU_LEN
+12 SEGMENTED_ACCESS_MESSAGE_UNINT_PDU_LEN
+)
+(//bit of mem_mesh_upper_tran_layer_temp_packet_flag
+6 BIT_UPPER_FLAG_APP_CONTROL
+5 BIT_UPPER_FLAG_VENDOR_INDICATION
+4 BIT_UPPER_FLAG_RETRANSMIT
+//BIT3-0
+0x0f DATA_UPPER_FLAG_MAX_RETRY_COUNT
+
+2 UPPER_RETRY_COUNT_STATUS
+1 UPPER_RETRY_COUNT_INDICATION
+)
+(
+0 NULL_PACKET_ADVERTISING
+1 PACKET_IN_BEARER
+2 PACKET_IN_ADVERTING
+3 PACKET_RECEIVE_INDICATION
+)
+(
+1 UPPER_TRAN_TMALL_MESSAGE
+2 UPPER_TRAN_APP_MESSAGE
+3 UPPER_TRAN_TMALL_AND_APP
+
+0 BIT_UPPER_TRAN_TMALL_MESSAGE
+1 BIT_UPPER_TRAN_APP_MESSAGE
+)
+(
+0 ADC_CONFIG_VINLPM
+1 ADC_CONFIG_HVIN
+2 ADC_CONFIG_GPIO
+)
+(
+0 QUEUE_OFFSET_EACH_SIZE
+1 QUEUE_OFFSET_LENGTH
+2 QUEUE_OFFSET_CURR_NUM
+3 QUEUE_OFFSET_READ_PTR
+4 QUEUE_OFFSET_WRITE_PTR
+5 QUEUE_OFFSET_ELE_INIT_ADDR
+)
+(
+//Flash Register
+0x05 FLASH_READ_SATUS
+
+// Flash Status Register
+0x00 FLASH_STATUS_WIP
+0X01 FLASH_STATUS_WEL
+0X02 FLASH_STATUS_BP0
+0X03 FLASH_STATUS_BP1
+
+//Flash Write Sm
+0X00 FLASH_SM_NO_BUYS
+0X01 FLASH_SM_START
+0X02 FLASH_SM_ERASE_SECTOR
+0X03 FLASH_SM_WAIT_ERASE_SECTOR
+0X04 FLASH_SM_WRITE_DATA
+0X05 FLASH_SM_WAIT_WRITE_DATA
+
+
+//Flash Command
+0x02 FLASH_COMMAND_WRITE_DATA
+0x03 FLASH_COMMAND_READ_DATA
+0x06 FLASH_COMMAND_WRITE_ENABLE
+0x20 FLASH_COMMAND_SECTOR_ERASE
+0xAB FLASH_COMMAND_RELEASE_FROM_POWERDOWN
+0xB9 FLASH_COMMAND_POWERDOWN
+
+)
+(
+0x00 EFUSE_OFFSET_UCODE	//1B
+0X01 EFUSE_OFFSET_DEVICE_LOCK
+0x02 EFUSE_OFFSET_PERIPHERALS_LOCK
+0X03 EFUSE_OFFSET_OFFSET
+
+0x2b EFUSE_OFFSET_HCI_BOOT_CLKSEL	//bit7
+0x2b EFUSE_OFFSET_APP_VSEL	//bit6
+0x2b EFUSE_OFFSET_DIG_AON_VSEL	//bit5-4
+0x2b EFUSE_OFFSET_DEVICE_OPTION	//bit3-0
+0x2c EFUSE_OFFSET_XTAL_OFFSET	//0x813a
+0x2d EFUSE_OFFSET_XTAL_CNT	//0x813c
+0x2e EFUSE_OFFSET_AGC_TABLE	//2B
+0x30 EFUSE_OFFSET_ADC_PARAM
+0x31 EFUSE_OFFSET_AGC_SEL	//bit7 agc sel
+0x31 EFUSE_OFFSET_AGC_SEC_EN	//bit6 agc second en 0x8960[3]
+0x31 EFUSE_OFFSET_LDO_CFG1	//bit5-4:0x8a0d[2:0]
+0x31 EFUSE_OFFSET_TX_VCO_CURRENT //bit3-0:0x8a87[3:0]
+0x32 EFUSE_OFFSET_RC_CAL	//0x8a6c
+0x33 EFUSE_OFFSET_ADC		//9B
+0x3c EFUSE_OFFSET_KEY_ADDR	//4B
+
+//EFUSE_OFFSET_PERIPHERALS_LOCK
+0 EFUSE_SPI_LOCK_BIT
+1 EFUSE_SPI2_LOCK_BIT
+2 EFUSE_UART_LOCK_BIT
+3 EFUSE_UARTB_LOCK_BIT
+4 EFUSE_IIC_LOCK_BIT
+6 EFUSE_LE_LOCK_BIT
+7 EFUSE_BR_LOCK_BIT
+)
+(
+0	eeprom_nv_ram
+
+)
+(
+0 APP_HANDSHAKE_NULL
+1 APP_HANDSHAKE_DONE
+
+)
+(
+1 dvc_op_hci
+2 dvc_op_esl
+4 dvc_op_dongle
+5 dvc_op_test
+8 dvc_op_mouse
+9 dvc_op_shutter
+0x0a dvc_op_module
+0x0b dvc_op_ali_mesh
+0x0c dvc_op_hci_boot
+0x0d dvc_op_remote_car
+0x0e dvc_op_car
+0x0f dvc_op_antilost
+   
+)
+(
+3 UCODE_FLAG_ENC
+2 UCODE_FLAG_SKIP_EEP
+1 UCODE_FLAG_SKIP_FLASH
+0 UCODE_FLAG_HCI
+)
+(
+7 gpio_active_bit
+)
+(
+2 HID_HANDSHAKE_TIMEOUT
+
+)
+(
+1 APP_FLAG_RECONNECT
+)
+(
+5 LPM_WAKE_UP_DELAY_TIMER
+)
+(
+2 APP_DISC_RSN_SIZE
+)
+(
+0 APP_DISC_BY_BUTTON
+1 APP_DISC_AFTER_PAIRING
+2 APP_DISC_AFTER_RECONN
+3 APP_DISC_AFTER_SNIFF
+4 APP_DISC_AFTER_SETUP_DONE
+5 APP_DISC_AFTER_HANDSHAKE
+6 APP_DISC_BT
+7 APP_DISC_BLE
+8 APP_DISC_L2CAP_REFUSED
+9 APP_DISC_SWITCH_FAIL
+)
+(
+0xaa55 EEPROM_INIT_FLAG
+)
+(
+1 KEY_CONF_STRUCT_LEN
+0 KEY_PIN_OFFSET
+)
+(
+12000000 PWM_12MHZ
+24000000 PWM_24MHZ
+33000 PWM_33KHZ
+)
+(
+0 POWER_OFF
+1 POWER_STARTING
+2 POWER_STANDBY
+)
+(
+0 power_state_offset
+1 power_timer_offset
+2 power_off_timeout_offset
+3 power_starting_timeout_offset
+4 power_off_cb_offset
+6 power_starting_cb_offset
+8 power_standby_cb_offset
+10 ui_butten_up_cb_offset
+)
+
+(
+0x9000 mem_b_box
+0x9100 mem_e_box
+0x9200 mem_l_box
+0x9300 memk
+0x9400 mem_theta
+0x9420 mem_local_sig
+0x9fff mem_sim_slave
+//mouse
+0x9468 MOUSE_BT_SDP_ADDR
+0x9732 MOUSE_BLE_ATT_LIST_ADDR
+//dongle
+0x99A4 USB_KBDATA_VENDOR_DEFINE_ADDR
+0x99BF USB_KBDATA_ADDR
+0x99FF USB_MSDATA_ADDR
+0x9AA3 USB_DEVICEDATA_ADDR
+0x9AB6 USB_CONFDATA_ADDR
+//shutter
+0x9AF2 BLE_SHUTTER_GATT_LIST
+0x9C70 CLASSIC_SHUTTER_SDP_LIST
+0x9E57 BLE_SHUTTER_KEY_VALUE_LIST
+0x9E7F CLASSIC_SHUTTER_KEY_VALUE_LIST
+//car
+0x9EA7 BLE_CAR_ATT_LIST
+//tx power list
+//0x9F73 TX_POWER_LIST
+)
+(//NEC 61212
+9000 NEC61212_BOOT_CODE_START_TIME
+4500 NEC61212_BOOT_CODE_END_TIME
+
+9000 NEC61212_REPEAT_START_TIME
+2250 NEC61212_REPEAT_END_TIME
+
+560 NEC61212_DATA_BIT_1_START_TIME
+1690 NEC61212_DATA_BIT_1_END_TIME
+
+560 NEC61212_DATA_BIT_0_START_TIME
+560 NEC61212_DATA_BIT_0_END_TIME
+
+560 NEC61212_STOP_TIME
+
+42580 NEC61212_DATA2REPEAT_TIME
+98190 NEC61212_REPEAT2REPEAT_TIME
+
+0xffff NEC61212_TIMEOUT_TIME
+)
+(
+0 ADC_GPIO_4
+1 ADC_GPIO_5
+2 ADC_GPIO_6
+3 ADC_GPIO_7
+4 ADC_GPIO_9
+5 ADC_GPIO_10
+6 ADC_GPIO_11
+7 ADC_GPIO_12
+)
+(
+0 CONN_PARAM_UPDATA_PROCEDURE_NO_INIT
+1 CONN_PARAM_UPDATA_PROCEDURE_STARTING
+2 CONN_PARAM_UPDATA_PROCEDURE_COMPLETE
+3 CONN_PARAM_UPDATA_PROCEDURE_FAILD
+)
+(
+0 NEW_SPEC_HEADER_OFFSET
+2 NEW_SPEC_OPCODE_OFFSET
+3 NEW_SPEC_DLEGTH_OFFSET  //data length offset
+5 NEW_SPEC_DADDR_OFFSET   //data address offset
+)
+(
+1 OPCODE1_BUTTEN_CLICK_ONCE
+2 OPCODE2_BUTTEN_DOUBLE_CLICK
+3 OPCODE3_ANTL_START_ALRAM
+4 OPCODE4_CURRENT_ALARM_STATE
+5 OPCODE5_BATTER_INFORMATION
+7 OPCODE7_ANTL_CONFIG_ALRAM
+)
+(
+0x0a NEW_SPEC_NOTIFY_HANDLE
+0x0b NEW_SPEC_NOTIFICATION_ENABLE_HANDLE
+0x0d NEW_SPEC_WRITE_HANDLE
+)
+(
+0x01 ANTI_LE_ALARM_ON
+0x00 ANTI_LE_ALARM_OFF
+)
+(
+0 NOTIFICATION_ENABLE_BIT
+1 INDICATION_ENABLE_BIT
+)
+(
+//20ms
+0x0020	FAST_ADV_INTERVAL_VALUE_CAR
+)
+(
+0x14 ATT_CAR_CONTROL_HANDLE
+0x14 ATT_SPEED_SET_HANDLE
+)
+(
+0 TURN_FRONT
+1 TURN_LEFT
+2 TURN_RIGHT
+0 MOTOR_STOP
+1 GO_FRONT
+2 GO_BACK
+0x6b5a LE_RECEIVE_PACKET_HEAD
+)
+(
+0 FLAG_IR_DISABLE
+1 FLAG_IR_ENABLE
+)
+(
+0 DEVICE_CAR
+1 DEVICE_TANK
+2 DEVICE_BATTLE_CAR
+3 DEVICE_BATTLE_TANK
+4 DEVICE_REMOTE
+)
+(
+0 F_B_MOTOR
+1 L_R_MOTOR
+2 F_B_BATTERY
+3 L_R_BATTERY
+)
+(
+0 CAR_WORK	   		//connect mode normal
+1 CAR_BIND			//code pair mode
+2 CAR_TEST			//test mode
+3 CAR_CODE			//PC_application
+4 CAR_PCBA			//PCBA_TEST
+5 CAR_DEBUG
+6 CAR_MODE_MAX
+7 CAR_SEARCH
+)
+(
+1 SPEED_LEVEL_1
+2 SPEED_LEVEL_2
+3 SPEED_LEVEL_3
+4 SPEED_LEVEL_4
+5 SPEED_LEVEL_5
+6 SPEED_LEVEL_6
+7 SPEED_LEVEL_7
+8 SPEED_LEVEL_8
+9 SPEED_LEVEL_9
+10 SPEED_LEVEL_10
+)
+(
+0 PWM0_DUTY_SETTING
+1 PWM1_DUTY_SETTING
+2 PWM2_DUTY_SETTING
+)
+(
+1 CAR_CMD_BATTERY
+2 CAR_CMD_OLD_CAR_CONTROL
+3 CAR_CMD_OLD_SPEED_CONTROL
+4 CAR_CMD_L_R_MOTOR_CONTROL
+5 CAR_CMD_F_B_MOTOR_CONTROL
+6 CAR_CMD_IR_CONTROL
+7 CAR_CMD_LED_CONTROL
+8 CAR_CMD_DEVICE_INFO
+)
+(
+0 CAR_REMOTE_CHECK_BUTTON
+1 CAR_REMOTE_CHECK_ROCKER
+)
+(
+0x11 CAR_NOTIFY_HANDLE
+)
+(
+0 LED_OFF
+1 LED_ON
+2 LED_BLINK
+0xFF LED_INVALID
+)
+(
+0xFF INVALID_PIN_NUM
+)
+(
+0 POWER_ON
+1 WORK_PAIRED
+2 WORK_SEARCH
+)
+(
+0x5B DONGLE_KB_BIND_SUCCESS
+0x00 DONGLE_KB_BIND_EEPROM_OFFECT
+0x2A DONGLE_KB_BIND_EFUSE_OFFECT
+)
+(
+5 WORK_MODE_DELAY
+7 BIND_MODE_DELAY
+)
+(
+0 DONGLE_WORK	   		//connect mode normal
+1 DONGLE_BIND			//code pair mode
+2 DONGLE_TEST			//test mode
+3 DONGLE_CODE			//PC_application
+4 DONGLE_PCBA			//PCBA_TEST
+5 DONGLE_DEBUG
+6 DONGLE_MODE_MAX
+7 DONGLE_SEARCH
+0 CLEAR_INIT
+)
+(
+0xa0 COMMAND_MODE     //BYTE 0
+0x81 COM_MODE_BIND	//BYTE 1
+0x82 COM_MODE_TEST	//BYTE 1
+)
+(
+0xa1 COMMAND_BIND		//BYTE 0
+0x01 COM_BIND_GET		//1
+0x84 COM_BIND_EXIT		//1
+0xa7 COM_READ_MODE		//1
+)
+(
+0xa2 COMMAND_TEST	//BYTE 0
+0x81 COM_TEST_SC		//	���뵥�ز�
+0x82 COM_TEST_CD		// fcc����
+0x83 COM_TEST_DAT		// ���ݲ���
+0x84 COM_TEST_LOW_CH  //��Ƶ��
+0x85 COM_TEST_MID_CH	//��Ƶ��
+0x86 COM_TEST_HIG_CH	//��Ƶ��
+0x87 COM_TEST_SW_HIG	//�Զ��л�Ƶ��Ϊ�� 1mhz
+0x88 COIM_TEST_SW_LOW	//�Զ��л�Ƶ��Ϊ�� 1mhz
+0x89 COM_TEST_SW_STOP	//ֹͣ�Զ��л�Ƶ��
+0x8a COM_TEST_POW_5		//�����������5dbm
+0x8b COM_TEST_POW_0		//0dbm
+0x8c COM_TEST_POW_N5		//-5dbm
+0x8d COM_TEST_POW_N10		//-10dbm
+0x8e COM_TEST_EXIT			//�˳�����ģʽ
+)
+(
+0xa6 COMMAND_CURRENT_PROJECT
+0xa7 COMMAND_CURRENT_MODE
+0xa9 COMMAND_CURRENT_FW_VERSION
+0xb0 COMMAND_USER_DEFINED		//user defined cmd
+)
+(
+0x15 PRODUCT_ID
+0 FW_VERSION0
+0 FW_VERSION1
+1 FW_VERSION2
+7 FW_VERSION3
+)
+(
+8 TIMER_NODATA
+640 TIMER_NODATA_DELAY	//200ms
+
+11 TIMER_MS_BLANK
+384 TIMER_MS_BLANK_DELAY
+
+12 TIMER_KB_MUL_BLANK
+384 TIMER_KB_MUL_BLANK_DELAY
+
+14 TIMER_KB_BLANK
+384 TIMER_KB_BLANK_DELAY
+)
+(
+0 KB_NORMAL_REPORT_ID
+1 MS_REPORT_ID
+2 KB_SYSTEM_CONCTRL_REPORT_ID
+3 KB_MULTIKEY_REPORT_ID
+)
+(
+0x01 BIND_ACKPAYLOAD
+0x03 KB_LED_ACKPAYLOAD
+)
+(
+7 DG_ENABLE_XTAL_24M
+6 DG_ENABLE_NEW_CHMAP
+5 DG_ENABLE_EEPROM
+//bit4-0
+//tx power
+)
+(
+//chars: ascii
+0x20 CHAR_SPACE
+0x21 CHAR_EXCLAMATION
+0x22 CHAR_DITTO
+0x23 CHAR_POUND
+0x24 CHAR_DOLLAR
+0x25 CHAR_PERCENT
+0x26 CHAR_AMPERSAND
+0x27 CHAR_APOSTROPHE
+0x28 CHAR_OPENING_PARENTHESIS
+0x29 CHAR_CLOSING_PARENTHESIS
+0x2a CHAR_ASTERISK
+0x2b CHAR_PLUS
+0x2c CHAR_COMMA
+0x2d CHAR_MINUS
+0x2e CHAR_DOT
+0x2f CHAR_SLASH
+
+0x8b CHAR_AT
+
+//letter: ascii - 0x20
+0x61 LETTER_A
+0x62 LETTER_B
+0x63 LETTER_C
+0x64 LETTER_D
+0x65 LETTER_E
+0x66 LETTER_F
+0x67 LETTER_G
+0x68 LETTER_H
+0x69 LETTER_I
+0x6a LETTER_J
+0x6b LETTER_K
+0x6c LETTER_L
+0x6d LETTER_M
+0x6e LETTER_N
+0x6f LETTER_O
+0x70 LETTER_P
+0x71 LETTER_Q
+0x72 LETTER_R
+0x73 LETTER_S
+0x74 LETTER_T
+0x75 LETTER_U
+0x76 LETTER_V
+0x77 LETTER_W
+0x78 LETTER_X
+0x79 LETTER_Y
+0x7a LETTER_Z
+)
+(
+0x60 EINK_LOG_MAX
+0x108 EINK_LOG_XY_START
+
+//fail reason
+0x00 EINK_LOG_RX_LOST
+0x01 EINK_LOG_OLD_PAC
+0x02 EINK_LOG_RX_NULL
+)
+(
+32 UNCOM_SRC_LENGTH
+31 UNCOM_SRC_INDEX
+62 UNCOM_IMAGE_ATT_LENTH
+)
+(
+2 mark_24g_old_packet
+7 mark_eink_red
+13 mark_barcode_end
+)
+(
+7 STATE_DATA_FINISH
+)
+(
+37 barcode_dot
+)
+(//mem_module_flag
+//bit0~bit7 config module function
+0 MODULE_FLAG_UART_FLOW_CONTROL
+1 MODULE_FLAG_BLE_SEND_MTU23
+2 MODULE_FLAG_BLE_DATA_ENCRYPT
+
+//bit8~bit15 module states change
+8 MODULE_FLAG_BLE_DATA_FINISH
+9 MOUDLE_TASK_UNSNIFF
+10 MOUDLE_TASK_SNIFF
+
+)
+(
+34 NV_DATA_LEN
+-1 DECREASED_ONE
+)
+(
+	50 FLAG_MODULE_READ_VDD_COUNT
+)
+(
+	0x200 UART_AIR_CONTROL_THRESHOLD
+)
+(
+0x01 HCI_DISCARD_PACKET
+0x00 HCI_NOT_DISCARD_PACKET
+)
+(//Command
+0x00 HCI_CMD_SET_BT_ADDR_REQ
+0x01 HCI_CMD_SET_LE_ADDR_REQ
+0x02 HCI_CMD_SET_VISIBILITY_REQ
+0x03 HCI_CMD_SET_BT_NAME_REQ
+0x04 HCI_CMD_SET_LE_NAME_REQ
+0x05 HCI_CMD_SPP_DATA_REQ
+0x09 HCI_CMD_LE_DATA_REQ
+0x0b HCI_CMD_STATUS_IRQ
+0x0c HCI_CMD_SET_PAIRING_REQ
+0x0d HCI_CMD_SET_PINCODE_REQ
+0x0e HCI_CMD_SET_UARTCONTROL_REQ
+0x0f HCI_CMD_SET_UART_BAUD_REQ
+0x10 HCI_CMD_VERSION_REQ
+0x11 HCI_CMD_BT_DISCONNECT
+0x12 HCI_CMD_BLE_DISCONNECT
+0x13 HCI_CMD_DELETE_DEVICE
+0x14 HCI_CMD_CREATE_CONNECT
+0x15 HCI_CMD_SET_COD
+0x26 HCI_CMD_SET_NVRAM_REQ
+0x27 HCI_CMD_SLEEP
+0x28 HCI_CMD_CONFIRM_GKEY
+0x29 HCI_CMD_SET_CREDIT_GIVEN
+0x2a HCI_CMD_AUTO_ADV_SCAN
+0x2b HCI_CMD_POWER_REQ
+0x2c HCI_CMD_POWER_SET
+0x30 HCI_CMD_PASSKEY_ENTRY
+0x31 HCI_CMD_SET_GPIO
+0x32 HCI_CMD_READ_GPIO
+0x33 HCI_CMD_LE_SET_PAIRING
+0x34 HCI_CMD_LE_SET_ADV_DATA
+0x35 HCI_CMD_LE_SET_SCAN_DATA
+0x36 HCI_CMD_LE_SEND_CONN_UPDATE_REQ
+0x37 HCI_CMD_LE_SET_ADV_PARM
+0x38 HCI_CMD_LE_START_PAIRING
+0x40 HCI_CMD_SET_WAKE_GPIO
+0x42 HCI_CMD_SET_TX_POWER
+0x43 HCI_CMD_BOOT_VERSION_REQ
+0x48 HCI_CMD_LE_CONFIRM_GKEY
+0x49 HCI_CMD_REJECT_JUSTWORK
+0x51 HCI_CMD_RESET_CHIP_REQ
+
+0x61 HCI_CMD_LE_SET_FIXED_PASSKEY
+
+0x76 HCI_CMD_DELETE_CUSTOMIZE_SERVICE
+0x77 HCI_CMD_ADD_SERVICE_UUID
+0x78 HCI_CMD_ADD_CHARACTERISTIC_UUID
+0x7a HCI_CMD_PASSKEY_ENTRY_INPUT
+
+0x90 HCI_CMD_BLE_SET_PHY
+0x91 HCI_CMD_BLE_READ_CURRENT_PHY
+0x92 HCI_CMD_BLE_SET_DLE
+0x93 HCI_CMD_READ_CHIP_DATA
+0x94 HCI_CMD_WRITE_CHIP_DATA
+0xff HCI_CMD_CLOSE_LPM
+)
+(//event
+0x00 HCI_EVENT_SPP_CONN_REP
+0x01 HCI_EVENT_HID_CONN_REP
+0x02 HCI_EVENT_LE_CONN_REP
+0x03 HCI_EVENT_SPP_DIS_REP
+0x04 HCI_EVENT_HID_DIS_REP
+0x05 HCI_EVENT_LE_DIS_REP
+0x06 HCI_EVENT_CMD_RES
+0x07 HCI_EVENT_SPP_DATA_REP
+0x08 HCI_EVENT_LE_DATA_REP
+0x09 HCI_EVENT_STANDBY_REP
+
+0x0a HCI_EVENT_STATUS_RES
+
+0x0D HCI_EVENT_NVRAM_REP
+0x0e HCI_EVENT_GKEY
+0x0F HCI_EVENT_INVALID_PACKET
+0x10 HCI_EVENT_GET_PASSKEY
+0x11 HCI_EVENT_LE_TK
+0x12 HCI_EVENT_REMOTE_MTU
+0x14 HCI_EVENT_LE_PAIRING_STATE
+0X15 HCI_EVENT_LE_ENCRYPTION_STATE
+0x17 HCI_EVENT_LE_CONNECTION_UPDATE
+0x1d HCI_EVENT_LE_GKEY
+0x29 HCI_EVENT_UUID_HANDLE
+0x2b HCI_EVENT_LE_INPUT_GKEY
+
+0x40 HCI_BLE_UPDATE_PHY_EVENT
+)
+(//command HCI_CMD_SET_GPIO
+//byte 0
+0x00 HCI_CMD_CONFIG_GPIO_INPUT
+0x01 HCI_CMD_CONFIG_GPIO_OUTPUT
+//byte 1 input state
+0x00 GPIO_INPUT_PULLUP
+0x01 GPIO_INPUT_PULLDOWN
+0x02 GPIO_INPUT_HIGH_IMPEDANCE
+)
+(
+0x7e0 OTP_ADDR_RF_PARAM_FIX
+//struct of RF_PARAM_FIX
+// uint8       //length = param_pair_count * 2 
+// uint16     //param-pair-1
+// uint16     //param-pair-2
+// uint16     //param-pair-3
+// uint16     //param-pair-4
+// uint16     //param-pair-5
+// uint16     //param-pair-6
+// uint16     //param-pair-7
+)
+(
+0	BR_PAIRING_MODE_PINCODE
+1	BR_PAIRING_MODE_JUSTWORK
+2	BR_PAIRING_MODE_PASSKEY
+3	BR_PAIRING_MODE_NUMERIC
+
+0x81 BR_PAIRING_MODE_SECURE_CONNECT_JUSTWORK
+0x82 BR_PAIRING_MODE_SECURE_CONNECT_PASSKEY
+0x83 BR_PAIRING_MODE_SECURE_CONNECT_NUMERIC
+)
+(
+0x0001	FLAG_BT_PAIRING_SUCCESS
+0x0101	FLAG_BT_PAIRING_FAIL
+0x0080	FLAG_BLE_PAIRING_SUCCESS
+0x0180	FLAG_BLE_PAIRING_FAIL
+)
+(
+1	FLAG_EVENT_START_ENC
+0	FLAG_EVENT_PAUSE_ENC
+)
+(
+0 MOUDLE_STATE_BT_BIT
+1 MOUDLE_STATE_BLE_BIT
+)
+(
+5 BIT_OF_NOTIFY_AUTHENTICATED
+6 BIT_OF_READ_AUTHENTICATED
+7 BIT_OF_WRITE_AUTHENTICATED
+)
+(
+//combination
+0x01 MOUSE_L_BUTTON
+0X02 MOUSE_R_BUTTON
+0x03 MOUSE_LR_BUTTON
+0X04 MOUSE_M_BUTTON
+0X05 MOUSE_LM_BUTTON
+0X06 MOUSE_RM_BUTTON
+0X07 MOUSE_LMR_BUTTON
+0x09 MOUSE_L_BK_BUTTON
+0x14 MOUSE_M_FW_BUTTON
+0X18 MOUSE_BK_FW_BUTTON
+//mouse default gpio
+0x1B MOUSE_DEFAULT_XA_GPIO
+0x1C MOUSE_DEFAULT_XB_GPIO
+
+//ui led blink
+0X00C8  LED_RECONNECT_BLINK //200
+0X0190  LED_DPI_BLINK //400
+0X03E8  LED_DPI_BLINK_FIXED    //1000
+0X03E8  LED_DISCOVERY_BLINK    //1000
+0XFF    LED_LONG_BLINK
+0x05	LED_SENSOR_BLINK_CNT
+//mode device number
+0x00 MODE_24G_DEVICE
+0x01 MODE_BT_DEVICE1
+0x02 MODE_BT_DEVICE2
+0x03 MODE_BT_DEVICE3
+//mouse  flag
+0X00 WRITE_REQ_ENABLE_FLAG
+0X01 LL_START_ENC_FLAG
+0X02 LL_PAIRING_SUCCESS_FLAG
+
+
+//mouse_function_flag
+0x08 MOUSE_FLAG_LEN
+//byte 1
+0x00 MOUSE_SELECT_DEVICE_FLAG
+0x01 MOUSE_24G_PAIRING_FLAG
+0x02 MOUSE_STORE_EEPROM_FLAG
+0x03 MOUSE_BT_CANNEL_RECONN_FLAG
+0x04 MOUSE_LOW_VOLTAGE_FLAG
+0x05 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
+0x06 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
+
+//byte 2
+0x08 MOUSE_ENABLE_BLE_RANDOM_ADDRE
+0x09 MOUSE_ENABLE_2K_EEPROM
+0x0a MOUSE_ENABLE_INIT_DELAY
+0x0b MOUSE_ENABLE_WAKEUP_FROM_POWER
+0x0c MOUSE_ENABLE_16M
+0x0d MOUSE_ENABLE_USB
+
+//byte 3
+0x10 MOUSE_ENABLE_SPI2
+0x11 MOUSE_ENABLE_24G
+0x12 MOUSE_ENABLE_FLASH
+0x13 MOUSE_ENABLE_EEPROM
+0x14 MOUSE_ENABLE_ADC
+0x15 MOUSE_ENABLE_KEYBOARD
+0x16 MOUSE_ENABLE_24G_SEARCH_DONGLE
+
+//byte 4
+0x18 MOUSE_ENABLE_24G_250Hz
+0x19 MOUSE_ENABLE_24G_500Hz
+0x1a MOUSE_ENABLE_24G_1000
+0x1b MOUSE_ENABLE_BT_125Hz
+0x1c MOUSE_ENABLE_DPI_LEVEL_4
+0x1d MOUSE_ENABLE_USB_250
+0x1e MOUSE_ENABLE_USB_500
+0x1f MOUSE_ENABLE_USB_1000
+
+//byte 5
+0x20 MOUSE_ENABLE_POWER_ON_LED
+0x21 MOUSE_ENABLE_LOW_VOLTAGE_LED
+0x22 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED
+0x23 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND
+0x24 MOUSE_ENABLE_4_LED
+0x25 MOUSE_ENABLE_DPI_FOR_4_LED
+0x26 MOUSE_ENABLE_BT2_FOR_4_LED
+0x27 MOUSE_ENABLE_LOW_V_FOR_4_LED
+
+
+//byte 6
+0x28 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+0x29 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON
+0x2a MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
+0x2b MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC
+0x2c MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+0x2d MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+0x2e MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+0x2f MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING
+//byte 7 
+0x30 MOUSE_ENABLE_AUTO_24G_PARING
+0x31 MOUSE_ENABLE_24G_POWER_ON_PAIRING
+0x32 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+0x33 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY
+0x34 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+0x35 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+0x36 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+0x37 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY
+
+//byte 8
+0x38 MOUSE_ENABLE_SMOOTHER
+0x39 MOUSE_ENABLE_XY_OFFSET
+0x3a MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED
+0x3b MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+0x3c MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+0x3d MOUSE_ENABLE_DOUBLE_DPI_KEY
+
+//mouse dpi level
+0x00 MOUSE_DPI_LEVEL1
+0x01 MOUSE_DPI_LEVEL2
+0x02 MOUSE_DPI_LEVEL3
+0x03 MOUSE_DPI_LEVEL4
+
+
+//mouse sensor angle
+0x00 MOUSE_6CLK_ANGLE
+0X01 MOUSE_9CLK_ANGLE
+0X02 MOUSE_12CLK_ANGLE
+0X03 MOUSE_3CLK_ANGLE
+
+
+
+0xFF GPIO_DISABLE
+
+//DPI button state 
+0x00 DPI_BUTTON_STATE_UP
+0x01 DPI_BUTTON_STATE_DOWN
+
+
+//PB button state 
+0x00 PB_BUTTON_STATE_UP
+0x01 PB_BUTTON_STATE_DOWN
+
+//Commbination_key state 
+0x00 COMMBINATION_KEY_STATE_UP
+0x01 COMMBINATION_KEY_STATE_DOWN
+
+
+//eeprom address offect
+0X00 MOUSE_INFO_EEPROM_OFFECT
+0x58 MOUSE_STORE_FLAG
+0X5A MOUSE_DPI_EEPROM_OFFECT	//1byte
+0X5B MOUSE_G24_ADDR_EEPROM_OFFECT	//4bytes
+0X5F MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET	//2bytes
+0X61 MOUSE_EEPROM_MODULE_INIT_FLAG
+
+// Sensor id number
+0x30 P32XX_ID1
+0x31 P3065_ID1
+0x02 P3212_ID2
+0xD1 P3205_TJ3T_ID2
+0XD2 P3204_TJ3L_ID2
+0x54 PKA8_ID2
+0x70 P3065_XY_ID2
+0x00 P3065_ID2
+0x5a P_MX8650
+0xD8 P8009_ID2
+0x50 P6520A_ID2
+0x58 PKA8G2_ID1
+0x59 PKA8G2_ID2
+
+
+//Sensor type
+0X00 P3205
+0X01 P3065
+0X02 P3204
+0X03 P3212
+0X04 P3065_XY
+0x05 MX8650
+0x06 P8009
+0x07 P6520
+0X08 KA8
+0X09 KA8_UL
+0X0a KA8_HD
+0X0b KA8G2
+0X0c S201X
+
+
+//SENSOR REG
+0x00 PAN_REG_PID_L
+0x01 PAN_REG_PID_H
+0x02 PAN_REG_MOTION_STAUS
+0x03 PAN_REG_DELTA_X
+0x04 PAN_REG_DELTA_Y
+0x05 PAN_REG_OPRATION_MODE
+0x06 PAN_REG_CONFIG
+0x07 PAN_REG_IMAGE_QUALITY
+0x08 PAN_REG_OPRATION_STATE
+0x09 PAN_REG_WRITE_PROTECT
+0x0A PAN_REG_SLEEP_1
+0x0B PAN_REG_ENTER_TIME
+0x0C PAN_REG_SLEEP_2
+0x0D PAN_REG_IMAGE_THRESHOLD
+0x0E PAN_REG_IMAGE_RECGNITION
+
+
+0x06 MOUSE_DPI_ADDRESS
+0x05 MOUSE_P3610_DPI_ADDRESS
+0x0D MOUSE_P3212_DPI_XADDRESS
+0x0E MOUSE_P3212_DPI_YADDRESS
+
+)
+(
+0x01 ADV_FLAG_LIMITED_DISCOVERABLE
+0x04 ADV_FLAG_BREDR_NOT_SUPPORTED
+)
+(
+2 BIT_POWER_ON
+)
+(
+0 MODE_3_MOUSE
+1 MODE_4_MOUSE
+)
+(
+10 LE_LPM_DISABLE_TO
+1 LE_LPM_DISABLE
+0 LE_LPM_ENABLE
+
+12 LE_INTERVAL_15MS
+9 LE_INTERVAL_11_25MS//11.25ms
+7 LE_INTERVAL_8_75MS//8.75ms
+6 LE_INTERVAL_7_5MS//7.5ms
+12 CLASSIC_INTERVAL_7_5MS
+14 CLASSIC_INTERVAL_8_75MS
+18 CLASSIC_INTERVAL_11_25MS
+)
+(
+0x00 MOUSE_L_KEY
+0x01 MOUSE_R_KEY
+0x02 MOUSE_M_KEY
+0x03 MOUSE_BK_KEY
+0x04 MOUSE_FW_KEY
+0x05 MOUSE_DPI_KEY
+0x06 MOUSE_PB_KEY
+0x07 MOUSE_CUSTOMER_KEY
+
+0x00 MOUSE_DPI_ANOTHER_KEY
+)
+(
+0 G24_DISCONN_STATE
+1 G24_CONN_STATE
+
+8 G24_CH_NUMBER
+16 G24_CH_POLL_COUNT
+)
+(
+0 MOUSE_ADC_CHECK_BATTERY_ONLY
+1 MOUSE_ADC_CHECK_MULTIPLE
+2 MOUSE_ADC_CHECK_GPIO_MULTIPLE
+3 MOUSE_ADC_CHECK_VINLPM_MULTIPLE
+)
+(
+0x5a MOUSE_USB_INTERFACE_INSERT
+0xa5 MOUSE_USB_INTERFACE_REMOVE
+)
+(
+0x10 MOUSE_BLE_L2CAP_TXBUFF_SIZE
+)
+(
+0 MOUSE_ADC_ENABLE
+1 MOUSE_SEARCH_DONGLE_ENABLE
+2 MOUSE_24G_250HZ_ENABLE
+3 MOUSE_CLK_16M_ENABLE
+4 MOUSE_DPI_4_LEVEL_ENABLE
+5 MOUSE_KEYBOARD_ENABLE
+
+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
+
+)
+
+(
+0 MULTI_LED_ON
+1 MULTI_LED_BLINK
+)
+
+//new led function enable
+(
+0x00 MOUSE_ENABLE_1IO2LED
+0x01 MOUSE_ENABLE_BT_RECONN_LED_EFFECT
+0x02 MOUSE_ENABLE_LED_BLINK_LIMIT
+0x03 MOUSE_ENABLE_LOW_LED
+0x04 MOUSE_ENABLE_LOW_LED_BLINK_LIMIT
+)
+
+//led multi type
+(
+1 MOUSE_ENABLE_LOW_FOR_LED
+2 MOUSE_ENABLE_DPI_FOR_LED
+3 MOUSE_ENABLE_DPI_LOW_FOR_LED
+)
+
+(
+// eeprom config
+0xb0 REMOTE_PARAM_EEPROM_CONFIG_ADDR
+//eeprom address offect
+0X00 REMOTE_INFO_EEPROM_OFFECT
+
+)
+(
+0x00 CONTROL_F_B_MOTOR
+0x02 CONTROL_L_R_MOTOR
+)
+(
+0x00 KEY_MAP_TEN
+0x01 KEY_MAP_LR
+)
+(
+0x00 CONTROL_F_B_TEN
+0x02 CONTROL_L_R_TEN
+0x03 CONTROL_L_R_LR
+)
+(
+0 KEY_CHECK
+1 ROCKER_CHECK
+)
+(
+1 MOTOR_POSITIVE
+2 MOTOR_NEGATIVE
+)
+(
+0 ROCKER_MIDDLE_KEY
+1 ROCKER_POSITIVE_KEY
+2 ROCKER_NEGATIVE_KEY
+)
+(
+0 BLE_SHUTTER
+1 CLASSIC_SHUTTER
+)
+(
+0x0000 NVRAM_EEPROM_OFFSET
+)
+(
+0x1b3a SHUTTER_EEPROM_CONFIG_CRC
+)
+(
+5 MAX_QUEUE_NUM
+5 SHUTTER_BLE_DATA_BUFFER
+5 SHUTTER_CLASSIC_DATA_BUFFER
+)
+(
+0x13	GATT_CONSUMER_NOTIFY_HANDLE
+0x14	GATT_CONSUMER_WRITE_HANDLE
+0x17	GATT_KEYBOARD_NOTIFY_HANDLE
+0x18	GATT_KEYBOARD_WRITE_HANDLE
+)
+(
+//20ms
+0x0020	FAST_ADV_INTERVAL_VALUE
+//100ms
+0x00a0	SLOW_ADV_INTERVAL_VALUE
+)
+(
+0 ATT_BIT_NOTIFICATION
+1 ATT_BIT_INDICATION
+)
+(
+0 HARD_SWITCH
+1 SOFT_SWITCH
+)
+(
+1  FLAG_SHUTTER_HID_DISCONN_TIMEOUT
+5 FLAG_SHUTTER_CABLE_UNPLUG_TIMEOUT
+)
+(//Data Rom Buffer Addr
+382		BLE_GATT_LIST_SIZE
+487		BT_SDP_LIST_SIZE
+40		BLE_KEY_VALUE_LIST_SIZE
+40		BT_KEY_VALUE_LIST_SIZE
+)
+(//soft switch power state
+0		SS_STATE_POWER_UP
+1		SS_STATE_POWER_ON
+2		SS_STATE_POWER_OFF
+)
+(
+0		SS_POWER_STATE_OFFSET
+1		SS_POWER_ON_TIME
+2		SS_POWER_OFF_TIME
+3		SS_POWER_ON_CB
+5		SS_POWER_OFF_CB
+
+)
+(
+
+0x4FFE SIM_IIC_SCL_GPIO_NUM
+0x4FFF SIM_IIC_SDA_GPIO_NUM
+
+)
+(
+0x0d HCI_UART_TX_GPIO_NUM
+0x0e HCI_UART_RX_GPIO_NUM
+0x09 HCI_UART_RTS_GPIO_NUM
+0x0a HCI_UART_CTS_GPIO_NUM
+0x0c HCI_PMW_12MHZ_GPIO_NUM
+)
+(
+0x00 COMMAND_SUCCEEDED
+0x01 COMMAND_UNKNOWN
+0x0c COMMAND_DISALLOWED
+)
+(
+0x01 HCI_H4_TYPE_CMD
+0x02 HCI_H4_TYPE_ACL
+0x04 HCI_H4_TYPE_EVENT
+)
+(
+0x00 BT_ACL_START_NO_FLUSH
+0x01 BT_ACL_CONT
+0x02 BT_ACL_START
+)
+(
+0x01 HCI_OGF_LINK_CONTROL
+0x02 HCI_OGF_LINK_POLICY
+0x03 HCI_OGF_CONTROLLER_AND_BASEBAND
+0x04 HCI_OGF_INFOMATIONAL_PARAM
+0x05 HCI_OGF_STATUS_PARAM
+0x06 HCI_OGF_TEST
+0x08 HCI_OGF_LE_CONTROLLER
+0x3f HCI_OGF_VENDOR_SPECIFIC_DEBUG
+)
+(
+0x01 HCI_INQUIRY 
+0x02 HCI_INQUIRY_CANCEL 
+0x03 HCI_PERIODIC_INQUIRY_MODE 
+0x04 HCI_EXIT_PERIODIC_INQUIRY_MODE 
+0x05 HCI_CREATE_CONNECTION 
+0x06 HCI_DISCONNECT 
+0x07 HCI_ADD_SCO_CONNECTION 
+0x08 HCI_CREATE_CONNECTION_CANCEL
+0x09 HCI_ACCEPT_CONNECTION 
+0x0A HCI_REJECT_CONNECTION 
+0x0B HCI_LINK_KEY_REQUEST_REPLY 
+0x0C HCI_LINK_KEY_REQUEST_NEGATIVE_REPLY 
+0x0D HCI_PIN_CODE_REQUEST_REPLY 
+0x0E HCI_PIN_CODE_REQUEST_NEGATIVE_REPLY 
+0x0F HCI_CHANGE_CONNECTION_PACKET_TYPE 
+0x11 HCI_AUTHENTICATION_REQUESTED 
+0x13 HCI_SET_CONNECTION_ENCRYPTION 
+0x15 HCI_CHANGE_CONNECTION_LINK_KEY 
+0x17 HCI_MASTER_LINK_KEY 
+0x19 HCI_REMOTE_NAME_REQUEST 
+0x1A HCI_REMOTE_NAME_REQUEST_CANCEL
+0x1B HCI_READ_REMOTE_SUPPORTED_FEATURES 
+0x1C HCI_READ_REMOTE_EXT_FEATURES 
+0x1D HCI_READ_REMOTE_VERSION_INFORMATION 
+0x1F HCI_READ_CLOCK_OFFSET 
+0x20 HCI_READ_LMP_HANDLE
+0x28 HCI_SETUP_SCO_CONNECTION
+0x29 HCI_ACCEPT_SCO_CONNECTION
+0x2A HCI_REJECT_SCO_CONNECTION
+0x2B HCI_IO_CAP_REQUEST_REPLY
+0x2C HCI_USER_CONFIRMATION_REQUEST_REPLY
+0x2D HCI_USER_CONFIRMATION_REQUEST_NEGATIVE_REPLY
+0x2E HCI_USER_PASSKEY_REQUEST_REPLY
+0x2F HCI_USER_PASSKEY_REQUEST_NEGATIVE_REPLY
+0x30 HCI_REMOTE_OOB_DATA_REQUEST_REPLY
+0x33 HCI_REMOTE_OOB_DATA_REQUEST_NEGATIVE_REPLY
+0x34 HCI_IO_CAPABILITY_REQUEST_NEGATIVE_REPLY
+0x35 HCI_CREATE_PHYSICAL_LINK
+0x36 HCI_ACCEPT_PHYSICAL_LINK
+0x37 HCI_DISCONNECT_PHYSICAL_LINK
+0x38 HCI_CREATE_LOGICAL_LINK
+0x39 HCI_ACCEPT_LOGICAL_LINK
+0x3A HCI_DISCONNECT_LOGICAL_LINK
+0x3B HCI_LOGICAL_LINK_CANCEL
+0x3C HCI_FLOW_SPEC_MODIFY
+0x3D HCI_ENHANCED_SETUP_SYNCHRONOUS_CONNECTION
+0x3E HCI_ENHANCED_ACCEPT_SYNCHRONOUS_CONNECTION_REQUEST
+0x3F HCI_TRUNCATED_PAGE
+0x40 HCI_TRUNCATED_PAGE_CANCEL
+0x41 HCI_SET_CONNECTIONLESS_SLAVE_BROADCAST
+0x42 HCI_SET_CONNECTIONLESS_SLAVE_BROADCAST_RECEIVE
+0x43 HCI_START_SYNCHRONIZATION_TRAIN
+0x44 HCI_RECEIVE_SYNCHRONIZATION_TRAIN
+0x45 HCI_REMOTE_OOB_EXTENDED_DATA_REQUEST_REPLY
+)
+(
+0x01 HCI_HOLD_MODE 
+0x03 HCI_SNIFF_MODE 
+0x04 HCI_EXIT_SNIFF_MODE 
+0x05 HCI_PARK_MODE 
+0x06 HCI_EXIT_PARK_MODE 
+0x07 HCI_QOS_SETUP 
+0x09 HCI_ROLE_DISCOVERY 
+0x0B HCI_SWITCH_ROLE 
+0x0C HCI_READ_LINK_POLICY_SETTINGS 
+0x0D HCI_WRITE_LINK_POLICY_SETTINGS 
+0x0e HCI_READ_DEFAULT_LINK_POLICY_SETTINGS
+0x0f HCI_WRITE_DEFAULT_LINK_POLICY_SETTINGS
+0x10 HCI_FLOW_SPECIFICATION
+0x11 HCI_SNIFF_SUBRATING
+)
+(
+0x01 HCI_SET_EVENT_MASK 
+0x03 HCI_RESET 
+0x05 HCI_SET_EVENT_FILTER 
+0x08 HCI_FLUSH 
+0x09 HCI_READ_PIN_TYPE 
+0x0A HCI_WRITE_PIN_TYPE 
+0x0B HCI_CREATE_NEW_UNIT_KEY 
+0x0D HCI_READ_STORED_LINK_KEY 
+0x11 HCI_WRITE_STORED_LINK_KEY 
+0x12 HCI_DELETE_STORED_LINK_KEY 
+0x13 HCI_WRITE_LOCAL_NAME 
+0x14 HCI_READ_LOCAL_NAME 
+0x15 HCI_READ_CONN_ACCEPT_TIMEOUT 
+0x16 HCI_WRITE_CONN_ACCEPT_TIMEOUT 
+0x17 HCI_READ_PAGE_TIMEOUT 
+0x18 HCI_WRITE_PAGE_TIMEOUT 
+0x19 HCI_READ_SCAN_ENABLE 
+0x1A HCI_WRITE_SCAN_ENABLE 
+0x1B HCI_READ_PAGE_SCAN_ACTIVITY 
+0x1C HCI_WRITE_PAGE_SCAN_ACTIVITY 
+0x1D HCI_READ_INQUIRY_SCAN_ACTIVITY 
+0x1E HCI_WRITE_INQUIRY_SCAN_ACTIVITY 
+0x1F HCI_READ_AUTHENTICATION_ENABLE 
+0x20 HCI_WRITE_AUTHENTICATION_ENABLE 
+0x21 HCI_READ_ENCRYPTION_MODE 
+0x22 HCI_WRITE_ENCRYPTION_MODE 
+0x23 HCI_READ_CLASS_OF_DEVICE 
+0x24 HCI_WRITE_CLASS_OF_DEVICE 
+0x25 HCI_READ_VOICE_SETTING 
+0x26 HCI_WRITE_VOICE_SETTING 
+0x27 HCI_READ_AUTOMATIC_FLUSH_TIMEOUT 
+0x28 HCI_WRITE_AUTOMATIC_FLUSH_TIMEOUT 
+0x29 HCI_READ_NUM_BROADCAST_RETRANSMISSIONS 
+0x2A HCI_WRITE_NUM_BROADCAST_RETRANSMISSIONS 
+0x2B HCI_READ_HOLD_MODE_ACTIVITY 
+0x2C HCI_WRITE_HOLD_MODE_ACTIVITY 
+0x2D HCI_READ_TRANSMIT_POWER_LEVEL 
+0x2E HCI_READ_SCO_FLOW_CONTROL_ENABLE 
+0x2F HCI_WRITE_SCO_FLOW_CONTROL_ENABLE 
+0x31 HCI_SET_CONTROLLER_TO_HOST_FLOW_CONTROL 
+0x33 HCI_HOST_BUFFER_SIZE 
+0x35 HCI_HOST_NUM_COMPLETED_PACKETS 
+0x36 HCI_READ_LINK_SUPERVISION_TIMEOUT 
+0x37 HCI_WRITE_LINK_SUPERVISION_TIMEOUT 
+0x38 HCI_READ_NUMBER_OF_SUPPORTED_IAC 
+0x39 HCI_READ_CURRENT_IAC_LAP 
+0x3A HCI_WRITE_CURRENT_IAC_LAP 
+0x3B HCI_READ_PAGE_SCAN_PERIOD_MODE 
+0x3C HCI_WRITE_PAGE_SCAN_PERIOD_MODE 
+0x3D HCI_READ_PAGE_SCAN_MODE 
+0x3E HCI_WRITE_PAGE_SCAN_MODE 
+0x3F HCI_SET_AFH_CHANNEL_CLASSIFICATION 
+
+
+0x42 HCI_READ_INQUIRY_SCAN_TYPE 
+0x43 HCI_WRITE_INQUIRY_SCAN_TYPE 
+0x44 HCI_READ_INQUIRY_MODE 
+0x45 HCI_WRITE_INQUIRY_MODE 
+0x46 HCI_READ_PAGE_SCAN_TYPE 
+0x47 HCI_WRITE_PAGE_SCAN_TYPE 
+
+0x48 HCI_READ_AFH_CHANNEL_ACCESSMENT_MODE 
+0x49 HCI_WRITE_AFH_CHANNEL_ACCESSMENT_MODE 
+0x51 HCI_READ_EXTENDED_INQUIRY_RESPONSE
+0x52 HCI_WRITE_EXTENDED_INQUIRY_RESPONSE
+0x53 HCI_REFRESH_ENCRYPTION_KEY
+0x55 HCI_READ_SIMPLE_PAIRING_MODE
+0x56 HCI_WRITE_SIMPLE_PAIRING_MODE
+0x57 HCI_READ_LOCAL_OOB_DATA
+0x58 HCI_READ_INQUIRY_RESPONSE_TRANSMIT_POWER_LEVEL
+0x59 HCI_WRITE_INQUIRY_TRANSMIT_POWER_LEVEL
+0x60 HCI_SEND_KEYPRESS_NOTIFICATION
+0x5A HCI_READ_DEFAULT_ERRONEOUS_DATA_REPORTING
+0x5B HCI_WRITE_DEFAULT_ERRONEOUS_DATA_REPORTING
+0x5F HCI_ENHANCED_FLUSH
+0x61 HCI_READ_LOGICAL_LINK_ACCEPT_TIMEOUT
+0x62 HCI_WRITE_LOGICAL_LINK_ACCEPT_TIMEOUT
+0x63 HCI_SET_EVENT_MASK_PAGE_2
+0x64 HCI_READ_LOCATION_DATA
+0x65 HCI_WRITE_LOCATION_DATA
+0x66 HCI_READ_FLOW_CONTROL_MODE
+0x67 HCI_WRITE_FLOW_CONTROL_MODE
+0x68 HCI_READ_ENHANCE_TRANSMIT_POWER_LEVEL
+0x69 HCI_READ_BEST_EFFORT_FLUSH_TIMEOUT
+0x6A HCI_WRITE_BEST_EFFORT_FLUSH_TIMEOUT
+0x6B HCI_SHORT_RANGE_MODE
+0x6C HCI_READ_LE_HOST_SUPPORT
+0x6D HCI_WRITE_LE_HOST_SUPPORT
+0x6E HCI_SET_MWS_CHANNEL_PARAMETERS
+0x6F HCI_SET_EXTERNAL_FRAME_CONFIGURATION
+0x70 HCI_SET_MWS_SIGNALING
+0x71 HCI_SET_MWS_TRANSPORT_LAYER
+0x72 HCI_SET_MWS_SCAN_FREQUENCY_TABLE
+0x73 HCI_SET_MWS_PATTERN_CONFIGURATION
+0x74 HCI_SET_RESERVED_LT_ADDR
+0x75 HCI_DELETE_RESERVED_LT_ADDR
+0x76 HCI_SET_CONNECTIONLESS_SLAVE_BROADCAST_DATA
+0x77 HCI_READ_SYNCHRONIZATION_TRAIN_PARAMETERS
+0x78 HCI_WRITE_SYNCHRONIZATION_TRAIN_PARAMETERS
+0x79 HCI_READ_SECURE_CONNECTIONS_HOST_SUPPORT
+0x7A HCI_WRITE_SECURE_CONNECTIONS_HOST_SUPPORT
+0x7B HCI_READ_AUTHENTICATED_PAYLOAD_TIMEOUT
+0x7C HCI_WRITE_AUTHENTICATED_PAYLOAD_TIMEOUT
+0x7D HCI_READ_LOCAL_OOB_EXTENDED_DATA
+0x7E HCI_READ_EXTENDED_PAGE_TIMEOUT
+0x7F HCI_WRITE_EXTENDED_PAGE_TIMEOUT
+0x80 HCI_READ_EXTENDED_INQUIRY_LENGTH
+0x81 HCI_WRITE_EXTENDED_INQUIRY_LENGTH
+)
+(
+0x01 HCI_READ_LOCAL_VERSION_INFORMATION 
+0x02 HCI_READ_LOCAL_SUPPORTED_COMMANDS
+0x03 HCI_READ_LOCAL_SUPPORTED_FEATURES 
+0x04 HCI_READ_LOCAL_EXT_FEATURES 
+0x05 HCI_READ_BUFFER_SIZE 
+0x07 HCI_READ_COUNTRY_CODE 
+0x09 HCI_READ_BD_ADDR 
+0x0A HCI_REJECT_CONNECTION_REQUEST
+0x0B HCI_READ_LOCAL_SUPPORTED_CODECS
+)
+(
+0x01 HCI_READ_FAILED_CONTACT_COUNTER 
+0x02 HCI_RESET_FAILED_CONTACT_COUNTER 
+0x03 HCI_GET_LINK_QUALITY 
+0x05 HCI_READ_RSSI 
+0x06 HCI_READ_AFH_CHANNEL_MAP
+0x07 HCI_READ_BD_CLOCK
+0x08 HCI_READ_ENCRYPTION_KEY_SIZE
+0x09 HCI_READ_LOCAL_AMP_INFO
+0x0A HCI_READ_LOCAL_AMP_ASSOC
+0x0B HCI_WRITE_REMOTE_AMP_ASSOC
+0x0C HCI_GET_MWS_TRANSPORT_LAYER_CONFIGURATION
+0x0D HCI_SET_TRIGGERED_CLOCK_CAPTURE
+)
+(
+0x01 HCI_READ_LOOPBACK_MODE 
+0x02 HCI_WRITE_LOOPBACK_MODE 
+0x03 HCI_ENABLE_DEVICE_UNDER_TEST_MODE 
+0x04 HCI_WRITE_SIMPLE_PAIRING_DEBUG_MODE
+0x07 HCI_ENABLE_AMP_RECEIVER_REPORTS
+0x08 HCI_AMP_TEST_END
+0x09 HCI_AMP_TEST
+0x0A HCI_WRITE_SECURE_CONNECTIONS_TEST_MODE
+)
+(
+0x01 HCI_WRITE_BD_ADDR 
+0x02 HCI_READ_INQUIRY_RESPONSE_TIMEOUT 
+0x03 HCI_WRITE_INQUIRY_RESPONSE_TIMEOUT 
+0x04 HCI_READ_PAGE_SCAN_REPETITION_MODE 
+0x05 HCI_WRITE_PAGE_SCAN_REPETITION_MODE 
+0x06 HCI_READ_PAGE_RESPONSE_TIMEOUT 
+0x07 HCI_WRITE_PAGE_RESPONSE_TIMEOUT 
+0x08 HCI_READ_NEW_CONNECTION_TIMEOUT 
+0x09 HCI_WRITE_NEW_CONNECTION_TIMEOUT 
+0x0a HCI_INITIALIZE_BASEBAND 
+0x0b HCI_WRITE_LOCAL_SUPPORTED_FEATURES 
+0x0c HCI_WRITE_PARK_PARAMETERS 
+0x0d HCI_READ_PARK_PARAMETERS 
+0x0e HCI_WRITE_QUALITY_OF_SERVICE 
+0x0f HCI_NOT_USED 
+0x10 HCI_MODIFY_BEACON_PARAMETERS 
+0x11 HCI_UNPARK_USING_PM_ADDR 
+0x12 HCI_WRITE_HOPPING_CHANNELS 
+0x13 HCI_SLEEP_FOREVER_MODE 
+0x14 HCI_WRITE_AUTO_PAGE_SCAN_ENABLE 
+0x15 HCI_READ_AUTO_PAGE_SCAN_ENABLE 
+0x16 HCI_SET_ENCRYPTION_KEY_SIZE 
+0x17 HCI_INVALIDATE_FLASH_AND_REBOOT 
+0x18 HCI_UPDATE_UART_BAUD_RATE 
+0x19 HCI_WRITE_GPIO_1_4_AS_OUTPUT 
+0x1A HCI_WRITE_GPIO_2_LED 
+0x1B HCI_SET_TESTMODE_TYPE 
+0x1C HCI_WRITE_SCO_PCM_INT_PARAM 
+0x1D HCI_READ_SCO_PCM_INT_PARAM 
+0x1E HCI_WRITE_PCM_DATA_FORMAT_PARAM 
+0x1F HCI_READ_PCM_DATA_FORMAT_PARAM 
+0x20 HCI_WRITE_COMFORT_NOISE_PARAM 
+0x21 HCI_READ_COMFORT_NOISE_PARAM 
+0x22 HCI_WRITE_SCO_TS 
+0x23 HCI_READ_SCO_TS 
+0x24 HCI_WRITE_PCM_LOOPBACK_MODE 
+0x25 HCI_READ_PCM_LOOPBACK_MODE 
+0x26 HCI_SET_TRANSMIT_POWER 
+0x27 HCI_SET_SLEEPMODE_PARAM 
+0x28 HCI_READ_SLEEPMODE_PARAM 
+0x29 HCI_SLEEPMODE_CMD 
+0x2A HCI_DELAY_PERIPHERAL_SCO_STARTUP 
+0x2B HCI_WRITE_RECEIVE_ONLY 
+0x2C HCI_WRITE_RATE_CONTROL 
+0x2D HCI_TX_UNMOD_CARRIER 
+0x2E HCI_DOWNLOAD_MINIDRIVER 
+0x2F HCI_CRYSTAL_PPM 
+0x30 HCI_SET_POWER_AMP_BIAS 
+0x31 HCI_SET_HAM_BEHAVIOR 
+0x32 HCI_SET_AFH_BEHAVIOR 
+0x33 HCI_READ_USER_DEFINED_NVRAM 
+0x34 HCI_ENABLE_RADIO 
+0x35 HCI_READ_DIAGNOSTIC_INFO 
+0x36 HCI_GET_HID_DEVICE_LIST 
+0x37 HCI_ADD_HID_DEVICE 
+0x38 HCI_READ_APP_FW_CONFIG_VERSION 
+0x39 HCI_DELETE_HID_DEVICE 
+0x3B HCI_ENABLE_USB_HID_EMULATION 
+// 0x3A available
+// 0x3B available
+0x3C HCI_SEND_LMPDU 
+0x3D HCI_AUTO_PAIR_REQ 
+0x3E HCI_READ_VS_EXTENSION 
+0x3F HCI_WRITE_VS_EXTENSION 
+
+0x77 HCI_OPCODE_FC77
+0x79 HCI_OPCODE_FC79
+0xC4 HCI_DOWNLOAD_PATCH
+0xCC HCI_OPCODE_FCCC
+
+0x00 HCI_VENDOR_CMD_RESET
+0x01 HCI_VENDOR_CMD_CHIPID
+0x02 HCI_VENDOR_CMD_BAUD
+0x03 HCI_VENDOR_CMD_PATCH
+0x04 HCI_VENDOR_CMD_PATCH_DONE
+0x05 HCI_VENDOR_CMD_ECHO
+0x06 HCI_VENDOR_CMD_BDADDR
+
+0x07 HCI_VENDOR_CMD_ENTER_LPM
+0x08 HCI_VENDOR_CMD_COMMU_READY
+
+0x10 HCI_VENDOR_CMD_MEM
+0x11 HCI_VENDOR_CMD_EEP
+
+0X12 HCI_VENDOR_CMD_PATCH_SEC_INIT
+0X13 HCI_VENDOR_CMD_PATCH_SEC
+0x14 HCI_VENDOR_CMD_SET_FLOW_CONTROL
+)
+(
+0x01 HCI_LE_SET_EVENT_MASK
+0x02 HCI_LE_READ_BUFFER_SIZE
+0x03 HCI_LE_READ_LOCAL_SUPPORTED_FEATURES
+0x05 HCI_LE_SET_RANDOM_ADDRESS
+0x06 HCI_LE_SET_ADVERTISING_PARAMETERS
+0x07 HCI_LE_READ_ADVERTISING_CHANNEL_TX_POWER
+0x08 HCI_LE_SET_ADVERTISING_DATA
+0x09 HCI_LE_SET_SCAN_RESPONSE_DATA
+0x0A HCI_LE_SET_ADVERTISE_ENABLE
+0x0B HCI_LE_SET_SCAN_PARAMETERS
+0x0C HCI_LE_SET_SCAN_ENABLE
+0x0D HCI_LE_CREATE_CONNECTION
+0x0E HCI_LE_CREATE_CONNECTION_CANCEL
+0x0F HCI_LE_READ_WHITE_LIST_SIZE
+0x10 HCI_LE_CLEAR_WHITE_LIST
+0x11 HCI_LE_ADD_DEVICE_TO_WHITE_LIST
+0x12 HCI_LE_REMOVE_DEVICE_FROM_WHITE_LIST
+0x13 HCI_LE_CONNECTION_UPDATE
+0x14 HCI_LE_SET_HOST_CHANNEL_CLASSIFICATION
+0x15 HCI_LE_READ_CHANNEL_MAP
+0x16 HCI_LE_READ_REMOTE_USED_FEATURES
+0x17 HCI_LE_ENCRYPT
+0x18 HCI_LE_RAND
+0x19 HCI_LE_START_ENCRYPTION
+0x1A HCI_LE_LONG_TERM_KEY_REQUEST_REPLY
+0x1B HCI_LE_LONG_TERM_KEY_REQUEST_NEGATIVE_REPLY
+0x1C HCI_LE_READ_SUPPORTED_STATES
+0x1D HCI_LE_RECEIVER_TEST
+0x1E HCI_LE_TRANSMITTER_TEST
+0x1F HCI_LE_TEST_END
+0x20 HCI_LE_REMOTE_CONNECTION_PARAMETER_REQUEST_REPLY
+0x21 HCI_LE_REMOTE_CONNECTION_PARAMETER_REQUEST_NEGATIVE_REPLY
+)
+(
+0x01 HCI_EVENT_INQUIRY_COMPLETE
+0x02 HCI_EVENT_INQUIRY_RESULT
+0x03 HCI_EVENT_CONNECTION_COMPLETE
+0x04 HCI_EVENT_CONNECTION_REQUEST
+0x05 HCI_EVENT_DISCONNECTION_COMPLETE
+0x06 HCI_EVENT_AUTHENTICATION_COMPLETE
+0x07 HCI_EVENT_REMOTE_NAME_REQUEST_COMPLETE
+0x08 HCI_EVENT_ENCRYPTION_CHANGE_COMPLETE
+0x09 HCI_EVENT_CHANGE_CONNECTION_LINK_KEY_COMPLETE
+0x0A HCI_EVENT_MASTER_LINK_KEY_COMPLETE
+0x0B HCI_EVENT_READ_REMOTE_FEATURES_COMPLETE
+0x0C HCI_EVENT_READ_REMOTE_VERSION_INFORMATION_COMPLETE
+0x0D HCI_EVENT_QOS_SETUP_COMPLETE
+0x0E HCI_EVENT_COMMAND_COMPLETE
+0x0F HCI_EVENT_COMMAND_STATUS
+0x10 HCI_EVENT_HARDWARE_ERROR
+0x11 HCI_EVENT_FLUSH_OCCURRED
+0x12 HCI_EVENT_ROLE_CHANGE
+0x13 HCI_EVENT_NUM_COMPLETED_PACKETS
+0x14 HCI_EVENT_MODE_CHANGE
+0x15 HCI_EVENT_RETURN_LINK_KEYS
+0x16 HCI_EVENT_PIN_CODE_REQUEST
+0x17 HCI_EVENT_LINK_KEY_REQUEST
+0x18 HCI_EVENT_LINK_KEY_NOTIFICATION
+0x19 HCI_EVENT_LOOPBACK_COMMAND
+0x1A HCI_EVENT_DATA_BUFFER_OVERFLOW
+0x1B HCI_EVENT_MAX_SLOTS_CHANGE
+0x1C HCI_EVENT_READ_CLOCK_OFFSET_COMPLETE
+0x1D HCI_EVENT_CONNECTION_PACKET_TYPE_CHANGED
+0x1E HCI_EVENT_QOS_VIOLATION
+0x1F HCI_EVENT_PAGE_SCAN_MODE_CHANGE
+0x20 HCI_EVENT_PAGE_SCAN_REPETITION_MODE_CHANGE
+0x21 HCI_EVENT_FLOW_SPECIFICATION_COMPLETE
+0x22 HCI_EVENT_INQUIRY_RESULT_WITHRSSI
+0x23 HCI_EVENT_READ_REMOTE_EXT_FEATURES_COMPLETE
+0x2C HCI_EVENT_SCO_CONNECTION_COMPLETE
+0x2D HCI_EVENT_SCO_CONNECTION_CHANGED
+0x2E HCI_EVENT_SNIFF_SUBRATING
+0x2F HCI_EVENT_EXT_INQUIRY_RESULT
+0x30 HCI_EVENT_ENCRYPT_KEY_REFRESH_COMPLETE
+0x31 HCI_EVENT_IO_CAP_REQ
+0x32 HCI_EVENT_IO_CAP_RESPONSE
+0x33 HCI_EVENT_USER_CONFIRMATION_REQUEST
+0x34 HCI_EVENT_UESR_PASSKEY_REQUEST
+0x35 HCI_EVENT_REMOTE_OOB_DATA_REQUEST
+0x36 HCI_EVENT_SIMPLE_PAIRING_COMPLETE
+0x38 HCI_EVENT_LINK_SUPERVISION_TIMEOUT_CHANGED
+0x39 HCI_EVENT_ENHANCED_FLUSH_COMPLETE
+0x3B HCI_EVENT_USER_PASSKEY_NOTIFICATION
+0x3C HCI_EVENT_KEYPRESS_NOTIFICATION
+0x3D HCI_EVENT_REMOTE_HOST_SUPPORTED_FEATURES_NOTIFICATION 
+0x3E HCI_EVENT_LE_META_EVENT
+0x40 HCI_EVENT_PHYSICAL_LINK_COMPLETE
+0x41 HCI_EVENT_CHANNEL_SELECTED
+0x42 HCI_EVENT_DISCONNECTION_PHYSICAL_LINK_COMPLETE
+0x43 HCI_EVENT_PHYSICAL_LINK_LOSS_EARLY_WARNING
+0x44 HCI_EVENT_PHYSICAL_LINK_RECOVERY
+0x45 HCI_EVENT_LOGICAL_LINK_COMPLETE
+0x46 HCI_EVENT_DISCONNECTION_LOGICAL_LINK_COMPLETE
+0x47 HCI_EVENT_FLOW_SPEC_MODIFY_COMPLETE
+0x48 HCI_EVENT_NUMBER_OF_COMPLETED_DATA_BLOCKS
+0x49 HCI_EVENT_AMP_START_TEST
+0x4A HCI_EVENT_AMP_TEST_END
+0x4B HCI_EVENT_AMP_RECEIVER_REPORT
+0x4C HCI_EVENT_SHORT_RANGE_MODE_CHANGE_COMPLETE
+0x4D HCI_EVENT_AMP_STATUS_CHANGE
+0x4E HCI_EVENT_TRIGGERED_CLOCK_CAPTURE
+0x4F HCI_EVENT_SYNCHRONIZATION_TRAIN_COMPLETE
+0x50 HCI_EVENT_SYNCHRONIZATION_TRAIN_RECEIVED
+0x51 HCI_EVENT_CONNECTIONLESS_SLAVE_BROADCAST_RECEIVE
+0x52 HCI_EVENT_CONNECTIONLESS_SLAVE_BROADCAST_TIMEOUT
+0x53 HCI_EVENT_TRUNCATED_PAGE_COMPLETE
+0x54 HCI_EVENT_SLAVE_PAGE_RESPONSE_TIMEOUT
+0x55 HCI_EVENT_CONNECTIONLESS_SLAVE_BROADCAST_CHANNEL_MAP_CHANGE
+0x56 HCI_EVENT_INQUIRY_RESPONSE_NOTIFICATION
+0x57 HCI_EVENT_AUTHENTICATED_PAYLOAD_TIMEOUT_EXPIRED
+
+0xFE HCI_EVENT_LOGO_TESTING
+0xFF HCI_EVENT_VENDOR_SPECIFIC
+)
+(
+0x01 HCI_VENDOR_EVENT_COMMU_READY
+)
+(
+0x01 HCI_LE_SUBEVENT_CONN_COMPLETE
+0x02 HCI_LE_SUBEVENT_ADV_REPORT
+0x03 HCI_LE_SUBEVENT_CONN_UPDATE_COMPLETE
+0x04 HCI_LE_SUBEVENT_REMOTE_FEATURE_COMPLETE
+0x05 HCI_LE_SUBEVENT_LTK_REQUEST
+0x06 HCI_LE_SUBEVENT_REMOTE_CONN_PARAM_REQ
+)
+(
+
+0x01 HID_TYPE_CONTROL
+0x04 HID_TYPE_GET_REPORT
+0x05 HID_TYPE_SET_REPORT
+0x07 HID_TYPE_SET_PROTOCOL
+0x09 HID_TYPE_SET_IDLE
+0x0a HID_TYPE_DATA
+
+0x01 HID_REPORT_ID_KB
+
+0x00 HID_CONTROL_P_NOOPERATION
+0x01 HID_CONTROL_P_HARDRESET
+0x02 HID_CONTROL_P_SOFTRESET
+0x03 HID_CONTROL_P_SUSPEND
+0x04 HID_CONTROL_P_EXITSUSPEND
+0x05 HID_CONTROL_P_VIRTUALCABLEUNPLUG
+)
+0x00 KEYSCAN_OFFECT_COL_NUM
+0x01 KEYSCAN_OFFECT_ROW_NUM
+0x02 KEYSCAN_OFFECT_COL_CONF_PIN
+0x06 KEYSCAN_OFFECT_ROW_CONF_PIN
+0x0a KEYSCAN_OFFECT_ROW_COUNT
+0x0b KEYSCAN_OFFECT_SHIFT_COUNT
+0X0C KEYSCAN_OFFECT_VALUE_TEMP
+0X0E KEYSCAN_OFFECT_LASVALUE
+0X10 KEYSCAN_OFFECT_VALUE
+0x12 KEYSCAN_OFFECT_BTCLK
+0x16 KEYSCAN_OFFECT_BTCLK_INTERVAL
+(
+256 l2cap_lpm_txbuf_len
+)
+(
+4 L2CAP_TX_FIFO_SIZE
+8 L2CAP_TX_BUFF_CNT
+
+)
+(
+0x0002 L2CAP_SIG_EXT_FEATRUE
+0x0003 L2CAP_SIG_FIX_FEATRUE
+)
+(
+0 HS_IDLE
+1 AG_INIT_CALL
+2 HS_INIT_CALL
+)
+(
+0 M_ACL_LINK_ABSENT
+1 M_ACL_LINK_EXIST
+)
+(
+0 L2CAP_INUSE_BUFF1
+1 L2CAP_INUSE_BUFF2
+)
+(
+1 MAX_NUM_LINKS_ALLOWED
+1 MAX_NUM_SCO_ALLOWED
+1 ACL_LINK_PRESENT
+0 ACL_LINK_ABSENT
+)
+(
+1 L2CAP_RX_DONE 
+0 L2CAP_RX_CLEAR
+)
+(
+0 L2CAP_DISCONNECT_INTERRUPT
+1 RFCOMM_wants_service
+2 L2CAP_sig_Tx_buff_full
+3 RFCOMM_Tx_buff_full
+4 SDP_Tx_buff_full
+5 got_complete_L2CAP_pkt	
+6 L2CAP_init_Config_Req
+7 L2CAP_DISCONNECT_CONTROL
+)
+(
+0 UI_NEED_SERVICE
+)
+(
+0x0001 L2CAP_signal_channel
+0x0050 L2CAP_SDP_channel
+0x0051 L2CAP_RFCOMM_channel
+0x0052 L2CAP_HID_Control_channel   
+0x0053 L2CAP_HID_Interrupt_channel
+0x0077 L2CAP_AVDTP_signal_channel		//------avdtp
+0x0078 L2CAP_AVDTP_media_channel
+0x0079 L2CAP_AVDTP_report_channel
+0x0080 L2CAP_AVDTP_recovery_channel
+0x00dd L2CAP_AVCTP_Control_channel
+)
+(
+0x00 reserved
+0x01 signal_cmd_reject
+0x02 signal_connect_req
+0x03 signal_connect_rsp
+0x04 signal_config_req
+0x05 signal_config_rsp
+0x06 signal_disconnect_req
+0x07 signal_disconnect_rsp
+0x08 signal_echo_req
+0x09 signal_echo_rsp
+0x0a signal_info_req
+0x0b signal_info_rsp
+)
+(
+0x0000 cmd_not_understood
+0x0001 signalling_MTU_exceeded
+0x0002 invalid_CID_in_req
+)
+(
+0x0001 PSM_SDP
+0x0003 PSM_RFCOMM
+0x0005 PSM_TCS
+0x0011 PSM_HID_control
+0x0013 PSM_HID_interrupt
+0x0017 PSM_AVCTP
+0x0019 PSM_AVDTP
+)
+(
+0x0000 L2CAP_connect_successful
+0x0001 L2CAP_connect_pending
+0x0002 L2CAP_connect_refused_PSM_unsupported
+0x0003 L2CAP_connect_refused_security_block
+0x0004 L2CAP_connect_refused_no_resources
+)
+(
+0x0000 L2CAP_no_info_available
+0x0001 L2CAP_authentication_pending
+0x0002 L2CAP_authorization_pending
+)
+(
+0x0000 L2CAP_config_success
+0x0001 L2CAP_config_failure_bad_parameters
+0x0002 L2CAP_config_failure_no_reason
+0x0003 L2CAP_config_failure_unknown_options
+)
+(
+128 L2CAP_Rx_buff_size
+48  L2CAP_signal_Tx_buff_size
+128 SDP_Tx_buff_size
+128 RFCOMM_Tx_buff_size
+1 AM_ADDRESS
+3 DM1TYPE
+4 DH1TYPE
+11 DH3TYPE
+8 DVTYPE
+0 channel_state_closed
+1 channel_state_config
+2 channel_state_open
+0x0030 L2CAP_config_MTU_SDP
+0xffff L2CAP_config_ftimeout_SDP
+0x03e3 L2CAP_config_MTU_RFCOMM
+0xffff L2CAP_config_ftimeout_RFCOMM
+260 l2cap_max_pkt_len
+)
+(
+0 FAILURE
+1 SUCCESS
+2 IN_PROGRESS
+)
+(
+0x00	IDLE
+0x01	WAIT_4_BB_PAGE
+0x02	WAIT_4_LMP_CONN
+0x03	WAIT_4_SCO_CONN
+0x04	WAIT_4_SCO_KILLED
+)
+(
+0 STOP_ENC
+1 SEND_SWITCH_REQ
+)
+(
+0 HF_HS_READY
+1 HF_AG_READY
+)
+(
+0 HF_STATE_WAITING_RFCOMM_CONN
+1 HF_STATE_HF_SEND_FEATURE
+2 HF_STATE_WAITING_AG_FEATURE_OK
+3 HF_STATE_HF_SEND_INDICATORS
+4 HF_STATE_WAITING_AG_INDICATORS_OK
+5 HF_STATE_HF_SEND_CURR_STATUS
+6 HF_STATE_WAITING_AG_STATUS_OK
+7 HF_STATE_HF_SEND_UPDATE_STATUS
+8 HF_STATE_WAITING_AG_UPDATE_STATUS_OK
+9 HF_STATE_CONNECTED
+0x0a HF_STATE_HF_SEND_RECEIVE_INFO
+0x0b HF_STATE_WAITING_AG_INFO
+0x0c HF_STATE_HF_SEND_AT_CLIP
+0x0d HF_STATE_WAITING_AT_CLIP
+0x0e HF_STATE_HF_SEND_AT_CCWA
+0x0f HF_STATE_WAITING_AT_CCWA
+)
+(
+0 HF_CALL_STATE_INACTIVE
+1 HF_CALL_STATE_SETUP
+2 HF_CALL_STATE_ACTIVE 
+)
+(
+0 PAIR_INQUIRY_START
+1 PAIR_INQUIRY_TIME_OUT
+2 PAIR_INQUIRY_FAILED
+3 PAIR_INQUIRY_SUCCESS
+4 PAIR_READY_CONN
+5 PAIR_WAIT_CANCEL_RESPONSE
+6 PAIR_CONN_SUCCESS
+7 PAIR_WAIT_DETACH
+)  
+(
+0 FORCE_AUTHENTICATION
+)
+(
+0 PROTECOL_BOOT 
+1 PROTECOL_REPORT
+)
+(
+1 UPPERSM_SEND_SDP_CONN_REQ
+2 UPPERSM_SEND_SDP_CFG_REQ
+3 UPPERSM_SEND_SDP_HF_SS
+4 UPPERSM_SEND_SDP_DISC_REQ
+5 UPPERSM_SEND_RFCOMM_CONN_REQ
+6 UPPERSM_SEND_RFCOMM_CFG_REQ
+7 UPPERSM_SEND_SABM_CMD
+8 UPPERSM_SEND_DISC
+9 UPPERSM_SEND_WAIT
+10 UPPERSM_SEND_HID_CONTROL_CONN_REQ
+11 UPPERSM_SEND_HID_CONTROL_CFG_REQ
+12 UPPERSM_SEND_HID_INTERRUPT_CONN_REQ
+13 UPPERSM_SEND_HID_INTERRUPT_CFG_REQ
+14 UPPERSM_SEND_SDP_HS_SS
+15 UPPERSM_SEND_SDP_PBAP_SS
+16 UPPERSM_SEND_SDP_AVTARG_SS
+)
+(
+1 UPPERSM_RP_SEND_SDP_CONN_REQ
+2 UPPERSM_RP_SEND_SDP_CFG_REQ
+3 UPPERSM_RP_SEND_SDP_HF_SS
+4 UPPERSM_RP_SEND_SDP_HS_SS
+5 UPPERSM_RP_SEND_SDP_PBAP_SS
+6 UPPERSM_RP_SEND_SDP_AVTARG_SS
+7 UPPERSM_RP_SEND_SDP_DISC_REQ
+8 UPPERSM_RP_SEND_AVCTP_CONN_REQ
+9 UPPERSM_RP_SEND_AVCTP_CFG_REQ
+)
+(
+0 MSCHEDULER_HID_CONTROL_CONN_DONE
+1 MSCHEDULER_HID_INTERRUPT_CONN_DONE
+2 MSCHEDULER_HID_CONTROL_CFG_REQ_DONE
+3 MSCHEDULER_HID_CONTROL_CFG_RSP_DONE
+4 MSCHEDULER_HID_INTERRUPT_CFG_REQ_DONE
+5 MSCHEDULER_HID_INTERRUPT_CFG_RSP_DONE
+6 MSCHEDULER_HID_CONTROL_DISC_DONE
+7 MSCHEDULER_HID_INTERRUPT_DISC_DONE
+)
+(
+0x00 UI_DATA_EVNET_NONE
+0x01 UI_DATA_EVNET_HID
+0x02 UI_DATA_EVNET_AVDTP_S
+0x03 UI_DATA_EVNET_AVDTP_M
+0x04 UI_DATA_EVNET_AVCTP
+0x05 UI_DATA_EVNET_HS
+0x06 UI_DATA_EVNET_HF
+0x07 UI_DATA_EVNET_SPP
+0x08 UI_DATA_EVNET_OBEX
+)
+(
+0x00 UI_DATA_TX_NONE
+0x01 UI_DATA_TX_HID
+0x02 UI_DATA_TX_AVDTP_S
+0x03 UI_DATA_TX_AVDTP_M
+0x04 UI_DATA_TX_AVCTP
+0x05 UI_DATA_TX_HS
+0x06 UI_DATA_TX_HF
+0x07 UI_DATA_TX_SPP
+0x08 UI_DATA_TX_OBEX
+0x10 ACL_TX_L2CAP_SIGNAL
+0x11 ACL_TX_SDP
+0x12 ACL_TX_RFCOMM
+
+)
+(
+0 L2CAP_SDP_interface_conn
+1 L2CAP_SDP_interface_cfg
+)
+(                                   
+0 L2CAP_CHANNEL_STATE_CONN_REQ      
+1 L2CAP_CHANNEL_STATE_CONN_RES      
+2 L2CAP_CHANNEL_STATE_SND_CFG_REQ   
+3 L2CAP_CHANNEL_STATE_SND_CFG_RES   
+4 L2CAP_CHANNEL_STATE_RCV_CFG_REQ   
+5 L2CAP_CHANNEL_STATE_RCV_CFG_RES
+6 L2CAP_CHANNEL_RFCOMM_ONLY_SABM
+7 L2CAP_CHANNEL_RFCOMM_ONLY_UA
+6 L2CAP_CHANNEL_AVDTP_SIGNAL_INIT //set avdtp init complete
+6 L2CAP_CHANNEL_HID_HANDSHAKE_DONE
+0x3f L2CAP_CHANNEL_SETUP_COMPLETE
+0x7f L2CAP_CHANNEL_AVDTP_SIGNAL_COMPLETE
+0xff L2CAP_CHANNEL_RFCOMM_DLCI0_OPENED
+)                                     
+(
+0 L2CAP_AVDTP_SIGNAL_CONNECT
+1 L2CAP_AVDTP_SIGNAL_CONFIG
+2 L2CAP_AVDTP_MEDIA_CONNECT
+3 L2CAP_AVDTP_MEDIA_CONFIG
+4 L2CAP_AVDTP_REPORT_CONNECT
+5 L2CAP_AVDTP_REPORT_CONFIG
+6 L2CAP_AVDTP_RECOVERY_CONNECT
+7 L2CAP_AVDTP_RECOVERY_CONFIG
+)
+(
+0 L2CAP_AVCTP_SIGNAL_CONNECT
+1 L2CAP_AVCTP_SIGNAL_CONFIG
+)
+127 L2CAP_SIGNAL_MALLOC_SIZE
+(
+0 RFCOMM_MALLOC_SUCCEED
+1 RFCOMM_MALLOC_FAIL
+)
+(
+0 L2CAP_FLOW_CTRL_DISABLE
+1 L2CAP_FLOW_CTRL_ENABLE
+)
+	(
+	//bit flag:mem_classic_bt_flag
+	0 FLAG_SSP_REJECT_JUSTWORK
+	1 SHORT_MULT_FLAG
+	)
+	(
+	//bit map
+	0 pair_state_inrand
+	1 pair_state_inrand_acpt
+	2 pair_state_send_comb
+	3 pair_state_recv_comb
+	4 pair_state_send_aurand
+	5 pair_state_recv_sres
+	6 pair_state_recv_aurand
+	7 pair_state_send_sres	
+	)
+	(
+	1 LMP_NAME_REQ 
+	2 LMP_NAME_RES 
+	3 LMP_ACCEPTED 
+	4 LMP_NOT_ACCEPTED 
+	5 LMP_CLKOFFSET_REQ 
+	6 LMP_CLKOFFSET_RES 
+	7 LMP_DETACH 
+	8 LMP_IN_RAND 
+	9 LMP_COMB_KEY 
+	10 LMP_UNIT_KEY 
+	11 LMP_AU_RAND 
+	12 LMP_SRES 
+	13 LMP_TEMP_RAND 
+	14 LMP_TEMP_KEY 
+	15 LMP_ENCRYPTION_MODE_REQ 
+	16 LMP_ENCRYPTION_KEY_SIZE_REQ 
+	17 LMP_START_ENCRYPTION_REQ 
+	18 LMP_STOP_ENCRYPTION_REQ 
+	19 LMP_SWITCH_REQ 
+	20 LMP_HOLD
+	21 LMP_HOLD_REQ
+	23 LMP_SNIFF_REQ 
+	24 LMP_UNSNIFF_REQ 
+	26 LMP_PARK_REQ 
+	27 LMP_SET_BROADCAST_SCAN_WINDOW 
+	28 LMP_MODIFY_BEACON 
+	29 LMP_UNPARK_BD_ADDR_REQ 
+	30 LMP_UNPARK_PM_ADDR_REQ 
+	31 LMP_INCR_POWER_REQ 
+	32 LMP_DECR_POWER_REQ 
+	33 LMP_MAX_POWER 
+	34 LMP_MIN_POWER 
+	35 LMP_AUTO_RATE 
+	36 LMP_PREFERRED_RATE 
+	37 LMP_VERSION_REQ 
+	38 LMP_VERSION_RES 
+	39 LMP_FEATURES_REQ 
+	40 LMP_FEATURES_RES 
+	41 LMP_QUALITY_OF_SERVICE 
+	42 LMP_QUALITY_OF_SERVICE_REQ 
+	43 LMP_SCO_LINK_REQ 
+	44 LMP_REMOVE_SCO_LINK_REQ 
+	45 LMP_MAX_SLOT 
+	46 LMP_MAX_SLOT_REQ 
+	47 LMP_TIMING_ACCURACY_REQ 
+	48 LMP_TIMING_ACCURACY_RES 
+	49 LMP_SETUP_COMPLETE 
+	50 LMP_USE_SEMI_PERMANENT_KEY 
+	51 LMP_HOST_CONNECTION_REQ 
+	52 LMP_SLOT_OFFSET 
+	53 LMP_PAGE_MODE_REQ 
+	54 LMP_PAGE_SCAN_MODE_REQ 
+	55 LMP_SUPERVISION_TIMEOUT 
+	56 LMP_TEST_ACTIVATE
+	57 LMP_TEST_CONTROL
+	58 LMP_ENC_KEY_SIZE_MASK_REQ
+	59 LMP_ENC_KEY_SIZE_MASK_RES
+	60 LMP_SET_AFH
+
+	
+	61 LMP_ENCAPSULATED_HEADER
+	62 LMP_ENCAPSULATED_PAYLOAD
+	63 LMP_SIMPLE_PAIRING_CONFIRM
+	64 LMP_SIMPLE_PAIRING_NUMBER
+	65 LMP_DHKEY_CHECK
+	127 LMP_ESCAPE
+	127 LMP_ESCAPE_4      
+	)
+	(
+	129 LMP_EXT_ACCEPTED
+	130 LMP_NOT_ACCEPTED_EXT
+	131 LMP_EXT_FEATURES_REQ
+	132 LMP_EXT_FEATURES_RES
+	139 LMP_PACKET_TYPE_TABLE_REQ
+	140 LMP_EXT_ESCO_LINK_REQ
+	141 LMP_EXT_REMOVE_ESCO_REQ
+	144 LMP_EXT_CHN_CLASSIFICATION_REQ
+	145 LMP_EXT_CHN_CLASSIFICATION
+	149 LMP_SNIFF_SUBRATING_REQ
+	150 LMP_SNIFF_SUBRATING_RES
+	151 LMP_PAUSE_ENCRYPTION_REQ
+	152 LMP_RESUME_ENCRYPTION_REQ
+	153 LMP_IO_CAP_REQ
+	154 LMP_IO_CAP_RES
+	161 LMP_PING_REQ
+	162 LMP_PING_RES
+	)
+	(
+	0x05 AUTHENTICATION_FAILURE_ERROR
+	0x06 KEY_MISSING
+	0x0b ACL_CONNECTION_ALREADY_EXISTS
+	0x13 OTHER_END_TERMINATED
+	0x15 ABOUT_TO_POEWR_OFF
+	0x16 LOCAL_HOST
+	0x18 PAIRING_NOT_ALLOWED
+	0x19 UNKNOWN_LMP_PDU
+	0x1A UNSUPPORTED_LMP_FEATURE 
+	0x1F UNSPECIFIED_ERROR
+	0x20 UNSUPPORTED_PARAMETERS
+	0x21 SWITCH_NOT_ALLOWED
+	0x23 TRANSACTION_COLLISION
+	0x24 PDU_NOT_ALLOWED
+	0x25 ENCRYPTION_MODE_NOT_ACCEPTABLE
+	0x2e NOT_SUPPORT_CHN_CLASSIFICATION
+	0x37 NOT_SUPPORT_SSP
+	)
+	(
+	0 PAUSE_TEST_MODE
+	1 ZERO_PATTERN
+	2 ONE_PATTERN
+	3 ALT_PATTERN
+	4 PSEUDORANDOM
+	5 CLOSED_LOOP_BACK_ACL
+	6 CLOSED_LOOP_BACK_SCO
+	7 ACL_WITHOUT_WHITENING
+	8 SCO_WITHOUT_WHITENING
+	9 ALT2_PATTERN
+	255 EXIT_TEST_MODE
+	)
+	(
+	0 FIXED_FREQ
+	1 NORMAL_HOP
+	)
+	(
+	0 TID_NORM_REPLY
+	1 TID_NORM_SEND
+	2 TID_ONE
+	3 TID_ZERO
+	4 TID_PAIRING
+	5 TID_ENCRYPTION
+	6 TID_VARIABLE
+	7 TID_RX
+	)
+	(
+	0 lmp_incoming
+	1 lmp_outgoing
+	2 lmp_reject_msg
+	3 lmp_clear_msg
+	4 upper_reject_msg
+	5 upper_clear_msg
+	)
+(
+0x2ee00 TIMER_ONE_MINUTE //96000*2
+80 TIMER_SWITCH_WAITE
+12 TIMER_ENPT_WAITE
+)
+(
+0 SWITCH_FLAG_INIT
+1 SWITCH_FLAG_ACCEPT
+2 SWITCH_FLAG_NOT_ACCEPT
+)
+(
+0 NULL_ENCRYP
+1 DONE_ENCRYP
+)
+(
+3 LMP_FEATURES_EXT_PAGE1_SC_HOST_BIT
+)
+(
+8 LMP_FEATURES_EXT_PAGE2_SC_CONTROLLER_BIT
+)
+(
+0 REMOTE_BR_SC_HOST_BIT
+1 REMOTE_BR_SC_CONTROLLER_BIT
+)
+(
+0xff0 mem_mcmd
+0xff1 mem_mouse_data
+)
+(
+0x1000 mem_le_l2cap_buf		//0x400
+0x1000 mem_l2cap_rxbuff1		//0x400
+0x1400 mem_l2cap_rxbuff2		//0x400
+//end address:0x17ff
+)
+(
+0x1800 mem_tx_buff0		//128
+0x0080 mem_bt_l2cap_tx_buff_size
+0x1400 mem_ble_tx_buff0
+0x0100 mem_ble_l2cap_tx_buff_size
+)
+(
+0x1800 mem_le_tx_buffer0
+0x1900 mem_le_tx_buffer1
+0x1a00 mem_le_tx_buffer2
+0x1b00 mem_le_tx_buffer3
+//end addr:0x1dff
+)
+(
+0x1800 mem_h5rx_buf//0x400
+0x1bff mem_h5rx_buf_end
+0x1c00 mem_h5tx_buf
+0x1fff mem_h5tx_buf_end
+)
+(
+0x1800 mem_ir_record
+0x1c      mem_ir_record_max
+)
+0x4c00 mem_savelist
+(
+7 context_num_new_m1
+8 context_num_new
+96 context_size_new
+)
+(
+0x4040 mem_anchor_array
+)
+(
+	  0 patch00_0
+	  1 patch00_1
+	  2 patch00_2
+	  3 patch00_3
+	  4 patch00_4
+	  5 patch00_5
+	  6 patch00_6
+	  7 patch00_7
+	  8 patch01_0
+	  9 patch01_1
+	 10 patch01_2
+	 11 patch01_3
+	 12 patch01_4
+	 13 patch01_5
+	 14 patch01_6
+	 15 patch01_7
+	 16 patch02_0
+	 17 patch02_1
+	 18 patch02_2
+	 19 patch02_3
+	 20 patch02_4
+	 21 patch02_5
+	 22 patch02_6
+	 23 patch02_7
+	 24 patch03_0
+	 25 patch03_1
+	 26 patch03_2
+	 27 patch03_3
+	 28 patch03_4
+	 29 patch03_5
+	 30 patch03_6
+	 31 patch03_7
+	 32 patch04_0
+	 33 patch04_1
+	 34 patch04_2
+	 35 patch04_3
+	 36 patch04_4
+	 37 patch04_5
+	 38 patch04_6
+	 39 patch04_7
+	 40 patch05_0
+	 41 patch05_1
+	 42 patch05_2
+	 43 patch05_3
+	 44 patch05_4
+	 45 patch05_5
+	 46 patch05_6
+	 47 patch05_7
+	 48 patch06_0
+	 49 patch06_1
+	 50 patch06_2
+	 51 patch06_3
+	 52 patch06_4
+	 53 patch06_5
+	 54 patch06_6
+	 55 patch06_7
+	 56 patch07_0
+	 57 patch07_1
+	 58 patch07_2
+	 59 patch07_3
+	 60 patch07_4
+	 61 patch07_5
+	 62 patch07_6
+	 63 patch07_7
+	 64 patch08_0
+	 65 patch08_1
+	 66 patch08_2
+	 67 patch08_3
+	 68 patch08_4
+	 69 patch08_5
+	 70 patch08_6
+	 71 patch08_7
+	 72 patch09_0
+	 73 patch09_1
+	 74 patch09_2
+	 75 patch09_3
+	 76 patch09_4
+	 77 patch09_5
+	 78 patch09_6
+	 79 patch09_7
+	 80 patch0a_0
+	 81 patch0a_1
+	 82 patch0a_2
+	 83 patch0a_3
+	 84 patch0a_4
+	 85 patch0a_5
+	 86 patch0a_6
+	 87 patch0a_7
+	 88 patch0b_0
+	 89 patch0b_1
+	 90 patch0b_2
+	 91 patch0b_3
+	 92 patch0b_4
+	 93 patch0b_5
+	 94 patch0b_6
+	 95 patch0b_7
+	 96 patch0c_0
+	 97 patch0c_1
+	 98 patch0c_2
+	 99 patch0c_3
+	100 patch0c_4
+	101 patch0c_5
+	102 patch0c_6
+	103 patch0c_7
+	104 patch0d_0
+	105 patch0d_1
+	106 patch0d_2
+	107 patch0d_3
+	108 patch0d_4
+	109 patch0d_5
+	110 patch0d_6
+	111 patch0d_7
+	112 patch0e_0
+	113 patch0e_1
+	114 patch0e_2
+	115 patch0e_3
+	116 patch0e_4
+	117 patch0e_5
+	118 patch0e_6
+	119 patch0e_7
+	120 patch0f_0
+	121 patch0f_1
+	122 patch0f_2
+	123 patch0f_3
+	124 patch0f_4
+	125 patch0f_5
+	126 patch0f_6
+	127 patch0f_7
+	128 patch10_0
+	129 patch10_1
+	130 patch10_2
+	131 patch10_3
+	132 patch10_4
+	133 patch10_5
+	134 patch10_6
+	135 patch10_7
+	136 patch11_0
+	137 patch11_1
+	138 patch11_2
+	139 patch11_3
+	140 patch11_4
+	141 patch11_5
+	142 patch11_6
+	143 patch11_7
+	144 patch12_0
+	145 patch12_1
+	146 patch12_2
+	147 patch12_3
+	148 patch12_4
+	149 patch12_5
+	150 patch12_6
+	151 patch12_7
+	152 patch13_0
+	153 patch13_1
+	154 patch13_2
+	155 patch13_3
+	156 patch13_4
+	157 patch13_5
+	158 patch13_6
+	159 patch13_7
+	160 patch14_0
+	161 patch14_1
+	162 patch14_2
+	163 patch14_3
+	164 patch14_4
+	165 patch14_5
+	166 patch14_6
+	167 patch14_7
+	168 patch15_0
+	169 patch15_1
+	170 patch15_2
+	171 patch15_3
+	172 patch15_4
+	173 patch15_5
+	174 patch15_6
+	175 patch15_7
+	176 patch16_0
+	177 patch16_1
+	178 patch16_2
+	179 patch16_3
+	180 patch16_4
+	181 patch16_5
+	182 patch16_6
+	183 patch16_7
+	184 patch17_0
+	185 patch17_1
+	186 patch17_2
+	187 patch17_3
+	188 patch17_4
+	189 patch17_5
+	190 patch17_6
+	191 patch17_7
+	192 patch18_0
+	193 patch18_1
+	194 patch18_2
+	195 patch18_3
+	196 patch18_4
+	197 patch18_5
+	198 patch18_6
+	199 patch18_7
+	200 patch19_0
+	201 patch19_1
+	202 patch19_2
+	203 patch19_3
+	204 patch19_4
+	205 patch19_5
+	206 patch19_6
+	207 patch19_7
+	208 patch1a_0
+	209 patch1a_1
+	210 patch1a_2
+	211 patch1a_3
+	212 patch1a_4
+	213 patch1a_5
+	214 patch1a_6
+	215 patch1a_7
+	216 patch1b_0
+	217 patch1b_1
+	218 patch1b_2
+	219 patch1b_3
+	220 patch1b_4
+	221 patch1b_5
+	222 patch1b_6
+	223 patch1b_7
+	224 patch1c_0
+	225 patch1c_1
+	226 patch1c_2
+	227 patch1c_3
+	228 patch1c_4
+	229 patch1c_5
+	230 patch1c_6
+	231 patch1c_7
+	232 patch1d_0
+	233 patch1d_1
+	234 patch1d_2
+	235 patch1d_3
+	236 patch1d_4
+	237 patch1d_5
+	238 patch1d_6
+	239 patch1d_7
+	240 patch1e_0
+	241 patch1e_1
+	242 patch1e_2
+	243 patch1e_3
+	244 patch1e_4
+	245 patch1e_5
+	246 patch1e_6
+	247 patch1e_7
+	248 patch1f_0
+	249 patch1f_1
+	250 patch1f_2
+	251 patch1f_3
+	252 patch1f_4
+	253 patch1f_5
+	254 patch1f_6
+	255 patch1f_7
+	  0 patch20_0
+	  1 patch20_1
+	  2 patch20_2
+	  3 patch20_3
+	  4 patch20_4
+	  5 patch20_5
+	  6 patch20_6
+	  7 patch20_7
+	  8 patch21_0
+	  9 patch21_1
+	 10 patch21_2
+	 11 patch21_3
+	 12 patch21_4
+	 13 patch21_5
+	 14 patch21_6
+	 15 patch21_7
+	 16 patch22_0
+	 17 patch22_1
+	 18 patch22_2
+	 19 patch22_3
+	 20 patch22_4
+	 21 patch22_5
+	 22 patch22_6
+	 23 patch22_7
+	 24 patch23_0
+	 25 patch23_1
+	 26 patch23_2
+	 27 patch23_3
+	 28 patch23_4
+	 29 patch23_5
+	 30 patch23_6
+	 31 patch23_7
+	 32 patch24_0
+	 33 patch24_1
+	 34 patch24_2
+	 35 patch24_3
+	 36 patch24_4
+	 37 patch24_5
+	 38 patch24_6
+	 39 patch24_7
+	 40 patch25_0
+	 41 patch25_1
+	 42 patch25_2
+	 43 patch25_3
+	 44 patch25_4
+	 45 patch25_5
+	 46 patch25_6
+	 47 patch25_7
+	 48 patch26_0
+	 49 patch26_1
+	 50 patch26_2
+	 51 patch26_3
+	 52 patch26_4
+	 53 patch26_5
+	 54 patch26_6
+	 55 patch26_7
+	 56 patch27_0
+	 57 patch27_1
+	 58 patch27_2
+	 59 patch27_3
+	 60 patch27_4
+	 61 patch27_5
+	 62 patch27_6
+	 63 patch27_7
+	 64 patch28_0
+	 65 patch28_1
+	 66 patch28_2
+	 67 patch28_3
+	 68 patch28_4
+	 69 patch28_5
+	 70 patch28_6
+	 71 patch28_7
+	 72 patch29_0
+	 73 patch29_1
+	 74 patch29_2
+	 75 patch29_3
+	 76 patch29_4
+	 77 patch29_5
+	 78 patch29_6
+	 79 patch29_7
+	 80 patch2a_0
+	 81 patch2a_1
+	 82 patch2a_2
+	 83 patch2a_3
+	 84 patch2a_4
+	 85 patch2a_5
+	 86 patch2a_6
+	 87 patch2a_7
+	 88 patch2b_0
+	 89 patch2b_1
+	 90 patch2b_2
+	 91 patch2b_3
+	 92 patch2b_4
+	 93 patch2b_5
+	 94 patch2b_6
+	 95 patch2b_7
+	 96 patch2c_0
+	 97 patch2c_1
+	 98 patch2c_2
+	 99 patch2c_3
+	100 patch2c_4
+	101 patch2c_5
+	102 patch2c_6
+	103 patch2c_7
+	104 patch2d_0
+	105 patch2d_1
+	106 patch2d_2
+	107 patch2d_3
+	108 patch2d_4
+	109 patch2d_5
+	110 patch2d_6
+	111 patch2d_7
+	112 patch2e_0
+	113 patch2e_1
+	114 patch2e_2
+	115 patch2e_3
+	116 patch2e_4
+	117 patch2e_5
+	118 patch2e_6
+	119 patch2e_7
+	120 patch2f_0
+	121 patch2f_1
+	122 patch2f_2
+	123 patch2f_3
+	124 patch2f_4
+	125 patch2f_5
+	126 patch2f_6
+	127 patch2f_7
+	128 patch30_0
+	129 patch30_1
+	130 patch30_2
+	131 patch30_3
+	132 patch30_4
+	133 patch30_5
+	134 patch30_6
+	135 patch30_7
+	136 patch31_0
+	137 patch31_1
+	138 patch31_2
+	139 patch31_3
+	140 patch31_4
+	141 patch31_5
+	142 patch31_6
+	143 patch31_7
+	144 patch32_0
+	145 patch32_1
+	146 patch32_2
+	147 patch32_3
+	148 patch32_4
+	149 patch32_5
+	150 patch32_6
+	151 patch32_7
+	152 patch33_0
+	153 patch33_1
+	154 patch33_2
+	155 patch33_3
+	156 patch33_4
+	157 patch33_5
+	158 patch33_6
+	159 patch33_7
+	160 patch34_0
+	161 patch34_1
+	162 patch34_2
+	163 patch34_3
+	164 patch34_4
+	165 patch34_5
+	166 patch34_6
+	167 patch34_7
+	168 patch35_0
+	169 patch35_1
+	170 patch35_2
+	171 patch35_3
+	172 patch35_4
+	173 patch35_5
+	174 patch35_6
+	175 patch35_7
+	176 patch36_0
+	177 patch36_1
+	178 patch36_2
+	179 patch36_3
+	180 patch36_4
+	181 patch36_5
+	182 patch36_6
+	183 patch36_7
+	184 patch37_0
+	185 patch37_1
+	186 patch37_2
+	187 patch37_3
+	188 patch37_4
+	189 patch37_5
+	190 patch37_6
+	191 patch37_7
+	192 patch38_0
+	193 patch38_1
+	194 patch38_2
+	195 patch38_3
+	196 patch38_4
+	197 patch38_5
+	198 patch38_6
+	199 patch38_7
+	200 patch39_0
+	201 patch39_1
+	202 patch39_2
+	203 patch39_3
+	204 patch39_4
+	205 patch39_5
+	206 patch39_6
+	207 patch39_7
+	208 patch3a_0
+	209 patch3a_1
+	210 patch3a_2
+	211 patch3a_3
+	212 patch3a_4
+	213 patch3a_5
+	214 patch3a_6
+	215 patch3a_7
+	216 patch3b_0
+	217 patch3b_1
+	218 patch3b_2
+	219 patch3b_3
+	220 patch3b_4
+	221 patch3b_5
+	222 patch3b_6
+	223 patch3b_7
+	224 patch3c_0
+	225 patch3c_1
+	226 patch3c_2
+	227 patch3c_3
+	228 patch3c_4
+	229 patch3c_5
+	230 patch3c_6
+	231 patch3c_7
+	232 patch3d_0
+	233 patch3d_1
+	234 patch3d_2
+	235 patch3d_3
+	236 patch3d_4
+	237 patch3d_5
+	238 patch3d_6
+	239 patch3d_7
+	240 patch3e_0
+	241 patch3e_1
+	242 patch3e_2
+	243 patch3e_3
+	244 patch3e_4
+	245 patch3e_5
+	246 patch3e_6
+	247 patch3e_7
+	248 patch3f_0
+	249 patch3f_1
+	250 patch3f_2
+	251 patch3f_3
+	252 patch3f_4
+	253 patch3f_5
+	254 patch3f_6
+	255 patch3f_7
+
+)
+(
+	0x8000 core_chipid
+	0x8003 core_kick
+	0x8004 core_write_wdt
+	0x8005 core_lpm_wr
+	0x8006 core_misc_ctrl
+	0x8007 core_efuse_rdata
+	0x800a core_ccm_ctrl
+	0x800b core_write_wdt2
+	0x8010 core_reset
+	0x8011 core_encrypt
+	0x8012 core_lpm_wr2
+	0x8013 core_mpu_s0_saddr
+	0x8015 core_mpu_s0_eaddr
+	0x8017 core_mpu_s1_saddr
+	0x8019 core_mpu_s1_eaddr
+	0x8022 core_ucode_hi
+	0x8023 core_ucode_ctrl
+	0x8024 core_ucode_low
+	0x8025 core_ucode_data
+
+	0x8040 core_halfslot
+	0x8042 core_clksel
+	0x8043 core_uart_clksel
+	0x8043 core_config
+	0x8044 core_xtal_stable_time
+	0x8045 core_efuse_addr
+	0x8046 core_bist_ctrl
+	0x8047 core_efuse_ctrl
+	0x8048 core_ac_ctrl
+	0x804a core_ac_saddr
+	0x804c core_lpm_reg
+	0x804f core_lpm_isogate
+	0x8050 core_clkoff
+	0x8052 core_uart_baud
+	0x8053 core_sum_en
+	0x8054 core_uart_rsaddr
+	0x8056 core_uart_readdr
+	0x8058 core_uart_rrptr
+	0x805a core_uart_tsaddr
+	0x805c core_uart_teaddr
+	0x805e core_uart_twptr
+	0x8060 core_uart_ctrl
+	0x8061 core_uartb_ctrl
+	0x8062 core_uartb_baud
+	0x8064 core_uartb_rsaddr
+	0x8066 core_uartb_readdr
+	0x8068 core_uartb_rrptr
+	0x806a core_uartb_tsaddr
+	0x806c core_uartb_teaddr
+	0x806e core_uartb_twptr
+	0x8070 core_gpio_conf
+	0x8084 core_pwm_en
+	0x8085 core_aes_en
+	0x8086 core_spid_ctrl
+	0x8087 core_spid_delay
+	0x8088 core_spid_txlen
+	0x808a core_spid_txaddr
+	0x808c core_spid_rxaddr
+	0x808e core_spid_rxlen
+	0x8090 core_iicd_ctrl
+	0x8091 core_iicd_scl_low
+	0x8092 core_iicd_scl_high
+	0x8093 core_iicd_start_setup
+	0x8094 core_iicd_start_hold
+	0x8095 core_iicd_stop_setup
+	0x8096 core_iicd_data_setup
+	0x8097 core_iicd_data_hold
+	0x8098 core_iicd_txlen
+	0x809a core_iicd_txaddr
+	0x809c core_iicd_rxaddr
+	0x809e core_iicd_rxlen
+	0x80a0 core_pwm_pcnt0
+	0x80a2 core_pwm_ncnt0
+	0x80a4 core_pwm_pcnt1
+	0x80a6 core_pwm_ncnt1
+	0x80a8 core_pwm_pcnt2
+	0x80aa core_pwm_ncnt2
+	0x80ac core_pwm_pcnt3
+	0x80ae core_pwm_ncnt3
+	0x80b0 core_pwm_pcnt4
+	0x80b2 core_pwm_ncnt4
+	0x80b4 core_pwm_pcnt5
+	0x80b6 core_pwm_ncnt5
+	0x80b8 core_pwm_pcnt6
+	0x80ba core_pwm_ncnt6
+	0x80bc core_pwm_pcnt7
+	0x80be core_pwm_ncnt7
+	0x80c0 core_spid2_ctrl
+	0x80c1 core_spid2_delay
+	0x80c2 core_spid2_txlen
+	0x80c4 core_spid2_txaddr
+	0x80c6 core_spid2_rxaddr
+	0x80c8 core_spid2_rxlen
+	0x80ca core_nec_start_addr
+	0x80cc core_nec_end_addr
+	0x80ce core_nec_rptr
+	0x80d0 core_nec_control
+	0x80d1 core_ccm_input_playload_addr
+	0x80d3 core_ccm_output_playload_addr
+	0x80d5 core_ccm_aad0
+	0x80d6 core_ccm_aad1
+	0x80d7 core_ccm_aad2
+	0x80d8 core_pwm_init
+	0x80d9 core_ac_buf_len
+	0x80da core_ccm_inptr
+	0x80dc core_sum_ctrl
+	0x80dd core_pwm_srst
+	0x8108 core_misc_status
+	0x8109 core_qdec_cntx
+	0x810a core_watchdog_cnt
+	0x810b core_uart_status
+	0x810c core_uart_rbaud
+	0x810e core_uart_txitems
+	0x8110 core_uart_trptr
+	0x8112 core_uart_rxitems
+	0x8114 core_uart_rdptr
+	0x8116 core_uart_rwptr
+	0x8118 core_debug_baud
+	0x811a core_ccm_outptr
+	0x811c core_gpio_in
+	0x811d core_gpio_in1
+	0x8120 core_ucode_flag
+	0x8121 core_peripheral_lock
+	0x8122 core_nec_wptr
+	0x8124 core_current_efuse_addr
+	0x8126 core_spid2_remain
+	0x8128 core_spid_remain
+	0x812a core_iicd_remain
+	0x812c core_dma_status
+	0x812d core_perf_status
+	0x812e core_adc_in
+	0x8130 core_nec_rxitem
+	0x8134 core_lpm_ctrl2
+	0x8138 core_lpm_ctrl
+	0x813c core_lpm_xtalcnt
+	0x813d core_lpm_buckcnt
+	0x813e core_lpm_ldocnt
+	0x813f core_lpm_latch
+	0x8140 core_gpio_wakeup_low
+	0x8144 core_gpio_wakeup_high
+	0x8149 core_clk_counter
+	0x8150 core_adc_sum
+	0x8152 core_uartb_status
+	0x8152 core_uartb_rbaud
+	0x8154 core_uartb_txitems
+	0x8156 core_uartb_trptr
+	0x8158 core_uartb_rxitems
+	0x815a core_uartb_rdptr
+	0x815c core_uartb_rwptr
+
+	0x8203 core_ice_ctrl
+	0x8204 core_ice_status
+	0x8205 core_ice_break0
+	0x8207 core_ice_break1
+  
+	0x8280 core_docd_ctrl
+	0x8288 core_docd_paddr
+	0x828a core_docd_pdata
+
+	0x8900 modem_en
+	0x8938 mod_value_scale1
+	0x8960 core_rf_rx_agc_ctrl
+	0x8961 core_rf_rx_gain_fix
+	0x89a0 modem_rssi
+	0x89a1 modem_wb_pow
+	0x89a2 modem_nb_pow
+	0x89a3 modem_gain
+	0x89a4 modem_status
+
+	0x89f0 fpga_rf_gain
+	0x89f1 fpga_rf_gain_ctrl
+	0x89f2 fpga_uart_ctrl
+	0x89f3 fpga_uart_wdata
+	0x89f4 fpga_uart_rdata
+	0x89f5 fpga_uart_status
+
+	0x8921 core_rx_ctrl1
+	0x8a00 core_clkpll_ctrl0              
+	0x8a01 core_clkpll_ctrl1              
+	0x8a02 core_clkpll_ctrl2              
+	0x8a03 core_clkpll_cfg0               
+	0x8a04 core_clkpll_cfg1               
+	0x8a05 core_clkpll_cfg2               
+	0x8a06 core_clkpll_cfg3               
+	0x8a07 core_clkpll_cfg4               
+	0x8a08 core_clkpll_cfg5               
+	0x8a09 core_clkpll_cfg6               
+	0x8a0a core_rf_ldo_en0                
+	0x8a0b core_rf_ldo_en1                
+	0x8a0c core_rf_ldo_cfg0               
+	0x8a0d core_rf_ldo_cfg1               
+	0x8a0e core_rf_ldo_cfg2               
+	0x8a0f core_rf_ldo_cfg3               
+	0x8a10 core_rf_ldo_cfg4               
+	0x8a11 core_rf_ldo_cfg5               
+	0x8a12 core_rf_ldo_cfg6               
+	0x8a13 core_rf_ldo_cfg7               
+	0x8a14 core_rf_ldo_cfg8               
+	0x8a15 core_rf_ldo_cfg9               
+	0x8a16 core_syn_en                    
+	0x8a17 core_rx_en0                    
+	0x8a18 core_rx_en1                    
+	0x8a19 core_tx_en0                    
+	0x8a1a core_tx_en1                    
+	0x8a1b core_force_ctrl                
+	0x8a1c core_rx_lna_gc_gc0             
+	0x8a1d core_rx_lna_gc_gc1             
+	0x8a1e core_rx_lna_gc_gc2             
+	0x8a1f core_rx_lna_gc_gc3             
+	0x8a20 core_rx_lna_gc_gc4             
+	0x8a21 core_rx_lna_gc_gc5             
+	0x8a22 core_rx_lna_gc_gc6             
+	0x8a23 core_rx_lna_gc_gc7             
+	0x8a24 core_rx_lna_gc_gc8             
+	0x8a25 core_rx_lna_hg_isel_gc6        
+	0x8a26 core_rx_lna_hg_isel_gc7        
+	0x8a27 core_rx_lna_hg_isel_gc8        
+	0x8a28 core_rx_lna_lg_isel_gc0        
+	0x8a29 core_rx_lna_lg_isel_gc1        
+	0x8a2a core_rx_lna_lg_isel_gc2        
+	0x8a2b core_rx_lna_lg_isel_gc3        
+	0x8a2c core_rx_lna_lg_isel_gc4        
+	0x8a2d core_rx_lna_lg_isel_gc5        
+	0x8a2e core_rx_bq_gc_gc0              
+	0x8a2f core_rx_bq_gc_gc1              
+	0x8a30 core_rx_bq_gc_gc2              
+	0x8a31 core_rx_bq_gc_gc3              
+	0x8a32 core_rx_bq_gc_gc4              
+	0x8a33 core_rx_bq_gc_gc5              
+	0x8a34 core_rx_bq_gc_gc6              
+	0x8a35 core_rx_bq_gc_gc7              
+	0x8a36 core_rx_bq_gc_gc8              
+	0x8a37 core_rx_gain_force             
+	0x8a38 core_rx_lna_isel_force         
+	0x8a39 core_tx_pwr_ctrl0              
+	0x8a3a core_tx_pwr_ctrl1              
+	0x8a3b core_tx_pwr_ctrl2              
+	0x8a3c core_tx_pwr_ctrl3              
+	0x8a3d core_syn_top_ctrl              
+	0x8a3e core_syn_mmd_cp_ctrl           
+	0x8a3f core_syn_divr_int              
+	0x8a40 core_syn_divr_frac2            
+	0x8a41 core_syn_divr_frac1            
+	0x8a42 core_syn_divr_frac0            
+	0x8a43 core_syn_cal_ctrl              
+	0x8a44 core_rx_tiai_dcoc_gc0          
+	0x8a45 core_rx_tiaq_dcoc_gc0          
+	0x8a46 core_rx_tiai_dcoc_gc1          
+	0x8a47 core_rx_tiaq_dcoc_gc1          
+	0x8a48 core_rx_tiai_dcoc_gc2          
+	0x8a49 core_rx_tiaq_dcoc_gc2          
+	0x8a4a core_rx_tiai_dcoc_gc3          
+	0x8a4b core_rx_tiaq_dcoc_gc3          
+	0x8a4c core_rx_tiai_dcoc_gc4          
+	0x8a4d core_rx_tiaq_dcoc_gc4          
+	0x8a4e core_rx_tiai_dcoc_gc5          
+	0x8a4f core_rx_tiaq_dcoc_gc5          
+	0x8a50 core_rx_tiai_dcoc_gc6          
+	0x8a51 core_rx_tiaq_dcoc_gc6          
+	0x8a52 core_rx_tiai_dcoc_gc7          
+	0x8a53 core_rx_tiaq_dcoc_gc7          
+	0x8a54 core_rx_tiai_dcoc_gc8          
+	0x8a55 core_rx_tiaq_dcoc_gc8          
+	0x8a56 core_rx_bq_daci_gc0            
+	0x8a57 core_rx_bq_dacq_gc0            
+	0x8a58 core_rx_bq_daci_gc1            
+	0x8a59 core_rx_bq_dacq_gc1            
+	0x8a5a core_rx_bq_daci_gc2            
+	0x8a5b core_rx_bq_dacq_gc2            
+	0x8a5c core_rx_bq_daci_gc3            
+	0x8a5d core_rx_bq_dacq_gc3            
+	0x8a5e core_rx_bq_daci_gc4            
+	0x8a5f core_rx_bq_dacq_gc4            
+	0x8a60 core_rx_bq_daci_gc5            
+	0x8a61 core_rx_bq_dacq_gc5            
+	0x8a62 core_rx_bq_daci_gc6            
+	0x8a63 core_rx_bq_dacq_gc6            
+	0x8a64 core_rx_bq_daci_gc7            
+	0x8a65 core_rx_bq_dacq_gc7            
+	0x8a66 core_rx_bq_daci_gc8            
+	0x8a67 core_rx_bq_dacq_gc8            
+	0x8a68 core_rx_tiai_dcoc_force        
+	0x8a69 core_rx_tiaq_dcoc_force        
+	0x8a6a core_rx_bq_daci_force          
+	0x8a6b core_rx_bq_dacq_force          
+	0x8a6c core_rx_bq_bw_cal              
+	0x8a6d core_rx_bq_cfg0                
+	0x8a6e core_rx_bq_cfg1                
+	0x8a6f core_rx_bq_cfg2                
+	0x8a70 core_rx_bq_cfg3                
+	0x8a71 core_rx_bq_cfg4                
+	0x8a72 core_rx_lna_cfg0               
+	0x8a73 core_rx_lna_cfg1               
+	0x8a74 core_rx_lna_cfg2               
+	0x8a75 core_rx_lna_cfg3               
+	0x8a76 core_rx_mixer_cfg0             
+	0x8a77 core_rx_mixer_cfg1             
+	0x8a78 core_rx_mixer_cfg2             
+	0x8a79 core_rx_adc_clk_cfg            
+	0x8a7a core_rx_iqadc_cfg              
+	0x8a7b core_rx_rssiadc_cfg            
+	0x8a7c core_syn_state0                
+	0x8a7d core_syn_state1                
+	0x8a7e core_syn_bias_cfg              
+	0x8a7f core_syn_cdb_cfg0              
+	0x8a80 core_syn_cdb_cfg1              
+	0x8a81 core_syn_cdb_cfg2              
+	0x8a82 core_syn_cdb_cfg3              
+	0x8a83 core_syn_pfd_lkd_cfg           
+	0x8a84 core_syn_cp_lpf_cfg            
+	0x8a85 core_syn_loopdiv_dsm_cfg       
+	0x8a86 core_syn_afc_cfg0              
+	0x8a87 core_syn_afc_cfg1              
+	0x8a88 core_syn_afc_cfg2              
+	0x8a89 core_syn_afc_cfg3              
+	0x8a8a core_syn_aac_cfg0              
+	0x8a8b core_syn_aac_cfg1              
+	0x8a8c core_logen_process_cal0        
+	0x8a8d core_logen_process_cal1        
+	0x8a8e core_logen_process_cal2        
+	0x8a8f core_logen_process_cal3        
+	0x8a90 core_logen_process_cal4        
+	0x8a91 core_logen_process_cal5        
+	0x8a92 core_logen_process_cal6        
+	0x8a93 core_logen_process_cal7        
+	0x8a94 core_logen_process_cal8        
+	0x8a95 core_logen_process_ca9         
+	0x8a96 core_logen_process_ca10        
+	0x8a97 core_gpadc_ctrl                
+	0x8a98 core_tx_abb_cfg                
+	0x8a99 core_tx_mixer_cfg0             
+	0x8a9a core_tx_mixer_cfg1             
+	0x8a9b core_tx_mixer_cfg2             
+	0x8a9c core_tx_pa_cfg                 
+	0x8a9d core_syn_tst_ctrl              
+	0x8a9e core_ana_test_control0         
+	0x8a9f core_ana_test_control1         
+
+
+	0x8c00 core_usb_config
+	0x8c01 core_usb_int_mask
+	0x8c02 core_usb_addr
+	0x8c03 core_usb_rx_saddr
+	0x8c05 core_usb_rx_eaddr
+	0x8c07 core_usb_rxptr
+	0x8c09 core_usb_tx_saddr0
+	0x8c0b core_usb_tx_saddr1
+	0x8c0d core_usb_tx_saddr2
+	0x8c0f core_usb_tx_saddr3
+	0x8c11 core_usb_hmode
+	0x8c18 core_usb_trig
+	0x8c19 core_usb_stall
+	0x8c1a core_usb_clear		//7bit reset   
+	0x8c20 core_usb_rx_wptr
+	0x8c22 core_usb_stall_status
+	0x8c23 core_usb_status
+	0x8c24 core_usb_txbusy
+	0x8c25 core_usb_sof_cntl
+	0x8c26 core_usb_sof_cnth
+	
+)
+(
+4 rx_freq_offset
+2 tx_freq_offset
+)
+(
+
+  4 whiteoff_bit
+  6 clksel_rc
+  1 clksel_dpll_24M
+  5 clksel_dpll
+  4 clksel_xtal
+  5 adc_rccal
+  0 bpf_rccal
+  1 demod_clkoff
+)
+(
+  2 reload_code
+  3 gpio_latch
+  4 enable_retmem
+  7 cold_wake
+  0xef isogate_mask
+  0xe0 cs_mask
+)
+(
+  0x01 spid2_start
+  0x02 spid_start
+  0x04 iicd_start
+  0x08 lock_otp
+  0x10 x_sethi
+  0x20 y_sethi
+  0x40 z_sethi
+  0x80 ccnt_start
+)
+(
+  0 otpd_crcok
+  1 otpd_done
+  2 spid_crcok
+  3 spid_done
+  4 iicd_crcok
+  5 iicd_done
+  6 iicd_ack
+)
+(
+1 UART_STATUS_TX_BUSY
+2 UART_STATUS_RX_FIFO_EMPTY
+3 UART_STATUS_RX_FIFO_FULL
+4 UARTB_STATUS_TX_BUSY
+5 UARTB_STATUS_RX_FIFO_EMPTY
+6 UARTB_STATUS_RX_FIFO_FULL
+)
+(//core_uart_clksel
+0 UART_CLOCK_SELECT_BIT
+0xFE UART_CLOCK_SELECT_CRYSTAL
+0x01 UART_CLOCK_SELECT_DPLL
+
+24000000 uart_clock_freq_24M
+48000000 uart_clock_freq_48M
+)
+(//bit map of core_uart_ctrl
+0 BIT_UART_CONTROL_ENABLE
+1 BIT_UART_CONTROL_PARITY
+2 BIT_UART_CONTROL_DATA_LENGTH
+3 BIT_UART_CONTROL_STOP_BIT_SIZE
+4 BIT_UART_CONTROL_FLOW_CONTROL
+5 BIT_UART_CONTROL_7816_SMART_CARD_PROTOCOL
+6 BIT_UART_CONTROL_HALF_DUPLEX_SINGLE_LINE_UART
+7 BIT_UART_CONTROL_RATE_BAUD_SETTING
+)
+(//FUN of core_uart_ctrl
+0x01 FUN_UART_CONTROL_ENABLE
+0x06 FUN_UART_CONTROL_PARITY_ODD
+0x04 FUN_UART_CONTROL_PARITY_EVEN
+0x08 FUN_UART_CONTROL_STOP_2BIT
+0x00 FUN_UART_CONTROL_STOP_1BIT
+0x10 FUN_UART_CONTROL_FLOW_CONTROL_ENABLE
+0x20 FUN_UART_CONTROL_7816_SMART_CARD_PROTOCOL
+0x40 FUN_UART_CONTROL_HALF_DUPLEX_SINGLE_LINE_UART
+0x80 FUN_UART_CONTROL_SETTING_RATE_BAUD
+)
+(//bit map of core_nec_control
+0x00 BIT_NEC_ENABLE
+0x01 BIT_NEC_CLK_DIVIDE_NUM
+)
+(//FUN  of core_nec_control
+0x01 FUN_NEC_ENABLE
+0x30 FUN_NEC_CLK_DIVIDE_24	//24M , 
+)
+0x8b uart_ctrl_default //BCSP
+0x81 uart_ctrl_h4 //H4
+0x81 uart_ctrl_normal
+0x91 uart_ctrl_5line
+0x81 uart_ctrl_57600
+2 uart_baud_len
+0x00 uartclk_crystal
+0x01 uartclk_dpll
+0x1a0 uart_baud_115200
+0xbb uart_baud_256000
+0x340 uart_baud_57600
+0x34 uart_baud_921600
+0x9c4 uart_baud_9600
+(
+	0 CLOCK_OFF_AUTH_ROM
+	1 CLOCK_OFF_UC_ROM
+	2 CLOCK_OFF_DEBUG_UART
+	3 CLOCK_OFF_SCHED_RAM
+	4 CLOCK_OFF_TRANCE_FIFO
+	5 CLOCK_OFF_CORDIC
+	6 CLOCK_OFF_OTPD
+	7 CLOCK_OFF_I2C
+	8 CLICK_OFF_8051
+	9 CLOCK_OFF_KEYSCAN
+	0x0a CLOCK_OFF_USB
+	0x0b CLOCK_OFF_QDECODER
+	0x0c CLOCK_OFF_SPI
+	0x0d CLOCK_OFF_PWM
+	0x0e CLOCK_OFF_UARTB
+	0x0f CLOCK_OFF_UART
+)
+(
+  0 gpcfg_input
+  2 gpcfg_qspi_ncs
+  3 gpcfg_qspi_sck
+  4 gpcfg_qspi_io0
+  5 gpcfg_qspi_io1
+  6 gpcfg_qspi_io2
+  7 gpcfg_qspi_io3
+  8 gpcfg_uart_txd
+  9 gpcfg_uart_rxd
+  10 gpcfg_uart_rts
+  11 gpcfg_uart_cts
+  12 gpcfg_uartb_txd
+  13 gpcfg_uartb_rxd
+  14 gpcfg_uartb_rts
+  15 gpcfg_uartb_cts
+  16 gpcfg_pwm_out0
+  17 gpcfg_pwm_out1
+  18 gpcfg_pwm_out2
+  19 gpcfg_pwm_out3
+  20 gpcfg_pwm_out4
+  21 gpcfg_pwm_out5
+  22 gpcfg_pwm_out6
+  23 gpcfg_pwm_out7
+  24 gpcfg_nec_input
+  25 gpcfg_ac_input
+  31 gpcfg_spid_miso
+  32 gpcfg_spid_ncs
+  33 gpcfg_spid_sck
+  34 gpcfg_spid_mosi
+  35 gpcfg_spid_sdio
+  
+  39 gpcfg_spid2_miso
+  40 gpcfg_spid2_ncs
+  41 gpcfg_spid2_sck
+  42 gpcfg_spid2_mosi
+  43 gpcfg_spid2_sdio
+  44 gpcfg_iic_scl
+  45 gpcfg_iic_sda
+  62 gpcfg_output_low
+  63 gpcfg_output_high
+  
+  0x00 gpcfg_high_impedance
+  0x40 gpcfg_pullup
+  0x80 gpcfg_pulldown
+  0xc0 gpcfg_no_ie
+)
+(
+0 CREDIT_DISABLE
+1 CREDIT_ENABLE
+)
+  (
+    0 RFCOMM_IDLE           
+    1 RFCOMM_W4_DLCI0_OPEN
+    2 RFCOMM_W4_DLCI0_CLOSE
+    3 RFCOMM_START_DLCI0    
+    4 RFCOMM_W4_DLCI_OPEN
+    5 RFCOMM_W4_DLCI_CLOSE
+    6 RFCOMM_DLCI_OPENED    
+   
+  )
+  (
+    1000  RFCOMM_T1              
+    1000  RFCOMM_T2         
+    300   RFCOMM_T3_RINGON  
+  
+  )
+  (
+    0x3F RSP_RX_SABM        
+    0x3F INI_TX_SABM
+	
+    0x73 RSP_TX_UA          
+    0x73 UA_WFBIT_SET	    
+	
+    0xEF RSP_RX_UIH         
+
+    0xEF RSP_TX_UIH         
+     
+    0x1F RSP_TX_DM          
+    0x1F DM_WFBIT_SET       
+    0x0F DM_WFBIT_CLEAR     
+
+    0x53 RSP_RX_DISC        
+    0x53 INI_TX_DISC	    
+     
+    0xFF RSP_RX_UIH_WDATA   
+    
+    
+  )
+  (
+    0x83 PN_COMMAND           
+    0x81 PN_RESPONSOR         
+    
+    0xE3 MSC_COMMAND          
+    0xE1 MSC_RESPONSOR
+ 
+    0x13 NSC_COMMAND          
+    0x11 NSC_RESPONSOR        
+
+    0x23 TEST_COMMAND         
+    0x21 TEST_RESPONSOR 
+    
+    0x93 RPN_COMMAND          
+    0x91 RPN_RESPONSOR 
+    
+    0x53 RLS_COMMAND          
+    0x51 RLS_RESPONSOR 
+
+    0xA3 FCON_COMMAND         
+    0xA1 FCON_RESPONSOR 
+    
+    0x63 FCOFF_COMMAND        
+    0x61 FCOFF_RESPONSOR 
+    	
+    0x03 RLS_OVERRUN
+    0x05 RLS_PARITY_ERROR
+    0x09 RLS_FRAMING_ERROR
+  )
+  (
+    0x01 RFCOMM_CREDIT
+  )
+  (
+  	0x007f RFCOMM_MAX_FRAME_SIZE
+  )
+  (
+    0  LENGTH_ZERO
+    
+    6  LENGTH_OK
+    7  LENGTH_HOT
+    8  LENGTH_RING
+    9  LENGTH_ERROR
+    9  LENGTH_AGVOL_ONEBYTE
+    10 LENGTH_AGVOL_TWOBYTE
+    10 LENGTH_VOL_ONEBYTE
+    11 LENGTH_VOL_TWOBYTE
+    12 LENGTH_BRSF
+    13 LENGTH_PLUS_CIEV
+    15 LENGTH_INBANDRING
+    14 LENGTH_CIEV_CALL
+    17 LENGTH_CRING
+    20 LENGTH_BRSF_OK
+    24 LENGTH_CIND0
+    28 LENGTH_CIEV_TWO
+    32 LENGTH_CIND_OK
+    59 LENGTH_CIND_OK2
+    100 LENGTH_DISCARD
+  )
+  (
+    0 RFCOMM_TX_W4BUF_FLAG    
+    1 RFCOMM_CLOSE_LINK_FLAG
+  )
+  (
+    0 MSC_EA_BIT
+    1 MSC_FC_BIT
+    2 MSC_RTC_BIT
+    3 MSC_RTR_BIT
+    6 MSC_IC_BIT
+    7 MSC_DV_BIT
+  )
+  (
+    0x0C OVERRUN_ERROR
+    0x0A PARITY_ERROR
+    0x09 FRAMING_RERROR
+  )
+  (
+    0x00 BITS2400
+    0x01 BITS4800
+    0x02 BITS7200
+    0x03 BITS9600
+    0x04 BITS19200
+    0x05 BITS38400
+    0x06 BITS57600
+    0x07 BITS115200
+    0x08 BITS230400
+  )
+  (
+    0x00 DATABITS5
+    0x01 DATABITS6
+    0x02 DATABITS7
+    0x03 DATABITS8
+  )
+  (
+    0    ONESTOP
+    1    ONEHALFSTOP
+  )
+  (
+    0    ODDPARITY
+    1    EVENPARITY
+    2    MARKPARITY
+    3    SPACEPARITY
+    
+    7    PARITY_ENABLE_BIT
+  )
+  (
+     0   BIT_RATE_MASK_BIT
+     1   DATA_BITS_MASK_BIT
+     2   STOP_BITS_MASK_BIT
+     3   PARITY_MASK_BIT
+     4   PARITY_TYPE_MASK_BIT
+     5   XON_CHAR_MASK_BIT
+     6   XOFF_CHAR_MASK_BIT
+  )
+  (
+     0   XON_XOFF_INPUT_MASK_BIT
+     1   XON_XOFF_OUTPUT_MASK_BIT
+     2	 RTR_INPUT_MASK_BIT
+     3   RTR_OUTPUT_MASK_BIT
+     4   RTC_INPUT_MASK_BIT
+     5   RTC_OUTPUT_MASK_BIT
+
+  )
+  (
+    0 SEND_MSC_CMD_REQ_FLAG
+    1 SEND_AT_CKPD_REQ_FLAG
+    2 SEND_RING_REQ_FLAG
+    3 SEND_SABM_CMD
+  )
+  (
+    0 MSC_CDM_ALREADY_SEND_FLAG
+    1 CREDIT_FLOW_USED_FLAG
+    2 DONT_EMBEDDED_CREDIT_FLAG 
+    3 MSC_EXCHANGE_DONE_FLAG
+    4 FLOW_CONTROL_FCOFF_BIT            
+  )
+  (
+    1 FLOW_CONTROL_FC_BIT		
+  
+  )
+  (
+    0 ADDR_EA_BIT
+    1 ADDR_CR_BIT
+    2 ADDR_D_BIT
+  )
+(
+    1 SPP_SLAVE_CHANNEL
+    7 OBEX_SERVER_CHANNEL
+    8 HF_SERVER_CHANNEL 
+    9 HS_SERVER_CHANNEL
+)
+(
+	0 USING_HF_PROFILE
+	1 USING_HS_PROFILE
+	2 USING_SPP_PROFILE
+)
+(
+	0x3f RFCOMM_FRAME_TYPE_SABM
+	0x73 RFCOMM_FRAME_TYPE_UA
+	0xEF RFCOMM_FRAME_TYPE_UIH
+	0xFF RFCOMM_FRAME_TYPE_UIH_CREDITS
+	0x53 RFCOMM_FRAME_TYPE_DISCONN
+)
+(
+	0x41 UIH_PARAM_NEG_CMD
+	0x40 UIH_PARAM_NEG_RES
+	0x49 UIH_PARAM_CMD_REMOVE_PORT
+	0x71 UIH_MODEM_STATUS_CMD
+	0x70 UIH_MODEM_STATUS_RES
+)
+(
+	0 RFCOMM_ADDRESS_EXT_LEN
+	1 RFCOMM_ADDRESS_CR
+	2 RFCOMM_ADDRESS_DERECTION
+
+
+)
+	(                                   
+	0 RFCOMM_CHANNEL_STATE_PN_CMD
+	1 RFCOMM_CHANNEL_STATE_PN_RES
+	2 RFCOMM_CHANNEL_STATE_SABM
+	3 RFCOMM_CHANNEL_STATE_UA
+	4 RFCOMM_CHANNEL_STATE_SND_MS_CMD
+	5 RFCOMM_CHANNEL_STATE_RCV_MS_CMD
+	6 RFCOMM_CHANNEL_STATE_SND_MS_RES
+	7 RFCOMM_CHANNEL_STATE_RCV_MS_RES
+	0xff RFCOMM_CHANNEL_SETUP_COMPLETE
+	) 
+	(
+	1 MORE_PKT_MSC_CMD_HF
+	2 MORE_PKT_MSC_CMD_HS
+	3 MORE_PKT_MSC_CMD_SPP
+	4 MORE_PKT_MSC_CMD_OBEX
+	)
+	(
+	127 RFCOMM_MALLOC_SIZE
+	)(
+0 AGORHS_SERVICE
+1 GENAUDIO_SERVICE
+2 HANDSFREE_SERVICE
+)
+(
+0 ATTRIBUTEID_0000
+1 ATTRIBUTEID_0001
+2 ATTRIBUTEID_0004
+3 ATTRIBUTEID_0009
+4 ATTRIBUTEID_0100
+5 ATTRIBUTEID_0302
+6 ATTRIBUTEID_0006
+7 ATTRIBUTEID_0311
+)
+(
+0x01 SDP_ERROR_RES
+0x02 SDP_SEARCH_REQ
+0x03 SDP_SEARCH_RES
+0x04 SDP_ATTRIBUTE_REQ
+0x05 SDP_ATTRIBUTE_RES
+0x06 SDP_SEARCHATTRIB_REQ
+0x07 SDP_SEARCHATTRIB_RES
+)
+0x2600 sdp_max_amount
+250 SDP_MALLOC_SIZE
+0x6e sdp_tid_spp //any number
+(
+0x1f11 SDP_UUID_HS_AUDIO_GATEWAY
+)
+(
+0X09 SDP_ATTRIBUTE_ID
+0x0a SDP_ATTRIBUTE_RANGE
+)
+(//mem_sdp_handle_list
+7 SDP_MAX_HANDLE_NUMBER
+)
+(
+  0x00   SP_FLAG_STANDBY
+  0x01   SP_FLAG_COMMIT
+  0x02   LE_SP_FLAG_COMMIT_256
+
+)
+(
+  0x00   SP_CALC_STANDBY
+  0x01   SP_CALC_PUBKEY
+  0x02   SP_CALC_DHKEY
+  0x03   SP_CALC_PUBKEY_256
+  0x04   SP_CALC_DHKEY_256
+)
+(
+  0x00   SP_STAT_NULL
+  0x01   SP_STAT_KEY_RECV
+  0x02   SP_STAT_KEY_GENERATE
+  0x03   SP_STAT_KEY_SEND
+  0x04   SP_STAT_COMMIT_CALC
+  0x05   SP_STAT_COMMIT_SEND
+  0x06   SP_STAT_RANDOM_RECV
+  0x07   SP_STAT_RANDOM_SEND
+  0x08   SP_STAT_CONFIRM_RECV
+  0x09   SP_STAT_CONFIRM_CHECK
+  0x0A   SP_STAT_CONFIRM_CALC
+  0x0B   SP_STAT_CONFIRM_SEND
+  0x0C   SP_STAT_LINK_KEY_CALC
+  0x0F   SP_STAT_DONE
+  0x10   SP_STAT_FEATURE_EXT_SEND
+  0x11   SP_STAT_GKEY_CALC
+  
+  0x12   SP_MASTER_STAT_START_SKIP
+  0x13   SP_MASTER_STAT_START_DONE
+  0x14   SP_STAT_COMMITMENT_COMPARE
+  0x15   SP_STATE_END
+)
+(
+  0x00   SP_KEY_INVALID
+  0x01   SP_KEY_VALID
+  0x03   SP_KEY_VALID_256
+
+)
+(
+  0x01  ENCAPSULATED_MAJOR_TYPE
+  0x02  ENCAPSULATED_MINOR_TYPE_P256
+  0x40  ENCAPSULATED_LEN_P256
+)
+(
+  0x01  ENCAPSULATED_MAJOR_TYPE_P192
+  0x01  ENCAPSULATED_MINOR_TYPE_P192
+  0x30  ENCAPSULATED_LEN_P192
+)
+(
+  0x00  SIMPLE_PAIRING_ENABLE
+  0x01  ENCRYPTION_PAUSE_ENABLE
+  0x02  EXTENDED_INQUIRY_RESPOSE_ENABLE
+  0x03  SNIFF_SUBRATING_ENABLE
+)
+(
+  0x00 DEFAULT_STATEMACHINE
+  0x01 LOCAL_STATEMACHINE
+)
+(
+ 0x00 DEFALT_PAIRING_AUTH
+ 0x01 PAIRING_AUTH
+)
+(
+0 SECURE_CONNECTIONS_LE_BIT
+1 SECURE_CONNECTIONS_BR_BIT
+)
+(
+1 SSP_MODE_SSP_PIN_FLAG
+2 SSP_MODE_PASSKEY_ENTRY_FLAG
+3 SSP_MODE_JUST_WORK_FLAG
+)
+(
+7 FLAG_MODE_SSP_PIN_REVICEVE_COMPARISON_BIT
+6 FLAG_MODE_SSP_PIN_RECIEVE_DHKEY_BIT
+0 FLAG_MODE_SSP_PIN_COMPARISON_RESULT_BIT
+)
+(
+1 FLAG_PAIRING_STATE_PAIRING
+0 FLAG_PAIRING_STATE_NOT_PAIRING
+)
+(//LMP_IO_CAP_REQ & LMP_IO_CAP_RES
+//IO capability
+0x00 IO_CAPABILITY_DISPLAY_ONLY
+0x01 IO_CAPABILITY_DISPLAY_YESNO
+0x02 IO_CAPABILITY_KEYBOARD_ONLY
+0x03 IO_CAPABILITY_NO_INPUT_NO_OUTPUT
+
+//oob data Present
+0x00 OOB_DATA_PRESENT_NOT_PRESENT
+0x01 OOB_DATA_PRESENT_P192_DATA
+0x02 OOB_DATA_PRESENT_P256_DATA
+0x03 OOB_DATA_PRESENT_P192_P256_DATA
+// authentication requirements
+0x00 AUTH_REQ_MITM_PROTECTION_NOT_REQUIRED_NO_BONDING
+0x01 AUTH_REQ_MITM_PROTECTION_REQUIRED_NO_BONDING
+0x02 AUTH_REQ_MITM_PROTECTION_NOT_REQUIRED_DEDICATED_BONDING
+0x03 AUTH_REQ_MITM_PROTECTION_REQUIRED_DEDICATED_BONDING
+0x04 AUTH_REQ_MITM_PROTECTION_NOT_REQUIRED_GENERAL_BONDING
+0x05 AUTH_REQ_MITM_PROTECTION_REQUIRED_GENERAL_BONDING
+)
+(
+0 UI_STATE_BT_CONNECTED
+1 UI_STATE_BT_SETUP_COMPLETE
+2 UI_STATE_BT_HID_CONN
+3 UI_STATE_BT_HID_HANDSHAKE
+4 UI_STATE_BT_SPP_CONN
+5 UI_STATE_BT_SNIFF
+6 UI_STATE_BT_DISCOVERY
+7 UI_STATE_BT_RECONNECT
+8 UI_STATE_BT_SLAVE_ROLE
+9 UI_STATE_BLE_CONNECTED
+10 UI_STATE_BLE_WRITE_RCV
+11 UI_STATE_BLE_ADV
+12 UI_STATE_BTN_DOWN
+)
+(
+1 UI_STATE_SPP_NL_AUTO_DISCOVER
+
+)
+   (
+    0 UI_HEADSET_DISCONNECT
+    1 UI_HEADSET_IDLE                   
+    2 UI_HEADSET_W4CONNECT
+    3 UI_HEADSET_RINGING
+    4 UI_HEADSET_CONNECTED
+    5 UI_HEADSET_PARING
+  )
+(
+  0 UI_BB_OFF
+  1 UI_BB_IDLE
+  2 UI_BB_DISCOVERY
+  3 UI_BB_CONNECTED_ACTIVE_NO_SCO
+  4 UI_BB_CONNECTED_ACTIVE_WITH_SCO
+  5 UI_BB_CONNECTED_ACTIVE_WAIT_SNIFF
+  6 UI_BB_CONNECTED_SNIFF
+  7 UI_BB_RECONNECT
+  8 UI_BB_CONNECTED_SNIFF_WITH_SCO
+)
+  (
+    5 NO_IDLE_TURN_OFF
+    7 ANSWER_RING_FLAG               
+  )
+  (
+    0  UI_HS_PAIRING 
+    2  UI_REQ_CLOSE_RFCOMM
+    3  UI_LINK_LOST
+    4  UI_REQ_OPEN_SCO
+    6  UI_REQ_CLOSE_SCO
+  )
+  (
+    0  ANSWER_RING_BIT
+    0  AG_SEND_RING_BIT
+    1  VOL_UP_BIT
+    2  VOL_DOWN_BIT
+    3  INI_CALL_BIT
+    4  DAIL_LAST_CALL
+    5  END_CALL_BIT
+    6  NOKIA_VOICE_ACTIVE 
+    7  REJECT_CALL_BIT
+  )
+(
+  0 NO_RECONNECTION
+  1 RECONNECT_HID
+  2 RECONNECT_HF
+  3 RECONNECT_HS
+  4 RECONNECT_HID_HF
+  5 RECONNECT_HID_HS
+)
+(
+0 BT_CMD_STANDBY
+1 BT_CMD_START_DISCOVERY
+2 BT_CMD_STOP_DISCOVERY
+3 BT_CMD_RECONNECT
+4 BT_CMD_DISCONNECT
+5 BT_CMD_ENTER_SNIFF
+6 BT_CMD_EXIT_SNIFF
+7 BT_CMD_ENTER_SNIFF_SUBRATING
+8 BT_CMD_EXIT_SNIFF_SUBRATING
+9 BT_CMD_SNIFF_TEST
+10 BT_CMD_SET_PIN_CODE
+11 BT_CMD_START_INQUIRY
+12 BT_CMD_STOP_INQUIRY
+13 BT_CMD_START_ADV
+14 BT_CMD_STOP_ADV
+15 BT_CMD_START_DIRECT_ADV
+16 BT_CMD_STOP_DIRECT_ADV
+17 BT_CMD_LE_DISCONNECT
+18 BT_CMD_LE_UPDATE_CONN
+19 BT_CMD_LED_OFF
+20 BT_CMD_LED_ON
+21 BT_CMD_LED_BLINK
+22 BT_CMD_LE_START_CONN
+23 BT_CMD_LE_START_SCAN
+24 BT_CMD_LE_STOP_SCAN
+25 BT_CMD_ENTER_HIBERNATE
+27 BT_CMD_LE_SMP_SECURITY_REQUEST
+29 BT_CMD_ROLE_SWITCH
+30 BT_CMD_BB_RECONN_CANCEL
+31 BT_CMD_STORE_RECONN_INFO_LE
+32 BT_CMD_STORE_RECONN_INFO_BT
+33 BT_CMD_DHKEY_NOT_ACCEPT
+34 BT_CMD_START_24G
+35 BT_CMD_STOP_24G
+36 BT_CMD_PAIR_24G
+37 BT_CMD_STORE_RECONN_INFO
+)
+(
+0x00 BT_EVT_NULL
+0x01 BT_EVT_BB_CONNECTED
+0x02 BT_EVT_BB_DISCONNECTED
+0x03 BT_EVT_RECONN_STARTED
+0x04 BT_EVT_RECONN_FAILED
+0x05 BT_EVT_SETUP_COMPLETE
+0x06 BT_EVT_HID_CONNECTED
+0x07 BT_EVT_HID_DISCONNECTED
+0x08 BT_EVT_SPP_CONNECTED
+0x09 BT_EVT_SPP_DISCONNECTED
+0x0A BT_EVT_PINCODE_REQ
+0x0B BT_EVT_ENTER_SNIFF
+0x0C BT_EVT_EXIT_SNIFF
+0x0D BT_EVT_ENTER_SNIFF_SUB
+0x0E BT_EVT_EXIT_SNIFF_SUB
+0x0F BT_EVT_DISCOVERY_STOPED
+0x10 BT_EVT_BUTTON_LONG_PRESSED
+0x12 BT_EVT_HID_HANDSHAKE
+0X13 BT_EVT_RECONN_PAGE_TIMEOUT
+0x14 BT_EVT_LE_CONNECTED
+0X15 BT_EVT_LE_DISCONNECTED
+0x16 BT_EVT_ML2CAP_CONN_REFUSED
+0x17 BT_EVT_BUTTON_ENTER_HIBERNATE
+0x18 BT_EVT_LINKKEY_GENERATE
+0x19 BT_EVT_SWITCH_NOT_ACCEPT
+0x20 BT_EVT_SWITCH_ACCEPT
+0x21 BT_EVT_SNIFF_NOT_ACCEPT
+0x22 BT_EVT_SNIFF_ACCEPT
+0x23 BT_EVT_UNSNIFF_ACCEPT
+0x24 BT_EVT_UNSNIFF_NOT_ACCEPT
+0x25 BT_EVT_BUTTON_ADJUST_DPI
+0x26 BT_EVT_SEND_UNSNIFF_ACCEPT
+0x27 BT_EVT_VIRTUAL_CABLE_UNPLUG
+0x28 BT_EVT_LE_WRITE_REQUEST
+0x29 BT_EVT_LE_ENC_INFO
+0x2a BT_EVT_SWITCH_FAIL_MASTER
+0x2b BT_EVT_SWITCH_SUCCESS_MASTER
+0x2c BT_EVT_BUTTON_DOWN
+0x2d BT_EVT_BUTTON_UP
+0x2e BT_EVT_REMOTE_UNSNIFF
+0x30 BT_EVT_LE_PAIRING_FAIL
+0x31 BT_EVT_LE_PAIRING_SUCCESS
+0x32 BT_EVT_LE_START_ENC
+0X33 BT_EVT_LE_PAUSE_ENC
+0X34 BT_EVT_LE_TK_GENERATE
+0x35 BT_EVT_BT_GKEY_GENERATE
+0x36 BT_EVT_BT_GET_PASSKEY
+0x37 BT_EVT_BT_PAIRING_FAIL
+0x38 BT_EVT_BT_PAIRING_SUCCESS
+0x39 BT_EVT_24G_PAIRING_COMPLETE
+0x3a BT_EVT_24G_ATTEMPT_FAIL
+0x3b BT_EVT_LE_GKEY_GENERATE
+0x3c BT_EVT_24G_ATTEMPT_SUCCESS
+0x3d BT_EVT_STORE_NVRAM
+0x3e BT_EVT_LE_PAIRING_COMPLETE
+0x3F BT_EVT_LE_RECONNECT_COMPLETE
+0x40 BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP
+0x41 BT_EVT_LE_LTK_LOST
+0x42 BT_EVT_LE_UPDATE_PHY
+0x43 BT_EVT_LE_GET_PASSKEY
+0x44 BT_EVT_LE_PARSE_CONN_PARAM_ACCEPTED
+)
+(
+0 OFF
+1 ON
+)
+(
+    0 MEM_UNLOCK
+    1 MEM_LOCK
+)
+(
+    0 UI_USER_DATA_FLAG
+    1 UI_WII_WAITING_SLEEP
+    2 UI_KEYBOARD_SNIFF_SKIP
+)
+(
+    0 MTYPE_HID_DEFAULT
+    1 MTYPE_HID_SSP
+    2 MTYPE_SPP
+)
+	(	
+	0x01 RECIEVE_SDP_CONN_RES
+	0x02 RECIEVE_SDP_CFG_REQ
+	0x03 RECIEVE_SDP_CFG_RES
+	0x04 RECIEVE_RFCOMM_CONN_RES
+	0x05 RECIEVE_RFCOMM_CFG_REQ
+	0x06 RECIEVE_RFCOMM_CFG_RES
+	0x07 RECIEVE_HID_CTRL_CONN_RES
+	0x08 RECIEVE_HID_CTRL_CFG_REQ
+	0x09 RECIEVE_HID_CTRL_CFG_RES
+	0x0A RECIEVE_HID_INT_CONN_RES
+	0x0B RECIEVE_HID_INT_CFG_REQ
+	0x0C RECIEVE_HID_INT_CFG_RES
+	0x0D RECIEVE_AVCTP_CONN_RES
+	0x0E RECIEVE_AVCTP_CFG_REQ
+	0x0F RECIEVE_AVCTP_CFG_RES
+	0x10 RECIEVE_AVDTP_SIGNAL_CONN_RES
+	0x11 RECIEVE_AVDTP_SIGNAL_CFG_REQ
+	0x12 RECIEVE_AVDTP_SIGNAL_CFG_RES
+	0x13 RECIEVE_AVDTP_MEDIA_CONN_RES
+	0x14 RECIEVE_AVDTP_MEDIA_CFG_REQ
+	0x15 RECIEVE_AVDTP_MEDIA_CFG_RES
+	0x16 RECIEVE_SS_REASULT_HS                  
+	0x17 RECIEVE_SS_REASULT_HF                  
+	0x18 RECIEVE_SS_REASULT_AVTARG		          
+	0x19 RECIEVE_SS_REASULT_OBEX		            
+	0x1A RECIEVE_DLCI0_UA
+	0x1B RECIEVE_HS_PARAM_NEG_RES
+	0x1C RECIEVE_HS_UA
+	0x1D RECIEVE_HS_MODEM_STATUS_RES
+	0x1E RECIEVE_HS_MODEm_STATUS_CMD
+	0x1F RECIEVE_HF_PARAM_NEG_RES   
+	0x20 RECIEVE_HF_UA              
+	0x21 RECIEVE_HF_MODEM_STATUS_RES
+	0x22 RECIEVE_HF_MODEm_STATUS_CMD 
+	0x23 RECIEVE_OBEX_PARAM_NEG_RES     
+	0x24 RECIEVE_OBEX_UA              
+	0x25 RECIEVE_OBEX_MODEM_STATUS_RES
+	0x26 RECIEVE_OBEX_MODEm_STATUS_CMD    
+	0x27 RECIEVE_SPP_PARAM_NEG_RES   
+	0x28 RECIEVE_SPP_UA              
+	0x29 RECIEVE_SPP_MODEM_STATUS_RES
+	0x2A RECIEVE_SPP_MODEm_STATUS_CMD
+	0x2b RECIEVE_SDP_DISCONN_RES
+	)
+	(
+	0 UPPERSM_RP_IDLE
+	1 UPPERSM_RP_SDP_CONN
+	2 UPPERSM_RP_SDP_CONN_WAIT
+	3 UPPERSM_RP_SDP_CFG
+	4 UPPERSM_RP_SDP_CFG_WAIT
+	5 UPPERSM_RP_SS_AVTARG
+	6 UPPERSM_RP_SS_AVTARG_WAIT
+	7 UPPERSM_RP_SS_OBEX
+	8 UPPERSM_RP_SS_OBEX_WAIT
+	9 UPPERSM_RP_SDP_DISCONN
+	10 UPPERSM_RP_SDP_DISCONN_WAIT
+	11 UPPERSM_RP_AVDTP_CONN_WAIT
+	12 UPPERSM_RP_AVCTP_CONN
+	13 UPPERSM_RP_AVCTP_CONN_WAIT
+	14 UPPERSM_RP_AVCTP_CFG
+	15 UPPERSM_RP_AVCTP_CFG_WAIT
+	16 UPPERSM_RP_OBEX_CMD_PN
+	17 UPPERSM_RP_OBEX_CMD_PN_WAIT
+	18 UPPERSM_RP_OBEX_SABM
+	19 UPPERSM_RP_OBEX_SABM_WAIT
+	20 UPPERSM_RP_OBEX_CMD_MS
+	21 UPPERSM_RP_OBEX_CMD_MS_WAIT
+	)
+	(		
+	0 UPPERSM_RECONN_IDLE		
+	1 UPPERSM_RECONN_SDP_CONN		
+	2 UPPERSM_RECONN_SDP_CONN_WAIT		
+	3 UPPERSM_RECONN_SDP_CFG		
+	4 UPPERSM_RECONN_SDP_CFG_WAIT		
+	5 UPPERSM_RECONN_SS_HS
+	6 UPPERSM_RECONN_SS_HS_WAIT
+	7 UPPERSM_RECONN_SS_HF
+	8 UPPERSM_RECONN_SS_HF_WAIT
+	9 UPPERSM_RECONN_SS_AVTARG		
+	10 UPPERSM_RECONN_SS_AVTARG_WAIT		    
+	11 UPPERSM_RECONN_SS_OBEX		            
+	12 UPPERSM_RECONN_SS_OBEX_WAIT		      
+	13 UPPERSM_RECONN_SDP_DISCONN		        
+	14 UPPERSM_RECONN_SDP_DISCONN_WAIT      
+	15 UPPERSM_RECONN_HID_CTRL_CONN		      
+	16 UPPERSM_RECONN_HID_CTRL_CONN_WAIT		
+	17 UPPERSM_RECONN_HID_CTRL_CFG		      
+	18 UPPERSM_RECONN_HID_CTRL_CFG_WAIT     
+	19 UPPERSM_RECONN_HID_INT_CONN		      
+	20 UPPERSM_RECONN_HID_INT_CONN_WAIT		  
+	21 UPPERSM_RECONN_HID_INT_CFG		        
+	22 UPPERSM_RECONN_HID_INT_CFG_WAIT      
+	23 UPPERSM_RECONN_RFCOMM_CONN		        
+	24 UPPERSM_RECONN_RFCOMM_CONN_WAIT		  
+	25 UPPERSM_RECONN_RFCOMM_CFG		        
+	26 UPPERSM_RECONN_RFCOMM_CFG_WAIT       
+	27 UPPERSM_RECONN_RFCOMM_SABM		        
+	28 UPPERSM_RECONN_RFCOMM_SABM_WAIT		  
+	29 UPPERSM_RECONN_SPP_CMD_PN		        
+	30 UPPERSM_RECONN_SPP_CMD_PN_WAIT		    
+	31 UPPERSM_RECONN_SPP_SABM		          
+	32 UPPERSM_RECONN_SPP_SABM_WAIT		      
+	33 UPPERSM_RECONN_SPP_CMD_MS		        
+	34 UPPERSM_RECONN_SPP_CMD_MS_WAIT       
+	35 UPPERSM_RECONN_HF_CMD_PN		          
+	36 UPPERSM_RECONN_HF_CMD_PN_WAIT		    
+	37 UPPERSM_RECONN_HF_SABM		            
+	38 UPPERSM_RECONN_HF_SABM_WAIT		      
+	39 UPPERSM_RECONN_HF_CMD_MS		          
+	40 UPPERSM_RECONN_HF_CMD_MS_WAIT        
+	41 UPPERSM_RECONN_AVDTPs_CONN		        
+	42 UPPERSM_RECONN_AVDTPs_CONN_WAIT		  
+	43 UPPERSM_RECONN_AVDTPs_CFG		        
+	44 UPPERSM_RECONN_AVDTPs_CFG_WAIT       
+	45 UPPERSM_RECONN_AVDTPm_CONN		        
+	46 UPPERSM_RECONN_AVDTPm_CONN_WAIT		  
+	47 UPPERSM_RECONN_AVDTPm_CFG		        
+	48 UPPERSM_RECONN_AVDTPm_CFG_WAIT       
+	49 UPPERSM_RECONN_AVCTP_CONN		        
+	50 UPPERSM_RECONN_AVCTP_CONN_WAIT		    
+	51 UPPERSM_RECONN_AVCTP_CFG		          
+	52 UPPERSM_RECONN_AVCTP_CFG_WAIT		    
+	53 UPPERSM_RECONN_OBEX_CMD_PN		        
+	54 UPPERSM_RECONN_OBEX_CMD_PN_WAIT		  
+	55 UPPERSM_RECONN_OBEX_SABM		          
+	56 UPPERSM_RECONN_OBEX_SABM_WAIT		    
+	57 UPPERSM_RECONN_OBEX_CMD_MS		        
+	58 UPPERSM_RECONN_OBEX_CMD_MS_WAIT     
+	59 UPPERSM_RECONN_SS_SPP
+	60 UPPERSM_RECONN_SS_SPP_WAIT
+	)
+	(
+	0 support_HID
+	1 support_A2DP
+	2 support_AVRCP
+	3 support_HF
+	4 support_HS
+	5 support_PBAP
+	6 support_SPP
+	)
+	(
+	0 UPPERSM_SS_HS
+	1 UPPERSM_SS_HF
+	2 UPPERSM_SS_AVTARG
+	3 UPPERSM_SS_OBEX
+	)
+	(
+	160 UI_HUNDRED_MILLISECOND_TIME
+	0XFF UI_BUTTON_GPIO_DISABLE
+	)
+	(
+	0x01 UI_BB_INCONNECT
+	0x10 UI_BB_DISCONNECT
+	)
+(
+0x00 UI_BUTTON_STATE_DOWN
+0x01 UI_BUTTON_STATE_UP
+)
+(
+	0 IPC_CONTINUE_PROCESS
+	1 IPC_SKIP_CONTINUE_PROCESS
+)
+(//led style struct 
+0 		LED_OFFSET_LED_TYPE
+1 		LED_OFFSET_BLINK_COUNT
+2		LED_OFFSET_LED_GPIO
+3		LED_OFFSET_ON_TIME
+5		LED_OFFSET_OFF_TIME
+7 		LED_OFFSET_CB_LEDON
+9		LED_OFFSET_CB_LEDOFF
+11		LED_OFFSET_LENGTH
+)
+(//LED state
+0 UI_LED_STATE_BLINK_STOP
+1 UI_LED_STATE_BLINK_START
+2 UI_LED_STATE_LIGHTING
+3 UI_LED_STATE_DARKING
+4 UI_LED_STATE_BLINK_LIGHTING
+5 UI_LED_STATE_BLINK_DARKING
+
+0xFF LED_INFINITE_FLASH_NUM
+
+)
+(
+0x00 STANDARD_REQ
+0x01 CLASS_REQ
+0x02 MANUFACTURER_REQ
+)
+(
+0x00 GET_STATUS                // Code for Get Status
+0x01 CLEAR_FEATURE             // Code for Clear Feature
+0x03 SET_FEATURE              // Code for Set Feature
+0x05 SET_ADDRESS              // Code for Set Address
+0x06 GET_DESCRIPTOR           // Code for Get Descriptor
+0x07 SET_DESCRIPTOR           // Code for Set Descriptor(not used)
+0x08 GET_CONFIGURATION        // Code for Get Configuration
+0x09 SET_CONFIGURATION        // Code for Set Configuration
+0x0A GET_INTERFACE            // Code for Get Interface
+0x0B SET_INTERFACE            // Code for Set Interface
+0x0C SYNCH_FRAME              // Code for Synch Frame(not used)
+)
+(
+0x01 DSC_DEVICE               // Device Descriptor
+0x02 DSC_CONFIG               // Configuration Descriptor
+0x03 DSC_STRING               // String Descriptor
+0x04 DSC_INTERFACE            // Interface Descriptor
+0x05 DSC_ENDPOINT             // Endpoint Descriptor
+)
+(
+0x21 DSC_HID			      // HID Class Descriptor
+0x22 DSC_HID_REPORT			  // HID Report Descriptor
+)
+(
+0x80 IN_DEVICE                // Request made to device,
+                              // direction is IN
+0x00 OUT_DEVICE               // Request made to device,
+                              // direction is OUT
+0x81 IN_INTERFACE             // Request made to interface,
+                              // direction is IN
+0x01 OUT_INTERFACE            // Request made to interface,
+                              // direction is OUT
+0x82 IN_ENDPOINT              // Request made to endpoint,
+                              // direction is IN
+0x02 OUT_ENDPOINT             // Request made to endpoint,
+)
+(
+0x01 GET_REPORT 		       // Code for Get Report
+0x02 GET_IDLE				   // Code for Get Idle
+0x03 GET_PROTOCOL			   // Code for Get Protocol
+0x09 SET_REPORT				   // Code for Set Report
+0x0A SET_IDLE				   // Code for Set Idle
+0x0B SET_PROTOCOL			   // Code for Set Protocol
+0xF2 HID_REPORT_ID           
+64 EP0_PACKET_SIZE         
+6 EP1_PACKET_SIZE         
+16 HID_REPORT_SIZE         
+0x001B HID_REPORT_DESCRIPTOR_SIZE    
+)
+(
+0 TYPE_SIN		
+1 TYPE_ATAN	
+2 TYPE_MULT	
+3 TYPE_DIV		
+4 TYPE_ASIN	
+5 TYPE_SQRT	
+6 TYPE_COS		
+7 TYPE_TAN		 
+)
+(
+0 DFIFO0_IN_EMPTY
+1 DFIFO1_IN_EMPTY
+2 DFIFO2_IN_EMPTY
+3 DFIFO3_IN_EMPTY
+4 DFIFO0_OUT_EMPTY
+5 DFIFO1_OUT_EMPTY
+6 DFIFO2_OUT_EMPTY
+7 DFIFO3_OUT_EMPTY
+)
+(
+)
+(
+0 USB_STATUS_SETUP
+1 USB_STATUS_SUSPEND
+2 USB_STATUS_NAK
+3 USB_STATUS_RESET
+4 USB_STATUS_ACK
+5 USB_STATUS_RXREADY
+6 USB_STATUS_TXEMPTY
+6 USB_STATUS_RXEMPTY
+)
+(
+1 USB_GOT_REPORT_REQ
+2 USB_CONNECTED
+3 USB_SLEEP
+4 USB_RESUME
+5 USB_SETIDLE_1
+)
+(
+0x10 USB_EP1_KB
+0x20 USB_EP2_MS
+0x21 USB_EP2_MULTIKEY
+0x22 USB_EP2_SYSTEMKEY
+0x01 MAC_BOOT_MODE
+0x02 R_KEY
+0x03 LR_KEY
+)
+(
+0x01ba PC_GET_REPORT
+0x02ba PC_SET_REPORT
+0x0200 PC_SET_REPORT_bValue
+0x0000 PC_SET_REPORT_wIndex
+0x0001 PC_SET_REPORT_bLength
+0xba PC_REPORT_ID
+
+0x01 PC_GET_DATA
+0x00 PC_GET_NONDATA
+)
+(
+//--------------------------------------------------
+// Define device states
+0x00 DEV_ATTACHED	// Device is in Attached State
+0x01 DEV_POWERED	// Device is in Powered State
+0x02 DEV_DEFAULT		// Device is in Default State
+0x03 DEV_ADDRESS	// Device is in Addressed State
+0x04 DEV_CONFIGURED	// Device is in Configured State
+0x05 DEV_SUSPENDED	// Device is in Suspended State
+)
+(
+// Define wIndex bitmaps
+0x81 IN_EP1                    // Index values used by Set and Clear
+0x01 OUT_EP1                   // commands for Endpoint_Halt
+0x82 IN_EP2              
+0x02 OUT_EP2             
+0x83 IN_EP3              
+0x03 OUT_EP3             
+)
+(
+0 EP0_STALL
+1 EP1_IN_STALL
+2 EP1_OUT_STALL
+3 EP2_IN_STALL
+4 EP2_OUT_STALL
+5 EP3_IN_STALL
+6 EP3_OUT_STALL
+)
+(
+// Define wValue bitmaps for Standard Feature Selectors
+0x00 ENDPOINT_HALT             // Endpoint_Halt feature selector
+0x01 DEVICE_REMOTE_WAKEUP      // Remote wakeup feature(not used)
+0x00 BOOT_PROTOCOL
+0x01 REPORT_PROTOCOL
+0x01 USB_MAX_NUM_CFG
+)
+(
+0 TIMER_NAK
+640 TIMER_NAK_DELAY
+15 TIMER_WAKEUP
+5000 TIMER_WAKEUP_DELAY
+)
+(
+
+    0   UTIL_TIMER_0_USED
+    1   UTIL_TIMER_1_USED
+    2   UTIL_TIMER_2_USED
+    3   UTIL_TIMER_3_USED
+    4   UTIL_TIMER_4_USED
+    5   UTIL_TIMER_5_USED
+    6   UTIL_TIMER_6_USED
+    7   UTIL_TIMER_7_USED
+
+    0   UTIL_TIMER_8_USED
+    1   UTIL_TIMER_9_USED
+    2   UTIL_TIMER_10_USED
+    3   UTIL_TIMER_11_USED
+    4   UTIL_TIMER_12_USED
+    5   UTIL_TIMER_13_USED
+    6   UTIL_TIMER_14_USED
+    7   UTIL_TIMER_15_USED
+)
+(
+6 dlen_24g
+14 plen_24g
+90 blen_tx_24g
+106 blen_rx_24g
+42 blen_txack_24g
+58 blen_rxack_24g
+0xaaf08e acc_24g
+0x15c4 crc_data_3byte
+0xbb81 crc_data_6byte
+0x4160 crc_ack
+)
+(
+
+8 UTIL_FIFO_LEN
+-1 UTIL_FIFO_OFFSET
+)
+(
+	0xAA DEBUGLOG_HEAD
+	0x00 DEBUGLOG_TYPE
+	0x04 DEBUGLOG_LEN
+	0xBB DEBUGLOG_TAIL
+)
+(
+	0x1000 DEBUGLOG_DTYPE_CALLBACK
+	0x1001 DEBUGLOG_DTYPE_EVENT
+	0x1002 DEBUGLOG_DTYPE_CMD
+	0x1003 DEBUGLOG_DTYPE_STATUS
+	0x1004 DEBUGLOG_DTYPE_MISC
+	0x1005 DEBUGLOG_DTYPE_PARSE_LMP
+	0x1006 DEBUGLOG_DTYPE_SEND_LMP
+	0x1007 DEBUGLOG_DTYPE_CONN_SM
+	0x1008 DEBUGLOG_DTYPE_UPPER_SM
+)
+(
+	0x0000 CALLBACK_24G_DATA
+	0x0001 CALLBACK_LE_PROCESS
+	0x0002 CALLBACK_BT_PROCESS
+	0x0003 CALLBACK_BEFORE_LPM
+	0x0004 CALLBACK_BB_EVENT_PROCESS
+	0x0005 CALLBACK_IDLE_PROCESS
+	0x0006 CALLBACK_BEFORE_HIBERNATE
+	0x0007 CALLBACK_ATT_WRITE
+	0x0008 CALLBACK_EVENT_TIMER
+	0x0009 CALLBACK_SLAVE_LOOP
+	0x000a CALLBACK_SDP_PROCESS
+)
+(
+	0x0000 STATUS_CODE_WAKE
+	0x0001 STATUS_LPM_WAKE
+	0x0002 STATUS_INQUIRY_SCAN
+	0x0003 STATUS_SEND_EIR
+	0x0004 STATUS_PAGE_SCAN
+	0x0005 STATUS_PAGE_SCAN_RECV_ID_PACK
+	0x0006 STATUS_PAGE_SCAN_WAIT_FHS
+	0x0007 STATUS_PAGE_SCAN_CONNECTED
+	0x0008 STATUS_START_DISCOVER
+	0x0009 STATUS_STOP_DISCOVER
+)
+(
+	0x0000 MISC_LE_RETRANSMIT
+	0x0001 MISC_LOST_MOUSEDATA
+	0x0002 MISC_TXPOWER_0
+	0x0003 MISC_TXPOWER_1
+	0x0004 MISC_TXPOWER_2
+	0x0005 MISC_BT_RETRANSMIT
+	0x0006 MISC_BT_UPPER_SM_ERR
+	0x0007 MISC_BT_CONN_SM_ERR
+)
+(
+	0x55 CREAT_MOUSE_DATA_OK
+	0x00 CREAT_MOUSE_DATA_FAIL
+
+(
+  0x02 FHS_PACKET 
+  0x03 DM1_PACKET 
+  0x03 DM1_LMP_PACKET 
+  0x04 DH1_PACKET 
+  0x05 HV1_PACKET 
+  0x06 HV2_PACKET 
+  0x07 HV3_PACKET 
+  0x08 DV_PACKET 
+  0x09 AUX1_PACKET 
+  0x0a DM3_PACKET 
+  0x0b DH3_PACKET 
+  0x0e DM5_PACKET 
+  0x0f DH5_PACKET 
+)
+(
+  0 RESPOND_TO_ALL
+  1 PASS_EVERYTHING
+  2 PASS_ONLY_UNKNOWNS
+  3 RESPOND_TO_LMPS
+)
+(
+  0 ULAW
+  1 ALAW
+  2 CVSD
+)
+(
+  0 NO_ENCRYPTION
+  1 PT_PT_ENCRYPTION
+  2 PT_BROADCAST_ENCRYPTION
+)
+(
+  0 LMP_STATE_DETACH
+  1 LMP_STATE_HOLD
+  2 LMP_STATE_SNIFF
+  3 LMP_STATE_PARK
+  4 LMP_STATE_WAIT_SCO_CREATE
+  5 LMP_STATE_WAIT_SCO_KILL
+  6 LMP_STATE_SCO3
+  7 LMP_STATE_WAIT_SCO_START
+)
+(
+  0 LMP_WAIT_FOR_SNIFF_ACCEPT
+  1 LMP_WAIT_FOR_PARK_ACCEPT
+  2 LMP_SEND_UNPARK_ACCEPTED
+  3 LMP_SEND_ENCRYPTION_START
+  4 LMP_SEND_ENCRYPTION_STOP
+  5 MESSAGE_QUEUE
+  7 LMP_STATE_WAIT_BEACON
+)
+(
+ 0 INQUIRY_STATE_CHECK
+ 1 HOST_DELAY_MESSAGE
+ 2 VARIABLE_DELAY
+ 3 TEST_MODE_START_LOOPBACK
+ 4 TEST_MODE_START_PATTERN
+ 5 PARSE_TEST_CONTROL_MESSAGE
+ 6 H_AUTH_SEND_COMB_KEY
+)
+(
+  0 FROM_MASTER
+)
+(
+  0 MS_RECEIVE_SWITCH_REQ
+  1 MS_SEND_SETUP_COMPLATE
+)
+(
+  0 CONN_SM_STANDBY
+  1 CONN_SM_WAIT_PAGE
+  2 CONN_SM_SEND_FEATURES
+  3 CONN_SM_WAIT_FEATURES_RES
+  4 CONN_SM_SEND_CONN_REQ
+  5 CONN_SM_WAIT_CONN_ACCEPT
+  6 CONN_SM_AUTH_PAIR
+  7 CONN_SM_AUTH_PAIR_WAIT
+  8 CONN_SM_WAIT_MUTAL_AUTH
+  9 CONN_SM_ENCRYPT
+  0xa CONN_SM_ENCRYPT_WAIT
+  0xb CONN_SM_ENCRYPT_WAIT_CLEAR
+  0xc CONN_SM_SEND_SETUP_COMPLETE
+  0xd CONN_SM_WAIT_SETUP_COMPLETE 
+  0xe CONN_SM_SEND_SWITCH
+  0xf CONN_SM_DETACH_DELAY
+  0x10 CONN_SM_WAIT_SWITCH_AFTER_HOST_CONNECTION
+  0x11 CONN_SM_DELAY_RESTART_CONNECTION
+  0x12 CONN_SM_SEND_VERSION
+  0X13 CONN_SM_WAIT_VERSION
+  0x14 CONN_SM_SEND_FEATURES_EXT
+  0x15 CONN_SM_WAIT_FEATURES_EXT
+  0x16 CONN_SM_PAIRING
+  0x17 CONN_SM_AUTH
+  0x18 CONN_SM_PAIRING_WAIT
+  0x19 CONN_SM_AUTH_WAIT
+  0x1a CONN_SM_DONE
+  0x1b CONN_SM_WAIT_DONE
+)
+(
+  0 CONN_STANDBY
+  1 CONN_MASTER_SEND_CONN_REQ
+  2 CONN_MASTER_WAIT_FOR_CONN_ACCEPTED
+  3 CONN_MASTER_AUTH
+  4 CONN_MASTER_WAIT_FOR_FEATURES
+  5 CONN_MASTER_WAIT_FOR_SETUP_COMPLETE
+  6 CONN_MASTER_WAIT_FOR_MAX_SLOT
+  7 CONN_SLAVE_CONN_REQUESTED
+  8 CONN_SLAVE_WAIT_FOR_SETUP_COMPLETE
+  9 CONN_SLAVE_AUTH
+  10 CONN_USING_HOST_OPCODE
+  11 CONN_SLAVE_AUTH_WAIT
+  12 CONN_SLAVE_ENCRYPT_WAIT
+)
+(
+  0 RECEIVED_CONN_REQ
+  1 SENT_CONN_REQ
+  2 RECEIVED_SETUP_COMPLETE
+  3 SENT_SETUP_COMPLETE
+  4 HOST_CONNECTION_MADE
+  6 INIT_COMPLETE
+  7 SNIFF_NEGOTIATE
+)
+(
+  0 WAIT_FOR_KINIT
+  1 WAIT_FOR_LKA
+  2 WAIT_FOR_LKB
+  3 WAIT_FOR_SRES
+  4 EXAMINE_RECEIVED_SRES
+  5 SEND_AU_RAND
+  6 WAIT_FOR_KC
+  7 DELAYED_ENCRYPT_RESPONSE
+)
+(
+  0 SENT_SRES
+  1 RECEIVED_IN_RAND
+  2 SENT_AU_RAND
+  3 AUTHENTICATION_FAILED
+  4 AUTHENTICATION_PASSED
+  5 STARTED_AUTH
+  6 SENT_COMB_KEY
+  7 SENT_IN_RAND
+)
+(
+  0 RECEIVED_AU_RAND
+  1 RECEIVED_SRES
+  2 MUTUALLY_AUTHENTICATE
+)
+(
+  0 H_AUTH_STARTED
+  2 H_ENCRYPTION_MODE_REQ_PT
+  3 H_ENCRYPTION_KEY_SIZE
+  4 H_ENCRYPTION_START
+  5 H_ENCRYPTION_STOP
+  6 H_AUTH_SECOND_TRY
+)
+(
+  0 RECEIVED_ENCRYPT_MODE_REQ_PT
+  1 RECEIVED_ENCRYPT_KEY_SIZE
+  2 RECEIVED_ENCRYPT_START
+  3 RECEIVED_ENCRYPT_STOP
+  4 STARTED_ENCRYPT_START
+)
+(
+  0x00 MS_STANDBY
+  0x11 M_MINIT_1
+  0x12 M_MINIT_2
+  0x20 M_SINIT_0
+  0x30 S_MINIT_0
+  0x31 S_MINIT_1
+  0x32 S_MINIT_2
+  0x41 S_SINIT_1
+  0x42 S_SINIT_2
+  0x43 S_SINIT_3
+)
+(
+  0 TEST_MODE_ALLOWED
+  1 TEST_MODE_ACTIVE
+)
+(
+  0x00 NO_TEST_MODE
+  0x00 CONTINUOUS_TRANSMIT
+  0x10 TRANSMIT_TEST
+  0x08 LOOPBACK
+)
+(
+  1 SEND_TX_ADDR
+)
+(
+  5 PAGE_MODE_END
+)
+(
+  0x00 HOST_RETURN_SUCCESS
+  0x01 HOST_RETURN_SLAVE_CANT_ISSUE
+  0x02 HOST_RETURN_NO_CONNECTION
+  0x04 HOST_RETURN_PAGE_TIMEOUT
+  0x05 HOST_RETURN_INQUIRY_TIMEOUT
+  0x08 HOST_RETURN_CONNECTION_TIMEOUT
+  0x09 HOST_RETURN_MAX_NUM_CONNECTIONS
+  0x0a HOST_RETURN_MAX_NUM_SCO
+  0x0b HOST_RETURN_MAX_NUM_ACL
+  0x0c HOST_RETURN_SECURITY_REASONS
+  0x10 HOST_RETURN_HOST_TIMEOUT
+  0x11 HOST_RETURN_UNSUPPORTED_FEATURE_PARAMETER
+  0x13 HOST_RETURN_OTHER_END_USER
+  0x14 HOST_RETURN_OTHER_END_LOW_RESOURCE
+  0x15 HOST_RETURN_OTHER_END_POWER_OFF
+  0x16 HOST_RETURN_LOCAL_HOST
+  0x18 HOST_RETURN_PAIRING_NOT_ALLOWED
+  0x19 HOST_RETURN_UNKNOWN_PDU
+  0x1a HOST_RETURN_UNSUPPORTED_REMOTE_FEATURE
+  0x1d HOST_RETURN_SCO_AIR_MODE_REJECTED
+  0x20 HOST_RETURN_UNSUPPORTED_LMP_VALUE
+  0x21 HOST_RETURN_AUTHENTICATION_FAILURE
+  0x22 HOST_RETURN_CHANGED_EXISTING_SCO
+  0x23 HOST_RETURN_HOST_REJECTED
+  0x24 HOST_RETURN_UNSPECIFIED_ERROR
+  0x25 HOST_RESET
+  0x26 HOST_RETURN_BAD_HANDLE
+
+  0x00 HOST_RETURN_ACCEPT_COMMAND
+  0x01 HOST_RETURN_REJECT_COMMAND
+)
+(
+  0 HOST_IS_PRESENT
+  1 BCI_IS_PRESENT
+  2 DONT_INIT_RADIO
+)
+(
+  0 MASTER_STATE_STANDBY
+  1 MASTER_INQUIRY
+)
+(
+  92 SECOND_SWITCH_REQ
+  93 SLAVE_DELAY_DETACH
+  94 MASTER_DELAY_DETACH
+  95 UNSNIFF_DELAY_DETACH
+  0 WE_STARTED_AS_MASTER
+  1 WE_STARTED_AS_SLAVE
+)
+(
+  0x01 HOST_INQUIRY
+  0x02 HOST_INQUIRY_CANCEL
+  0x03 HOST_CREATE_CONNECTION
+  0x04 HOST_DISCONNECT_CONNECTION
+  0x05 HOST_ADD_SCO_REQUEST
+  0x06 HOST_REMOTE_NAME_REQUEST
+  0x07 HOST_WRITE_SUPPORTED_FEATURES
+  0x08 HOST_SET_TX_LEVEL
+  0x09 HOST_SET_RX_LEVEL
+  0x0a HOST_SNIFF_REQUEST
+  0x0b HOST_UNSNIFF_REQUEST
+  0x0c HOST_WRITE_LINK_SUPERVISION_TIMEOUT
+  0x0e HOST_WRITE_SCAN_ENABLE
+  0x0f HOST_READ_AUDIO_QUALITY
+  0x10 HOST_ENABLE_DEVICE_UNDER_TEST
+  0x14 HOST_BUTTON_CONFIGURE
+  0x15 HOST_SET_LOW_BATTERY_LEVEL
+  0x16 HOST_WRITE_LOCAL_NAME
+  0x17 HOST_WRITE_LOCAL_PIN
+  0x18 HOST_KILL_SCO_REQUEST
+  0x19 HOST_QOS_REQ
+
+  0x1a HOST_FEATURES_REQUEST
+  0x1b HOST_VERSION_REQUEST
+  0x1c HOST_TIMING_REQUEST
+  0x1d HOST_CLK_OFFSET_REQUEST
+  0x1e HOST_AUTHENTICATE
+  0x1f HOST_START_ENCRYPTION
+  0x20 HOST_STOP_ENCRYPTION
+  0x21 HOST_HOLD_REQUEST
+  0x22 HOST_HOLD_FORCE
+  0x23 HOST_PARK_REQUEST
+  0x24 HOST_MOD_BEACON
+  0x25 HOST_SET_BROADCAST_SCAN_WINDOW
+  0x26 HOST_UNPARK_PM_REQUEST
+  0x27 HOST_UNPARK_BD_REQUEST
+  0x28 HOST_SLAVE_REQUEST_UNPARK
+  0x29 HOST_DECREASE_POWER_REQUEST
+  0x2a HOST_INCREASE_POWER_REQUEST
+  0x2b HOST_SEND_PREFERRED_RATE
+  0x2c HOST_MAX_SLOT_REQ
+  0x2d HOST_MAX_SLOT_FORCE
+  0x2e HOST_PAGE_MODE_REQUEST
+  0x2f HOST_PAGE_SCAN_MODE_REQUEST
+  0x30 HOST_MASTER_SLAVE_SWITCH
+  0x31 HOST_SEND_AUTO_RATE
+  0x32 HOST_PAGE_CANCEL
+  0x33 HOST_CHANGE_LINK_KEY
+  0x34 HOST_RADIO_READ
+  0x35 HOST_RADIO_WRITE
+  0x36 HOST_REMOTE_SLAVE_INIT_UNPARK_REQUESTED
+
+  0x40 HOST_REMOTE_CONNECTION_REQUESTED
+  0x41 HOST_REMOTE_DETACH
+  0x42 HOST_REMOTE_SCO_CREATE_REQUESTED
+  0x43 HOST_REMOTE_SCO_KILL_REQUESTED
+  0x44 HOST_REMOTE_PARK_REQUESTED
+  0x45 HOST_REMOTE_UNPARK_REQUESTED
+  0x46 HOST_REMOTE_SNIFF_REQUESTED
+  0x47 HOST_REMOTE_UNSNIFF_REQUESTED
+  0x48 HOST_REMOTE_HOLD_REQUESTED
+  0x49 HOST_REMOTE_AUTHENTICATION
+  0x4a HOST_REMOTE_START_ENCRYPTION_REQUESTED
+  0x4b HOST_REMOTE_STOP_ENCRYPTION_REQUESTED
+  0x4c HOST_MODE_CHANGE_EVENT
+  0x4d HOST_REMOTE_TEST_ACTIVATE
+  0x4e HOST_REMOTE_TEST_CONTROL
+  0x4f HOST_REMOTE_TIMING_REQUEST
+)
+(
+  0x01 BCI_INQUIRY
+  0x02 BCI_INQUIRY_CANCEL
+  0x03 BCI_CREATE_CONNECTION
+  0x04 BCI_DISCONNECT
+  0x05 BCI_ADD_SCO_CONNECTION
+  0x06 BCI_REMOTE_NAME_REQUEST
+  0x07 BCI_WRITE_SUPPORTED_FEATURES
+  0x08 BCI_SET_TX_POWER_LEVEL
+  0x09 BCI_SET_RX_POWER_LEVEL
+  0x0a BCI_SNIFF_MODE
+  0x0b BCI_EXIT_SNIFF_MODE
+  0x0c BCI_WRITE_LINK_SUPERVISION_TIMEOUT
+  0x0d BCI_WRITE_PAGE_TIMEOUT
+  0x0e BCI_WRITE_SCAN_ENABLE
+  0x0f BCI_GET_AUDIO_QUALITY
+  0x10 BCI_ENABLE_DEVICE_UNDER_TEST
+  0x11 BCI_SEND_DATA
+  0x12 BCI_REGISTER_SERVICE_RECORD
+  0x13 BCI_SERVICE_SEARCH_ATTRIB_REQ
+  0x14 BCI_BUTTON_CONFIGURE
+  0x15 BCI_SET_LOW_BATTERY_LEVEL
+  0x16 BCI_WRITE_LOCAL_NAME
+  0x17 BCI_WRITE_LOCAL_PIN
+  0x18 BCI_REMOVE_SCO_CONNECTION
+  0x19 BCI_QUALITY_OF_SERVICE
+  0x40 BCI_REMOTE_CONNECTION_REQUEST
+  0x41 BCI_REMOTE_DETACH
+  0x42 BCI_REMOTE_ADD_SCO_REQUEST
+  0x43 BCI_REMOTE_REMOVE_SCO_REQUEST
+  0x44 BCI_REMOTE_PARK_REQUEST
+  0x45 BCI_REMOTE_UNPARK_REQUEST
+  0x46 BCI_REMOTE_SNIFF_REQUEST
+  0x47 BCI_REMOTE_UNSNIFF_REQUEST
+  0x48 BCI_REMOTE_HOLD_REQUEST
+  0x49 BCI_REMOTE_AUTHENTICATION_PAIRING_REQUEST
+  0x4a BCI_REMOTE_START_ENCRYPTION_REQUEST
+  0x4b BCI_REMOTE_STOP_ENCRYPTION_REQUEST
+  0x4c BCI_MODE_CHANGE_EVENT
+)
+(
+  0 MODE_CHANGE_ACTIVE
+  1 MODE_CHANGE_SNIFFING
+  2 MODE_CHANGE_PARKED
+  3 MODE_CHANGE_HOLDING
+  4 MODE_CHANGE_SCO_ADDED
+  5 MODE_CHANGE_SCO_REMOVED
+  6 MODE_CHANGE_ACL_CONNECTION
+  7 MODE_CHANGE_DISCONNECT
+  8 MODE_CHANGE_SCO_CHANGED
+  9 MODE_CHANGE_ENCRYPTING
+  10 MODE_CHANGE_NOT_ENCRYPTING
+  11 MODE_CHANGE_BUTTON_UP
+  12 MODE_CHANGE_BUTTON_DOWN
+  13 MODE_CHANGE_BATTERY_LOW
+  14 MODE_CHANGE_RESET
+  15 MODE_CHANGE_INQUIRY_CANCELED_RMTCMD
+  16 MODE_ACTIVE_MSSWITCH_PASSED
+  17 MODE_ACTIVE_MSSWITCH_FAILED
+)
+(
+  6 BATTERY_CHECK_LEVEL
+  7 BATTERY_SENT_STATUS
+)
+(
+  0x02 RADIO_2001
+  0x12 RADIO_2002
+  0x32 RADIO_2002_DDM
+  0x42 RADIO_1008A1
+  0x52 RADIO_1018A0
+)
+(
+  0 SLAVE_INIT_AUTHENTICATION
+  1 SLAVE_INIT_ENCRYPTION
+  2 SLAVE_INIT_MASTER_SLAVE_SWITCH
+)
+(
+  0 CONNECTION_AUTH
+  1 CONNECTION_ENCRYPT
+  2 CONNECTION_SWITCH
+  3 CONNECTION_ACL
+  4 CONNECTION_FEATURE_EXT
+)
+(
+  7 AA_INSERTION
+)
+
+
+
+
+
+
+
+
+
+
+0x0800 start
+0x0801 soft_reset
+0x0813 main_loop
+0x0822 connection_dispatch
+0x0828 connection_incontext
+0x0831 connection_nosniff
+0x083a idle_dispatch
+0x0845 idle_exit
+0x0847 idle_le_create_conn
+0x084a idle_inquiry
+0x084f idle_inquiry_cancel
+0x0852 idle_remote_name_req
+0x0857 idle_create_conn
+0x0858 idle_create_conn_device
+0x085d idle_create_conn_cont
+0x085e idle_start_page
+0x0864 idle_page_mode_r0
+0x0885 idle_page_fail
+0x088b idle_name_fail
+0x0891 inquiry_dispatch
+0x0898 inquiry_start
+0x089f inquiry_restart
+0x08a2 inquiry_rx_restart
+0x08a7 inquiry_transmit
+0x08b4 inquiry_check_train
+0x08c1 inquiry_receive
+0x08cb inquiry_sync
+0x08d1 inquiry_receive_rtn
+0x08d1 inquiry_receive_eir_rtn
+0x08d5 master_page
+0x08dd master_page_no_interval
+0x08e8 master_npage_timeout
+0x08eb master_page_timeout
+0x08f2 page_start
+0x08fe page_restart
+0x0903 page_rx_restart
+0x0916 page_exit
+0x091c page_check_train
+0x092a page_receive
+0x0932 page_sync
+0x0938 page_send_fhs
+0x093c page_send_fhs_continue
+0x0948 page_wait_fhs_reply
+0x0957 page_wait_fhs_reply_ok
+0x095c master_newconn_loop
+0x0963 newconn_poll_responded
+0x096b master_dispatch
+0x097b master_loop
+0x0984 master_notmatch
+0x098a master_exit
+0x098c master_attempt
+0x098f check_master_disconnect
+0x0992 check_master_match
+0x09a0 master_disconnect
+0x09a6 master_name_disconnect
+0x09a8 master_name_error
+0x09ab check_disconnect_timeout
+0x09b2 conn_timer_expired
+0x09b6 linkkey_ready
+0x09bf linkkey_set
+0x09c7 linkkey_set_continue
+0x09c8 generate_linkkey_continue
+0x09c9 clear_linkstate
+0x09cd role_switch_check
+0x09d7 role_switch_clkn
+0x09d8 role_switch_clke
+0x09dd role_switch_prepare
+0x09df role_switch_prepare0
+0x09e5 role_switch_master
+0x09ec roles_waitfhs_loop
+0x09f2 role_switch_fail_master
+0x09fa roles_replyto_fhs
+0x0a04 roles_replyto_fhs_rcvd
+0x0a0b roles_newconns_loop
+0x0a11 roles_newconns_responded
+0x0a19 context_load
+0x0a2b context_load_master
+0x0a32 context_save
+0x0a3a context_get_next
+0x0a3c context_get_next_loop
+0x0a40 context_get_next_cont
+0x0a48 context_get_next_sniff
+0x0a4a context_new
+0x0a52 context_check_all_wack
+0x0a5a context_check_esco_wack
+0x0a5f context_esco_wack
+0x0a61 context_check_idle
+0x0a63 context_traverse_linkkey
+0x0a66 context_search_conn_handle
+0x0a67 context_search_conn_handle2
+0x0a69 context_search_plap
+0x0a6b context_search_plap2
+0x0a6d context_search_insniff
+0x0a6f context_search_sniff_window
+0x0a70 context_search
+0x0a73 context_search_loop
+0x0a75 context_search_next
+0x0a79 context_search_empty
+0x0a7d context_search_lap
+0x0a7f context_search_lap_cont
+0x0a84 context_search_handle
+0x0a8a context_search_sniff
+0x0a8b context_search_sniff_loop
+0x0a98 context_search_sniff_sc
+0x0a9b context_search_meet1
+0x0a9c context_search_meet
+0x0aa0 context_search_sniff_miss
+0x0aa6 sign_pdata_temp
+0x0ab0 sign_pdata_temp_p0
+0x0ab6 context_check_inconn
+0x0ab9 context_check_a_wack
+0x0ac2 context_get_anchor
+0x0ace context_next_anchor
+0x0ad5 context_search_window
+0x0ade context_traverse_clearkey
+0x0ae9 master_conn_send_packet
+0x0aeb master_send_packet
+0x0af3 master_conn_recv_packet
+0x0af5 master_recv_packet
+0x0afd master_rx_conn_finish_packet
+0x0b01 master_newconn_once
+0x0b07 inquiry_scan_dispatch
+0x0b18 inquiry_scan_start
+0x0b42 send_eir
+0x0b64 get_all_uuid
+0x0b68 lshift_loop
+0x0b7a page_scan_dispatch
+0x0b8b page_scan_start
+0x0bac page_scan_wait_fhs_restart
+0x0bb5 page_scan_wait_fhs_again
+0x0bbc page_scan_reply_to_fhs
+0x0bc9 slave_apply_clke_bt
+0x0bcd slave_apply_clke_bt_now
+0x0bd0 start_slave_connection
+0x0bd4 slave_newconn_loop
+0x0bd9 sconn_successful
+0x0be0 slave_dispatch
+0x0be4 slave_loop
+0x0bf4 slave_notmatch
+0x0bfd slave_disconnect
+0x0c05 role_switch_slave
+0x0c0c roles_sendfhs_loop
+0x0c1e roles_got_fhs_reply
+0x0c21 roles_newconn_loop
+0x0c2a roles_newconn_responded
+0x0c30 roles_newconn_nolmp
+0x0c3b init_rx_packet_flags
+0x0c46 prepare_newconn
+0x0c51 newconn_init
+0x0c60 clear_linkkey
+0x0c66 new_conn_timeout
+0x0c6a new_conn_handle
+0x0c6e quit_connection
+0x0c73 quit_connection_name
+0x0c77 quit_connection_cont
+0x0c87 quit_connection_not_clear_mark
+0x0c89 quit_connection_not_clear_tx
+0x0c8d slave_newconn_once
+0x0c9a prepare_tx
+0x0ca6 prepare_tx_not_esco
+0x0ca7 prepare_tx_not_sco
+0x0cac prepare_tx_retransmit
+0x0cb6 prepare_tx_nomore_retransmit
+0x0cb8 prepare_tx_no_retransmit
+0x0cc1 prepare_tx_pollnull
+0x0cc5 prepare_tx_loopback
+0x0ccb prepare_tx_txpat
+0x0ccf prepare_tx_sendlmp
+0x0cd1 prepare_tx_ccm_edr_lmp
+0x0cdb prepare_tx_sendl2cap
+0x0cdd prepare_tx_ccm_edr
+0x0ce8 set_wait_ack
+0x0cf1 tx_l2cap_type
+0x0d07 tx_l2cap_type_edr
+0x0d17 slave_receive_master_slot
+0x0d1c slave_receive_notsniff
+0x0d1d slave_receive_access
+0x0d1e slave_receive_sniff
+0x0d3c slave_conn_recv_packet
+0x0d44 receive_packet
+0x0d47 receive_packet_whitened
+0x0d5c receive_packet_noedr
+0x0d65 receive_packet_amchk
+0x0d71 am_addr_match
+0x0d73 am_addr_ok
+0x0d82 arqn_bypass
+0x0d8f failed_seqn
+0x0d90 rx_type_dispatch
+0x0d9e process_poll
+0x0d9f process_dm3
+0x0d9f process_dm5
+0x0da0 process_dm1
+0x0da2 process_dh3
+0x0da2 process_dh5
+0x0da3 process_3dh1
+0x0da4 process_dh1
+0x0da5 process_dmh
+0x0db2 process_dmh_noedr
+0x0dbd process_dmh_long
+0x0dc0 process_dmh_common
+0x0dc6 process_dmh_common2_ccm
+0x0dc8 process_dmh_common2
+0x0dd6 process_dmh_common2_testmode
+0x0dd8 process_dmh_data_0
+0x0de1 check_enc_ccm
+0x0de6 process_lmp
+0x0deb process_dmh_data_l2cap_start_pkt
+0x0df5 process_dmh_data_into_buff1
+0x0dfa process_dmh_data_into_buff2
+0x0dff process_dmh_data_l2cap_continue_pkt
+0x0e09 process_dmh_data_l2cap_continue_pkt1
+0x0e0d process_dmh_data_l2cap_continue_pkt2
+0x0e10 process_dmh_data
+0x0e14 process_dmh_data_end
+0x0e2a process_l2cap_pass_crc_buff1
+0x0e34 process_l2cap_pass_crc_buff2
+0x0e3d process_dmh_cont
+0x0e46 process_dmh_cont_rxbuf_not_use
+0x0e50 ack_payload
+0x0e63 error_header
+0x0e69 error_payload_crc
+0x0e6f error_payload
+0x0e70 flow_ctrl
+0x0e70 error_mic_error
+0x0e71 discard_pkt
+0x0e75 discard_pkt_lmp
+0x0e79 discard_pkt_l2cap
+0x0e7d redundant_payload
+0x0e80 end_of_packet
+0x0e8c process_fhs
+0x0ea1 fhs_parity_ok
+0x0ebb clear_got_tx
+0x0ed2 clear_got_txlmp
+0x0edd clear_lmp_escape
+0x0ee0 clear_send_setup_complete
+0x0ee5 start_encryption
+0x0eef stop_encryption
+0x0ef5 sniff_init
+0x0ef9 sniff_init_master
+0x0f03 sniff_init_nowrap
+0x0f16 sniff_exit
+0x0f20 check_attempt
+0x0f2b check_attempt_nomore
+0x0f2d check_attempt_sniff
+0x0f33 check_attempt_sniff_restore_sco
+0x0f36 check_attempt_sco_master
+0x0f37 check_attempt_not_sco
+0x0f40 check_attempt_notimeout
+0x0f44 sniff_check_window
+0x0f4d check_esco_amaddr
+0x0f50 parse_l2cap
+0x0f52 parse_l2cap_cont
+0x0f63 parse_l2cap_release_buff1
+0x0f69 parse_l2cap_release_buff2
+0x0f6f l2cap_buff1_inuse
+0x0f73 l2cap_buff2_inuse
+0x0f77 slave_send_access
+0x0f7f slave_conn_send_packet
+0x0f89 slave_conn_send_access
+0x0f8a transmit_packet
+0x0f8e transmit_packet_whitened
+0x0fb3 transmit_fhs
+0x0fd0 transmit_lmp_ccm
+0x0fd2 transmit_lmp
+0x0fd6 transmit_lmp_common
+0x0fdd transmit_lmp_loop
+0x0fe1 transmit_dm1
+0x0fe3 transmit_dm3
+0x0fe3 transmit_dm5
+0x0fe6 transmit_3dh1
+0x0fe7 transmit_dh1
+0x0fe9 transmit_dh3
+0x0fe9 transmit_dh5
+0x0fec transmit_dmh
+0x0ffb transmit_edr3m
+0x0fff transmit_edr_sync_end
+0x1001 transmit_noedr
+0x100b transmit_long
+0x100c transmit_stuff
+0x1010 transmit_stuff_loop
+0x1013 transmit_end
+0x1018 transmit_end2
+0x1021 transmit_loopback
+0x1023 transmit_loopback_short
+0x1029 transmit_loopback_long
+0x102e transmit_loopback_cont
+0x102f transmit_loopback_loop
+0x1035 transmit_loopback_end
+0x1039 apply_switch_clke
+0x103f apply_switch_nozero
+0x1042 apply_switch_loop
+0x1046 apply_switch_bt
+0x1047 apply_switch_wait_loop
+0x104e calc_slot_offset
+0x1058 calc_bt_portion
+0x105a calc_slot_offset_loop
+0x105c calc_skip_bt
+0x1061 calc_clke_offset
+0x106f calc_clke_pos
+0x1073 calc_clke
+0x1077 calc_clke2
+0x1081 calc_clke_pos2
+0x1083 calc_clke_pos_adj
+0x1085 calc_mod_value_scale
+0x108b calc_mod_value_scale_do
+0x108d calc_mod_vs_loop
+0x1092 calc_mod_vs01
+0x109d calc_mod_vs_loop2
+0x10ad calc_mod_value_scale_le2
+0x10b0 calc_mod_value_scale_le
+0x10b6 calc_radio_freq
+0x10bf freq_not_connection
+0x10c0 do_hop_mod_now
+0x10c8 odd_half
+0x10ca freq_result
+0x10cd afh_process_0
+0x10db afh_process_con
+0x10e8 afh_process_1
+0x10f4 afh_process_end
+0x10f7 afh_same_channel
+0x10fa afh_clear
+0x10ff afh_process_freq_map
+0x1106 process_freq_3
+0x110b process_freq_1
+0x110f process_freq_0
+0x1118 process_freq_2
+0x1122 rx_radio_freq
+0x1127 rx_radio_freq_now
+0x1128 tx_radio_freq
+0x112d tx_radio_freq_now
+0x112e fetch_giac
+0x1132 fetch_page_bt_adr
+0x1138 fetch_self_bt_adr
+0x1140 fetch_extm_bt_adr
+0x1148 fetch_diac
+0x114b fetch_diac_do
+0x114f shutdown_radio
+0x1161 set_sync_on
+0x1168 set_sync_on_24m
+0x1178 set_sync_on_next
+0x117d set_sync_on_16m
+0x118f set_freq_rx
+0x1198 set_rxfreq_2m_offset
+0x119a rf_rx_write_freq_24m
+0x11a0 rf_rx_write_freq_16m
+0x11a6 rf_rx_enable
+0x11af rf_rx_enable_no_soft_agc
+0x11b3 rf_rx_enable_no_soft_agc_next
+0x11c5 rf_rx_write_freq
+0x11ca rf_tx_write_freq
+0x11d4 rf_write_freq_calc
+0x11eb rf_write_freq_calc_24m
+0x11f1 rf_write_freq_calc_16m
+0x11f7 rf_tx_write_freq_24m
+0x11fe rf_tx_write_freq_16m
+0x1205 set_freq_tx
+0x120b txon
+0x121d txon_next
+0x1228 set_tx_power_0db
+0x122a set_rf_ldo_cfg89
+0x122d set_tx_power_3db
+0x122f set_rf_ldo_cfg89_2
+0x1232 set_tx_power_5db
+0x1235 set_tx_power_6db
+0x1238 set_tx_power_7db
+0x123b set_tx_power_10db
+0x123e set_tx_power_f3db
+0x1241 set_tx_power_f5db
+0x1244 set_tx_power_f20db
+0x1247 set_tx_power_f30db
+0x124a initialize_radio
+0x124b initialize_radio_wait
+0x124f initialize_radio_loop
+0x1255 initialize_radio_cont
+0x1260 initialize_radio_cont_next
+0x126a initialize_syn_afc_cfg1
+0x126f initialize_syn_afc_cfg1_default
+0x1271 initialize_rf_ldo_cfg1
+0x1275 initialize_rf_ldo_cfg1_default
+0x1277 initialize_rc_cal
+0x127b initialize_rc_cal_default
+0x127d save_rssi
+0x1291 rssi_hex2dec
+0x1295 bcd
+0x129c gain_control
+0x12ba add_negative
+0x12c2 gain_increase
+0x12c6 gain_descend
+0x12c9 set_rx_gain2
+0x12cb set_rx_gain0
+0x12cd set_rx_gain1
+0x12cf xtal_fast_wake
+0x12d1 init_lpm_ctrl
+0x12d3 start_receiver
+0x12d8 prep_crypt
+0x12e8 prep_crypt_ccm
+0x12ea wait_access_end
+0x12f3 wait_access_mhalfbnd
+0x12f4 wait_access_mhalfbnd_correlate
+0x12f9 wait_access_clkn_rt
+0x1300 wait_access_forever
+0x1309 reserve_slot
+0x1311 ahead_window
+0x1320 setup_clk
+0x1323 skip_setup_clke
+0x1325 setup_clkn
+0x1327 skip_setup_clkn
+0x1328 setup_clknbt
+0x132b setup_complete
+0x1334 setup_clk11
+0x1337 rf_setup_time
+0x133a rf_setup_time_slave_slot
+0x133c rf_setup_time_master_slot
+0x133e start_transmitter
+0x1343 start_tx_native
+0x1348 start_rx_native
+0x134c start_tx_external
+0x1351 send_access_word
+0x1359 scan_mode_whiten
+0x135d get_free_amaddr
+0x1362 get_free_amaddr_cont
+0x1365 get_clk
+0x1369 get_clkbt
+0x136d supervision_update
+0x1376 supervision_flush
+0x137a assert
+0x137c loop
+0x137d sleep
+0x1380 sleep_loop
+0x1384 init_param
+0x13b6 init_param_next
+0x13d9 clk24m_init
+0x13df test_init
+0x13e4 test_proc
+0x13ea check_test_cond
+0x140b check_test_exit
+0x1410 lpmstate
+0x1421 lpmwake
+0x143b lpm_save_mpu_lock
+0x143f lpm_ctrl3_cfg_dig_vsel
+0x1443 lpm_ctrl3_cfg_vsel_120
+0x1445 lpm_ctrl3_cfg_vsel_store
+0x1447 lpm_ctrl3_cfg_vsel_108
+0x144b lpm_ctrl3_cfg_vsel_096
+0x144f lpm_ctrl3_cfg_vsel_084
+0x1453 lpm_load_context
+0x145d lpm_save_context
+0x1465 lpo_calibration
+0x146e lpo_cal_inited
+0x1473 lpm_adjust_clk
+0x1482 lpm_adjust_positive
+0x1485 lpm_clear_counter
+0x1488 lpm_doze
+0x148c lpm_hibernate
+0x1490 lpm_hibernate_normal
+0x1497 lpm_sleep
+0x14b0 lpm_enter_sleep
+0x14b5 lpm_recover_clk
+0x14be lpm_recover_xtal
+0x14c0 lpm_recover_timeout
+0x14dd lpm_dispatch
+0x14e7 lpm_dispatch_next
+0x14f6 lpm_dispatch_next2
+0x150a lpm_dispatch_sleep
+0x150b lpm_dispatch_lpo
+0x1514 lpm_dispatch_unconn
+0x151c lpm_unconn_nossp
+0x1520 lpm_unconn_cont
+0x1522 lpm_sleep_btclk
+0x1527 lpm_set_mult
+0x1536 lpm_mult_wait_timeout
+0x1540 classic_bt_set_mult_short_flag
+0x1542 classic_bt_clr_mult_short_flag
+0x1544 lpm_match
+0x1549 lpm_not_match
+0x154f lpm_lost
+0x1557 lpm_mult_short
+0x155b lpm_mult_long
+0x155e lpm_cal_xtal_startup
+0x1576 lpm_cal_xtal_startup_by_snooze
+0x1591 lpm_write_config
+0x159a lpm_write_ctrl
+0x159c lpm_write_ctrl2
+0x159d lpm_write
+0x15a2 lpm_write_sel_vdd3v3
+0x15a9 lpm_write_sel_vdd5v
+0x15af lpm_write_ctrl3
+0x15b1 lpm_write_gpio_wakeup
+0x15ba lpm_get_wake_lock
+0x15be lpm_put_wake_lock
+0x15c2 lpm_check_wake_lock
+0x15e1 lpm_uart_wake_lock
+0x15e6 lpm_shut_down
+0x15eb lpm_disable_exen_output
+0x15ef le_init_conn
+0x1602 le_init_master
+0x160e le_init_slave
+0x161f le_conn_dispatch
+0x1628 le_master_dispatch
+0x1637 le_master_disconn
+0x163a le_slave_dispatch
+0x164b le_slave_crc_fail
+0x164b le_slave_match
+0x165a le_slave_cont
+0x1660 le_slave_unsync
+0x1663 le_check_md
+0x1668 le_slave_more_data
+0x166e le_slave_disconn
+0x166e le_disconnect
+0x1675 le_clear_connection_info
+0x167a le_clear_pairing_state
+0x167e le_got_first_packet
+0x168b le_enable_phy_by_pdata
+0x1694 le_enable_2m
+0x169a le_enable_coded_s2
+0x169a le_enable_coded
+0x16a2 le_enable_coded_s8
+0x16a5 le_enable
+0x16b2 le_disable
+0x16be le_prep
+0x16c7 le_rx_setfreq
+0x16c8 le_rf_rx_enable
+0x16cc le_tx_setfreq
+0x16ce le_tx_setfreq0
+0x16d0 le_setfreq
+0x16dd le_ctf_normal
+0x16e0 le_ctf_low
+0x16e3 le_ctf_test
+0x16e6 le_sca_map
+0x16f6 le_setup
+0x1700 le_setup_master
+0x1705 le_context_nextevent
+0x1716 le_context_nexthop
+0x171e le_nexthop_nowrap
+0x1720 le_calc_channel_map
+0x1724 le_count_channels_loop
+0x1726 le_count_channels_notused
+0x172c le_map_channel
+0x1732 le_map_channel_next
+0x1737 le_map_channel_cont
+0x1739 le_map_channel_loop
+0x173c le_map_channel_skip
+0x1741 le_map_channel_end
+0x1744 le_wait_tx
+0x1747 le_wait_master
+0x174a le_receive_adv
+0x174e le_receive_slave
+0x1754 le_receive_packet
+0x1755 le_receive_rxon
+0x175c le_receive_nolr
+0x1765 le_receive_on_attempt
+0x1772 le_receive_skip
+0x177e le_rx_loop
+0x1783 le_rx_dec
+0x178e le_rx_dec_loop
+0x1795 le_rx_dec_loop_end
+0x1797 le_rx_nopayload
+0x17a9 le_rx_match
+0x17ac le_crc_fail_tx
+0x17b0 le_match_set_txfreq
+0x17b5 le_match_set_txfreq_offset
+0x17b8 le_dec_init
+0x17bd le_dec_start
+0x17d0 le_pcnt_rx_sub1
+0x17d5 le_pcnt_rx_sub1_0
+0x17da le_dec
+0x17e2 le_dec_end
+0x17eb le_mic_error
+0x17ec le_retransmit_end_of_packet
+0x17ef le_crc_fail
+0x17f3 le_unsync_end
+0x17f3 le_crc_fail_consecutive
+0x17f5 le_end_of_packet
+0x17f7 calc_clke_all_modem
+0x17fd calc_clke_modem_coded
+0x1801 calc_clke_modem_2m
+0x1805 le_set_until_tx_timer
+0x180c le_set_until_tx_timer_rx_lr
+0x180e le_set_until_tx_timer_rx_1m
+0x180f le_set_until_tx_timer_rx_2m
+0x1811 le_set_until_tx_timer_rx_coded_s2
+0x1814 le_set_until_tx_timer_rx_coded_s8
+0x1816 le_set_until_tx_timer_rx_coded
+0x1819 le_calc_stop_watch
+0x1821 le_transmit_receive_sifs_without_change_mode
+0x1828 le_transmit_receive_sifs
+0x182c le_transmit_receive_sifs_notx
+0x1836 le_transmit_norx
+0x1838 le_transmit
+0x1848 le_transmit_packet
+0x1855 le_transmit_packet_not_enc
+0x1856 le_tr_loop
+0x1859 le_tr_nopayload
+0x1860 le_transmit_skip
+0x1866 le_check_start_pause_enc
+0x186f le_transmit_packet_enc
+0x1873 le_transmit_packet_enc_loop
+0x187a le_transmit_lr
+0x187b le_transmit_lr_preamble_loop
+0x1885 le_transmit_lr_s2
+0x1889 le_transmit_lr_s8
+0x188c le_transmit_2m
+0x188e le_transmit_2m_dealy
+0x1898 le_update_param
+0x189c le_update_param_ahead1_cb
+0x18b0 le_update_param_cb
+0x18bd le_update_channel_map
+0x18c1 le_update_channel_map_cb
+0x18c6 le_update_phy
+0x18ca le_update_phy_cb
+0x18d7 le_update_phy_cb_m2s
+0x18df le_update_phy_cb_m2s_no_change
+0x18e5 le_update_phy_cb_s2m
+0x18ee le_update_phy_cb_s2m_no_change
+0x18f4 le_check_update_flag
+0x1901 le_update_ahead1
+0x1903 le_update
+0x1908 le_check_update_small
+0x1914 le_check_retransmit
+0x191b le_acknowledge
+0x1934 le_ack_unenc
+0x1942 le_check_wak
+0x1950 le_set_enc
+0x1955 le_clear_enc
+0x1961 le_scan_check_sender_addr_type
+0x1966 le_get_master_rx_max
+0x196a le_prepare_tx
+0x198b le_check_tx_md
+0x1992 le_check_continue
+0x199b le_set_md
+0x199d le_clear_md
+0x199f le_update_tx_type
+0x19a3 le_att_check_notification_enable
+0x19af le_send_empty
+0x19b1 le_send_packet
+0x19c1 le_send_no_txlen
+0x19c7 le_send_packet_enc
+0x19c9 get_lpm_wake_ble_rx_lock
+0x19cb put_lpm_wake_ble_rx_lock
+0x19cd le_parse
+0x19da le_parse_l2cap
+0x19e7 le_check_l2cap_complete
+0x19eb le_check_l2cap_cid_legal
+0x19f6 le_check_l2cap_llid_start
+0x1a09 le_check_l2cap_continue_legal
+0x1a0d le_check_l2cap_llid_continue
+0x1a22 le_get_search_att_uuid
+0x1a25 le_writeatt_cb
+0x1a27 le_supervision_update
+0x1a30 le_supervision_flush
+0x1a33 le_receive_window_size
+0x1a4d le_init_attlist_search
+0x1a56 le_att_handle_inrange
+0x1a60 le_att_handle_blank
+0x1a62 le_att_get_handle_ptr
+0x1a65 le_att_get_handle_ptr2
+0x1a68 le_att_get_handle_loop1
+0x1a72 le_att_get_handle_ptr_found
+0x1a75 le_att_get_short_uuid_ptr
+0x1a78 le_att_get_short_uuid_loop
+0x1a84 le_att_get_last_handle
+0x1a86 le_att_get_last_handle_loop
+0x1a90 le_att_get_handle_info_from_ptr
+0x1a92 le_att_get_handle_info
+0x1a94 le_att_get_handle_info_fast
+0x1a95 le_att_get_handle_loop
+0x1a9f le_att_unfind_handle
+0x1aa0 le_att_finded_handle
+0x1aa9 le_modified_name
+0x1aac le_modified_name_att_list
+0x1abb le_name_length_longer_than_att
+0x1abe le_modified_name_adv
+0x1acb le_modified_name_adv_and_scan
+0x1add le_modified_name_adv_and_scan_store_data
+0x1ae3 le_modified_name_adv_and_scan_name_overflow
+0x1ae5 le_modified_name_adv_loop
+0x1af0 le_modified_name_adv_loop2
+0x1af4 le_modified_name_adv_found_name
+0x1af6 memcpy_empty
+0x1afa le_lpm_set_mult
+0x1afe le_lpm_set_mult_attempt
+0x1b01 le_lpm_set_mult_attempt_match
+0x1b0c le_lpm_lost
+0x1b12 le_set_config_fixed_tk
+0x1b14 le_clr_config_fixed_tk
+0x1b16 le_set_config_fixed_ltk
+0x1b18 le_clr_config_fixed_ltk
+0x1b1a le_set_config_more_data
+0x1b1c le_clr_config_more_data
+0x1b1e le_set_config_read_authentication
+0x1b20 le_clr_config_read_authentication
+0x1b22 le_set_config_write_authentication
+0x1b24 le_clr_config_write_authentication
+0x1b26 le_set_config_short_mult
+0x1b28 le_clr_config_short_mult
+0x1b2a le_set_config
+0x1b2e le_clr_config
+0x1b32 le_set_fixed_ltk
+0x1b3f le_set_justwork
+0x1b45 le_fifo_malloc_tx_empty
+0x1b48 le_fifo_malloc_tx_ll
+0x1b4d le_fifo_malloc_tx_l2cap
+0x1b56 le_fifo_malloc_tx
+0x1b60 le_fifo_get_first_tx_ptr
+0x1b63 le_fifo_get_second_tx_ptr
+0x1b65 le_fifo_get_last_tx_ptr
+0x1b68 le_fifo_get_last_tx_ptr0
+0x1b6a le_fifo_get_first_l2cap_ptr
+0x1b6d le_fifo_get_first_att_ptr
+0x1b70 le_fifo_get_last_att_ptr
+0x1b73 le_fifo_get_last_l2cap_ptr
+0x1b76 le_fifo_check_full
+0x1b77 le_fifo_check_nearly_full
+0x1b78 le_fifo_check_empty
+0x1b79 le_fifo_release_first_node
+0x1b7a le_set_dle
+0x1b7c le_set_phys
+0x1b80 le_set_tx_phy
+0x1b86 le_set_rx_phy
+0x1b88 le_set_feature_2m_phy
+0x1b8a le_set_feature_coded_phy
+0x1b8c le_set_feature_data_packet_length_extension
+0x1b8e le_set_feature
+0x1b92 le_advertising_dispatch
+0x1b99 le_scan
+0x1bb8 le_wait_adv
+0x1bbf le_create_conn
+0x1bcf le_connect_request
+0x1bda le_con_req_hop_retry
+0x1c17 le_adv
+0x1c19 le_adv_loop
+0x1c1f le_adv_loop_tx
+0x1c2b le_adv_not_match
+0x1c38 le_init_adv
+0x1c3a le_adv_access
+0x1c41 le_send_adv_ind
+0x1c52 le_send_adv_direct_ind
+0x1c58 le_send_adv_transmit
+0x1c5f le_send_scan_request
+0x1c70 le_send_scan_response
+0x1c82 le_parse_connect_req
+0x1caa le_next_adv_channel
+0x1cb0 le_next_adv_channel_curr_channel_37
+0x1cb6 le_next_adv_channel_curr_channel_38
+0x1cbc le_next_adv_channel_curr_channel_39
+0x1cc2 set_le_next_adv_channel_37
+0x1cc7 set_le_next_adv_channel_38
+0x1ccc set_le_next_adv_channel_39
+0x1cd1 le_parse_att
+0x1ce1 le_send_att_exchange_mtu_requset
+0x1ce8 le_parse_att_exchange_mtu_request
+0x1ce9 le_send_att_exchange_mtu_response
+0x1cf0 le_parse_att_exchange_mtu_response
+0x1cf3 le_parse_att_find_information_request
+0x1cf6 le_send_att_find_information_response
+0x1cf8 le_send_att_find_information_res_loop
+0x1d0a le_send_att_find_information_res_store_info
+0x1d14 le_send_att_find_information_res_cont
+0x1d17 le_send_att_find_information_res_next
+0x1d1a le_send_att_find_information_res_end
+0x1d1c le_parse_att_find_by_type_value_request
+0x1d25 le_start_end_handle_check_1
+0x1d2c le_start_end_handle_check_1_fail
+0x1d2f le_send_att_find_by_type_value_response
+0x1d36 le_send_att_find_by_type_value_res_primary
+0x1d3b le_send_att_find_primary_search_loop
+0x1d4b le_send_att_find_primary_search_loop1
+0x1d4f le_send_att_error_response_notfound2
+0x1d52 le_send_att_find_primary_search_end_start_handle_found
+0x1d5a le_send_att_find_primary_search_end_ending_handle_found
+0x1d60 le_send_att_find_primary_search_end
+0x1d69 le_parse_att_read_by_type_request
+0x1d6c le_send_att_read_by_type_response
+0x1d7b le_send_att_read_by_type_response_loop
+0x1d9a le_send_att_read_by_type_response_next_handle
+0x1d9c le_send_att_read_by_type_response_end
+0x1d9e le_send_att_read_by_type_res_found_next
+0x1dac le_send_att_read_by_type_write_properties
+0x1db3 le_send_att_read_by_type_write_uuid
+0x1dbf le_send_att_read_by_type_res_not_characteristic
+0x1dd3 le_send_att_read_by_type_res_device_name
+0x1de7 le_parse_att_read_request
+0x1deb le_send_att_read_response
+0x1df9 le_send_att_read_response_less
+0x1e02 le_send_device_name
+0x1e0c le_send_att_read_response_check_auth
+0x1e10 le_send_att_read_response_error_insufficient_auth
+0x1e12 le_send_att_read_response_check_handle
+0x1e16 le_parse_att_read_blob_request
+0x1e18 le_send_att_read_blob_response
+0x1e27 le_send_att_read_blob_response_less
+0x1e2c le_parse_att_read_by_group_type_request
+0x1e2f le_send_att_read_by_group_type_response
+0x1e36 le_send_att_read_by_group_type_response_loop
+0x1e51 le_send_att_read_by_group_type_store_write_record
+0x1e57 le_send_att_read_by_group_type_store_record
+0x1e5b le_send_att_read_by_group_type_next_handle
+0x1e5d le_send_att_read_by_type_res_check_pair_length_type
+0x1e5f le_send_att_read_by_group_type_check_pair_length_type
+0x1e63 le_send_att_read_by_group_type_check_pair_length_type_16byte
+0x1e65 le_send_att_read_by_group_type_end0
+0x1e68 le_send_att_read_by_group_type_end1
+0x1e6c le_send_att_read_by_group_type_end_common
+0x1e6f le_parse_att_write_request
+0x1e73 le_send_att_write_response_check_auth
+0x1e82 le_send_att_write_response
+0x1e87 le_send_att_write_response_check_handle
+0x1e8b le_send_att_write_response_error_invalid_handle
+0x1e8d le_check_encrypt_state
+0x1e93 le_parse_att_prepare_write_request
+0x1e98 le_send_att_prepare_write_response
+0x1ea6 le_parse_att_execute_write_request
+0x1ea6 le_send_att_execute_write_response
+0x1eab le_parse_handle_value_confirmation
+0x1eaf le_parse_att_write_command
+0x1eb3 le_att_malloc_tx_notify
+0x1ebc le_att_malloc_tx_indication
+0x1ec8 le_send_att_error_response_notfound
+0x1ec9 le_send_att_error_response
+0x1ed4 le_fifo_malloc_tx_l2cap_gatt
+0x1ed6 le_att_next_handle
+0x1eda le_att_check_handle_end
+0x1ede le_att_same_type
+0x1ee0 le_att_check_same_common
+0x1ee6 le_att_same_uuid
+0x1ee9 le_store_att_record
+0x1eee le_write_att_record
+0x1ef3 le_write_att_record_common
+0x1ef7 le_send_auto_len_by_mem
+0x1f03 le_get_search_handle_start_end_common
+0x1f08 le_get_search_max_mtu_data
+0x1f10 le_get_search_att_type
+0x1f12 le_get_search_common
+0x1f14 le_get_search_common2
+0x1f18 le_parse_writing_attribute_start
+0x1f26 le_clear_l2cap_att_states_deal_with_contiune_packet
+0x1f2a le_parse_writing_attribute_continue
+0x1f33 le_parse_attribute_write_request
+0x1f35 le_send_attribute_write_response_check_auth
+0x1f38 le_parse_attribute_write_command
+0x1f3b le_parse_attribute_check_complete_packet_init
+0x1f42 le_parse_l2cap_continue_common
+0x1f48 le_parse_attribute_check_complete_packet
+0x1f4e le_parse_signaling
+0x1f53 le_l2cap_parse_conn_parameter_update_rsp
+0x1f57 le_l2cap_tx_update_req
+0x1f5f le_fifo_malloc_tx_l2cap_signaling
+0x1f67 le_l2cap_update_signaling_identifier
+0x1f6b le_l2cap_reset_signaling_identifier
+0x1f6d le_pairing_mode_init
+0x1f75 le_set_pairing_mode_secure_justwork
+0x1f77 le_set_pairing_mode_secure_numeric
+0x1f7a le_set_pairing_mode_secure_passkey
+0x1f7c le_set_no_pairing
+0x1f7d le_set_noinputnooutput
+0x1f7f le_set_pairing_mode_lagacy_just_work
+0x1f81 le_set_pairing_mode_lagacy_passkey
+0x1f82 le_set_displayonly
+0x1f84 le_secure_connection_enable
+0x1f88 le_secure_connection_disable
+0x1f8c le_parse_smp
+0x1f99 le_send_smp_security_request
+0x1fa0 le_parse_smp_pairing_request
+0x1fac le_parse_smp_pairing_request2
+0x1fb4 le_set_tk_0
+0x1fb7 le_parse_smp_pairing_req_passkey
+0x1fb9 le_genernate_tk
+0x1fc0 le_parse_smp_pairing_req_fixed_passkey
+0x1fc2 le_send_smp_pairing_response
+0x1fc7 le_parse_smp_pairing_confirm
+0x1fcf le_parse_smp_pairing_confirm_secure_passkey
+0x1fd2 le_parse_smp_pairing_confirm_passkey_res_input
+0x1fd4 le_parse_smp_pairing_confirm_sc_passkey_res_input
+0x1fd7 le_send_smp_pairing_confirm
+0x1fe0 le_send_smp_pairing_confirm_sc
+0x1fe8 le_parse_smp_pairing_random
+0x1fee le_send_pairing_confirm_value_failed
+0x1fef le_send_pairing_failed
+0x1ff5 le_parse_smp_pairing_failed
+0x1ffa le_smp_pairing_fail_reason_not_support_pairing
+0x1ffc le_parse_smp_pairing_random_sc
+0x2008 le_parse_smp_pairing_random_sc_passkey
+0x2011 le_parse_smp_pairing_random_success
+0x2016 le_send_smp_pairing_random
+0x201c le_send_smp_encryption_information
+0x2024 le_send_fixed_ltk
+0x2026 le_send_smp_master_identification
+0x2032 le_send_smp_identity_information
+0x203a le_send_smp_identity_address_information
+0x2043 le_send_pairing_fail_unspecified_reason
+0x2045 le_check_init_key_distribution
+0x2049 le_parse_smp_identity_information
+0x2053 le_check_master_addr_type
+0x2059 le_parse_smp_identity_address_information
+0x205d le_parse_smp_signing_information
+0x205d le_parse_smp_security_request
+0x205e le_parse_smp_public_key
+0x2063 le_parse_smp_dhkey_check
+0x2068 le_send_smp_pairing_public_key
+0x206e le_send_smp_pairing_dhkey_check
+0x2074 le_check_paring_time
+0x207d le_pairing_sm
+0x208a le_pairing_sm_null
+0x208a le_pairing_sm_send_sec_req
+0x2090 le_pairing_sm_start
+0x2092 le_pairing_sm_rcv_pairing_req
+0x2096 le_pairing_sm_after_auth
+0x2099 le_pairing_sm_after_auth_start_enc
+0x209d le_pairing_sm_after_auth_start_enc_common
+0x20a4 le_pairing_sm_after_auth_start_enc_sc
+0x20a6 le_pairng_sm_send_enc_information
+0x20a8 le_pairng_sm_send_master_indentification
+0x20af le_pairng_sm_send_indentity_information
+0x20b1 le_parse_start_enc_rsp_after_auth_end
+0x20b7 le_secure_connect_sm
+0x20c5 le_sc_state_clear
+0x20c9 le_sc_sm_passkey_wait_confirm
+0x20d3 le_sc_sm_wait_confirm_gkey
+0x20d8 le_sc_confirm_gkey_ok
+0x20dc le_sc_sm_receive_dhkey
+0x20e0 le_dhkey_ready
+0x20e5 le_dhkey_ready_common
+0x20eb le_dhkey_check_fail
+0x20ed le_dhkey_check_ok
+0x20f7 le_sc_sm_send_public_key
+0x20fb le_sc_sm_ready_send_pairing_confirm
+0x20fc le_sc_sm_send_public_key_passkey
+0x20ff le_sc_sm_receive_public_key
+0x2103 le_public_key_ready
+0x2106 le_sc_sm_wait_send_public_key
+0x2109 le_fifo_malloc_tx_l2cap_smp
+0x210b le_parse_ll
+0x2122 le_parse_connection_update_ind
+0x212a le_parse_channel_map_ind
+0x212e le_update_map_enable
+0x2132 le_parse_terminate_ind
+0x2136 le_parse_enc_req
+0x2148 le_parse_enc_req_after_auth
+0x214b le_parse_enc_req_fixed_ltk
+0x2150 le_ltk_lost
+0x2155 le_parse_enc_rsp
+0x215a le_parse_start_enc_req
+0x215e le_parse_start_enc_rsp
+0x2163 le_parse_unknown_rsp
+0x2164 le_parse_feature_req
+0x2165 le_parse_feature_rsp
+0x2166 le_parse_pause_enc_req
+0x216a le_parse_pause_enc_rsp
+0x216b le_parse_version_ind
+0x216d le_parse_reject_ind
+0x216e le_parse_ping_req
+0x216f le_parse_ping_rsp
+0x2170 le_parse_length_req
+0x2172 le_parse_length_rsp
+0x217d le_parse_phy_req
+0x217e le_parse_phy_update_ind
+0x2187 le_send_terminate_ind_user_terminated
+0x2188 le_send_terminate_ind
+0x218e le_send_enc_rsp
+0x219c le_send_start_enc_req
+0x219f le_send_start_enc_rsp
+0x21a1 le_send_unknown_rsp
+0x21a6 le_send_feature_rsp
+0x21ad le_send_pause_enc_rsp
+0x21af le_send_version_ind
+0x21b5 le_send_reject_ind
+0x21bb le_send_ping_rsp
+0x21bd le_send_data_length_req
+0x21bf le_send_data_length_res
+0x21c0 le_send_data_length
+0x21c5 le_send_phy_rsp
+0x21cf le_send_ll_one_lenth
+0x21d1 g24_dispatch
+0x21d5 g24_prep
+0x21db g24_receive_packet
+0x21e4 g24_receive_rxon
+0x21e9 g24_receive_nolr
+0x21f6 g24_receive_skip_fec1
+0x2209 g24_receive_skip
+0x2212 g24rx_loop
+0x2215 g24rx_nopayload
+0x221a g24_receive_skip_rssi
+0x222c g24_lr_receive_pdu_len
+0x2233 g24_lr_receive_pdu_norssi
+0x2235 g24_lr_receive_payload_len
+0x223a g24_receive_byte
+0x223d g24_sync_timeout
+0x223f g24_end_of_packet
+0x2243 g24_set_freq_tx
+0x2246 g24_transmit
+0x2259 g24_transmit_packet
+0x225c g24_transmit_nolr
+0x2261 g24tr_loop
+0x226b g24_transmit_skip
+0x2273 g24_transmit_lr
+0x2274 g24_transmit_lr_preamble_loop
+0x227e g24_transmit_lr_s2
+0x2282 g24_transmit_lr_s8
+0x2285 g24_transmit_2m
+0x2287 g24_transmit_2m_dealy
+0x2291 g24_transmit_prep
+0x229b g24_transmit_prep_pdu
+0x22b0 g24_lr_transmit_prep
+0x22b4 g24_lr_transmit_prep_skip
+0x22be g24_read_len_pid_crc
+0x22cb g24_ch
+0x22cf g24_ch_map_size
+0x22d3 g24_ch_calc
+0x22dc g24_update_addr_and_synccrc8
+0x22dd g24_syncword_crc8
+0x22e0 g24_syncword_crc8_loop
+0x22ea g24_timer_check
+0x22f9 g24_timer_timeout
+0x22fc g24_timer_init
+0x22ff g24_chmap_param_init
+0x230e g24_chamap_param_update
+0x231a g24_rx_window_init
+0x2320 g24_rx_window_store
+0x2322 g24_enable_1m
+0x2325 g24_pair_param_init
+0x232b g24_pair_timeout_timer
+0x232e g24_pair_start
+0x2339 g24_pair_init_param
+0x2340 g24_pair_dispatch
+0x2348 g24_pair_sm_1
+0x234a g24_pair_sm_2
+0x234e g24_pair_sm_2_skip
+0x2350 g24_pair_sm_3
+0x2356 g24_pair_sm_4
+0x2357 g24_pair_sm_prep
+0x2359 g24_pair_sm_common
+0x236c g24_pair_sm_reinit
+0x2371 g24_pair_sm_1_waiting_ack
+0x2373 g24_pair_sm_2_waiting_ack
+0x2377 g24_pair_sm_2_waiting_ack_skip
+0x2379 g24_pair_sm_3_waiting_ack
+0x237f g24_pair_sm_3_waiting_ack_skip
+0x2381 g24_pair_sm_4_waiting_ack
+0x2387 g24_pair_sm_4_waiting_ack_skip
+0x238e g24_pair_exit
+0x2392 g24_bind_mode_enable
+0x2395 g24_bind_init
+0x239e g24_bind_ackpayload_prep
+0x23a3 g24_bind_data_process
+0x23ae g24_bind_data_error
+0x23b0 g24_bind_data_parse
+0x23bc g24_bind_first_step
+0x23c0 g24_bind_first_step_device1
+0x23c1 g24_bind_dvc1_payload_cfg
+0x23c2 g24_bind_payload_cfg
+0x23c6 g24_bind_first_step_device2
+0x23c7 g24_bind_dvc2_payload_cfg
+0x23c9 g24_bind_second_step
+0x23cf g24_bind_second_step_skip
+0x23d3 g24_bind_second_step_device1
+0x23d6 g24_bind_dvc1_step_set2
+0x23d9 g24_bind_dvc1_payload_cfg_transmitter_addr
+0x23da g24_bind_payload_cfg_transmitter_addr
+0x23de g24_bind_second_step_device2
+0x23e1 g24_bind_dvc2_step_set2
+0x23e6 g24_bind_third_step
+0x23ec g24_bind_third_step_skip
+0x23f0 g24_bind_third_step_device1
+0x23f3 g24_bind_dvc1_step_success
+0x23f7 g24_bind_exit
+0x23fa g24_bind_third_step_device2
+0x23fd g24_bind_dvc2_step_success
+0x2402 g24_store_dvc2_bind_flag
+0x2409 g24_receive_init
+0x240e g24_receive_dispatch
+0x2410 g24_ackpayload_prep
+0x2415 g24_receive_packet_start
+0x2417 g24_receive_packet_parse
+0x2427 g24_rx_interrupt_clear
+0x242a g24_data_device1
+0x2438 g24_data_device2
+0x243d g24_data_attemp_device1_abort
+0x2442 g24_data_attemp_device2_abort
+0x2444 g24_receive_packet_parse_pid_crc
+0x2452 g24_receive_transmit_ack
+0x2455 g24_transmit_ack
+0x245b g24tx_with_ack
+0x245e g24tx_no_ack
+0x245f g24_enable_nodata_timer
+0x2460 g24_enable_nodata_timer_init
+0x2463 g24_mode_switch_init
+0x2467 g24_mode_switch
+0x2474 g24_bind_mode_continue
+0x2479 g24_work_mode_switch
+0x247c g24_bind_mode_switch
+0x247f g24_work_init
+0x248d g24_switch_work_mode
+0x248e g24_work_mode_enable
+0x2491 g24_work_mode_start
+0x2496 g24_bind_mode_auto
+0x24a3 g24_search_mode_init
+0x24b3 g24_search_mode_auto
+0x24d0 g24_self_ch_num_reinit
+0x24d1 g24_current_ch_num_reinit
+0x24d3 g24_device2_ch_num_reinit
+0x24d5 g24_device1_ch_num_reinit
+0x24d7 g24_auto_addr_ch_search
+0x24e0 g24_auto_bind_config_device1
+0x24f5 g24_device1_config_ch_once
+0x24fa g24_auto_bind_config_device2
+0x250f g24_device2_config_ch_once
+0x2514 g24_auto_bind_config_self
+0x2528 g24_self_config_ch_once
+0x252c g24_ackpayload_disable
+0x252e g24_receiver_addr_check
+0x2532 g24_nodata_process
+0x253e g24_ch_process
+0x2551 g24_ch_receive_hop_pac
+0x2553 g24_ch_timer_reinit
+0x2556 g24_reconn_timeout_timer
+0x2559 g24_reconn_start
+0x2566 g24_reconn_fast_conn
+0x256e g24_reconn_receiver_addr
+0x2575 g24_reconn_device_3_0_addr
+0x257c g24_store_receiver_addr
+0x257e g24_ch_syncword_crc8_init
+0x2580 g24_reconn_dispatch
+0x2586 g24_reconn_receiver_succ
+0x2595 g24_reconn_attempt_success
+0x2597 g24_txbuf_clear
+0x259a g24_reconn_data_prep
+0x25a1 g24_reconn_device_fail
+0x25ad g24_reconn_fast_conn_and_receiver
+0x25af g24_reconn_fast_conn_and_3_0
+0x25b1 g24_reconn_receiver_and_3_0
+0x25b3 g24_reconn_pair_and_3_0
+0x25b5 g24_data_attemp
+0x25b9 g24_data_attemp_device1
+0x25bc g24_store_device1_addr
+0x25be g24_data_attemp_device2
+0x25c1 g24_store_device2_addr
+0x25c3 rssi_store
+0x25cb rssi_average
+0x25d1 rssi_average_loop
+0x25de save_rssi_dec
+0x25e0 rssi_transmitter_buff_init
+0x25e2 rssi_signal
+0x25ed rssi_receiver_buff_init
+0x25f4 rssi_buff_clear
+0x25fa rssi_noise
+0x2601 rssi_noise_monitor
+0x2607 g24_transmit_init
+0x260b g24_interval_param_4ms
+0x2613 g24_interval_param_8ms
+0x261b g24_transmit_dispatch
+0x2621 g24_transmit_no_interrupt
+0x2624 g24_transmit_start
+0x2628 g24_transmit_start_next
+0x262c g24_short_sleep
+0x2631 g24_txdata_prep
+0x2634 g24_package_data
+0x263a g24_accumulate_data
+0x2642 g24_transmit_rf_ctrl_clear
+0x2646 g24_transmit_process
+0x2647 g24_transmit_loop
+0x2651 g24_transmit_no_ack
+0x2652 g24_transmit_next_packet
+0x2657 g24_transmit_abandon
+0x265b g24_transmit_receive_ack
+0x2669 g24_retransmit
+0x2672 g24_ackpayload_parse
+0x2679 g24_tx_attempt_fail
+0x267c g24_stop_24g_mode
+0x267e g24_transmit_hop_process
+0x268b g24_transmit_hop_process_4ms
+0x268f g24_hop_ch_enable
+0x268f g24_txpayload_type_update
+0x2692 g24_lr_type_update
+0x2694 g24_hop_enable_packet
+0x2696 g24_hop_ch_disable
+0x269c g24_tx_fast_hop
+0x269f g24_search_receiver
+0x26a1 g24_nodata_transmit
+0x26a7 g24_send_abort_packet
+0x26b5 g24_long_sleep
+0x26b8 g24_long_sleep2
+0x26bb g24_lpm_wait
+0x26c4 g24_setgpio_lpm_before
+0x26c6 g24_transmit_by_interrupt
+0x26d0 g24_transmit_by_interrupt_exit
+0x26d5 g24_interval_min
+0x26d7 g24_interval_store
+0x26d9 g24_interval_max
+0x26db g24_interval_calibrate
+0x26e1 g24_transmit_by_interrupt_enable
+0x26e5 g24_factory_check
+0x26e7 pdata_0xff_check
+0x26e9 pdata_0xff_check_loop
+0x26ee power_ctrl_start
+0x26f6 power_ctrl_rssi_avg_compare
+0x26f9 power_ctrl_start_next
+0x2701 power_ctrl_txpower_decrs_check
+0x2706 power_ctrl_txpower_decrs
+0x270a power_ctrl_txpower_decrs_next
+0x2711 power_ctrl_decrs_level1
+0x2711 power_ctrl_incrs_level1
+0x2713 power_ctrl_txpower_incrs_force
+0x2714 power_ctrl_txpower_incrs
+0x2719 power_ctrl_incrs_level2
+0x271b power_ctrl_decrs_level0
+0x271d power_ctrl_pac_succ_cnt_init
+0x2720 power_ctrl_pac_succ_incrs
+0x2724 power_ctrl_pac_succ_decrs
+0x272c power_ctrl_pac_succ_cnt_reinit
+0x272e ali_mesh_access_layer_resolve_message
+0x2735 ali_mesh_access_layer_check_access_message_opcode
+0x273d ali_mesh_access_layer_message_opcode_config_appkey_add
+0x2748 ali_mesh_accesss_layer_check_message_type
+0x274d ali_mesh_access_layer_send_config_appkey_status
+0x2757 ali_mesh_access_layer_finish_pairing_init_subscription_list
+0x275a ali_mesh_access_layer_finish_pairing_init_subscription_list_loop
+0x2765 ali_mesh_access_layer_send_generic_onoff_status
+0x276d ali_mesh_access_layer_send_light_lightness_status
+0x2775 ali_mesh_access_layer_send_light_ctl_stauts
+0x277d ali_mesh_access_layer_send_scene_status
+0x2785 logging_tx_info_receive_access_message
+0x2789 ali_mesh_ali_vendor_message_attribute_set
+0x27a2 ali_mesh_ali_vendor_message_opcode_attr_get
+0x27a2 ali_mesh_ali_vendor_message_opcode_attr_confrimation
+0x27a3 ali_mesh_ali_vendor_message_attrbute_check_company_id_and_tid
+0x27ae ali_mesh_ali_vendor_message_attribute_set_main_light
+0x27b1 ali_mesh_ali_vendor_message_attribute_set_background_light
+0x27b4 ali_mesh_ali_vendor_message_attribute_set_color
+0x27b7 ali_mesh_ali_vendor_message_opcode_timer_set_curr_time
+0x27bb ali_mesh_ali_vendor_message_opcode_timer_set_timing
+0x27c2 ali_mesh_ali_vendor_message_cb_timing_changed
+0x27c4 ali_mesh_ali_vendor_message_opcode_timer_set_timing_cyclically
+0x27cd ali_mesh_ali_vendor_message_opcode_timer_delete_timing
+0x27d9 ali_mesh_ali_vendor_message_opcode_timer_delete_timing_delete_second
+0x27df ali_mesh_ali_vendor_message_opcode_timer_delete_timing_ack
+0x27e2 ali_mesh_vendor_timer_buffer_offset_cal
+0x27e6 ali_mesh_ali_vendor_message_calc_timing_address
+0x27ee ali_mesh_ali_vendor_message_status_add_head
+0x27f6 ali_mesh_ali_vendor_message_opcode_device_power_on
+0x27fa ali_mesh_ali_vendor_message_opcode_generic_onoff
+0x27fc ali_mesh_ali_vendor_message_opcode_scene_server_first_element
+0x27fd ali_mesh_ali_vendor_message_opcode_scene_server
+0x27ff ali_mesh_ali_vendor_message_opcode_main_light_onoff_first_element
+0x2800 ali_mesh_ali_vendor_message_opcode_main_light_onoff
+0x2802 ali_mesh_ali_vendor_message_opcode_background_light_onoff_first_element
+0x2803 ali_mesh_ali_vendor_message_opcode_background_light_onoff
+0x2805 ali_mesh_ali_vendor_message_opcode_brightness_first_element
+0x2806 ali_mesh_ali_vendor_message_opcode_brightness
+0x2809 ali_mesh_ali_vendor_message_opcode_color_temperature_first_element
+0x280a ali_mesh_ali_vendor_message_opcode_color_temperature
+0x280d ali_mesh_ali_vendor_message_opcode_timing_finish
+0x2811 ali_mesh_ali_vendor_message_indication_info_add_head_event_trigger
+0x2815 ali_mesh_ali_vendor_message_ack_attr_status_uint64
+0x2817 ali_mesh_ali_vendor_message_ack_attr_status_uint56
+0x2819 ali_mesh_ali_vendor_message_ack_attr_status_uint48
+0x281b ali_mesh_ali_vendor_message_ack_attr_status_uint32
+0x281d ali_mesh_ali_vendor_message_ack_attr_status_uint16
+0x281f ali_mesh_ali_vendor_message_ack_attr_status_uint8
+0x2821 ali_mesh_ali_vendor_message_ack_attr_status
+0x2827 ali_mesh_ali_vendor_message_opcode_para_uint8
+0x282c ali_mesh_ali_vendor_message_opcode_para_uint16
+0x2831 ali_mesh_ali_vendor_message_send_message
+0x2833 ali_mesh_ali_vendor_message_indication_info_add_head
+0x2842 ali_mesh_ali_vendor_message_indication_info_reset_tid
+0x2844 ali_mesh_time_function
+0x2850 ali_mesh_time_init_system_time
+0x2851 ali_mesh_time_init_system_time_without_clk
+0x2856 ali_mesh_timer_timeout
+0x285d ali_mesh_clkn_bt_add_1s
+0x285e ali_mesh_time_loop
+0x2861 ali_mesh_ali_vendor_check_time
+0x2864 ali_mesh_ali_vendor_check_time_loop
+0x2869 ali_mesh_ali_vendor_check_time_next_element
+0x2873 ali_mesh_ali_vendor_check_time_one_element
+0x2874 ali_mesh_ali_vendor_check_time_one_element_loop
+0x287d ali_mesh_ali_vendor_had_timing
+0x2887 ali_mesh_ali_vendor_time_timeout
+0x2897 ali_mesh_ali_vendor_had_timing_cyclically
+0x28ba ali_mesh_bearer_layer_send_packet_by_network_layer
+0x28cb ali_mesh_advertising_bearer_layer_init_queue_param
+0x28d0 ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue
+0x28d2 ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue_deal
+0x28d9 ali_mesh_advertising_bearer_layer_send_packet_by_app_bearer
+0x28e7 ali_mesh_advertising_bearer_layer_generate_header
+0x28f5 ali_mesh_advertising_bearer_layer_send_packet_by_app_bearer_calc_param
+0x28fe ali_mesh_advertising_add_adtype_flags
+0x2906 ali_mesh_advertising_add_adtype_16bit_complete
+0x290d mesh_receive_advertising
+0x290e mesh_le_scan_adv
+0x2918 mesh_le_wait_adv
+0x291a mesh_le_calc_next_scan_channel
+0x2922 mesh_check_ble_rx_packet
+0x2927 ali_mesh_match_advertising_packet
+0x292e ali_mesh_find_adv_ind_packet
+0x2943 mesh_le_send_adv
+0x294f mesh_le_send_adv_loop
+0x295f mesh_le_send_adv_nonconn_ind
+0x296a ali_mesh_base_adt_cache
+0x2978 ali_mesh_base_adt_cache_loop
+0x2985 ali_mesh_base_adt_cache_empty_space
+0x2987 ali_mesh_chip_peripherals_load_data_from_eep
+0x298e ali_mesh_chip_peripherals_load_three_tuple_from_eep
+0x2992 ali_mesh_chip_peripherals_load_network_key_from_eep
+0x2999 ali_mesh_chip_peripherals_load_application_key_from_eep
+0x299d ali_mesh_chip_peripherals_load_device_key_from_eep
+0x29a1 ali_mesh_chip_peripherals_load_reset_count_from_eep
+0x29a5 ali_mesh_chip_peripherals_load_seq_from_eep
+0x29a9 ali_mesh_chip_peripherals_load_subscription_from_eep
+0x29b2 ali_mesh_chip_peripherals_load_subscription_from_eep_loop
+0x29b8 mesh_receive_config_appkey_add_cb
+0x29bb ali_mesh_chip_peripherals_save_network_key_from_eep
+0x29bf ali_mesh_chip_peripherals_save_application_key_from_eep
+0x29c3 ali_mesh_chip_peripherals_save_device_key_from_eep
+0x29c7 mesh_store_new_seq_data
+0x29c7 ali_mesh_chip_peripherals_save_seq_from_eep
+0x29cb mesh_store_new_subscriptuion_list_data
+0x29d0 ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep
+0x29d3 ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep_loop
+0x29d9 logging_tx_debug
+0x29db logging_tx_info
+0x29dd logging_tx_warning
+0x29df logging_tx_error
+0x29e1 logging_tx_critical
+0x29e3 logging_tx_common
+0x29f4 mesh_uart_init
+0x29fb mesh_uart_init_buffer
+0x2a05 ali_mesh_control_ble_adv_process
+0x2a07 ali_mesh_control_ble_adv_timer_process
+0x2a09 ali_mesh_control_ble_advertising_on_advertising
+0x2a0b ali_mesh_control_ble_advertising_off_advertising
+0x2a0d ali_mesh_control_ble_adv_app_packet
+0x2a11 ali_mesh_control_ble_adv_app_packet_paired
+0x2a15 ali_mesh_control_ble_adv_tmall_packet
+0x2a19 ali_mesh_control_ble_adv_app_packet_paired_deal
+0x2a26 ali_mesh_control_ble_adv_tmall_packet_send_package
+0x2a2a ali_mesh_control_ble_advertising_send_paired_packet
+0x2a2c ali_mesh_control_ble_advertising_send_paired_packet_deal
+0x2a3d ali_mesh_control_ble_advertising_send_paired_packet_adv_in_off
+0x2a44 ali_mesh_control_ble_advertising_send_paired_packet_end_duration
+0x2a4a ali_mesh_control_ble_advertising_send_device_beacon_packet
+0x2a53 ali_mesh_control_ble_advertising_device_beacon_check_duration
+0x2a57 ali_mesh_end_advertising_silence_device_beacon_packet
+0x2a59 ali_mesh_end_advertising_unprovisioned_device_beacon_packet
+0x2a5b ali_mesh_control_ble_advertising_send_pairing_packet
+0x2a5d ali_mesh_chip_timer_check_with_random_timer
+0x2a60 ali_mesh_chip_timer_check
+0x2a68 ali_mesh_advertising_unprovisioned_timer
+0x2a6b ali_mesh_advertising_unprovisioned_timeout
+0x2a72 ali_mesh_advertising_unprovisioned_timer_interval_timer
+0x2a75 ali_mesh_advertising_unprovisioned_timer_interval_timeout
+0x2a79 ali_mesh_send_unprovisioned_device_beacon_init_advertising
+0x2a7b ali_mesh_send_silence_device_beacon_init_advertising
+0x2a7d ali_mesh_encrypt_calc_random_data
+0x2a83 ali_mesh_encrypt_calc_random_data_calc_confirmationkey
+0x2a8b ali_mesh_encrypt_calc_random_data_calc_authvalueprov
+0x2a90 ali_mesh_encrypt_calc_random_data_calc_authvaluedevice
+0x2a95 ali_mesh_encrypt_calc_random_data_calc_confirmationcloud
+0x2a9d ali_mesh_encrypt_calc_random_data_calc_confirmationdevice
+0x2aa1 ali_mesh_encrypt_calc_random_data_calc_devicekey
+0x2aab ali_mesh_encrypt_load_randomba_to_sha256
+0x2aac ali_mesh_encrypt_load_randoma_to_sha256
+0x2aae ali_mesh_encrypt_load_randomab_to_sha256
+0x2aaf ali_mesh_encrypt_load_randomb_to_sha256
+0x2ab1 ali_mesh_encrypt_load_three_tuple_to_sha256
+0x2aba ali_mesh_encrypt_calc_provisioning_data
+0x2abb ali_mesh_encrypt_calc_provisioning_data_xor_prov_data
+0x2abe ali_mesh_encrypt_calc_provisioning_data_xor_prov_data_loop
+0x2ac6 ali_mesh_encrypt_calc_provisioning_data_calc_sessionkey
+0x2acd ali_mesh_encrypt_calc_network_key_by_k2
+0x2ad0 ali_mesh_encrypt_base_function_k2
+0x2ae5 ali_mesh_encrypt_base_function_k4
+0x2af3 ali_mesh_encrypt_obfuscation_deceypt_send_message
+0x2af6 ali_mesh_encrypt_obfuscation_deceypt_recevie_message
+0x2af8 ali_mesh_encrypt_obfuscation_deceypt
+0x2b01 ali_mesh_encrypt_generate_pecb
+0x2b01 ali_mesh_encrypt_generate_privacy_random
+0x2b03 ali_mesh_encrypt_base_function_generate_pecb
+0x2b0a ali_mesh_encrypt_base_function_sha256_load_data_64bit
+0x2b0b ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii
+0x2b0e ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii
+0x2b11 ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma
+0x2b15 ali_mesh_encrypt_base_function_sha256_store_dataptr
+0x2b18 ali_mesh_encrypt_base_function_sha256_check_first_load_data
+0x2b21 ali_mesh_encrypt_base_function_sha256_first_load_data
+0x2b25 ali_mesh_encrypt_base_function_sha256_clear_data_chunk
+0x2b28 ali_mesh_encrypt_base_function_sha256_calc
+0x2b31 ali_mesh_encrypt_base_function_sha256_calc_loop
+0x2b45 ali_mesh_encrypt_base_function_sha256_load_data_end
+0x2b5e ali_mesh_encrypt_base_function_sha256_add_chunk
+0x2b60 ali_mesh_encrypt_base_function_sha256_input_data_init_inverse
+0x2b61 ali_mesh_encrypt_base_function_sha256_data_inverse_4byte
+0x2b67 ali_mesh_encrypt_base_function_hex2ascii
+0x2b70 ali_mesh_encrypt_base_function_dialog2uchar
+0x2b74 ali_mesh_encrypt_base_function_dialog2uchar_num
+0x2b76 ali_mesh_encrypt_base_function_aes_cmac_32byte
+0x2b78 ali_mesh_encrypt_base_function_aes_cmac_16byte
+0x2b7a ali_mesh_encrypt_base_function_k2_aes_cmac_t
+0x2b88 ali_mesh_encrypt_base_function_aes_cmac
+0x2b9d ali_b0_block_generate
+0x2b9f ali_a_block_generate
+0x2ba0 ali_block_generate
+0x2bb2 ali_generate_mic
+0x2bbd ali_ccm_encrypt_64bit
+0x2bbf ali_ccm_encrypt
+0x2bc1 ali_ccm_encrypt_function
+0x2bde ali_ccm_decrypt_64bit
+0x2be0 ali_ccm_decrypt
+0x2be2 ali_ccm_decrypt_function
+0x2bfd ali_ccm_decrypt_function_check_mic64
+0x2c00 ali_fetcht_ccm_mic
+0x2c08 ali_aes_crypt_data
+0x2c12 mesh_send_unprovisioned_beacons
+0x2c16 ali_mesh_config_device_uuid_by_three_tuple
+0x2c22 ali_mesh_send_unprovisioned_beacons_tmall
+0x2c24 ali_mesh_init_adv_data_tmall_unprovisioned_beacons_package
+0x2c2b ali_mesh_advertising_send_unprovisioned_beacons_store_device_uuid
+0x2c30 ali_mesh_advertising_send_unprovisioned_beacons_gatt
+0x2c32 ali_mesh_init_adv_data_gatt_unprovisioned_beacons_package
+0x2c37 ali_mesh_advertising_add_adtype_service_data
+0x2c3d ali_mesh_receive_adtype_manufacturer_specific
+0x2c45 ali_mesh_advertising_receive_privisioning_random
+0x2c47 ali_mesh_advertising_calc_encrypt_random_data
+0x2c4a ali_mesh_advertising_send_provisioning_confirmation
+0x2c52 ali_mesh_advertising_receive_privisioning_random_check_states
+0x2c60 ali_mesh_advertising_receive_privisioning_data
+0x2c6f ali_mesh_resolve_privisioning_data_package
+0x2c78 ali_mesh_advertising_send_provisioning_complete
+0x2c7f ali_mesh_advertising_receive_privisioning_ios_data
+0x2c81 ali_mesh_advertising_send_packet_common
+0x2c93 ali_mesh_advertising_timer
+0x2c96 ali_mesh_advertising_check_adv_timer
+0x2c9c ali_mesh_advertising_adv_timer_timeout
+0x2c9f ali_mesh_advertising_reset_adv_timer
+0x2ca2 logging_tx_debug_receive_provisioning_packet
+0x2ca5 loggint_tx_info_receive_random_packet
+0x2ca9 loggint_tx_info_send_confirmation_packet
+0x2cad loggint_tx_info_receive_data_packet
+0x2cb1 loggint_tx_info_send_complete_packet
+0x2cb5 ali_mesh_receive_adtype_128bit_uuid_complete
+0x2cb9 ali_mesh_ios_gatt_packet_pairing_type
+0x2cca ali_mesh_ios_gatt_packet_parse_provisioning_random
+0x2cce ali_mesh_ios_gatt_packet_parse_provisioning_data
+0x2cdd ali_mesh_ios_gatt_packet_parse_provisioning_config
+0x2ce0 ali_mesh_ios_gatt_packet_send_provisioning_config_ack
+0x2ce9 ali_mesh_ios_gatt_packet_parse_provisioning_app_control
+0x2ceb ali_mesh_resolve_app_control_msg_package
+0x2cf9 ali_mesh_receive_adtype_128bit_uuid_complete_store_uuid
+0x2d01 ali_mesh_receive_provisioning_package_check_header
+0x2d0b ali_mesh_app_control_package_check_integrity
+0x2d0e ali_mesh_app_control_package_check_rev_complete
+0x2d12 ali_mesh_gatt_package_check_integrity_segment
+0x2d2b ali_mesh_gatt_package_check_integrity_segment_complete
+0x2d2d ali_mesh_gatt_package_check_integrity_segment_calc_total_length
+0x2d34 ali_mesh_gatt_package_check_integrity_segment_expect_package_num
+0x2d35 ali_mesh_gatt_package_check_integrity_segment_expect_package_num_loop
+0x2d39 ali_mesh_gatt_package_store_receive_msg_buffer
+0x2d3e ali_mesh_gatt_package_check_integrity_unsegment
+0x2d44 ali_mesh_app_control_package_check_msgid_legal
+0x2d53 ali_mesh_gatt_package_get_msgid
+0x2d57 ali_mesh_gatt_package_load_receive_msg_buffer1
+0x2d5a ali_mesh_gatt_package_load_receive_msg_buffer2
+0x2d5d ali_mesh_gatt_package_load_receive_msg_buffer
+0x2d62 ali_mesh_gatt_package_receive_timer
+0x2d65 ali_mesh_gatt_package_clear_receive_msg_buffer
+0x2d68 ali_mesh_access_layer_config_or_health_message_opcode
+0x2d6d ali_mesh_access_layer_config_or_health_message_opcode_node_reset
+0x2d70 ali_mesh_access_layer_send_config_node_reset_status
+0x2d76 ali_mesh_message_config_modle_subscription_add
+0x2d7d ali_mesh_message_config_modle_subscription_delete
+0x2d8b ali_mesh_message_config_modle_subscription_delete_group_addr
+0x2d90 ali_mesh_message_config_modle_subscription_check_value_address
+0x2d91 ali_mesh_message_config_modle_subscription_check_value_address_loop
+0x2d97 ali_mesh_message_config_modle_subscription_check_value_address_loop_empty
+0x2d9b ali_mesh_message_config_modle_subscription_status
+0x2da5 ali_mesh_message_config_modle_subscription_check_element
+0x2dae ali_mesh_message_config_modle_subscription_add_value_address
+0x2db0 ali_mesh_message_config_modle_subscription_add_value_address_loop
+0x2db8 ali_mesh_message_config_modle_subscription_add_value_address_in
+0x2dbb ali_mesh_init
+0x2ddd mesh_inverse_three_tuple_mac
+0x2de1 mesh_get_element_info_config
+0x2de5 mesh_idle_process
+0x2dea mesh_cb_event_timer
+0x2dec ali_mesh_check_all_element_info
+0x2ded ali_mesh_check_all_element_info_loop
+0x2df5 mesh_iic_init
+0x2dfb ali_mesh_lower_transport_layer_receive_lower_transport_pdu
+0x2e00 ali_mesh_lower_transport_layer_receive_lower_transport_pdu_segmented_message
+0x2e05 ali_mesh_lower_transport_layer_receive_segaccmess_resolve_szmic_seqzero_segon
+0x2e1e ali_mesh_lower_transport_layer_receive_segmented_access_message_recover_seqzero
+0x2e22 ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack
+0x2e2c ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack_loop
+0x2e32 ali_mesh_lower_transport_layer_receive_segmented_access_message_store_segment
+0x2e3e ali_mesh_lower_transport_layer_receive_segmented_access_message_decrypt_segment
+0x2e4b ali_mesh_lower_transport_layer_send_unsegmented_access_message
+0x2e55 ali_mesh_lower_transport_layer_send_segmented_access_message
+0x2e5e ali_mesh_model_layer_check_model_message_opcode
+0x2e5f ali_mesh_model_layer_check_generic_onoff_message_opcde
+0x2e65 ali_mesh_model_layer_message_opcode_generic_onoff_get
+0x2e67 ali_mesh_model_layer_message_opcode_generic_onoff_get_cb
+0x2e6b ali_mesh_model_layer_message_opcde_generic_onoff_set
+0x2e6d ali_mesh_model_layer_message_opcde_generic_onoff_set_cb
+0x2e70 ali_mesh_model_layer_message_opcde_scene_recall
+0x2e73 ali_mesh_model_layer_message_opcde_light_lightness_set
+0x2e79 ali_mesh_model_layer_message_opcde_light_ctl_set
+0x2e88 ali_mesh_model_layer_message_calc_lightness
+0x2e94 ali_mesh_model_layer_message_calc_actual_lightness
+0x2e9a ali_mesh_model_layer_message_calc_temperature
+0x2ea2 ali_mesh_model_layer_message_calc_actual_temperature
+0x2ea9 ali_mesh_model_layer_message_calc_temperature_k
+0x2eb0 ali_mesh_more_element_check_unicast_address
+0x2eb4 ali_mesh_more_element_check_unicast_address_loop
+0x2ebc ali_mesh_more_element_found_unicast_address_element
+0x2ec0 ali_mesh_more_element_check_group_address
+0x2ec4 ali_mesh_more_element_check_group_address_loop
+0x2ec9 ali_mesh_more_element_check_address_common
+0x2ed1 ali_mesh_more_element_found_group_address_element
+0x2ed3 ali_mesh_more_element_check_subscription_address
+0x2ed5 ali_mesh_more_element_check_subscription_address_loop
+0x2edb ali_mesh_more_element_found_subscription_address_element
+0x2edd ali_mesh_more_element_check_element_address
+0x2ee2 ali_mesh_more_element_check_element_address_loop
+0x2ee9 ali_mesh_more_element_check_element_address_no_group_address
+0x2eee ali_mesh_more_element_push_stack
+0x2ef3 ali_mesh_more_element_pop_stack
+0x2ef8 ali_mesh_more_element_calc_queue_address
+0x2f06 ali_mesh_receive_adtype_mesh_message
+0x2f07 ali_mesh_network_layer_recevice_network_pdu
+0x2f0d ali_mesh_network_layer_recevice_network_pdu_check_nid
+0x2f0f ali_mesh_network_layer_recevice_network_pdu_deceypt_obfuscation
+0x2f10 ali_mesh_network_layer_recevice_network_pdu_decrypt_netmic32
+0x2f15 ali_mesh_network_layer_recevice_network_pdu_check_dst
+0x2f24 ali_mesh_network_layer_recevice_network_pdu_check_dst_group_address
+0x2f2e ali_mesh_network_layer_check_nid_ivi
+0x2f3b ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq
+0x2f3d ali_mesh_network_layer_raverse_src_seq_cache
+0x2f45 ali_mesh_network_layer_find_empty_space
+0x2f46 ali_mesh_network_layer_find_src_space
+0x2f4b ali_mesh_network_layer_recevice_network_pdu_check_seq_legal
+0x2f54 ali_mesh_inverse_seq
+0x2f57 ali_mesh_network_load_network_nonce_and_encryptionkey
+0x2f58 ali_mesh_upper_transport_layer_load_encryptionkey
+0x2f5a ali_mesh_network_layer_load_network_nonce
+0x2f60 ali_mesh_network_store_in_mem
+0x2f68 ali_mesh_network_layer_relay_access_message
+0x2f79 ali_mesh_network_layer_check_relay_states
+0x2f8e ali_mesh_network_layer_encrypt_relay_package
+0x2f93 ali_mesh_network_layer_check_network_mic_cache
+0x2f96 ali_mesh_network_layer_logging_tx_relay_info
+0x2f9e ali_mesh_network_layer_send_access_message
+0x2fa2 ali_mesh_network_layer_send_access_message_encrypt_netmic
+0x2fa8 ali_mesh_network_layer_encrypt_by_network_nonce
+0x2fab ali_mesh_network_layer_send_access_message_encrypt_obfuscation
+0x2fac mesh_generate_nonce
+0x2fb1 logging_tx_debug_network_receive_packet
+0x2fb6 ali_mesh_upper_transport_layer_receive_unsegmented_access_message
+0x2fb7 ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_application_key
+0x2fb9 ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_device_key
+0x2fbb ali_mesh_upper_transport_layer_decrypt_unsegmented_message
+0x2fc0 ali_mesh_upper_transport_layer_receive_segmented_access_message
+0x2fc2 ali_mesh_uuper_transport_layer_decrypt_segment_access_by_application_key
+0x2fc4 ali_mesh_uuper_transport_layer_decrypt_segment_access_by_device_key
+0x2fc6 ali_mesh_upper_transport_layer_decrypt_segmented_message
+0x2fcd ali_mesh_upper_transport_layer_decrypt_message
+0x2fd9 ali_mesh_upper_transport_layer_decrypt_message_decrypt_transmic
+0x2fdc ali_mesh_upper_transport_layer_check_transport_mic_cache
+0x2fdf ali_mesh_upper_transport_layer_load_application_nonce_and_application_key
+0x2fe0 ali_mesh_upper_transport_layer_load_application_key
+0x2fe2 ali_mesh_upper_transport_layer_load_application_nonce
+0x2fec ali_mesh_upper_transport_layer_load_device_nonce_and_device_key
+0x2fed ali_mesh_upper_transport_layer_load_device_key
+0x2fef ali_mesh_upper_transport_layer_load_device_nonce
+0x2ff2 ali_mesh_upper_transport_layer_send_access_message
+0x2ff2 ali_mesh_upper_transport_layer_send_access_message_without_cleat_tx_buffer
+0x2ffb ali_mesh_upper_transport_layer_store_packet_header
+0x3010 ali_mesh_upper_transport_layer_store_unsegment_msg_original_access_pdu
+0x3018 ali_mesh_upper_transport_layer_control_packet
+0x301a ali_mesh_upper_transport_layer_control_packet_deal
+0x303c ali_mesh_upper_transport_layer_control_packet_unsegment_msg
+0x303d ali_mesh_upper_transport_layer_control_packet_segment_msg
+0x3040 ali_mesh_upper_transport_layer_control_packet_load_header
+0x3046 ali_mesh_upper_transport_layer_control_packet_load_app_control
+0x3053 ali_mesh_store_tran_package_type
+0x3056 ali_mesh_upper_transport_layer_queue_pop
+0x305b ali_mesh_upper_transport_layer_control_packet_encrypt_access
+0x306b ali_mesh_upper_transport_layer_control_packet_encrypt_access_unsegment_msg
+0x306e ali_mesh_upper_transport_layer_control_packet_encrypt_access_segment_msg
+0x3074 ali_mesh_upper_transport_layer_control_packet_encrypt_access_load_payload
+0x307c ali_mesh_upper_transport_layer_split_segmented_msg_to_lower_tran_layer
+0x307f ali_mesh_upper_transport_layer_send_segmented_access_message_loop
+0x3095 ali_mesh_upper_transport_layer_calc_transport_mic
+0x3097 ali_mesh_upper_transport_layer_calc_transport_mic_by_appkey
+0x3099 ali_mesh_upper_transport_layer_calc_transport_mic_by_devicekey
+0x309a ali_mesh_upper_transport_layer_calc_transport_mic_encrypt_aesccm
+0x309f ali_mesh_upper_transport_layer_send_access_message_calc_seq
+0x30a7 ali_mesh_upper_transport_layer_send_access_message_add_nid_src_ttl_seq_dst
+0x30b3 ali_mesh_upper_transport_layer_send_access_message_add_seq
+0x30bb ali_mesh_upper_transport_layer_send_segmented_access_message_get_seqzero_segon
+0x30c8 ali_mesh_upper_transport_layer_send_segmented_access_message_calc_header
+0x30d5 ali_mesh_upper_transport_layer_send_segmented_access_message_sub_segn_one
+0x30d7 ali_mesh_upper_transport_layer_clear_tx_buffer
+0x30d8 ali_mesh_loggint_tx_info_upper_send_packet
+0x30dc app_init
+0x30ea app_lpm_init
+0x30f2 app_lpm_init0
+0x30f3 app_param_init
+0x3100 app_sys_param_init
+0x3107 app_process_idle
+0x310d app_process_bt
+0x310f app_process_ble
+0x3111 app_process_bb_event
+0x3118 app_discard_event
+0x311a app_event_normal_process
+0x312c app_evt_bt_conn
+0x3133 app_event_switch_success
+0x3135 app_event_switch_fail_master
+0x313f app_process_bb_event_priority
+0x3141 app_check_wake_lock
+0x3143 app_will_enter_lpm
+0x3145 app_event_linkkey_generate
+0x3149 app_event_reconn_start
+0x3150 app_evt_setup_complete
+0x3157 app_evt_hid_handshake
+0x315b app_event_enter_sniff
+0x3162 app_event_exit_sniff
+0x3166 app_le_event_bb_connected
+0x316a app_le_event_bb_disconn
+0x316f app_bb_event_hid_connected
+0x3173 app_evt_button_long_pressed
+0x3177 app_event_ml2cap_conn_refused
+0x317b app_evt_timer
+0x317c app_evt_100ms_loop
+0x318a timer_single_step
+0x3191 timer_single_step_2b
+0x3198 app_power_timer
+0x319c app_power_timer_timeout
+0x319e app_enter_power_off_state
+0x319f app_enter_power_stanby_state
+0x31a2 app_power_cb_common
+0x31a4 app_unsniff_delay_timer
+0x31a7 app_unsniff_delay_timeout
+0x31aa app_discovery_timer
+0x31ad app_discovery_timeout
+0x31b1 app_bb_event_reconn_failed
+0x31b2 app_clear_reconnect_flag
+0x31b6 app_bb_event_bb_disconn
+0x31bb app_bb_event_bb_reconn_disconn
+0x31c4 app_bb_hibernate
+0x31c6 app_disconn_reason_clear
+0x31c9 app_disconn_reason_flag_clear
+0x31cc app_disconn_reason_collect_bt
+0x31d1 app_disconn_reason_collect_ble
+0x31d7 app_check_sniff
+0x31da app_start_auto_sniff
+0x31dd app_get_lpm_wake_lock
+0x31df app_put_lpm_wake_lock
+0x31e1 app_lpm_wake_auto_lock
+0x31e3 app_lpm_wake_auto_lock_timer
+0x31e6 app_l2cap_flow_control_enable
+0x31e8 app_l2cap_flow_control_disable
+0x31ea app_bt_set_pincode
+0x31ec app_bt_role_switch
+0x31ee app_bt_start_reconnect
+0x31f4 app_bt_reconnect_cancel
+0x31f6 app_bt_disconnect
+0x31f8 app_bt_start_discovery_short
+0x31fa app_bt_start_discovery_led_blink
+0x31fb app_bt_start_discovery
+0x31fd app_bt_stop_discovery
+0x3201 app_ble_start_direct_adv
+0x3203 app_ble_stop_direct_adv
+0x3205 app_ble_stop_adv
+0x3207 app_ble_start_adv
+0x3209 app_ble_start_scan
+0x320b app_ble_stop_scan
+0x320d app_ble_start_conn
+0x320f app_ble_disconnect
+0x3211 app_led_start_blink
+0x3213 app_led_on
+0x3215 app_led_stop_blink
+0x3215 app_led_off
+0x3217 app_enter_hibernate
+0x3219 app_bt_sniff_exit
+0x321b app_bt_enter_sniff
+0x321d app_ble_store_reconn_info
+0x321f app_bt_store_reconn_info
+0x3221 app_store_reconn_info
+0x3223 app_lpm_mult_enable
+0x3225 app_lpm_mult_disable
+0x3227 app_button_long_pressed
+0x3229 app_power_starting
+0x322d app_power_common
+0x3231 app_power_shutting_down
+0x3237 app_power_off_end
+0x323b app_got_power_state_common
+0x323f app_event_button_up
+0x3242 app_power_release
+0x3244 app_hid_connected
+0x3247 antilost_init
+0x3274 antilost_set_ble_version
+0x3276 antilost_le_before_hibernate
+0x3278 antilost_le_notification
+0x327f antilost_power_standby_cb
+0x3283 antilost_lpm_lock_process
+0x328c antilost_lpm_ctrl_for_led_buzzer
+0x3291 antilost_bb_event_process
+0x3299 antilost_le_conn_param_update_rsp_recieved
+0x329c antilost_le_conn_param_updata_procedure_sucsess
+0x329f antilost_le_conn_param_updata_judge
+0x32a3 antilost_le_conn_param_accepted
+0x32a9 antilost_le_conn_param_rejected
+0x32ab antilost_conn_param_retransimiting
+0x32bc antilost_conn_param_updata_procedure_faild
+0x32be antilost_master_nonsupport_latency
+0x32ce antilost_le_bb_event_timer
+0x32d6 antilost_conn_battery_send_timer
+0x32d9 antilost_conn_battery_send
+0x32dd antilost_double_click_timer
+0x32e0 antilost_double_click_timeout
+0x32e2 antilost_le_fast_adv_timer
+0x32e5 antilost_le_fast_adv_timeout
+0x32e8 antilost_conn_update_timer
+0x32eb antilost_conn_update_timer_time_out
+0x32ee antilost_app_updata_le_param_timer
+0x32f1 antilost_app_updata_le_param_timeout
+0x32f7 antilost_wait_for_updata_param_instant_expire
+0x32f9 antilost_le_sleep_timer
+0x32fc antilost_le_sleep_timer_timeout
+0x32fd antilost_adc_check_timer
+0x3300 antilost_adc_check_timer_timeout
+0x3303 antilost_le_process_conn
+0x330c antilost_le_process_discon
+0x3318 antilost_le_conn_process
+0x3319 antilost_idle_process
+0x331c antilost_power_starting_cb
+0x331f antilost_power_common
+0x3320 antilost_power_off_cb
+0x3325 antilost_le_receive_data_process
+0x3328 antilost_le_parse_att_write_request
+0x332c antilost_key_process
+0x332f antilost_key_up_down
+0x3331 antilost_key_is_down
+0x3334 antilost_key_is_up
+0x3337 antilost_key0_down
+0x333f antilost_key0_up
+0x3341 antilost_double_click_timer_init
+0x3345 antilost_butten_down_after_conn
+0x334b antilost_click_once
+0x334f antilost_click_twice
+0x3356 antilost_butten_down_while_disconn
+0x335a antilost_cmd_parse_for_application
+0x3360 antilost_on_of_alram
+0x3364 antilost_configuration_for_alram
+0x3368 antilost_prepare_data_and_send
+0x3375 antilost_alert_on
+0x3380 antilost_alert_off
+0x3388 antilost_set_start_alarm_after_disconn
+0x338d antilost_set_no_alarm_after_disconn
+0x3392 antilost_on_off_alarm_after_disconn
+0x3395 antilost_notify_alarm_config_first_time
+0x33a5 antilost_buzzer_configuration
+0x33a7 antilost_led_configuration
+0x33a8 antilost_configuration_common
+0x33a9 antilost_led_buzzer_stop_blink
+0x33af antilost_led_buzzer_style_configuration
+0x33b2 antilost_fast_adv_start
+0x33b4 antilost_adv_start_common
+0x33b9 antilost_adv_interval_lpm_interval_set
+0x33be antilost_buzzer_pwm_init
+0x33c5 antilost_led_on_cb
+0x33c7 antilost_led_off_cb
+0x33c9 antilost_buzzer_off
+0x33cc antilost_buzzer_on
+0x33d0 antilost_adc_init
+0x33d2 antilost_battery_process
+0x33dc antilost_battery_calculate_end
+0x33df antilost_full_battery
+0x33e1 antilost_low_battery
+0x33e2 car_init
+0x3406 car_soft_switch_power_on_init
+0x340c car_power_off_signal
+0x340d car_hard_switch_power_on_signal
+0x340e car_soft_switch_power_on_signal
+0x3411 car_le_modified_name_adv
+0x3413 car_name_loop
+0x3420 car_le_modified_name_scan
+0x3425 car_hex_to_ascii
+0x3429 car_hex_num
+0x342b car_ui_led_init
+0x342d car_ui_led_init_1
+0x342f car_ui_led_init_2
+0x3431 car_ui_led_init_3
+0x3435 car_in_lp1
+0x343b car_in_lp1_end
+0x343c car_ui_led_init_end
+0x343d car_blood_led_gpio_set
+0x3440 car_pairing_led_gpio_set
+0x3442 car_low_voltage_led_gpio_set
+0x3444 car_init_environment
+0x344b car_motor_init
+0x344f p_in_lp1
+0x3456 p_in_lp1_end
+0x3457 p_car_ui_led_init_end
+0x3458 car_ui_gpio_init
+0x345c car_init_adc_hvin
+0x345e car_le_before_hibernate
+0x3460 car_le_process_lpm_before
+0x3461 car_key_scan_process
+0x3462 car_scale_process_idle
+0x3465 car_g24_status_process
+0x346a car_g24_connected_event
+0x3470 car_lpm_timer_enable
+0x3474 car_lpm_timer_disable
+0x3476 car_stop_blink
+0x3478 car_start_blink
+0x347a car_le_send_packet
+0x3483 car_scale_process_bb_event
+0x3489 car_scale_event_le_conn
+0x348d car_g24_connected
+0x348f car_scale_process_conn
+0x3493 car_scale_event_le_discon
+0x3497 car_g24_disconnect
+0x34ad car_le_bb_event_timer
+0x34b5 car_24g_bind_enable_timer
+0x34b8 car_enter_lpm_timer
+0x34bb car_enter_lpm_enable
+0x34bd car_24g_no_data_timeout_timer
+0x34c0 car_24g_no_data_timer_timeout
+0x34c3 car_notify_vdd_timer
+0x34c8 car_notify_vdd
+0x34cc car_read_hvin
+0x34d5 car_notify_vdd_next2
+0x34e0 car_enter_low_bat
+0x34e5 car_low_bat_led_off
+0x34e7 calc_check_sum_start
+0x34e8 calc_check_sum_loop
+0x34eb calc_check_sum_and
+0x34ed car_le_receive_data
+0x34f0 car_le_parse_att_write_request
+0x34f3 le_app_receive_data
+0x3507 car_control_le_receive
+0x350f car_receive_cmd_select
+0x3519 car_24g_receive_data
+0x351e car_24g_receive_data_next
+0x3525 car_moto1_enable_blank_data_timer
+0x3527 car_moto2_enable_blank_data_timer
+0x3529 car_moto3_enable_blank_data_timer
+0x352b car_moto1_blank_data_timer
+0x352e car_moto2_blank_data_timer
+0x3531 car_moto3_blank_data_timer
+0x3534 car_moto1_blank_data
+0x3536 car_moto2_blank_data
+0x3538 car_moto3_blank_data
+0x353a car_drive_old
+0x353f car_left_right_control_old
+0x3542 car_front_back_control_old
+0x3547 car_reset_old_speed
+0x354b car_reset_old_speed2
+0x354d car_reset_old_speed3
+0x354f car_speed_set_old
+0x3556 car_motor_control
+0x3560 car_motor_control_common
+0x3567 car_conn_led_state
+0x356c car_motor1_control
+0x356e car_motor2_control
+0x3570 car_motor3_control
+0x3572 car_motor_working_flag
+0x3574 car_motor1_status_select
+0x3579 car_motor2_status_select
+0x357e car_lr_motor_stop
+0x3582 car_lr_motor_left
+0x3586 car_lr_motor_right
+0x358a car_fb_motor_stop
+0x358e car_fb_motor_front
+0x3592 car_fb_motor_back
+0x3596 car_motor_status_select
+0x359c car_motor_positive
+0x359e car_motor_negative
+0x35a3 car_motor_stop
+0x35a8 car_motor_work
+0x35ac car_motor_select_negative
+0x35af car_motor_work_next
+0x35b6 car_motor_select_positive
+0x35ba car_motor_speed_duty_setting
+0x35bd car_motor_speed_duty_transform
+0x35c6 car_ir_data_rx_from_app
+0x35c7 car_led_control_receive
+0x35ca car_info_request
+0x35d6 car_g24_init
+0x35da car_g24_receive_process
+0x35de car_g24_mode_switch
+0x35df car_g24_bind_mode_enable
+0x35e6 car_g24_work_mode
+0x35ea car_g24_receive_ch_polling
+0x35f3 car_g24_ch_polling_clear
+0x35f5 car_g24_bind_mode
+0x3602 car_g24_bind_mode_exit
+0x3609 car_g24_bind_device_addr
+0x360c car_g24_cb_data_device1
+0x3613 car_g24_lpm_dipatch
+0x361b car_g24_lpm_wait
+0x3620 dongle_init
+0x362c dongle_default_init
+0x3633 dongle_default_no_eeprom
+0x3649 dongle_xtal_select
+0x364e dongle_dispatch
+0x3653 dongle_read_kb_bind_status
+0x3657 dongle_write_kb_bind_status
+0x365b dongle_usb_config
+0x3661 dongle_usb_config_param
+0x3665 dongle_usb_vid_pid_config
+0x3669 dongle_usb_vid_pid_for_mouse_only_auto_pair
+0x366a dongle_usb_vid_pid_store
+0x366c dongle_usb_vid_pid_for_suit
+0x366e dongle_usb_hid_icon_config
+0x3674 dongle_usb_kb_hidreportdesc
+0x3678 dongle_usb_device_name
+0x367e dongle_all_powerful
+0x367f dongle_all_powerful_loop
+0x3682 dongle_pc_bind
+0x3683 dongle_pc_bind_loop
+0x3687 dongle_g24_blank_data_process
+0x368a dongle_g24_ms_blank_data
+0x3694 dongle_usb_tx_ms_data
+0x3695 dongle_usb_tx_enable_ep2
+0x3699 dongle_g24_kb_blank_data
+0x36a2 dongle_usb_tx_kb_data
+0x36a3 dongle_usb_tx_enable_ep1
+0x36a8 dongle_g24_kb_mul_blank_data
+0x36b2 dongle_usb_tx_multikey_data
+0x36b4 dongle_usb_dispatch
+0x36c5 dongle_usb0_data_ready_report_set0
+0x36c7 dongle_dispose_cmd_mode
+0x36ca dongle_enter_bind_mode
+0x36cb dongle_usb0_data_ready_report_set1
+0x36cd dongle_dispose_cmd_bind
+0x36d2 dongle_dispose_cmd_get_bind
+0x36d5 dongle_dispose_cmd_exit_bind
+0x36d7 dongle_dispose_cmd_read_mode
+0x36d7 dongle_dispose_in_bind_mode
+0x36d9 dongle_dispose_cmd_current_project
+0x36db dongle_dispose_cmd_current_mode
+0x36df dongle_dispose_in_work_mode
+0x36e1 dongle_dispose_cmd_current_fw_version
+0x36e6 dongle_auto_bind
+0x36e7 dongle_auto_bind_loop
+0x36ed dongle_work_mode_auto
+0x36f5 dongle_ackpayload_prep
+0x36f9 dongle_g24_kb_led_ackpayload_prep
+0x3701 dongle_g24_mouse
+0x370a dongle_g24_ms_enable_blank_data_forcibly
+0x370e dongle_g24_ms_disable_blank_data_forcibly
+0x3712 dongle_g24_kb
+0x3717 dongle_g24_kb_type0
+0x372a dongle_g24_kb_enable_blank_data_forcibly
+0x372e dongle_g24_kb_disable_blank_data_forcibly
+0x3732 dongle_g24_kb_type3
+0x3742 dongle_g24_kb_mul_enable_blank_data_forcibly
+0x3746 dongle_g24_kb_mul_disable_blank_data_forcibly
+0x374a dongle_g24_kb_type2
+0x375a dongle_g24_kb_sys_enable_blank_data_forcibly
+0x375e dongle_g24_kb_sys_disable_blank_data_forcibly
+0x3762 dongle_usb_tx_sys_data
+0x3764 module_init
+0x377b module_lpm_uart_init
+0x378d module_lpm_init
+0x378f module_gpio_init
+0x3794 module_lpm_lock
+0x3798 module_bt_conn_process
+0x379a module_spp_enter_sniff
+0x37a8 module_spp_clear_last_transmite_clock
+0x37ab module_process_idle
+0x37af module_process_bb_event
+0x37ce module_process_bb_event_disconned
+0x37d5 module_process_spp_connected
+0x37dc module_process_spp_disconnected
+0x37dc module_spp_disconnected
+0x37e1 module_process_enter_sniff
+0x37e1 module_sniff_param_check
+0x37e8 module_sniff_param_check_unsniff
+0x37ed module_process_exit_sniff
+0x37ef module_process_setup_complete
+0x37f1 module_process_bb_even_le_disconn
+0x37f5 module_process_evt_pincode_req
+0x37f6 module_process_sniff_not_accept
+0x37f7 module_process_unsniff_accept
+0x37fa module_process_unsniff_not_accept
+0x37fb module_process_le_conn
+0x37ff module_process_bb_conn
+0x3802 module_process_reconn_fail
+0x3802 module_disconn_start
+0x3804 module_process_ble_ltk_lost
+0x3806 module_process_ble_update_phy
+0x3807 module_set_conn_pin_high
+0x3809 module_conn_start
+0x380b module_stop_adv_discovery
+0x3812 module_set_conn_pin_low
+0x3814 module_process_with_credit
+0x3817 module_process_check_hci_command_complete
+0x382d module_hci_in_excp
+0x3830 module_hci_release_except
+0x3836 module_hci_dicard_packet
+0x383a module_hci_dicard_bytes
+0x383b module_hci_cmd_control
+0x386d module_hci_cmd_set_bt_addr
+0x3872 module_hci_cmd_set_le_addr
+0x3877 module_hci_cmd_set_visibility
+0x387f module_start_adv_discovery_by_command
+0x3885 moudle_start_adv_by_command
+0x388c module_hci_cmd_set_bt_name
+0x3896 module_hci_cmd_set_le_name
+0x389a module_hci_cmd_receive_spp_data
+0x38a8 module_hci_cmd_pass_init_ng_rx_len_all
+0x38aa module_hci_cmd_spp_exit_sniff
+0x38ac module_hci_cmd_get_current_packet_len_and_remain_len
+0x38b2 module_hci_cmd_get_current_patcket_len
+0x38b9 module_hci_command_tx_spp_tx_complete
+0x38bc module_hci_cmd_receive_le_data
+0x38e1 module_hci_cmd_receive_le_data_finish
+0x38e4 module_hci_cmd_transmit_handle_error
+0x38e8 module_hci_cmd_transmit_le_notify
+0x3903 module_hci_cmd_transmit_le_notify_malloc_l2cap
+0x3908 module_get_le_remote_mtu
+0x390d module_check_ble_encrypt_state
+0x3910 module_hci_cmd_inquire_status
+0x3911 module_hci_cmd_set_pairing_mode
+0x391e module_hci_pairing_just_work_sc
+0x3920 module_hci_pairing_passkey_sc
+0x3922 module_hci_pairing_numeric_comparison_sc
+0x3924 module_hci_pairing_pincode_mode
+0x3927 module_hci_pairing_just_work_mode
+0x3928 module_hci_sspairing_mode
+0x3931 module_hci_pairing_passkey
+0x3933 module_hci_pairing_numeric_comparison
+0x3935 module_hci_cmd_set_pincode
+0x3938 module_hci_cmd_set_uart_control_mode
+0x3940 module_hci_cmd_set_uart_baud
+0x3948 module_hci_cmd_version_request
+0x394c module_hci_cmd_bt_disconnect
+0x394e module_hci_cmd_bt_disconnect_doing
+0x3950 module_hci_cmd_ble_disconnect
+0x3952 module_hci_cmd_ble_disconnect_doing
+0x3954 module_hci_cmd_set_cod
+0x3959 module_hci_cmd_set_nvram
+0x395e module_hci_cmd_confirm_gkey
+0x396a module_hci_cmd_spp_number_comparison_result_is1
+0x396e module_hci_cmd_set_credit_given
+0x3977 module_hci_cmd_auto_adv
+0x397d module_hci_cmd_auto_adv_loop
+0x3987 module_hci_cmd_auto_adv_store_adv
+0x3991 module_hci_cmd_auto_adv_store_scan
+0x399a module_hci_cmd_auto_adv_store_common
+0x39a5 module_hci_cmd_auto_adv_adv_analys
+0x39aa module_hci_cmd_power_request
+0x39b0 module_hci_cmd_power_set
+0x39b7 module_hci_cmd_passkey_entry
+0x39c1 module_hci_cmd_set_gpio
+0x39c7 module_set_gpio_input
+0x39cd module_set_gpio_output
+0x39d2 module_hci_cmd_read_gpio
+0x39dd module_hci_cmd_le_set_pairing_mode
+0x39ec module_le_set_pairing_mode_secure_justwork
+0x39f0 module_le_set_pairing_mode_secure_numeric
+0x39f5 module_le_set_pairing_mode_secure_passkey
+0x39f9 module_le_set_pairing_mode_secure_passkey_res_input
+0x39fd module_le_set_no_pairing
+0x39fe module_le_set_noinputnooutput
+0x3a00 module_le_set_pairing_mode_lagacy_just_work
+0x3a02 module_le_set_pairing_mode_lagacy_passkey
+0x3a04 module_le_set_pairing_mode_lagacy_passkey_res_input
+0x3a06 module_le_set_keboadonly
+0x3a08 module_le_set_displayonly
+0x3a0a module_hci_cmd_le_set_adv_data
+0x3a0d module_hci_cmd_le_set_scan_data
+0x3a10 module_hci_cmd_receive_store_mem
+0x3a16 module_hci_cmd_le_send_conn_update_req
+0x3a1f module_hci_cmd_set_le_adv_parameter
+0x3a22 module_hci_cmd_le_start_pairing
+0x3a2a module_hci_cmd_set_wake_gpio
+0x3a34 module_hci_cmd_set_tx_power
+0x3a39 module_hci_cmd_le_confirm_gkey
+0x3a40 module_hci_cmd_le_confirm_gkey_ok
+0x3a42 module_hci_cmd_le_confirm_gkey_fail
+0x3a44 module_hci_cmd_set_reject_justwork_flag
+0x3a4a module_hci_cmd_reset_chip
+0x3a4e module_hci_cmd_le_set_fixed_passkey
+0x3a5b module_hci_cmd_le_set_random_passkey
+0x3a5d module_hci_cmd_delete_customize_service
+0x3a63 module_hci_cmd_add_service_uuid
+0x3a68 module_hci_cmd_add_characteristic_uuid
+0x3a6c module_hci_cmd_add_service_uuid_set_uuid
+0x3a70 module_hci_cmd_add_characteristic_uuid_set_handle
+0x3a77 module_hci_cmd_add_characteristic_uuid_set_uuid
+0x3a8f module_hci_cmd_add_characteristic_uuid_set_ccc_uuid
+0x3a97 le_att_creat_new_handle
+0x3a9a uart_copy_rx_bytes_len_data
+0x3a9e module_hci_cmd_le_passkey_entry_input
+0x3aa4 module_hci_cmd_passkey_entry_sc_res_input
+0x3aa7 module_hci_cmd_receive_ble_passkey
+0x3aaa module_hci_cmd_passkey_entry_res_input
+0x3aac module_hci_cmd_ble_set_phy
+0x3ab1 module_hci_cmd_ble_read_current_phy
+0x3ab5 module_hci_cmd_ble_set_dle
+0x3aba module_hci_cmd_read_chip_data
+0x3abe module_hci_cmd_write_chip_data
+0x3ac4 module_hci_cmd_close_lpm
+0x3ac6 module_hci_event_receive_invalid_cmd
+0x3ac9 module_hci_event_receive_valid_cmd
+0x3acc module_hci_event_spp_connect
+0x3ace module_hci_event_le_connect
+0x3ad0 module_hci_event_spp_disconnect
+0x3ad2 module_hci_event_le_disconnect
+0x3ad4 module_hci_event_set_cmd
+0x3ae1 module_hci_event_receive_spp_data
+0x3aec module_hci_event_receive_le_data
+0x3af7 module_hci_event_enter_standby_mode
+0x3af8 module_hci_event_enter_standby_mode_len0
+0x3afb module_hci_event_status_res
+0x3b0c module_hci_read_bt_status
+0x3b19 module_hci_event_store_device
+0x3b22 module_hci_event_gkey_generate
+0x3b28 module_hci_event_invalid_packet
+0x3b37 module_hci_event_passkey_entry_mode
+0x3b39 module_hci_event_le_tk
+0x3b3f module_hci_event_le_pairing_fail
+0x3b41 module_hci_event_le_pairing_success
+0x3b43 module_hci_event_bt_pairing_fail
+0x3b45 module_hci_event_bt_pairing_success
+0x3b46 module_hci_event_pairing_completed
+0x3b4d module_hci_event_pause_enc
+0x3b4f module_hci_event_start_enc
+0x3b50 module_hci_event_enc
+0x3b56 module_hci_event_le_gkey
+0x3b5c module_hci_event_uuid_handle
+0x3b63 module_hci_event_le_input_passkey
+0x3b65 module_hci_event_le_update_phy
+0x3b6b module_hci_prepare_tx
+0x3b75 module_hci_transmit_tx
+0x3b77 module_set_mcu_wake_pin_high_delay
+0x3b79 module_set_mcu_wake_pin_h_delay
+0x3b7e module_set_mcu_wake_pin_high
+0x3b80 module_check_mcu_wake_pin_high
+0x3b82 module_set_mcu_wake_pin_low
+0x3b84 module_le_receive_data
+0x3b8a module_le_receive_data_ok
+0x3b95 module_exit_sniff
+0x3b99 module_set_lpm_mult_2
+0x3b9b module_bb_event_timer
+0x3b9b module_read_vdd_timer
+0x3baa module_control_air_flow
+0x3bad module_set_sniff_task_flag
+0x3baf module_clear_sniff_task_flag
+0x3bb1 module_set_unsniff_task_flag
+0x3bb3 module_clear_unsniff_task_flag
+0x3bb5 module_set_le_tx_data_flag
+0x3bb7 module_clear_le_tx_data_flag
+0x3bb9 module_clr_state
+0x3bbd module_set_state
+0x49c0 remote_car_init
+0x49db remote_car_soft_switch_power_on_init
+0x49e2 remote_car_hard_switch_power_on_signal
+0x49e3 remote_car_soft_switch_power_on_signal
+0x49ef remote_car_set_24g_addr_eeprom
+0x49f3 remote_car_power_off_signal
+0x49f3 remote_car_ui_led_init
+0x49f6 remote_car_ui_led_init_1
+0x49f8 remote_car_pairing_led_gpio_set
+0x49fa remote_car_init_environment
+0x49fb remote_no_data_timer_init
+0x49fe remote_car_le_before_hibernate
+0x49ff remote_gpio_set_before_hibernate
+0x4a03 remote_car_process_lpm_before
+0x4a05 remote_car_key_scan_process
+0x4a09 remote_conn_led_state
+0x4a10 remote_car_stop_state
+0x4a16 get_remote_key_state
+0x4a24 send_data
+0x4a2a remote_car_no_data_timeout_check
+0x4a34 remote_car_fb_check
+0x4a39 remote_car_lr_check
+0x4a3e remote_car_scale_process_idle
+0x4a40 remote_car_scale_process_bb_event
+0x4a47 remote_car_24g_attempt_fail
+0x4a48 remote_car_24g_pairing_complete
+0x4a4a remote_car_24g_attempt_success
+0x4a4e remote_car_24g_status_process
+0x4a53 remote_car_scale_process_paired
+0x4a55 remote_car_scale_process_shutdown
+0x4a59 remote_car_event_timer
+0x4a5d remote_car_no_data_timer
+0x4a64 remote_car_send_motor1_key0_press
+0x4a66 remote_car_send_motor1_key1_press
+0x4a68 remote_car_send_motor2_key2_press
+0x4a6a remote_car_send_motor2_key3_press
+0x4a6c remote_car_send_motor1_key0_rel
+0x4a6c remote_car_send_motor1_key1_rel
+0x4a6e remote_car_send_motor2_key2_rel
+0x4a6e remote_car_send_motor2_key3_rel
+0x4a70 remote_car_send_key
+0x4a72 remote_car_send_attack
+0x4a74 remote_car_g24_package_data
+0x4a79 remote_car_g24_package_data_continue
+0x4a7e remote_car_g24_send_empty
+0x4a83 remote_car_moto_data
+0x4a87 remote_car_moto_data_next
+0x4a8e remote_car_moto_data_enable_user
+0x4a90 remote_car_default_init
+0x4ad6 shutter_init
+0x4afb shutter_set_ble_version
+0x4afd shutter_hart_swtich_power_on
+0x4b00 shutter_le_scale_lpm_lock
+0x4b06 shutter_process_bb_event
+0x4b0f ble_shutter_process_baseband_connect
+0x4b13 ble_shutter_process_baseband_disconnect
+0x4b16 ble_shutter_process_reconnect_complete
+0x4b1c ble_shutter_process_parse_connect_parameter_update_response
+0x4b22 shutter_process_soft_swtich_button_long_press
+0x4b23 shutter_process_soft_swtich_button_down
+0x4b29 shutter_store_currenct_led_state
+0x4b2e shutter_process_soft_swtich_button_up
+0x4b33 shutter_load_currenct_led_state
+0x4b3d shutter_le_bb_event_timer
+0x4b40 shutter_check_sleep_timer
+0x4b43 shutter_sleep_timeout
+0x4b47 shutter_check_power_off_timer
+0x4b4a shutter_check_power_off_timeout
+0x4b52 ble_shutter_reconn_timer
+0x4b57 shutter_process_idle
+0x4b59 shutter_process_lpm_before
+0x4b5b shutter_le_before_hibernate
+0x4b5d shutter_stop_bluetooth_discovery
+0x4b60 ble_shutter_stop_bluetooth_discovery
+0x4b64 shutter_start_bluetooth_discovery
+0x4b69 ble_shutter_start_discovery
+0x4b76 shutter_start_reconnect
+0x4b7b ble_shutter_start_reconnect
+0x4b87 shutter_disconnect_current_connection
+0x4b8a shutter_check_data_enable
+0x4b8e shutter_check_ble_data_enable
+0x4b91 shutter_check_bluetooth_conn
+0x4b96 shutter_change_bluetooth_status_bt_disconn
+0x4b99 ble_shutter_change_bluetooth_status_bt_disconn
+0x4b9a shutter_check_send_data
+0x4ba3 shutter_key_change
+0x4ba7 shutter_key_press
+0x4baa shutter_key_release
+0x4bac push_queue_press_or_release
+0x4baf push_buffer_in_queue
+0x4bb4 shutter_send_data_to_master
+0x4bb7 pop_queue_to_ble_data
+0x4bc0 queue_push_one_byte
+0x4bc3 queue_pop_one_byte
+0x4bc8 ble_shutter_receive_data
+0x4bcb shutter_init_param
+0x4bd8 shutter_load_buffer_config_form_datarom
+0x4bdc shutter_load_ble_gatt_form_datarom
+0x4bdf shutter_soft_swtich_power_on
+0x4be0 shutter_soft_swtich_power_off
+0x4be4 shutter_wait_power_off
+0x4be7 ui_soft_swtich_init
+0x4bef ui_soft_swtich_init_power_on_time
+0x4bf4 ui_soft_switch_botton_up
+0x4bf8 ui_soft_switch_botton_long_press
+0x4bfb ui_soft_switch_power_on
+0x4c03 ui_soft_switch_power_off
+0x4c09 shutter_ble_adv_interval_set
+0x4c0d le_send_notify_from_list
+0x4c15 shutter_default_init
+0x4ca4 rf_debug_rx_gpio_low
+0x4ca5 rf_debug_gpio_low
+0x4ca7 rf_debug_rx_on_line
+0x4ca7 rf_debug_rx_gpio_high
+0x4ca8 rf_debug_gpio_high
+0x4caa rf_debug_rx_gpio_h_l_h
+0x4cab rf_debug_rx_gpio_l_h
+0x4cad rf_debug_rx_gpio_l_h_l
+0x4cad rf_debug_shutdown_radio_line
+0x4cae rf_debug_rx_crc_line
+0x4caf rf_debug_rx_sync_line
+0x4cb0 rf_debug_rx_crc_fail_line
+0x4cb2 rf_debug_rx_crc_error_line
+0x4cb2 rf_debug_rx_sync_timeout_line
+0x4cb3 rf_debug_tx_off_line
+0x4cb3 rf_debug_tx_gpio_low
+0x4cb5 rf_debug_tx_on_line
+0x4cb5 rf_debug_tx_gpio_high
+0x4cb7 rf_debug_tx_gpio_l_h_l
+0x4cba hci_init
+0x4cc2 hci_process_loop
+0x4cc4 hci_init_clksel
+0x4cc6 hci_init_clksel_dpll
+0x4ccc hci_init_clksel_xtal
+0x4cce hci_init_uart_default_config
+0x4cd2 hci_init_uart_default_config_tx
+0x4cd6 hci_init_uart_default_config_rx
+0x4cda hci_init_uart_default_config_rts
+0x4cde hci_init_uart_default_config_cts
+0x4ce2 hci_init_uart_config
+0x4d01 hci_init_pwm_default_config
+0x4d05 hci_init_pwm
+0x4d10 hci_process_check_uart_rx
+0x4d18 hci_parse_packet_cmd
+0x4d26 hci_parse_complete_packet
+0x4d29 hci_parse_packet_cmd_ogf_vendorspecific_debug
+0x4d34 phci_grp_vendor_chipid
+0x4d39 phci_grp_vendor_baud
+0x4d3c phci_grp_vendor_patch_common
+0x4d47 phci_grp_vendor_patch
+0x4d48 phci_grp_vendor_patch_loop
+0x4d4c phci_grp_vendor_patch_check_sum
+0x4d51 phci_grp_vendor_done
+0x4d54 phci_grp_vendor_done_loop
+0x4d60 phci_grp_vendor_patch_bad
+0x4d62 phci_grp_vendor_mem
+0x4d68 phci_grp_vendor_flow_control
+0x4d6c hci_normal_reply
+0x4d6d hci_send_event_command_complete_error_command_nuknown
+0x4d6f hci_send_event_command_complete_error_command_disallowed
+0x4d71 hci_send_event_command_complete_without_payload
+0x4d74 hci_send_event_command_complete
+0x4d7d hci_prepare_send_event
+0x4d81 hci_drop_current_packet
+0x4d86 cmd_exit
+0x4d88 cmd_check_plap
+0x4d8c hid_rx_process
+0x4d99 hid_rx_process_hid_control
+0x4d9d hid_rx_process_virtual_cable_unplug
+0x4da4 hid_rx_process_suspend
+0x4da5 hid_rx_process_set_report
+0x4dad hid_rx_process_handshake
+0x4dbc hid_rx_process_data
+0x4dbf hid_rx_process_data_hid_kb
+0x4dc0 hid_malloc_tx_buff
+0x4dc7 l2cap_init
+0x4dc8 l2cap_init_work
+0x4dcc l2cap_init_wake
+0x4dd6 process_rx_l2cap_pkt
+0x4de2 l2cap_rx_multiplexing
+0x4de7 l2cap_rx_multiplexing0
+0x4dec l2cap_check_map
+0x4df8 l2cap_call_proc_signal
+0x4dfa l2cap_call_proc_signal0
+0x4e04 l2cap_call_proc_sigal_pending
+0x4e12 l2cap_sdp_conn_succ
+0x4e1e l2cap_reset_sdp_map
+0x4e2d check_l2cap_map
+0x4e2f check_l2cap_map_loop
+0x4e34 check_l2cap_map_used
+0x4e38 check_l2cap_map_used2
+0x4e3a l2cap_call_proc_sdp
+0x4e44 ml2cap_call_proc_sdp
+0x4e4a l2cap_call_proc_sdp_common
+0x4e51 l2cap_call_proc_hid
+0x4e53 l2cap_call_proc_rfcomm
+0x4e59 l2cap_call_proc_no_reply
+0x4e5a l2cap_rx_reset_state
+0x4e5f l2cap_process_signal_pkt
+0x4e66 l2cap_process_signal_pkt_loop
+0x4e6e l2cap_process_one_signal
+0x4e7c l2cap_process_one_signal_rtn
+0x4e7d l2cap_proc_signal_info_req
+0x4e88 l2cap_proc_signal_info_req_reply
+0x4e8b l2cap_proc_signal_info_req_ext
+0x4e91 l2cap_proc_signal_info_req_fix
+0x4e96 l2cap_proc_signal_info_req_common
+0x4e98 ml2cap_proc_signal_info_req
+0x4ea7 l2cap_proc_signal_cmd_reject
+0x4eae l2cap_proc_signal_cmd_reject_rtn
+0x4eaf l2cap_proc_signal_connect_req
+0x4ec2 l2cap_proc_signal_connect_req_sdp
+0x4ecc store_l2cap_req_param
+0x4ed8 restore_l2cap_req_param
+0x4ee4 l2cap_proc_signal_connect_req_rfcomm
+0x4ef0 l2cap_proc_signal_connect_req_hid_ctrl
+0x4efb l2cap_proc_signal_connect_req_hid_int
+0x4f07 send_connection_pending
+0x4f0b send_connection_sdp_res
+0x4f0f send_connection_res
+0x4f11 send_connection_res0
+0x4f22 connect_suc
+0x4f27 connect_pending
+0x4f2c already_connected
+0x4f2e connect_req_update_byte_counts
+0x4f32 l2cap_proc_signal_connect_req_rtn
+0x4f33 l2cap_proc_signal_connect_rsp
+0x4f4b l2cap_proc_signal_connect_rsp_sdp
+0x4f51 l2cap_proc_signal_connect_rsp_rfcomm
+0x4f57 l2cap_proc_signal_connect_rsp_hid_int
+0x4f5d l2cap_proc_signal_connect_rsp_hid_ctrl
+0x4f63 l2cap_proc_signal_config_req
+0x4f7a l2cap_proc_signal_config_req_sdp
+0x4f84 l2cap_proc_signal_config_req_hid_ctrl
+0x4f8e l2cap_proc_signal_config_req_hid_int
+0x4f98 l2cap_proc_signal_config_req_rfcomm
+0x4fa1 l2cap_send_config_rsp
+0x4fb7 l2cap_send_config_rsp_is_sdp
+0x4fb8 l2cap_check_channel_state
+0x4fc2 l2cap_send_config_req
+0x4fc2 l2cap_send_config_req_sdp
+0x4fc9 l2cap_send_config_req_rfcomm
+0x4fd0 l2cap_send_config_req_hid_ctrl
+0x4fd7 l2cap_send_config_req_hid_int
+0x4fdd l2cap_generate_config_req
+0x4ff5 l2cap_generate_config_req_rfcomm
+0x4ff7 l2cap_generate_config_req_done
+0x4fff l2cap_proc_signal_config_req_rtn
+0x5000 l2cap_proc_signal_config_rsp
+0x5018 l2cap_proc_signal_config_rsp_sdp
+0x501c l2cap_proc_signal_config_rsp_rfcomm
+0x5020 l2cap_proc_signal_config_rsp_hid_ctrl
+0x5024 l2cap_proc_signal_config_rsp_hid_int
+0x5029 l2cap_proc_signal_disconnect_req
+0x5044 l2cap_proc_signal_disconnect_req_hid_ctrl
+0x504a l2cap_proc_signal_disconnect_req_hid_int
+0x5050 l2cap_proc_signal_disconnect_req_sdp
+0x5056 l2cap_disconnect_hid_control_now
+0x5058 l2cap_disconnect_hid_interrupt_now
+0x505c l2cap_disconnect_sdp_now
+0x5060 l2cap_proc_signal_disconnect_req_rfcomm
+0x5066 l2cap_disconnect_rfcomm_now
+0x5068 l2cap_send_disconnect_rsp_pkt
+0x5075 l2cap_proc_signal_disconnect_req_err_rtn
+0x5077 l2cap_proc_signal_disconnect_req_rtn
+0x5079 l2cap_proc_signal_disconnect_rsp
+0x5093 l2cap_proc_signal_disconnect_rsp_sdp
+0x5099 l2cap_proc_signal_disconnect_rsp_rfcomm
+0x509f l2cap_proc_signal_disconnect_rsp_hid_ctrl
+0x50a5 l2cap_proc_signal_disconnect_rsp_hid_int
+0x50ab l2cap_proc_signal_disconnect_rsp_rtn
+0x50ad l2cap_proc_signal_disconnect_rsp_err_rtn
+0x50ae l2cap_proc_signal_echo_req
+0x50be l2cap_proc_signal_echo_rsp
+0x50bf l2cap_proc_signal_info_rsp
+0x50c0 l2cap_reject_command
+0x50cd l2cap_reset_rfcomm_channel_state
+0x50d2 l2cap_reset_sdp_channel_state
+0x50d7 l2cap_reset_hid_ctrl_state
+0x50dd l2cap_reset_hid_int_state
+0x50e3 l2cap_reset_hid_disconnected
+0x50e5 l2cap_disconnect_interrupt_req
+0x50ef l2cap_disconnect_control_req
+0x50f8 l2cap_generate_disconnect_req
+0x5106 ml2cap_send_signal_connect_req
+0x5115 ml2cap_send_signal_config_req
+0x512a ml2cap_send_signal_disconn_req
+0x513c ml2cap_send_signal
+0x5145 msdp_send_req_done
+0x514d ml2cap_rx_multiplexing
+0x5157 ml2cap_call_proc_signal
+0x515f ml2cap_proc_one_comm_loop
+0x5165 ml2cap_proc_one_comm
+0x5170 ml2cap_proc_signal_connect_req
+0x5173 ml2cap_proc_signal_cmd_reject
+0x5179 mvptr
+0x517d ml2cap_proc_signal_connect_rsp
+0x518b ml2cap_proc_signal_connect_refused_result
+0x518d ml2cap_proc_signal_connect_rsp_mnosucc
+0x518f ml2cap_proc_signal_connect_rsp_sucessful
+0x519e ml2cap_proc_signal_connect_rsp_sdp
+0x51a4 ml2cap_proc_signal_connect_rsp_rfcomm
+0x51aa ml2cap_proc_signal_connect_rsp_hid_ctrl
+0x51b0 ml2cap_proc_signal_connect_rsp_hid_int
+0x51b5 mnosucc1
+0x51b6 mnosucc
+0x51b9 ml2cap_proc_signal_config_rsp
+0x51d3 ml2cap_proc_signal_config_rsp_sdp
+0x51d7 ml2cap_proc_signal_config_rsp_rfcomm
+0x51db ml2cap_proc_signal_config_rsp_hid_ctrl
+0x51df ml2cap_proc_signal_config_rsp_hid_int
+0x51e4 mcfrsdone
+0x51e5 mcrsdone1
+0x51e6 mloop2
+0x51ea mcrsdone
+0x51eb ml2cap_proc_signal_config_req
+0x520a ml2cap_proc_signal_config_req_sdp
+0x5218 ml2cap_proc_signal_config_req_sdp_nsndreq
+0x521b ml2cap_proc_signal_config_req_rfcomm
+0x5221 ml2cap_proc_signal_config_req_hid_ctrl
+0x5227 ml2cap_proc_signal_config_req_hid_int
+0x522c mcfgrq_done
+0x5237 mloop1
+0x523d mcrqdone
+0x523e ml2cap_proc_signal_disconn_req
+0x5257 ml2cap_proc_signal_disconn_sdp
+0x525c ml2cap_proc_signal_disconn_hid_ctrl
+0x525e ml2cap_proc_signal_disconn_hid_int
+0x5260 mclsrfc
+0x5262 mclssdp
+0x5270 ml2cap_proc_signal_disconn_rsp
+0x5284 ml2cap_proc_signal_disconn_rsp_sdp
+0x5287 ml2cap_proc_signal_disconn_rsp_rfcomm
+0x5287 mdisdone
+0x528b ml2cap_proc_send_reject
+0x5297 l2cap_get_req_id
+0x529b l2cap_get_req_id_ok
+0x529d l2cap_malloc
+0x529d bt_l2cap_malloc
+0x52a1 ble_l2cap_malloc
+0x52a5 host_l2cap_malloc
+0x52aa host_l2cap_malloc_loop
+0x52b2 host_l2cap_malloc_next_buffer
+0x52b6 host_l2cap_malloc_succ
+0x52b9 host_l2cap_malloc_check_buffer_enough
+0x52bd host_l2cap_malloc_check_buffer_enough_loop
+0x52ca host_l2cap_malloc_check_buffer_enough_end
+0x52cf host_l2cap_malloc_into_fifo
+0x52d8 host_l2cap_malloc_into_fifo_no_push
+0x52db l2cap_malloc_fifo_out
+0x52e0 l2cap_malloc_free
+0x52e7 l2cap_malloc_discard
+0x52f1 l2cap_malloc_is_fifo_full
+0x52f4 l2cap_malloc_is_fifo_nearly_full
+0x52f7 l2cap_malloc_is_fifo_empty
+0x52fa l2cap_malloc_fifo_get_first_ptr
+0x52fd l2cap_malloc_free_loop
+0x52ff l2cap_malloc_fifo_get_first_ptr_empty
+0x5301 l2cap_malloc_get_full_map
+0x5305 l2cap_malloc_get_full_map_loop
+0x530b l2cap_malloc_signal_channel
+0x5314 l2cap_get_signal_tx_buff
+0x5316 l2cap_get_signal_tx_payload
+0x5318 l2cap_malloc_sdp_channel
+0x5321 l2cap_get_sdp_tx_buff
+0x5323 l2cap_get_sdp_tx_payload
+0x5325 l2cap_malloc_rfcomm_channel
+0x5333 l2cap_get_rfcomm_tx_buff
+0x5335 l2cap_util_pdata_to_contw
+0x5338 l2cap_lpm_save_calc_len
+0x533c l2cap_lpm_save_calc_len_loop
+0x5348 l2cap_lpm_save_calc_len_end
+0x534a l2cap_lpm_get_wake_lock
+0x534c l2cap_lpm_put_wake_lock
+0x534e l2cap_lpm_save_txbuf
+0x5359 l2cap_lpm_save_txbuf_loop
+0x5362 l2cap_lpm_save_txbuf_nempty
+0x536b l2cap_lpm_load_txbuf
+0x5372 l2cap_lpm_load_txbuf_loop
+0x5381 init_lmp
+0x5382 init_lmp_work
+0x5390 init_lmp_reinit
+0x5393 parse_rx_done
+0x5394 parse_lmp
+0x53e0 reject_unknown_packet
+0x53e1 reject_lmp_packet
+0x53e3 parse_quality_of_server_req
+0x53e4 parse_quality_of_server
+0x53e5 parse_lmp_clkoffset_req
+0x53e7 parse_enc_key_size_mask_req
+0x53e9 parse_lmp_set_afh
+0x53f6 parse_lmp_escape
+0x5408 reject_unknown_ext_packet
+0x540b parse_lmpext_ping_req
+0x540d parse_lmpext_chn_classification_req
+0x5410 parse_lmpext_iocap_req
+0x5413 parse_lmpext_iocap_res
+0x5415 iocap_lmpext_load
+0x5419 iocap_lmpext_common
+0x541b parse_lmpext_accepted
+0x5420 parse_lmpext_not_accepted
+0x5425 parse_lmpext_accepted_ptt
+0x5429 parse_lmpext_not_accepted_ptt
+0x542f parse_lmpext_pause_encrypt
+0x5432 parse_lmpext_pause_encrypt_slave
+0x5434 parse_lmpext_resume_encrypt
+0x5436 parse_lmpext_features_req
+0x543b parse_lmpext_features_req_page1
+0x5440 parse_lmpext_features_req_page2
+0x5445 remote_support_br_sc_controller
+0x544e remote_not_support_br_sc_controller
+0x5450 set_remote_br_sc_support
+0x5452 remote_support_br_sc_host
+0x5455 remote_not_support_br_sc_host
+0x5458 parse_lmpext_features_res
+0x545e parse_lmpext_features_res_not_hci
+0x5462 parse_lmp_accepted
+0x5473 parse_lmp_not_accepted
+0x5480 parse_lmp_accepted_switch
+0x5483 parse_lmp_not_accepted_switch
+0x5489 parse_lmp_accepted_hostconn
+0x548f parse_lmp_accepted_hostconn_ctn
+0x5493 parse_lmp_not_accepted_hostconn
+0x5498 parse_lmp_accepted_inrand
+0x549f parse_lmp_accepted_enc_mode
+0x54a5 parse_lmp_accepted_enc_keysize
+0x54a6 parse_lmp_accepted_start_enc
+0x54ae parse_lmp_accepted_stop_enc
+0x54af parse_lmp_not_accepted_aurand
+0x54af parse_lmp_not_accepted_aurand_send_detach
+0x54b5 parse_lmp_not_accepted_inrand
+0x54bb parse_lmp_inrand_key_missing
+0x54be parse_lmp_not_accepted_name_req
+0x54bf parse_lmp_not_accepted_simple_pairing_number
+0x54c2 parse_lmp_not_accepted_dhkey_check
+0x54c5 parse_lmp_not_accepted_unsniff_req
+0x54c7 parse_lmp_accepted_unsniff_req
+0x54ca parse_lmp_accepted_sniff_req
+0x54d6 parse_lmp_not_acdcept_sniff_req
+0x54d8 parse_lmp_crypt_key
+0x54dd parse_lmp_setup_complete
+0x54e3 parse_lmp_max_slot
+0x54e4 parse_lmp_max_slot_req
+0x54ec parse_lmp_detach
+0x54ed accept_lmp_msg
+0x54ef parse_lmp_incr_power
+0x54f1 parse_lmp_decr_power
+0x54f3 parse_lmp_version_res
+0x54f7 parse_lmp_auto_rate
+0x54f8 parse_lmp_in_rand
+0x5501 parse_lmp_in_rand_not_accept
+0x5505 parse_lmp_inrand_res
+0x5509 pop_tid_follow
+0x550d push_tid_follow
+0x5511 parse_lmp_au_rand_moudle
+0x5516 parse_lmp_au_rand
+0x551d parse_lmp_au_rand_common
+0x5523 parse_lmp_au_rand_256
+0x5528 parse_lmp_sres
+0x5530 authentication_fail
+0x5533 authentication_ok
+0x5538 parse_lmp_sres_256
+0x553d authentication_ok_256
+0x5541 authentication_ok_common
+0x554a authentication_ok_conn_sm
+0x554f parse_lmp_comb_key
+0x5559 parse_lmp_name_res
+0x5569 parse_lmp_name_res_end
+0x556e parse_lmp_name_req
+0x5572 parse_lmp_conn_req
+0x5573 parse_lmp_timing_accuracy_req
+0x5575 parse_lmp_features_req
+0x5577 parse_lmp_version_req
+0x5579 parse_lmp_supervision_timeout
+0x557a parse_lmp_sniff_subrating_req
+0x5588 parse_lmpext_packet_type_table_req
+0x5593 parse_lmp_max_power
+0x5593 parse_lmp_min_power
+0x5594 parse_lmp_page_mode_req
+0x5595 parse_lmp_page_scan_mode_req
+0x5596 parse_lmp_slot_offset
+0x5599 parse_lmp_sniff_req_check_sniff_para
+0x559f parse_lmp_sniff_req
+0x55b6 set_big_value_to_attempt
+0x55b9 parse_lmp_start_encryption_req
+0x55bf parse_lmp_start_encryption_req_256
+0x55c1 calc_kc
+0x55c6 parse_lmp_stop_encryption_req
+0x55c8 parse_lmp_switch_req
+0x55cd parse_lmp_switch_req_not_accept
+0x55cf parse_lmp_switch_req_clear_mark
+0x55d2 parse_lmp_switch_accept
+0x55d8 parse_lmp_unit_key
+0x55d8 parse_lmp_use_semi_permanend_key
+0x55d9 parse_lmp_unsniff_req
+0x55de parse_lmp_encapsulated_header
+0x55e8 parse_lmp_encapsulated_header2
+0x55ec parse_lmp_encapsulated_header3
+0x55f0 parse_lmp_encapsulated_header_master
+0x55f3 parse_lmp_accepted_encapsulated_header
+0x55f5 parse_lmp_accepted_simple_pairing_number
+0x55f8 parse_lmp_accepted_simple_pairing_number_common
+0x55fc parse_lmp_accepted_simple_pairing_number_ssp_pin
+0x5600 parse_lmp_accepted_simple_pairing_number_passkey
+0x5606 authentication_passkey
+0x5610 authentication_passkey_end
+0x5612 parse_lmp_accepted_dhkey_check
+0x5613 pairing_success
+0x5618 parse_lmp_accepted_dhkey_check_common
+0x5620 parse_simple_pairing_confirm
+0x5627 parse_lmp_encapsulated_payload
+0x562b parse_lmp_encapsulated_payload_256
+0x562f parse_encapsulated_payload_256_master
+0x563d parse_lmp_encapsulated_payload_192
+0x5641 parse_encapsulated_payload_192_master
+0x564e parse_lmp_encapsulated_payload_completed
+0x5654 parse_lmp_accepted_encapsulated_payload
+0x5658 parse_lmp_accepted_encapsulated_payload_192
+0x565c parse_lmp_accepted_encapsulated_payload_256
+0x5660 parse_lmp_encapsulated_payload_all_accepted
+0x5667 parse_lmp_encapsulated_payload_all_accepted_get_passkey
+0x5669 parse_lmp_encapsulated_payload_all_accepted_master
+0x566a parse_lmp_simple_pairing_number
+0x566e parse_lmp_simple_pairing_number_master
+0x5678 parse_lmp_simple_pairing_number_master0
+0x567b parse_dhkey_check
+0x567f parse_dhkey_check_master
+0x5686 number_comparison_successed
+0x568b parse_dhkey_check_master0
+0x568e lmp_reject_pdu_not_allowed
+0x5690 number_comparison_mode
+0x5695 comparison_result
+0x5698 parse_lmp_clkoffset_res
+0x5699 parse_lmp_encryption_mode_req
+0x56a4 parse_lmp_features_res
+0x56a5 parse_lmp_features_res_not_hci
+0x56ab parse_lmp_send_conn
+0x56ad parse_lmp_test_activate
+0x56b2 parse_lmp_test_control
+0x56b7 parse_lmp_test_xor
+0x56cb parse_lmp_test_control_exit
+0x56d0 parse_lmp_test_control_pattern
+0x56d7 parse_lmp_test_control_loopback_nowhite
+0x56d8 parse_lmp_test_control_loopback
+0x56e4 parse_lmp_test_control_pause
+0x56ea lmp_copy_rand
+0x56ed lmp_generate_key
+0x56ef lmp_start_encryption
+0x56f2 lmp_accept_inrand
+0x56f7 lmp_disconnect
+0x56fb send_lmp
+0x5701 send_lmp0
+0x572e send_lmp_error
+0x5730 send_lmp_escape
+0x573c send_lmp_accepted
+0x574b send_create_conn_start_l2cap_timer_sm
+0x5751 send_lmp_accept_sniff_req
+0x5752 send_lmp_not_accepted
+0x575a send_not_accept_aurand
+0x575f send_lmpext_accepted
+0x5768 send_lmpext_not_accepted
+0x5772 send_lmp_accepted_inrand
+0x5776 send_lmp_accepted_enc_mode
+0x577d send_lmp_accepted_enc_start
+0x577f send_lmp_accepted_enc_exit
+0x5781 send_lmp_accepted_enc_key
+0x5784 send_lmp_accepted_connection
+0x578a send_lmp_accept_dhkey_check
+0x578b send_lmpext_ping_res
+0x578e send_lmpext_features_res
+0x5794 send_lmpext_features_res1
+0x579c send_lmpext_features_res2
+0x57a4 check_ssp_enable
+0x57a8 ssp_disable
+0x57ae ssp_enable
+0x57b5 check_br_sc_enable
+0x57b8 br_sc_enable
+0x57bb send_lmpext_io_cap_res
+0x57c6 responder_iocap_keyboard_only
+0x57cc responder_iocap_display_yesno
+0x57d2 responder_iocap_no_input_no_output
+0x57d8 responder_iocap_no_input_no_output_initiator_iocap_no_input_no_output
+0x57d8 set_ssp_mode_justwork
+0x57dc responder_iocap_display_yesno_initiator_iocap_display_yesno
+0x57dc set_ssp_mode_numeric_comparison
+0x57de responder_iocap_display_yesno_initiator_iocap_keyboard_only
+0x57de set_ssp_mode_passkey
+0x57e0 classic_bt_set_reject_justwork_flag
+0x57e2 classic_bt_clr_reject_justwork_flag
+0x57e4 classic_bluetooth_set_flag
+0x57e8 classic_bluetooth_clr_flag
+0x57ec send_lmp_io_cap_req
+0x57f1 send_lmpext_sniff_subrating_req
+0x57f2 send_lmpext_sniff_subrating_res
+0x57fb send_lmp_name_res
+0x5803 send_lmp_name_res_offset_ok
+0x580b send_lmp_timing_accuracy_res
+0x5810 send_lmp_clkoffset_res
+0x5816 send_lmp_clkoffset_res_master
+0x581a send_lmp_version_res
+0x581f send_lmp_features_res
+0x5824 send_lmpext_features_req
+0x5831 send_lmpext_packet_type_table_req
+0x583d afh_init
+0x5847 afh_open_all_channels
+0x584b afh_reset_map
+0x5852 afh_clear_error_counter
+0x5855 afh_set_send_flag
+0x5859 send_lmpext_pause_encryption_req
+0x585d send_lmp_detach
+0x5862 prepare_disconnect
+0x5867 send_lmp_no_payload
+0x586a send_lmp_nopayload_reply
+0x586d send_lmp_encryption_mode_req
+0x5875 send_lmp_superto
+0x587a send_lmp_name_req
+0x5880 send_lmp_test_control
+0x5884 send_lmp_test_control_loop
+0x5889 send_lmp_quality_of_service_req
+0x588a send_lmp_unit_key
+0x588b send_lmp_slot_offset
+0x589c send_lmp_slot_offset_reply
+0x58a0 send_lmp_switch_req
+0x58a4 switch_on_native
+0x58a5 switch_slack
+0x58af send_lmp_sniff_req
+0x58b5 send_lmp_timing_accuracy_req
+0x58ba send_lmp_unsniff_req
+0x58bd send_lmp_max_slot
+0x58c2 send_lmp_max_slot_req
+0x58c7 send_lmp_inc_power
+0x58cc send_lmp_setup_complete_by_module
+0x58ce send_lmp_setup_complete
+0x58df send_lmp_setup_complete_has_sent
+0x58e1 send_lmp_version_req
+0x58e6 send_lmp_features_req
+0x58eb sp_master_send_io_cap_get
+0x58f0 sp_master_send_io_cap_send
+0x58f4 sp_master_send_lmp_encapsulated_header
+0x58f8 sp_master_commitment_compare
+0x5901 sp_master_commitment_compare_success
+0x5905 sp_master_send_lmp_simple_pairing_number
+0x5907 sp_send_lmp_encapsulated_header
+0x5909 send_lmp_encapsulated_header
+0x5911 send_lmp_encapsulated_payload
+0x5915 send_lmp_encapsulated_payload_256
+0x591a send_lmp_encapsulated_payload_192
+0x591e send_lmp_encapsulated_payload_common
+0x5929 sp_send_lmp_simple_pairing_comfirm
+0x592c send_lmp_simple_pairing_comfirm
+0x5934 sp_send_lmp_simple_pairing_number
+0x5936 send_lmp_simple_pairing_number
+0x5942 master_sp_sm_end
+0x5943 sp_aurand_send
+0x5948 master_sp_send_lmp_dhkey_check
+0x5949 sp_send_lmp_dhkey_check
+0x594b send_lmp_dhkey_check
+0x5955 send_lmp_enc_key_size_mask_res
+0x595a send_lmp_auto_rate
+0x595b send_lmp_clkoffset_req
+0x595c send_lmp_quality_of_service
+0x595d send_lmp_test_activate
+0x595e send_lmp_comb_key
+0x5968 send_lmp_inrand
+0x596b send_lmp_rand
+0x5973 send_lmp_aurand
+0x5977 send_lmp_aurand2
+0x597b send_lmp_aurand_notpairing
+0x597c send_lmp_aurand_common
+0x597e send_lmp_aurand_256
+0x5980 send_lmp_sres
+0x5991 send_lmp_sres_master
+0x5993 send_lmp_sres_startenc
+0x5996 send_lmp_sres_startenc_slave
+0x599a send_lmp_sres_256
+0x59a9 copy_aco_256
+0x59ac send_lmp_start_encryption
+0x59b3 send_lmp_stop_encryption_req
+0x59b6 send_lmp_encryption_key_size_req
+0x59bc msg_send_lmp
+0x59c4 send_lmpext
+0x59cb send_lmp_follow
+0x59d1 send_lmp_tid
+0x59d4 send_lmp_reply
+0x59d6 send_lmp_request
+0x59d7 send_lmp_end
+0x59db send_lmp_exit
+0x59e1 lmo_fifo_check
+0x59e6 lmo_fifo_process
+0x59ec lmo_fifo_process_lmo0empty
+0x59f6 lmo_fifo_process_lmo2to1
+0x59fc lmo_fifo_process_lmo1_empty
+0x5a07 special_tid_store
+0x5a10 tid_reply
+0x5a14 tid_initiate
+0x5a18 tid_check
+0x5a1d tid_set_reply
+0x5a21 check_localsm
+0x5a24 setlocalsm_master
+0x5a28 setlocalsm_slave
+0x5a2c check_localsm_master
+0x5a30 generate_random_number
+0x5a31 generate_random
+0x5a32 generate_random_another
+0x5a32 generate_random_loop
+0x5a36 generate_linkkey
+0x5a40 process_conn_sm
+0x5a43 process_conn_sm_continue
+0x5a5f host_create_conn_done
+0x5a65 host_conn_judge_encrypt
+0x5a69 host_create_conn_done_wait
+0x5a6e host_create_conn_auth
+0x5a74 host_create_conn_auth_wait
+0x5a75 host_create_conn_pairing
+0x5a7a host_create_conn_pairing_wait
+0x5a7b host_creat_conn_send_feat_ext
+0x5a7e host_create_conn_send_version
+0x5a81 host_creat_conn_wait_switch
+0x5a89 host_create_conn_switch_accept
+0x5a8b host_create_conn_send_features
+0x5a8e host_create_conn_send_switch
+0x5a94 host_create_conn_send_conn_req
+0x5a9a host_create_conn_wait_accept
+0x5aa0 host_create_conn_resend
+0x5aa2 host_create_conn_waiting
+0x5aa3 host_create_conn_switch
+0x5aac host_create_conn_send_setup_complete
+0x5aaf host_create_conn_wait_setup_complete
+0x5ab3 host_create_conn_wait_setup_complete_rtn
+0x5ab5 host_create_conn_master_detach
+0x5aba host_create_conn_send_detach
+0x5abe host_create_conn_auth_pair
+0x5ac1 host_create_conn_sm_done
+0x5ac3 host_create_conn_auth_pair_true
+0x5acf host_create_conn_auth_pair_nokey
+0x5ad6 host_create_conn_auth_pair_wait
+0x5ad7 host_create_conn_encrypt
+0x5adb host_create_conn_encrypt_start
+0x5ae0 host_create_conn_encrypt_wait
+0x5ae4 host_create_conn_encrypt_wait_clear
+0x5ae6 host_auth
+0x5aeb remote_auth
+0x5af1 pincode_reinit
+0x5af7 twspi_reset
+0x5b04 twspi_disable
+0x5b08 twspi_enable
+0x5b0c twspi_write
+0x5b0d twspi_read
+0x5b0e aes_disable
+0x5b12 read_function_aes
+0x5b16 read_function
+0x5b19 read_fuction_zero
+0x5b1b get_block_header
+0x5b1c get_block_header0
+0x5b24 read_first_block
+0x5b2b get_iv
+0x5b35 load_storage
+0x5b3f load_storage_loop
+0x5b46 load_storage_efuse
+0x5b51 load_storage_efuse_loop
+0x5b58 load_efuse_read_code_loop
+0x5b5c reload_eeprom
+0x5b61 reload_eeprom_loop
+0x5b6a loadcode
+0x5b7c loadcode_efuse
+0x5b81 loadcode_iic
+0x5b82 loadcode_iic_2
+0x5b8c loadcode_iic_eeprom_2k
+0x5b94 iicd_load_gpio_init
+0x5b98 iicd_load_default_gpio
+0x5b9c loadcode_spi
+0x5b9d loadcode_spi_loop
+0x5baa loadcode_hci
+0x5bae clear_key_buf
+0x5bb4 loadcode_efuse_check_xor
+0x5bb8 loadcode_efuse_check
+0x5bc0 loadcode_efuse_check_sum
+0x5bd3 loadcode_efuse_check_sum_loop
+0x5bda loadcode_iic_by_eeprom
+0x5be0 loadcode_check_times
+0x5be6 loadcode_error
+0x5be7 set_ucode_status
+0x5bee decrypt_code
+0x5bf1 decrypt_code_loop
+0x5bf4 decrypt_code_skip
+0x5bf8 save_ucode
+0x5c00 save_ucode_loop
+0x5c05 load_ucode
+0x5c0d load_ucode_loop
+0x5c12 app_read_efuse_app_vsel
+0x5c15 app_read_efuse_sys_config
+0x5c1e app_read_efuse_dig_aon_vsel
+0x5c24 app_read_efuse_syn_afc_cfg1
+0x5c29 app_read_efuse_rf_ldo_cfg1
+0x5c2f app_read_efuse_rc_cal
+0x5c33 app_read_efuse_agc
+0x5c3c app_disable_soft_agc
+0x5c42 app_lpm_efuse_lock_prep
+0x5c49 app_lpm_peripheral_lock_check
+0x5c57 app_lpm_peripheral_lock_hci
+0x5c57 app_lpm_peripheral_lock_hciboot
+0x5c5a app_lpm_peripheral_lock_dongle
+0x5c5f app_lpm_peripheral_lock_test
+0x5c61 app_lpm_peripheral_lock_mouse
+0x5c66 app_lpm_peripheral_lock_shutter
+0x5c6b app_lpm_peripheral_lock_mesh
+0x5c6e app_lpm_peripheral_lock_remote_car
+0x5c73 app_lpm_peripheral_lock_car
+0x5c78 app_lpm_peripheral_lock_antilost
+0x5c7d app_lpm_mpu_lock_mesh
+0x5c80 app_lpm_mpu_lock_module
+0x5c83 app_mpu_s0_lock
+0x5c86 app_lpm_mpu_lock_app
+0x5c89 app_lpm_mpu_lock_br
+0x5c8c app_lpm_mpu_lock_ble
+0x5c8e app_mpu_s1_lock
+0x5c91 app_lpm_mpu_lock_24g
+0x5c94 app_lpm_mpu_lock_br_ble
+0x5c98 app_lpm_mpu_mode_lock
+0x5c9e lpm_write_lock
+0x5caf lpm_write2_ctrl_option
+0x5cb0 lpm_write2
+0x5cb5 spid_init
+0x5cb6 spid_init_common
+0x5cbf spid_write_reg
+0x5cc6 spid_read_reg
+0x5cc7 spid_read_regs
+0x5ccf wait_spid_done
+0x5cd5 flash_write
+0x5cdc flash_write_spi_sm_timer
+0x5ce3 spid_flash_write_start
+0x5ce9 spid_flash_erase_sector
+0x5cf1 spid_flash_wait_erase_sector
+0x5cf5 spid_flash_write_data
+0x5cfb spid_flash_wait_write_data
+0x5d03 spid_flash_data_recover
+0x5d05 spid_flash_data_recover_comm
+0x5d08 spid_flash_data_preserve
+0x5d10 spid_init_flash
+0x5d15 spid_unlock_flash
+0x5d16 spid_sendcmd_common
+0x5d1e spid_flash_release_form_powerdown
+0x5d20 spid_flash_powerdown
+0x5d22 spid_write_flash
+0x5d26 spid_write_flash_common
+0x5d33 spid_read_flash
+0x5d45 spid_read_flash_wait
+0x5d49 wait_spid_flash_done
+0x5d52 spid_load_flash
+0x5d5f spi_load_flash_wait
+0x5d74 spi_gpio_init
+0x5d79 spi_pin_set
+0x5d85 spi_gpio_default_init
+0x5d8c soft_reset_chip
+0x5d8e iic_init_600khz
+0x5d96 iic_init_360khz
+0x5d9e iicd_init_pin
+0x5d9f iicd_init_pin_scl_sda
+0x5da5 iicd_read_init_pin
+0x5da7 wait_iicd_done
+0x5daa iicd_read_data
+0x5db4 iic_write_data
+0x5dbc set_eeprom_size_2k
+0x5dbf clear_eeprom_size_2k
+0x5dc2 iicd_read_eep_data_size_2k
+0x5dc6 iicd_read_eep_size_2k_lcadcode
+0x5dc9 iicd_read_eep_size_2k
+0x5dce iicd_write_protect_eep_data
+0x5dd3 iicd_eeprom_write_enable
+0x5dd8 iicd_wp_gpio_output_low
+0x5dda iicd_eeprom_write_disable
+0x5ddc iicd_read_eep_data
+0x5de2 iicd_read_eep
+0x5de8 iicd_read_eep_common
+0x5dfd iicd_read_eep_load_code_size_2k
+0x5e02 iicd_write_eep_data
+0x5e04 iicd_write_ota_data
+0x5e08 iicd_write_eep_loop
+0x5e17 iicd_eep_transparency
+0x5e29 iicd_eep_deal_short_packet
+0x5e2e iicd_write_eep_size_2k
+0x5e38 iicd_write_eep
+0x5e45 iicd_write_eep_common
+0x5e4c iic_check_eeprom_standby
+0x5e4e iic_check_eeprom_standby_wait
+0x5e63 efuse_read_data
+0x5e69 efuse_read_loop
+0x5e75 efuse_program
+0x5e79 efuse_program_loop
+0x5e7b efuse_program_bit_loop
+0x5e85 efuse_lna_pa_ldo_on
+0x5e8e efuse_vdd_fsource_on
+0x5e96 efuse_vdd_on
+0x5e9e efuse_vdd_off
+0x5eaa efuse_program_bit
+0x5eb0 uarta_init_dma_mem
+0x5eb2 uartb_init_dma_mem
+0x5eb4 uart_init_dma_mem
+0x5ec0 uartb_init_dma_turn_on_clk
+0x5ec4 uarta_init_baud_rate
+0x5ec6 uartb_init_baud_rate
+0x5ec8 uarta_calc_baud_rate_config
+0x5eca uartb_calc_baud_rate_config
+0x5ecc uart_calc_baud_rate_config
+0x5ed1 uart_calc_baud_rate_config_choice_uart_clock
+0x5ed5 uart_calc_baud_rate_config_choice_uart_clock_crystal
+0x5ed7 uart_clock_select_main_freq_crystal
+0x5edb uart_clock_select_main_freq_dpll
+0x5edf uarta_init_tx
+0x5ee3 uartb_init_tx
+0x5ee7 uarta_init_rx
+0x5eeb uartb_init_rx
+0x5eef uarta_prepare_tx
+0x5ef3 uartb_prepare_tx
+0x5ef7 uarta_prepare_rx
+0x5efb uartb_prepare_rx
+0x5eff uarta_send
+0x5f01 uartb_send
+0x5f03 uarta_rxdone
+0x5f05 uartb_rxdone
+0x5f07 uarta_clear_current_rx
+0x5f0b uartb_clear_current_rx
+0x5f0f uarta_prepare_tx_register_push
+0x5f11 uartb_prepare_tx_register_push
+0x5f13 uarta_send_register_pop
+0x5f15 uartb_send_register_pop
+0x5f17 uart_register_push
+0x5f1b uart_register_pop
+0x5f1f uart_copy_tx_bytes_fast
+0x5f21 uart_copy_tx_bytes_fast_loop
+0x5f26 uart_copy_tx_bytes_fast_loop_four
+0x5f2c uart_tx_16_bytes
+0x5f2d uart_tx_8_bytes
+0x5f30 uart_tx_4_bytes
+0x5f33 uart_copy_tx_bytes
+0x5f35 uart_copy_tx_bytes_loop
+0x5f39 uart_copy_rx_bytes_fast
+0x5f3b uart_copy_rx_bytes_fast_loop
+0x5f40 uart_copy_rx_bytes_fast_loop_four
+0x5f46 uart_rx_16_bytes
+0x5f47 uart_rx_8_bytes
+0x5f4a uart_rx_4_bytes
+0x5f4d uart_copy_rx_bytes
+0x5f4f uart_copy_rx_bytes_loop
+0x5f53 app_store_nvram_event
+0x5f55 check_51cmd_store_reconn_info
+0x5f55 check_51cmd_update_device_record
+0x5f5c write_device_record
+0x5f60 write_device_loop_find
+0x5f6c write_device_loop_find0
+0x5f70 set_index_finded_device
+0x5f76 set_index_find_device_master_addr
+0x5f7b store_rec_data_common
+0x5f7e set_index_finded_device_ble_mode
+0x5f82 set_index_finded_device_irk
+0x5f84 store_ble_rec_data_common
+0x5f86 set_index_finded_device_ediv
+0x5f89 nvram_find_addr_from_bd_list
+0x5f90 find_addr_from_bd_list_ble_mode
+0x5f98 find_addr_from_bd_list_static_addr
+0x5f9c find_addr_from_bd_list_static_addr_reconnect
+0x5f9f find_addr_from_bd_list_static_addr_sc_or_legacy
+0x5f9f find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy
+0x5fa2 find_addr_from_bd_list_static_addr_sc
+0x5fa2 find_addr_from_bd_list_random_non_resolvable_private_address_sc
+0x5fa5 find_addr_from_bd_list_public_device_addr
+0x5fa8 find_addr_from_bd_list_random_non_resolvable_private_address
+0x5faa find_addr_from_bd_list_random_addr
+0x5fac find_addr_from_bd_list_spp_mode
+0x5fae find_addr_from_bd_list_common
+0x5fb6 nvram_find_addr_from_list
+0x5fc6 nvram_find_addr_from_list_compare
+0x5fc8 find_master_addr_from_list_compare
+0x5fcd find_addr_from_list_compare_ble_mode
+0x5fd0 find_irk_form_list_compare
+0x5fe2 genernate_master_macaddress
+0x5feb find_ediv_form_list_compare
+0x5ffa check_nvram
+0x6000 init_device_list
+0x6004 init_device_list_loop
+0x6009 load_device_list
+0x6014 clear_key_exists
+0x6016 load_device_list_mode_4
+0x6023 clear_ltk_exists
+0x6025 eeprom_store_le_reconn_info
+0x6027 eeprom_store_bd_reconn_info
+0x6028 eeprom_store_reconn_info
+0x602c check_link_key_load
+0x6032 gpio_set_wake_by_current_state
+0x6036 gpio_set_wake
+0x6042 gpio_clr_wake
+0x604e gpio_config_input_nowake
+0x6050 gpio_config_input
+0x6053 gpio_config_input_without_wake
+0x6059 gpio_get_bit
+0x6063 gpio_get_bit_reverse
+0x6065 gpio_out_inactive
+0x6069 gpio_config_output
+0x6069 gpio_out_active
+0x606c gpio_out_flag
+0x606f gpio_out
+0x6074 gpio_check_active
+0x6079 gpio_check_active_high
+0x607b gpio_set_analog
+0x607d gpio_write
+0x607f gpio_set_high_impedance
+0x6082 gpio_pd_idle
+0x6084 gpio_pd_idle_loop
+0x6089 gpio_pd_idle_configured
+0x608b gpio_addr
+0x608f gpio_config_param
+0x6092 gpio_config_function
+0x6093 gpio_config_function_int
+0x6098 gpio_get_config
+0x609d gpio_set_before_lpm_common
+0x609f gpio_set_before_lpm
+0x60a1 setgpio_loop
+0x60b1 setgpio_loop_end
+0x60b3 setgpio_pullup
+0x60b6 setgpio_pulldown
+0x60b9 adc_init_data
+0x60c0 adc_init_cal_data
+0x60c5 adc_init_cal_data_loop
+0x60cc adc_init_cal_data_default
+0x60d5 adc_init_wait_count
+0x60d9 adc_wait_timer
+0x60dc idle_read_adc_wait
+0x60ec enable_adc_check
+0x60f6 enable_adc_check_le
+0x6100 enable_adc_wait
+0x6102 enable_adc
+0x611a read_adc_mode
+0x611d adc_check_gpio
+0x6121 adc_mode_vdcdc
+0x6123 adc_adc_mode_vbat
+0x6125 vdd_calculate_by_mode
+0x612b vdd_calculate_vinlpm
+0x6131 vdd_calculate_hvin
+0x6137 vdd_calculate_io
+0x613c vdd_calculate
+0x6145 vdd_calculate2
+0x6149 vdd_calculate1
+0x6152 adc_bat_percent_lowpower_out
+0x6162 adc_set_low_power_flag
+0x6166 adc_clear_low_power_flag
+0x616a adc_set_no_power_flag
+0x616e adc_clear_no_power_flag
+0x6172 keyscan_key_init
+0x6174 keyscan_key_init_next
+0x6179 keyscan_key_init_lp1
+0x617d keyscan_key_init_end
+0x617e keyscan_scan_key
+0x6184 keyscan_scan_key_lp1
+0x618f keyscan_scan_key_lp1_next
+0x6197 keyscan_process_lpm_before
+0x6199 keyscan_process_lpm_before_next
+0x619e keyscan_process_lpm_before_lp1
+0x61a2 keyscan_process_lpm_before_end
+0x61a3 keyscan_key_process
+0x61ae keyscan_key_process_next
+0x61b7 keyscan_key_lp1
+0x61c3 keyscan_key_lp1_next
+0x61cc keyscan_send_key_data
+0x61d1 pwm_init
+0x61d7 delay_nop100
+0x61d9 pwm_clk_set
+0x61dc pwm_12m_clk_set
+0x61de pwm_24m_clk_set
+0x61e0 pwm_33k_clk_set
+0x61e2 pwm_cont_set
+0x61e6 pwm_cont_set1
+0x61ed pwm_cont_set0
+0x61f4 pwm_set_value
+0x61f8 pwm_out_set
+0x620a pwm_duty_cycle_set
+0x6213 pwm_enable
+0x6216 pwm_disable
+0x6218 pwm_gpio_set
+0x621d pwm_set_select
+0x6223 pwm_select_channel
+0x6227 pwm_srst_powerdown
+0x6228 pwm_srst_set
+0x622d wdt_init_config
+0x623c wdt_set_enable
+0x623e wdt_set_disable
+0x623f wdt_init_set
+0x6243 nec61212_init
+0x6244 nec_init_config
+0x6248 nec_check_rxbuff_size
+0x624a nec_prepare_read
+0x624e nec_read_done
+0x6250 nec_parse_nec61212
+0x626b nec_parse_nec61212_data
+0x6277 nec_parse_nec61212_error_data
+0x627c nec_parse_nec61212_add_bit1
+0x627d nec_parse_nec61212_add_bit0
+0x6280 nec_parse_nec61212_check_repeat_data
+0x628b nec_parse_nec61212_check_stop_bit
+0x6292 nec_parse_nec61212_check_timeout
+0x6297 nec_parse_nec61212_check_timeout_cb
+0x629b nec_check_pulse_range_legal_default_deviation
+0x629c nec_check_pulse_range_legal
+0x62a4 nec_check_pulse_range_legal_data_negative
+0x62a6 select_system_clk_24m
+0x62aa calc_new_param
+0x62ac calc_new_param_loop
+0x62b2 calc_new_le_time
+0x62b4 select_system_clk_12m_xtal
+0x62b5 select_system_clk_12m_common
+0x62b9 select_system_clk_12m_dpll
+0x62bb rfcomm_init
+0x62c5 rfcomm_init_spp
+0x62cd rfcomm_init_spp_with_credit
+0x62cf set_cr_bit
+0x62d1 rfcomm_calculate_fcs_sabm
+0x62dd rfcomm_calculate_fcs_ua
+0x62e6 rfcomm_calculate_fcs_dlci0
+0x62ea rfcomm_calculate_fcs_dlci0_res
+0x62ec rfcomm_save_fcs_uih
+0x62fb caculate_uihdata_fcs
+0x6307 caculate_fcs
+0x6314 mod2div
+0x6318 mod2div_loop
+0x631d mod2div_not_enough_reduction
+0x6327 mod2div_end
+0x6329 get_rfcomm_snd_adss
+0x632a dlci_to_address_cmd
+0x6330 channel_to_dlci
+0x6334 rfcomm_rx_process_dlci0_sabm
+0x633d rfcomm_rx_process_dlci0_ua
+0x6341 rfcomm_rx_process
+0x6345 rfcomm_rx_process_remote_page
+0x634b parse_dlci0_rp
+0x6352 parse_dlci0_rp_uih
+0x635c parse_dlci0_rp_uih_pn_cmd
+0x635e parse_dlci0_rp_uih_pn_cmd_spp
+0x6364 parse_dlci0_rp_uih_pn_res
+0x6366 parse_dlci0_rp_uih_pn_res_common
+0x6368 get_rfcomm_param_modem_status
+0x636f get_rfcomm_head_struct
+0x6375 get_rfcomm_current_length
+0x637a get_rfcomm_uih_head_struct
+0x6382 get_param_payload_ptr
+0x6385 get_rfcomm_length_common
+0x638e get_rfcomm_prarmer_negotiation
+0x639d parse_dlci0_rp_uih_ms_cmd
+0x639f parse_dlci0_rp_uih_ms_cmd_spp
+0x63a9 parse_dlci0_rp_uih_ms_res
+0x63b0 parse_dlci0_rp_uih_ms_res_spp
+0x63b4 parse_dlci0_rp_uih_cmd_port
+0x63cf parse_uih_rp
+0x63d0 parse_uih_rp_spp
+0x63d8 parse_uih_rp_spp_ua
+0x63dc parse_uih_rp_spp_sabm
+0x63ee parse_uih_spp_uih_credits
+0x63f6 parse_uih_spp_uih
+0x63f7 parse_uih_spp_uih_cont
+0x63fb parse_uih_rp_spp_disconn_send_event
+0x63fd parse_uih_rp_spp_disconn
+0x6403 rfcomm_rx_process_reconn
+0x6409 parse_dlci0_reconn
+0x640f parse_dlci0_reconn_uih
+0x6418 parse_dlci0_reconn_uih_pn_cmd
+0x641f parse_dlci0_reconn_uih_pn_cmd_spp
+0x6423 parse_dlci0_reconn_uih_ms_cmd
+0x642a parse_dlci0_reconn_uih_ms_cmd_spp
+0x6433 parse_dlci0_reconn_uih_ms_res
+0x6439 parse_dlci0_reconn_uih_ms_res_spp
+0x643d parse_uih_reconn
+0x6443 parse_uih_reconn_spp
+0x6448 parse_uih_reconn_spp_ua
+0x644c parse_uih_reconn_spp_sabm
+0x644d parse_uih_reconn_spp_disconn
+0x644e rfcomm_rx_process_end
+0x644f rfcomm_send_more_pkt
+0x6453 rfcomm_send_more_pkt_msc_cmd_spp
+0x6458 rfcomm_send_more_pkt_msc_cmd_spp0
+0x6460 rfcomm_send_sabm
+0x646d rfcomm_send_ua
+0x647b rfcomm_send_param_neg_cmd
+0x6497 rfcomm_send_param_neg_res
+0x64b3 rfcomm_send_modem_status_cmd
+0x64c8 rfcomm_send_modem_status_res
+0x64df rfcomm_send_uih_without_payload
+0x64f9 rfcomm_increase_credit_given
+0x6502 spp_process_rx_data
+0x6504 spp_tx_rfcomm_packet
+0x650e ssp_tx_rfcomm_from_uart
+0x6516 ssp_tx_rfcomm_from_uart_without_credit
+0x651b ssp_tx_rfcomm_from_uart_common
+0x6522 ssp_tx_rfcomm_from_uart_common0
+0x654c ssp_tx_write_length
+0x6554 ssp_tx_write_long_packet
+0x655d ssp_tx_write_given_credit
+0x6561 scheduler_process
+0x6572 scheduler_process0
+0x6575 scheduler_tx_disconnect_hid
+0x6579 scheduler_tx_l2cap_pkt
+0x6594 scheduler_tx_l2cap_start_pkt
+0x659f scheduler_tx_l2cap_last_pkt
+0x65a1 scheduler_tx_l2cap_pkt_end
+0x65a5 scheduler_start_upper_sm
+0x65a9 scheduler_start_upper_sm_hid
+0x65ab process_upper_sm
+0x65ad process_upper_sm_remote_page
+0x65b0 process_upper_sm_rp_wait
+0x65b1 process_upper_sm_reconn
+0x65d0 process_upper_sm_reconn_wait
+0x65d1 process_upper_sm_reconn_sdp_conn
+0x65d7 process_upper_sm_reconn_sdp_cfg
+0x65e1 process_upper_sm_reconn_ss_spp
+0x65e6 process_upper_sm_reconn_sdp_disconn
+0x65e9 process_upper_sm_reconn_hid_ctrl_conn
+0x65ef process_upper_sm_reconn_hid_ctrl_cfg
+0x65f5 process_upper_sm_reconn_hid_int_conn
+0x65fb process_upper_sm_reconn_hid_int_cfg
+0x6601 process_upper_sm_reconn_rfcomm_conn
+0x6607 process_upper_sm_reconn_rfcomm_cfg
+0x660d process_upper_sm_reconn_rfcomm_sabm
+0x6613 process_upper_sm_reconn_spp_cmd_pn
+0x6619 process_upper_sm_reconn_spp_sabm
+0x6624 process_upper_sm_reconn_spp_cmd_ms
+0x662a process_upper_sm_reconn_sdp_conn_wait
+0x662e process_upper_sm_reconn_sdp_cfg_wait
+0x6631 process_upper_sm_reconn_ss_spp_wait
+0x6636 process_upper_sm_reconn_sdp_disconn_wait
+0x663c process_upper_sm_reconn_hid_ctrl_conn_wait
+0x6640 process_upper_sm_reconn_hid_ctrl_cfg_wait
+0x6644 process_upper_sm_reconn_hid_int_conn_wait
+0x6648 process_upper_sm_reconn_hid_int_cfg_wait
+0x664d process_upper_sm_reconn_rfcomm_conn_wait
+0x6651 process_upper_sm_reconn_rfcomm_cfg_wait
+0x6655 process_upper_sm_reconn_rfcomm_sabm_wait
+0x665a process_upper_sm_reconn_spp_cmd_pn_wait
+0x665e process_upper_sm_reconn_spp_sabm_wait
+0x6662 process_upper_sm_reconn_spp_cmd_ms_wait
+0x6665 process_upper_sm_reconn_setup_hid
+0x6667 process_upper_sm_reconn_setup_rfcomm
+0x6669 process_upper_sm_reconn_setup_spp
+0x666b process_upper_sm_reconn_termination
+0x666d upper_sm_send_sdp_conn
+0x6674 upper_sm_send_sdp_cfg
+0x6679 upper_sm_send_sdp_disconn
+0x6683 upper_sm_send_ss_spp
+0x6687 upper_sm_send_rfcomm_conn
+0x668e upper_sm_send_rfcomm_cfg
+0x6693 upper_sm_send_hid_ctrl_conn
+0x669a upper_sm_send_hid_ctrl_cfg
+0x669f upper_sm_send_hid_int_conn
+0x66a6 upper_sm_send_hid_int_cfg
+0x66ab upper_sm_send_rfcomm_sabm
+0x66b2 upper_sm_send_spp_cmd_pn
+0x66b8 upper_sm_send_spp_sabm
+0x66c2 upper_sm_send_spp_cmd_ms
+0x66c7 sdp_process
+0x66e2 sdp_process_ss_req
+0x6702 ss_req_loop
+0x6705 ss_req_blank
+0x670a sdp_process_sa_req
+0x6715 sa_isnot_wholerange
+0x6718 sa_judge_wholerange
+0x6721 sa_judge_wholerange_false3
+0x6723 sa_judge_wholerange_false2
+0x6725 sa_judge_wholerange_false1
+0x6727 sa_req_loop
+0x672a sa_req_range
+0x6730 sa_req_range_id_increase
+0x6739 sa_req_range_id_finish
+0x673c sa_req_one_id
+0x6741 sa_req_check_next_id
+0x6748 sa_req_handle_attributelist_next
+0x6758 sa_req_handle_attributelist_notfound
+0x675b sa_req_handle_attributelist_end
+0x6760 sdp_store_continue_common
+0x6764 sdp_store_continue_0byte
+0x6766 sdp_store_continue_1byte
+0x6769 sdp_store_continue_2byte
+0x676c sdp_store_continue_end
+0x676e sa_req_all
+0x6790 sa_req_all_fisrt_fragment
+0x6794 sa_req_all_parlength_continue_byte
+0x6797 sa_req_all_parlength_continue_byte_end
+0x679d sa_req_all_fragment_sdp
+0x67ab sa_req_all_answer_attributelist_full_loop
+0x67b4 sa_req_all_last_frag_continue
+0x67b6 sa_req_all_frag_end
+0x67b8 sdp_process_ssa_req
+0x67c2 ssa_req_loop
+0x67d2 ssa_req_attributelist_next
+0x67dd ssa_req_attributelist_notfound
+0x67df ssa_req_attributelist_end
+0x67e4 sdp_store_maxbyte
+0x67ec ssa_req_range
+0x67fd ssa_req_range_find_handle
+0x6805 ssa_req_range_later_freg_with_continue
+0x680d ssa_req_range_send_not_maxbyte
+0x6814 ssa_req_range_maxbyte_with_continue
+0x6817 ssa_req_range_maxbyte_with_continue_cpy
+0x681d ssa_req_range_next_handle
+0x6822 ssa_req_range_get_length
+0x682b ssa_req_range_first_freg
+0x6835 ssa_req_range_firstfreg_not_maxbyte_with_continue
+0x6837 ssa_req_range_freg_no_continue
+0x6839 ssa_req_range_lastfreg
+0x683a ssa_req_range_lastfreg_common
+0x6845 ssa_req_range_firstfreg_maxbyte_with_continue
+0x684a ssa_req_range_attrbutes_length
+0x6850 ssa_req_range_attrbutes_length_no_continue
+0x6856 ssa_req_range_freg_with_continue
+0x6866 ssa_req_range_common
+0x6870 sdp_process_sa_res
+0x6870 sdp_process_error_res
+0x6871 sdp_invalid_service_record_handle
+0x6874 sdp_invalid_pdu_size
+0x6877 sdp_insufficient_resource
+0x687a sdp_invalid_request_syntax
+0x687c sdp_error_response
+0x6886 ask_serviceclassid
+0x688b classidloop
+0x6894 skip2bytes
+0x689d frstbwrong
+0x68a0 scndbwrong
+0x68a9 cmp032
+0x68ac cmp016
+0x68ae cmpuuid
+0x68b4 uuidsize
+0x68cf wrong12b
+0x68d0 wrong12b1
+0x68d4 chck12dn
+0x68d6 loopornot
+0x68dc asksrv_error
+0x68de dataelementtype6
+0x68ed dsize32
+0x68ef dsize16
+0x68f2 dsize
+0x68f4 dsize_error
+0x68f6 ss_empty_rsp
+0x68f9 sa_empty_rsp
+0x68fc ssa_empty_rsp
+0x68fe empty_response
+0x690d fullsearch
+0x690f outempty
+0x6911 sdp_data_len
+0x6918 sdp_get_data
+0x691c sdp_get_data_type0
+0x691f sdp_get_data_type_not0_sizeindex01234
+0x6922 sdp_get_data_type_not0
+0x6929 sdp_get_data_type_not0_sizeindex5
+0x692c sdp_get_data_type_not0_sizeindex6
+0x6930 sdp_get_data_type_not0_sizeindex7
+0x6938 search_all_uuid
+0x693c search_all_uuid_llop
+0x6943 search_uuid
+0x6946 search_uuid_next
+0x694c search_uuid_loop
+0x6950 search_uuid_not_found
+0x6956 search_uuid_check_same_handle
+0x695c search_uuid_store_handle
+0x6963 search_uuid_nomatch
+0x6967 search_handle
+0x696a search_handle_loop
+0x697c search_attrib
+0x697f search_attrib_next
+0x6982 search_attrib_loop
+0x698a search_attrib_found_uuid
+0x6990 search_attrib_loop_attribs
+0x699a search_attrib_end
+0x699d search_handle_attrib
+0x69a0 search_handle_attrib_next
+0x69aa search_handl_attrib_found_handle
+0x69ac search_handle_attrib_loop_attribs
+0x69b6 search_handle_attrib_end
+0x69b8 search_rfcomm_cn
+0x69c3 search_uuid_in_data
+0x69c6 search_uuid_in_data_loop
+0x69d6 search_uuid_in_data_found_element_index5
+0x69d9 search_uuid_in_data_found_element_index6
+0x69dc search_uuid_in_data_found_element_index7
+0x69df search_uuid_in_data_found_uuid
+0x69e5 search_uuid_in_data_type_uuid_128
+0x69e6 search_uuid_in_data_type_uuid_32
+0x69e8 search_uuid_in_data_type_uuid_16
+0x69ee sdp_send_spp_request
+0x6a05 function_g2
+0x6a1c function_f6_eb
+0x6a2c get_r
+0x6a30 function_f6_ea
+0x6a43 function_f5
+0x6a55 function_f5_common
+0x6a66 store_addr_common_b
+0x6a6b store_addr_common_a
+0x6a70 function_f4_ca
+0x6a7b function_f4_cb
+0x6a86 function_aes_cmac
+0x6a8a function_ceil16
+0x6a98 function_aes_cmac_set_flag_0_balnk
+0x6a9b function_aes_cmac_set_flag_0
+0x6a9c function_aes_cmac_set_flag_0_common
+0x6aa6 function_aes_cmac_aes
+0x6aa9 function_aes_cmac_aes_loop
+0x6aaf function_aes_cmac_aes_loop_end
+0x6ab7 load_inverse_result
+0x6abb store_inverse_k
+0x6abd inverse_k
+0x6ac0 inverse_memdat
+0x6ac4 bn_lshift_0_inverse
+0x6ace function_aes_cmac_k1_inverse
+0x6acf function_aes_cmac_inverse_common
+0x6ad3 function_aes_cmac_k2_inverse
+0x6ad5 function_aes_cmac_generate_subkey
+0x6add function_aes_cmac_k1
+0x6ae6 function_aes_cmac_k1_0
+0x6ae7 function_aes_cmac_k2
+0x6af0 function_aes_cmac_xor_rb
+0x6af1 function_aes_cmac_xor_rb_loop
+0x6af7 function_aes_cmac_xor_loop_common
+0x6afb function_aes_cmac_padding
+0x6afe function_aes_cmac_padding_loop
+0x6b03 function_aes_cmac_padding_loop2
+0x6b06 function_aes_cmac_padding_beq_length
+0x6b07 function_aes_cmac_padding_common
+0x6b09 function_aes_cmac_padding_big_length
+0x6b0b generate_kinit
+0x6b0f function_e21
+0x6b1e function_e22
+0x6b24 function_e22_pin_init
+0x6b25 function_e22_genx_pin
+0x6b28 function_e22_genx_loop
+0x6b32 function_e22_genx_end
+0x6b3e function_e1
+0x6b41 function_e3
+0x6b48 function_hash
+0x6b5e function_ar
+0x6b67 function_ar_loop
+0x6b6f function_ar_original
+0x6b85 key_scheduling
+0x6b8b key_rotateloop
+0x6b96 key_select_octet_loop
+0x6b9b key_select_octet_nwrap
+0x6ba5 bias_round_key_loop
+0x6bac key_sched_zero
+0x6bae create_byte_16_loop
+0x6bb6 xor_mod32
+0x6bb7 xor_mod32_ar2
+0x6bba xor_mod32_loop
+0x6bc0 xor_mod32_invert
+0x6bc3 xor_even
+0x6bc9 el_boxes
+0x6bcc el_box_loop
+0x6bd2 e_boxes
+0x6bd8 pht
+0x6bdb pht_loop
+0x6be7 permute
+0x6bf6 permute_exchange
+0x6bf7 permute_loop
+0x6c06 add16
+0x6c08 xor16
+0x6c09 xor_add16
+0x6c0a xoradd_loop
+0x6c0f xoradd_add
+0x6c10 xoradd_store
+0x6c15 function_expand
+0x6c1b expand_12
+0x6c1c expand_cont
+0x6c20 key_offset
+0x6c2f key_addxor
+0x6c30 key_addxor_loop
+0x6c34 key_add
+0x6c36 key_high
+0x6c37 key_xor
+0x6c38 key_store
+0x6c3c copy_aco
+0x6c41 concatenate_temp24
+0x6c42 concatenate_temp16
+0x6c45 loop1
+0x6c46 generate_stk
+0x6c4a authenticate_rconfirm
+0x6c4d authenticate_mconfirm
+0x6c52 generate_confirm
+0x6c55 generate_mrand
+0x6c58 generate_sk
+0x6c61 ccm_b0
+0x6c64 first_block_counter
+0x6c66 first_block_data
+0x6c67 first_block
+0x6c68 iv_common
+0x6c79 generate_mic
+0x6c88 generate_mic_loop
+0x6c8d generate_mic_end
+0x6c91 aes_crypt_data
+0x6c9b ccm_br_enc_new
+0x6cb9 ccm_br_pcnt_tx_add
+0x6cbd ccm_br_check_0_length_continuation
+0x6cc3 ccm_br_pcnt_tx_set
+0x6cc8 ccm_br_pcnt_rx_set
+0x6ccc ccm_br_decrypt_new
+0x6cf3 ccm_br_pcnt_rx_add
+0x6cfa le_decrypt_new
+0x6d20 le_encrypt_new
+0x6d27 le_encrypt_new_start
+0x6d40 ccm_wait_enc
+0x6d45 ccm_check_enc_done
+0x6d47 ccm_enc_done
+0x6d4c ccm_init_common
+0x6d53 wait_ccm_done
+0x6d55 ccm_ctrl_clr
+0x6d57 wait_aes
+0x6d59 do_aes_ocb
+0x6d5c do_aes_cbc
+0x6d5f do_aes_ctr
+0x6d62 aes_init
+0x6d65 function_s1
+0x6d7a function_c1
+0x6d80 function_c1_master
+0x6d90 function_c1_irat
+0x6d95 function_c1_loop1
+0x6da8 padding_data
+0x6dad padding_loop
+0x6db2 aes_load_data
+0x6db3 load_data_loop
+0x6db7 load_data_padding
+0x6dbc aes_load_xor
+0x6dbe load_key
+0x6dc0 load_data128
+0x6dc1 load_regext
+0x6dc2 load_regext_loop
+0x6dc7 load_sk
+0x6dc9 clear_hidata
+0x6dcb aes_clear_data
+0x6dcc aes_clear
+0x6dcd clear_loop
+0x6dce clear_data_rest
+0x6dd1 store_aes_result
+0x6dd3 send_aes_result_loop
+0x6dd8 store_enc_data
+0x6dde store_enc_loop
+0x6de6 store_enc_byte
+0x6dea compare_res
+0x6dec compare_res_loop
+0x6df3 enable_authrom
+0x6df7 disable_authrom
+0x6dfb init_memp
+0x6e52 init_memp_256
+0x6ea4 publickey_init
+0x6ea7 sp_calc_sequence_256_check
+0x6eb5 stop_publickey_calc_256
+0x6eb7 sp_br_secure_connection_enable
+0x6ebb sp_br_secure_connection_disable
+0x6ebf sp_initialize
+0x6ec2 sp_reset
+0x6ec6 sp_wait_pubkey_calc_done
+0x6ecc sp_clear_flags
+0x6ed5 sp_generate_local_key
+0x6eda sp_generate_local_key0_256
+0x6edd sp_start_send_pubkey_256
+0x6ee2 sp_master_generate_local_key
+0x6ee5 sp_generate_local_key0_192
+0x6ee8 sp_start_send_pubkey
+0x6eed sp_calc_check_publickey_256
+0x6f08 sp_calc_b256
+0x6f1e sp_calc_check_publickey
+0x6f39 sp_calc_b
+0x6f4f sp_calculate_commitment
+0x6f53 sp_calculate_commitment_256
+0x6f5d sp_calculate_commitment0_256
+0x6f63 sp_calculate_commitment_192
+0x6f6e master_sp_calculate_commitment
+0x6f75 sp_calculate_commitment0
+0x6f7b master_sp_calculate_commitment0
+0x6f7e sp_local_random_key_generator
+0x6f81 sp_calculate_commitment_wait_dhkey_calc
+0x6f83 sp_confirm_check
+0x6f86 sp_confirm_check_wait
+0x6f89 sp_confirm_check_256
+0x6f8c sp_confirm_check_192
+0x6f8e sp_confirm_check_common
+0x6f9e sp_confirm_check_success
+0x6fa4 sp_confirm_check_success_master
+0x6fa7 sp_confirm_check_failed
+0x6fad sp_confirm_check_failed_master
+0x6fb0 sp_confirm_calc
+0x6fb4 sp_confirm_calc_256
+0x6fb8 sp_confirm_calc_192
+0x6fbc sp_confirm_calc_ready
+0x6fc9 sp_confirm_calc_master
+0x6fcc sp_master_key_prarm_push
+0x6fd6 sp_link_key_prarm_push
+0x6fe0 sp_link_key_calc
+0x6feb sp_debug_private
+0x6ffb sp_pubkey_calc
+0x7014 sp_pubkey_generated
+0x701a sp_dhkey_calc
+0x702b sp_dhkey_generated
+0x7032 random_generator
+0x7037 compare4
+0x7041 compare4_failed
+0x7043 compare4_success
+0x7045 simple_pairing_sequence
+0x7056 master_simple_paring_sequence
+0x7068 master_set_mem_master_sp_flag
+0x706a master_clear_mem_master_sp_flag
+0x706c sp_calc_sequence
+0x7077 sp_calc_sequence_done
+0x707c bn_testbit
+0x7082 ec_copy
+0x7085 bn_eq_zero
+0x708b bn_eq_0
+0x7094 bn_bigeq
+0x7097 bn_bigeq_0
+0x70a1 bn_add
+0x70a3 bn_add_0
+0x70af bn_sub
+0x70b1 bn_sub_0
+0x70bd bn_rshift6
+0x70bf bn_rshift
+0x70c0 bn_rshift_0
+0x70cb bn_lshift
+0x70cd bn_lshift_0
+0x70d8 bn_lshiftmod
+0x70d9 bn_lshiftmod_ismod
+0x70e1 bn_lshiftmod_0
+0x70e5 bn_addmod
+0x70e8 bn_submod
+0x70ef bn_p192mod
+0x7110 bn_load
+0x7111 bn_load_0
+0x7116 bn_mulmod
+0x7120 bn_mulmod_1
+0x7122 bn_mulmod_0
+0x7138 bn_sqrmod
+0x713a bn_rshifteven
+0x713b bn_rshifteven_1
+0x714a bn_rshifteven_0
+0x714e bn_invmod
+0x715d bn_invmod_2
+0x7178 bn_invmod_1
+0x7186 bn_invmod_0
+0x7193 ecdbl
+0x71e4 ecadd
+0x7250 eckp_0
+0x725e eckp_1
+0x7263 ecunmapz
+0x7275 sha_endian_swap2
+0x7278 sha_endian_loop
+0x7280 sha_getw
+0x7284 sha_r
+0x7286 sha_r_loop
+0x729b sha_init
+0x729d sha_init_0
+0x72a2 sha
+0x72a6 sha_0
+0x72af sha_loop
+0x72d8 sha_1
+0x72de sha_result
+0x72e0 sha_regext_save
+0x72e5 pad_xor
+0x72e8 pad_xor_0
+0x72ef pad_xor_1
+0x72f2 g_noninit_number_confirm
+0x72f6 g_noninit_number_confirm_192
+0x72f9 g_noninit_number_confirm_256
+0x72fc g_noninit_192
+0x72fe g_noninit0_192
+0x730c g_init_192
+0x731b g_common_192
+0x7324 g_common0
+0x7335 noninit_number_confirm
+0x7338 g_noninit0_256
+0x7346 g_common_256
+0x734f function_f1_192_no_key
+0x7351 function_f1_192
+0x7353 function_f1_192_common
+0x736e function_f1_common2
+0x7388 function_f2_192
+0x73be function_f3a_192
+0x73c0 function_f3a_common
+0x73cf function_f3a_no_pin
+0x73d2 function_f3b_no_pin
+0x73d5 function_f3b_192
+0x73d7 function_f3b_common
+0x73e4 function_f3_common
+0x740e eckp_calc_init
+0x740f eckp_calc_init_1
+0x7419 eckp_calc
+0x7421 memcpy_dword_swap4
+0x7422 memcpy_dword_swap
+0x7423 memcpy_dword_swap_loop
+0x7428 function_f1_no_key_256
+0x742a function_f1_256
+0x742c function_f1_common_256
+0x7449 function_f3a
+0x744d function_f3a_256
+0x744f function_f3a_common_256
+0x745c function_f3_common_256
+0x7477 sha_end_common
+0x7486 function_f3a_no_pin_256
+0x7489 function_f3b_no_pin_256
+0x748c function_f3b
+0x7490 function_f3b_256
+0x7492 function_f3b_common_256
+0x74a0 function_f2
+0x74a4 function_f2_256
+0x74cc function_h3
+0x74f4 function_h4
+0x7519 function_h5
+0x7541 sp_initialize_256
+0x7544 sc_reset
+0x7547 sp_wait_pubkey_calc_256_done
+0x754d sp_debug_private_256
+0x7562 sp_pubkey_calc_256
+0x757b sp_pubkey_generated_256
+0x7581 sp_dhkey_calc_256
+0x7591 sp_dhkey_generated_256
+0x7597 sp_calc_sequence_256
+0x75a1 sp_calc_sequence_done_256
+0x75a7 eckp_calc_256
+0x75af eckp_calc_init_256
+0x75b2 eckp_calc_init_256_1
+0x75bc ecunmapz_256
+0x75ce ecdbl_256
+0x761f ecadd_256
+0x768b bn_invmod_256
+0x7699 bn_invmod_256_2
+0x76b4 bn_invmod_256_1
+0x76c2 bn_invmod_256_0
+0x76c9 bn_mulmod_256
+0x76d7 bn_mulmod_256_1
+0x76dd bn_mulmod_256_0
+0x76f2 bn_p256mod
+0x775b bn_load_mem
+0x775f bn_load_256
+0x7761 bn_sqrmod_256
+0x7763 bn_add_256
+0x7765 bn_addmod_256
+0x7768 bn_lshiftmod_256
+0x7769 bn_lshiftmod_ismod_256
+0x7772 bn_lshiftmod_p_256
+0x777a sub_p2_256
+0x777e bn_submod_256
+0x7788 bn_submod_256_np
+0x7791 bn_sub_256
+0x7793 bn_rshift_256
+0x7796 bn_lshift_256
+0x7799 bn_bigeq_256
+0x779d bn_eq_zero_256
+0x77a0 bn_rshifteven_256
+0x77a1 bn_rshifteven_256_1
+0x77b0 bn_rshifteven_256_0
+0x77b4 ui_init
+0x77b9 ui_dispatch
+0x77bb ui_button_init
+0x77c5 ui_button_polling
+0x77cb ui_button_down
+0x77d7 ui_button_up
+0x77e1 ui_button_check_long_press
+0x77e8 lpm_button_get_wake_lock
+0x77ea lpm_button_clean_wake_lock
+0x77ec calc_curr_struct_prt
+0x77f0 ui_led_init_global
+0x77f5 ui_led_init_loop
+0x77fc ui_led_on_global
+0x7801 ui_led_blink_stop_global
+0x7801 ui_led_off_global
+0x7806 ui_led_blink_start_global
+0x780c ui_led_set_style_global
+0x7811 ui_led_dispatch
+0x7814 ui_led_blink_polling
+0x781a ui_led_off_static
+0x781f ui_led_on_static
+0x7824 ui_led_change_style_by_type
+0x782d ui_led_blink_state_lighting
+0x7838 ui_led_blink_state_darking
+0x7844 ui_led_blink_infinite
+0x7848 ui_led_blink_timer_start
+0x784a ui_led_stop_timer
+0x784c ui_timer_timeout
+0x7850 ui_timer_check
+0x7857 ui_timer_check_loop
+0x7861 ui_timer_init
+0x7864 ui_timer_check_end
+0x786a ui_timer_check_send_evt
+0x786b ui_ipc_get_lock
+0x786c ui_ipc_get_lock_wait
+0x786f ui_ipc_put_lock
+0x7871 ui_ipc_send_event
+0x787a ui_ipc_send_cmd
+0x7883 ui_ipc_clean_all_fifo
+0x7887 check_51cmd
+0x7892 check_51cmd_once
+0x78ac check_51cmd_once_continue
+0x78bd check_51cmd_check_idle
+0x78c2 check_51cmd_restore
+0x78c4 check_51cmd_start_discovery
+0x78c9 check_51cmd_stop_discovery
+0x78cf check_51cmd_reconnect
+0x78d1 check_51cmd_disconnect
+0x78d4 check_51cmd_enter_sniff
+0x78df check_51cmd_exit_sniff
+0x78e1 check_51cmd_pincode
+0x78e7 check_51cmd_pincode_pair_passive
+0x78ee check_51cmd_adv
+0x78f4 check_51cmd_stop_adv
+0x78f9 check_51cmd_direct_adv
+0x78ff check_51cmd_stop_direct_adv
+0x7904 check_51cmd_le_disconnect
+0x7908 check_51cmd_ble_update_connect_param
+0x7909 check_51cmd_led_off
+0x790b check_51cmd_led_on
+0x790d check_51cmd_led_start_blink
+0x7914 check_51cmd_led_start_blink_in_blink
+0x7917 check_51cmd_le_start_con
+0x791a check_51cmd_start_scan
+0x791c check_51cmd_stop_scan
+0x791f check_51cmd_hibernate
+0x7925 check_51cmd_hibernate_btn_disabled
+0x7927 check_51cmd_le_smp_sec_req
+0x7928 check_51cmd_role_switch
+0x7931 check_51cmd_bb_reconn_cancel
+0x7933 check_51cmd_dhkey_not_accept
+0x7936 ui_check_paring_button
+0x793a queue_init
+0x793f queue_push
+0x794e calc_queue_next_ptr
+0x7956 queue_pop
+0x7967 queue_get_new_ele
+0x7976 queue_store_new_ele
+0x7985 queue_empty
+0x7989 queue_full
+0x798d queue_get_size
+0x7991 usb_isr
+0x799d usb_init
+0x79b4 usb_offline_check_init
+0x79b6 usb_offline_state
+0x79bc usb_init_param
+0x79ee usb_config_cb
+0x79f0 usb_tx_interval_config
+0x79f5 usb_nak_state
+0x79fd usb_nak_state_judge
+0x7a00 usb_nak_state_timer_init
+0x7a05 usb0_attached_state_judge
+0x7a0a usb_clear_halt_dispose
+0x7a10 usb_rx_no_data
+0x7a13 usb_rx_data
+0x7a1e usb_rx_read
+0x7a24 usb_data_rx
+0x7a25 usb_rx
+0x7a2d usb0_rx
+0x7a30 usb_class_type
+0x7a37 usb_in_device
+0x7a3f usb_out_device
+0x7a47 usb_in_standard_req
+0x7a4d usb_in_class_req
+0x7a52 usb_in_manufacturer_req
+0x7a53 usb_out_standard_req
+0x7a5b usb_out_class_req
+0x7a60 usb_out_manufacturer_req
+0x7a61 usb0_force_stall
+0x7a65 usb0_reply_zerolen
+0x7a67 usb0_request_get_configuration
+0x7a79 usb0_request_get_cfg_dev_cfg
+0x7a7b usb0_request_get_cfg_dev_addr
+0x7a7d usb0_request_get_descriptor
+0x7a85 dsc_hid_info
+0x7a8a dsc_hid_info_interface0
+0x7a8d dsc_hid_info_interface1
+0x7a90 dsc_device_info
+0x7a94 dsc_info_set_data_len
+0x7a99 dsc_info_set_initial_data_len
+0x7a9a dsc_info_set_data_size_completed
+0x7a9f dsc_info_set_current_data_len
+0x7aa1 usb_set_high_addr
+0x7aa5 usb0_set_addr
+0x7aa9 dsc_config_info
+0x7aac dsc_string_info
+0x7aba dsc_hid_report_info
+0x7abe dsc_hid_report_info0
+0x7ac2 usb0_request_get_interface
+0x7ad4 usb0_request_get_status
+0x7ae5 usb0_sdsystem_dispose
+0x7ae7 usb0_get_status_in_device
+0x7aec usb_send_zero_packet
+0x7aee usb_send_ones_packet
+0x7af0 usb_send_two_packet
+0x7af2 usb0_get_status_in_interface
+0x7af6 usb0_get_status_in_endpoint
+0x7aff usb0_get_status_in_ep_in_ep0
+0x7b00 usb0_get_status_in_ep_in_ack
+0x7b03 usb0_get_status_in_ep_in_ep1
+0x7b05 usb0_get_status_in_ep_in_ep2
+0x7b07 usb0_get_status_in_ep_in_ep3
+0x7b09 usb_get_idle
+0x7b0d usb_get_report
+0x7b11 usb_get_report_dispose
+0x7b14 usb_get_report_send_data
+0x7b18 usb_get_report_data_release
+0x7b1b usb_get_report_data_success
+0x7b1e usb_get_protocol_req
+0x7b26 usb_get_report_protocol
+0x7b27 usb_get_boot_protocol
+0x7b28 usb0_request_clear_feature
+0x7b37 usb0_request_clear_feature_out_device
+0x7b44 usb0_request_clear_feature_out_interface
+0x7b45 usb0_request_clear_feature_out_endpoint
+0x7b4e usb0_force_stall_ep0_in_off
+0x7b50 usb0_force_stall_ep1_in_off
+0x7b51 usb0_force_stall_ep1_in_off_reply
+0x7b53 usb0_force_stall_ep2_in_off
+0x7b55 usb0_force_stall_ep3_in_off
+0x7b57 usb0_request_set_feature
+0x7b60 usb0_request_set_feature_out_device
+0x7b69 usb_wakeup_timer_reinit
+0x7b6d usb0_request_set_feature_out_interface
+0x7b6e usb0_request_set_feature_out_endpoint
+0x7b79 usb0_force_stall_ep0_in_on
+0x7b7b usb0_force_stall_ep1_in_on
+0x7b7d usb0_force_stall_ep2_in_on
+0x7b7f usb0_force_stall_ep3_in_on
+0x7b81 usb0_request_set_address
+0x7b92 usb_usb0_state_set_dev_default
+0x7b93 usb0_request_set_wait_address
+0x7b98 usb_usb0_state_set_dev_addr
+0x7b9a usb0_request_set_configuration
+0x7baf usb0_request_set_cfg_addr_state
+0x7baf usb0_request_set_cfg_cfg_state
+0x7bb3 usb0_request_set_cfg_stay_addr_state
+0x7bb5 usb0_request_set_interface
+0x7bc6 usb_set_idle
+0x7bd4 usb_clear_remote_wakeup_set0
+0x7bd8 usb_set_report
+0x7be7 usb_set_report_resume_judge
+0x7bf5 usb_set_protocol_req
+0x7bfb usb_set_boot_protocol
+0x7bfe usb_set_report_protocol
+0x7c02 usb0_respond_length
+0x7c04 usb0_respond
+0x7c09 usb0_respond_nostr
+0x7c0c usb_no_respond_data
+0x7c0e usb0_tx
+0x7c1c usb0_tx_short
+0x7c20 usb0_tx_info
+0x7c32 usb0_tx_nostr
+0x7c34 usb0_tx0
+0x7c39 usb0_tx1
+0x7c46 usb_tx_ep1
+0x7c49 usb_tx_buf
+0x7c4b usb_tx_loop
+0x7c4e usb_trig
+0x7c52 usb_tx_ep2
+0x7c56 usb_tx
+0x7c62 usb_tx_data_ep1
+0x7c6d usb_tx_data_ep2
+0x7c7a usb_tx_fifo_release
+0x7c7d usb_tx_ms_data
+0x7c85 usb_tx_ms_data_mac_boot_mode
+0x7c86 usb_tx_ms_data_mac_boot_regroup
+0x7c94 usb_tx_ms_data_normal_mode
+0x7c95 usb_tx_mac_boot_ms_regroup_r_or_lrkey
+0x7c98 usb_tx_kb_multikey_data
+0x7c9c usb_tx_kb_normal_data
+0x7ca0 usb_tx_kb_systemkey_data
+0x7ca4 usb_inwake_state_tx_dispose
+0x7ca7 usb_mac_wakeup_trig
+0x7cac usb_mac_wakeup_judge
+0x7cb0 usb_mac_wakeup
+0x7cb4 usb_windows_wakeup
+0x7cb7 usb_wakeup
+0x7cbd right_shift_n
+0x7cbf right_shift_n_loop
+0x7cc2 left_shift_n
+0x7cc5 left_shift_n_loop
+0x7cc8 push_stack
+0x7cd0 push_stack_rega_b_c
+0x7cd4 pop_stack
+0x7cde pop_stack_rega_b_c
+0x7ce2 get_contw
+0x7ce5 get_contr
+0x7ce8 store_contw
+0x7ceb store_contr
+0x7cee save_cont_pointers
+0x7cf3 load_cont_pointers
+0x7cf8 get_diff
+0x7cfe memcpy96
+0x7cff memcpy64
+0x7d01 memcpy20
+0x7d02 memcpy12
+0x7d03 memcpy4
+0x7d06 memcpy8
+0x7d09 memcpy48
+0x7d0a memcpy32
+0x7d0b memcpy24
+0x7d0c memcpy16
+0x7d0e delay
+0x7d12 delay_10ms
+0x7d13 delay_ms_wait
+0x7d16 bn_zero
+0x7d17 memset0
+0x7d18 memset8
+0x7d1b memset0_16
+0x7d1c memset0_8
+0x7d1f memset0_4
+0x7d22 clear_mem_256
+0x7d24 clear_mem_512
+0x7d26 clear_mem
+0x7d29 clear_mem_loop
+0x7d2c clear_temp_block
+0x7d2f xor_loop
+0x7d37 inverse_data
+0x7d3e inverse_loop
+0x7d46 le2be_6byte
+0x7d46 inverse_data_6byte
+0x7d4c le2be_4byte
+0x7d4c inverse_data_4byte
+0x7d52 memcpy_fast
+0x7d54 memcpy_fast_loop
+0x7d59 memcpy_fast_loop_four
+0x7d5f memcpy
+0x7d61 memcpy_loop
+0x7d65 timer_stop
+0x7d66 timer_init
+0x7d6f timer_check_timeout
+0x7d73 timer_reinit
+0x7d74 timer_check
+0x7d7f timer_loop
+0x7d83 timer_counting
+0x7d8a clk_add
+0x7d95 clk_diff_rt
+0x7d97 clk_diff
+0x7d9c clk_diff_pos
+0x7da4 clk2rt
+0x7daa clk2lpo
+0x7db1 clk2bt
+0x7db8 string2dec_from_uart
+0x7db9 string2dec_from_uart_done
+0x7dc4 uchar2dialog
+0x7dcd uchar2dialog_number
+0x7dd0 uchar2dialog_a2f
+0x7dd3 pn9
+0x7dd6 pn9_loop
+0x7de6 calc_average
+0x7de8 calc_average_loop
+0x7dec get_div_result
+0x7def wait_div_end
+0x7df1 compare_loop
+0x7df1 string_compare
+0x7dfa ceiling
+0x7dfe swap
+0x7e02 clean_mem
+0x7e05 callback_func
+0x7e07 wait_uarttx
+0x7e0a ice_break
+0x7e0c ice_setbp
+0x7e11 ice_setbp2
+0x7e16 ice_set_write_bp
+0x7e19 test_no_white
+0x7e1d test_enable_white
+0x7e21 check_uart_tx_buff
+0x7e23 pdata_sub_temp
+0x7e25 fifo_in
+0x7e2b fifo_in_push
+0x7e31 fifo_out
+0x7e35 fifo_out_loop
+0x7e3a fifo_out_end
+0x7e3d fifo_is_empty
+0x7e3f fifo_is_full
+0x7e41 fifo_is_near_full
+0x7e43 fifo_content_count
+0x7e44 fifo_content_count_loop
+0x7e4a not_greater_than
+0x7e4c copy_temp2pdata
+0x7e4e disable_positive
+0x7e50 enable_positive
+0x7e50 disable_zero
+0x7e52 enable_zero
+0x7e54 enable_user
+0x7e56 disable_user
+0x7e58 enable_user2
+0x7e5a disable_user2
+0x7e5c enable_user7
+0x7e5e disable_blank
+0x7e60 enable_blank
+0x7e60 set_pdata_0
+0x7e62 cal_sum
+0x7e64 cal_sum_loop
+0x7e68 reverse_byte
+0x7e6e reverse_loop
+0x7e73 calc_k12
+0x7e74 calc_k
+0x7e78 rxcal_k1_loop
+0x7e88 complex_mult16to8
+0x7e8f complex_not_conj
+0x7e9f complex_mult32to32
+0x7eb0 lshift14
+0x7eb1 rshift2
+0x7eb3 lshift6
+0x7eb5 calc_vok
+0x7eb6 rshift7
+0x7eb9 signed_ext16by8
+0x7ebc abs32
+0x7ec3 sqrt
+0x7ec8 sqrt_loop
+0x7ece sqrt_less
+0x7ed1 sqrt_greater
+0x7ed4 signed_div
+0x7ed8 signed_div_unsigna
+0x7edc signed_div_unsignb
+0x7ee1 rx_iq_comp
+0x7ee7 calc_k1
+0x7eea calc_k2
+0x7eec calc_absk12_sqr
+0x7efb calc_g
+0x7f0a calc_a
+0x7f17 calc_c22
+0x7f26 tx_iq_precomp
+0x7f2c calc_vok1
+0x7f30 calc_sumvok
+0x7f37 calc_ad_bc
+0x7f3e calc_omega
+0x7f4d calc_b1
+0x7f58 calc_b2
+0x7f63 tx_iq_cal
+0x7f67 tx_iq_cal_loop
+0x7f72 calc_tx_c22
+0x7f83 calc_mk1
+0x7f86 calc_d
+0x7f89 calc_c
+0x7f92 calc_est1
+0x7f98 calc_est2
+0x7f9e calc_u1
+0x7fa4 calc_u2
+0x7faa calc_qest
+0x7fb6 calc_q
+0x7fc5 mults_rshift7
+0x7fc8 theta_mul
+0x7fca theta_mul_loop0
+0x7fcc theta_mul_loop1
+0x7fdc clear_wake
+
+
+
+format
+  ! 15 romdat
+  % d0
+  % d1
+  % d2
+  % d3
+  [8] d0
+  [8] d1
+  [8] d2
+  [8] d3
+end
+
+format
+  ! 15 enable   
+  % flag
+  [5] opcode
+  [6] 1
+  [6] flag
+  [6] null
+  [9] 0
+end
+ 
+format
+  ! 15 pulse   
+  % flag
+  [5] opcode
+  [6] 1
+  [6] flag
+  [6] null
+  [9] 0
+end
+
+format
+  ! 15 disable   
+  % flag
+  [5] opcode
+  [6] 2
+  [6] flag
+  [6] null
+  [9] 0
+end
+
+format
+  ! 15 set0  
+  % immediate
+  % reg
+  [5] opcode
+  [6] 9
+  [6] never
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 set1  
+  % immediate
+  % reg
+  [5] opcode
+  [6] 9          
+  [6] always
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 setflag  
+  % flag
+  % immediate
+  % reg
+  [5] opcode
+  [6] 9
+  [6] flag
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 nsetflag  
+  % flag
+  % immediate
+  % reg
+  [5] opcode
+  [6] 0x29
+  [6] flag
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 setflip    
+  % immediate
+  % reg
+  [5] opcode
+  [6] 10            
+  [6] always
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 0x1f qset1      
+  % reg             
+  [5] opcode
+  [6] 9
+  [6] always
+  [6] reg
+  [9] 0
+end
+  
+format
+  ! 0x1f qset0      
+  % reg             
+  [5] opcode
+  [6] 9
+  [6] never
+  [6] reg
+  [9] 0
+end
+
+format 
+  ! 0x1f qsetflag   
+  % flag
+  % reg
+  [5] opcode
+  [6] 9
+  [6] flag
+  [6] reg
+  [9] 0
+end
+
+format 
+  ! 0x1f nqsetflag   
+  % flag
+  % reg
+  [5] opcode
+  [6] 0x29
+  [6] flag
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 0x1f qsetflip      
+  % reg
+  [5] opcode
+  [6] 10
+  [6] always
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 1 parse       
+  % source
+  % dest
+  % immediate
+  [5] opcode
+  [4] source      
+  [2] 0
+  [6] 0    
+  [2] 0            
+  [4] dest        
+  [9] immediate   
+end
+
+format
+  ! 1 inject      
+  % destination
+  % immediate
+  [5] opcode
+  [4] 0
+  [2] 0
+  [6] 1
+  [2] 0
+  [4] destination 
+  [9] immediate   
+end
+
+format
+  ! 1 iinject
+  % destination
+  % regr
+  [5] opcode
+  [6] regr       
+  [6] 3
+  [2] 0
+  [4] destination 
+  [9] 0 
+end
+
+format
+  ! 1 stuff  
+  % source
+  % destination
+  [5] opcode
+  [4] source
+  [2] 0
+  [6] 2
+  [2] 0
+  [4] destination
+  [9] 0
+end
+
+format    
+  ! 3 force
+  % immediate
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 0    
+  [6] regw  
+  [9] immediate
+end
+
+format    
+  ! 0x13 iforce
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 0    
+  [6] regw  
+  [9] 0
+end
+
+format    
+  ! 3 increase
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 1    
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 3 pincrease
+  % immediate
+  [5] opcode
+  [6] -1  
+  [6] 1   
+  [6] -1  
+  [9] immediate
+end
+
+format    
+  ! 3 and_into
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 2    
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 3 and
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 2    
+  [6] regw
+  [9] immediate
+end
+  
+format
+  ! 0x13 iand    
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 2    
+  [6] regw
+  [9] 0
+end
+  
+
+format    
+  ! 0x13 iand_into
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 2    
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 3 or_into
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 3    
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 3 or
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 3    
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 ior
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 3    
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 0x13 ior_into
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 3    
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 3 skip_to   
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 4   
+  [6] rom_addr
+  [9] 0
+end
+
+format
+  ! 3 copy
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 4   
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 deposit   
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 4   
+  [6] -1  
+  [9] 0
+end
+
+format
+  ! 3 icopy     
+  % regw
+  [5] opcode
+  [6] -1  
+  [6]  4  
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 add
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 1
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 iadd       
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 1
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 sub          
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 12
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 isub       
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 12
+  [6] regw
+  [9] 0
+end
+
+
+format
+  ! 3 flip
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 5
+  [6] reg
+  [9] immediate
+end
+  
+format
+  ! 0x13 iflip  
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 5
+  [6] regw
+  [9] 0
+end
+  
+format
+  ! 3 xor
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 5
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 3 xor_into
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 5
+  [6] reg
+  [9] immediate
+end
+  
+format
+  ! 0x13 ixor  
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 5
+  [6] regw
+  [9] 0
+end
+  
+format
+  ! 3 invert
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 8
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 pinvert    
+  [5] opcode
+  [6] -1
+  [6] 8
+  [6] -1
+  [9] 0
+end
+
+format
+  ! 3 div                 
+  % reg
+  % immediate
+  [5] opcode
+  [6] reg
+  [6] 13                   
+  [6] null
+  [9] immediate
+end
+
+format
+  ! 0x13 idiv           
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 13                   
+  [6] null
+  [9] 0
+end
+
+format
+  ! 0x13 idiv48           
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 17                   
+  [6] null
+  [9] 0
+end
+
+format
+  ! 3 remainder            
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 14
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 quotient             
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 15
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 6
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift2
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 22
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift3
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 18
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift4
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 35
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift8
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 25
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift16
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 34
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift32
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 30
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 7
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift2
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 23
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift8
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 26
+  [6] regw
+  [9] 0
+end
+
+  
+format
+  ! 3 lshift3
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 19
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift4
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 36
+  [6] regw
+  [9] 0
+end
+  
+
+format
+  ! 3 lshift16
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 32
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 random               
+  % reg
+  [5] opcode
+  [6] 0
+  [6] 20
+  [6] reg
+  [9] 0
+end
+
+format                     
+  ! 3 reverse
+  % reg
+  % regw
+  [5] opcode
+  [6] reg
+  [6] 27
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 priority    
+  % reg
+  % regw
+  [5] opcode
+  [6] reg
+  [6] 21
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 7 setsect   
+  % section    
+  % set_data
+  [5] opcode
+  [7] 0
+  [2] section
+  [18] set_data
+end
+
+format
+  ! 10 preload   
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 0
+  [6] -1
+  [9] 0
+end
+
+format  
+  ! 10 ialigned   
+  % regw
+  [5] opcode
+  [6] -1
+  [6] 0
+  [6] regw
+  [9] 0
+end
+
+format  
+  ! 10 aligned
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 0
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 4 branch
+  % addr
+  % flag
+  [5] opcode
+  [6] 1
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 call
+  % addr
+  % flag
+  [5] opcode
+  [6] 2
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 rtn
+  % flag
+  [5] opcode
+  [6] 3
+  [6] flag
+  [15] 0
+end
+
+format
+  ! 0x0d fetch          
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 63
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x0d fetcht          
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 2
+  [1] addr
+  [1] 1
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x1d ifetch         
+  % num_bytes
+  % reg
+  [5] opcode
+  [6] 63
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] reg
+end
+
+format
+  ! 0x1d ifetcht         
+  % num_bytes
+  % reg
+  [5] opcode
+  [6] 2
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] reg
+end
+
+format
+  ! 0x0c store          
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 63
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x0c storet          
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 2
+  [1] addr
+  [1] 1
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x1c istore        
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] 63            
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+format
+  ! 0x1c istoret        
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] 2            
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+format
+  ! 0x0d crc         // read from memory, count from loopcnt, put crc result into pdata 
+  % addr
+  [5] opcode
+  [6] 63
+  [6] 0
+  [15] addr
+end
+
+format
+  ! 0x1d icrc         
+  % reg
+  [5] opcode
+  [6] 63
+  [15] 0
+  [6] reg
+end
+
+
+format
+  ! 0x0c storer          
+  % reg
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] reg               
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+
+format
+  ! 0x1c istorer        
+  % regr
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] regr            
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+
+format
+  ! 0x0d fetchr          
+  % reg
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] reg               
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x1d ifetchr        
+  % regr
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] regr
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+
+
+
+format
+  ! 0x0e jam
+  % immediate
+  % addr
+  [5] opcode
+  [3] 0
+  [16] addr
+  [8] immediate
+end
+
+format			
+  ! 4 nbranch
+  % addr
+  % flag
+  [5] opcode
+  [1] 1
+  [5] 1
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 ncall
+  % addr
+  % flag
+  [5] opcode
+  [1] 1
+  [5] 2
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 nrtn
+  % flag
+  [5] opcode
+  [1] 1
+  [5] 3
+  [6] flag
+  [15] 0
+end
+
+format
+  ! 4 nop
+  % addr  
+  [5] opcode
+  [6] 0     
+  [6] 0      
+  [15] addr
+end
+
+format
+  ! 4 clear_stack
+  [5] opcode
+  [6] 4
+  [6] 0    
+  [15] 0
+end
+
+format
+  ! 6 until
+  % reg
+  % flag
+  [5] opcode
+  [6] reg
+  [6] flag
+  [6] 1
+  [9] 0
+end
+  
+format
+  ! 6 correlate   
+  % reg          
+  % flag
+  [5] opcode
+  [6] reg
+  [6] flag
+  [6] 2           
+  [9] 0           
+end
+
+format
+  ! 5 compare   
+  % immediate
+  % reg
+  % mask
+  [5] opcode
+  [6] reg
+  [3] 0
+  [9] mask
+  [9] immediate
+end
+
+format
+  ! 0x15 icompare   
+  % mask
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 0
+  [9] mask
+  [9] 0
+end
+
+format   
+  ! 5 iverify
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 2
+  [18] 0
+end
+
+format
+  ! 0x15 qisolate1
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [18] -1
+end
+
+format
+  ! 0x15 qisolate0
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [18] 0
+end
+
+	
+format
+  ! 5 isolate1
+  % addr
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [9] -1
+  [9] addr
+end
+
+format
+  ! 5 isolate0
+  % addr
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [9] 0
+  [9] addr
+end
+
+format
+  ! 11 setarg
+  % immediate
+  [5] opcode
+  [27] immediate
+end
+
+format
+  ! 0x1b arg
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [21] immediate
+end
+
+  
+format
+  ! 0 sleep
+  [5] opcode
+  [27] 0
+end
+
+format
+  ! 0 snooze
+  [5] opcode
+  [6] -1
+  [21] 0
+end
+
+format
+  ! 0 revision
+  % rev_num
+  [5] opcode
+  [27] rev_num
+end
+
+format
+  ! 0x18 loop   
+  % addr
+  [5] opcode
+  [4] 4
+  [8] 0
+  [15] addr
+end
+
+format
+  ! 0x18 beq   
+  % imme
+  % addr
+  [5] opcode
+  [4] 0
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bne   
+  % imme
+  % addr
+  [5] opcode
+  [4] 1
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 rtneq   
+  % imme
+  [5] opcode
+  [4] 2
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 rtnne   
+  % imme
+  [5] opcode
+  [4] 3
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 bbit1   
+  % imme
+  % addr
+  [5] opcode
+  [4] 5
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bbit0   
+  % imme
+  % addr
+  [5] opcode
+  [4] 6
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 rtnbit1   
+  % imme
+  [5] opcode
+  [4] 7
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 rtnbit0   
+  % imme
+  [5] opcode
+  [4] 8
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 8	bpatch
+  % imme
+  % addr
+  [5] opcode
+  [4] 9
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 8	bpatchx
+  % imme
+  % addr
+  [5] opcode
+  [4] 14
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bmark1   
+  % imme
+  % addr
+  [5] opcode
+  [4] 10
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bmark0   
+  % imme
+  % addr
+  [5] opcode
+  [4] 11
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 rtnmark1   
+  % imme
+  [5] opcode
+  [4] 12
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 rtnmark0   
+  % imme
+  [5] opcode
+  [4] 13
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 3 mul32                   
+  % regr
+  % immediate                                  
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 31           
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 imul32             
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 31                   
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 0x13 imults             
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 16
+  [6] regw
+  [9] 0
+end
+
+
+format
+  ! 3 byteswap
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 33
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 shasx          
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 28
+  [6] regw
+  [9] immediate
+end
+
+
+format
+  ! 0x13 regexrot 	
+  [5] opcode
+  [6] 0
+  [6] 29
+  [6] null
+  [9] 0
+end
+
Index: output/bt_program23.icode
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/bt_program23.icode	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/bt_program23.icode	(working copy)
@@ -0,0 +1,5157 @@
+ 00000000  0x0000001a bbit1  0x00000008 , 0x00000021 
+ 00000001  0x0000001b beq  0x00000000 , 0x00000031 
+ 00000002  0x0000001c beq  0x00000003 , 0x0000005d 
+ 00000003  0x0000001d beq  0x00000082 , 0x00000122 
+ 00000004  0x0000001e beq  0x00000083 , 0x00000070 
+ 00000005  0x0000001f beq  0x00000084 , 0x00000077 
+ 00000006  0x00000020 beq  0x0000008a , 0x0000009d 
+ 00000007  0x00000021 beq  0x0000008b , 0x00000115 
+ 00000008  0x00000022 beq  0x0000008c , 0x00000085 
+ 00000009  0x00000023 beq  0x0000009f , 0x00000129 
+ 00000010  0x00000024 beq  0x000000ae , 0x0000012b 
+ 00000011  0x00000025 beq  0x000000c3 , 0x0000032f 
+ 00000012  0x00000026 beq  0x000000c4 , 0x00000036 
+ 00000013  0x00000027 beq  0x000000c7 , 0x0000023f 
+ 00000014  0x00000028 beq  0x000000c9 , 0x00000245 
+ 00000015  0x00000029 beq  0x000000ca , 0x00000278 
+ 00000016  0x0000002a beq  0x000000cc , 0x000000c3 
+ 00000017  0x0000002b beq  0x000000ce , 0x00000519 
+ 00000018  0x0000002c beq  0x000000cf , 0x000005ee 
+ 00000019  0x0000002d beq  0x000000d0 , 0x0000033f 
+ 00000020  0x0000002e beq  0x000000d1 , 0x00000555 
+ 00000021  0x0000002f beq  0x000000d3 , 0x00000356 
+ 00000022  0x00000030 beq  0x000000d4 , 0x0000053d 
+ 00000023  0x00000031 beq  0x000000d6 , 0x0000029b 
+ 00000024  0x00000032 beq  0x000000d9 , 0x00000384 
+ 00000025  0x00000033 beq  0x000000da , 0x000004a3 
+ 00000026  0x00000034 beq  0x000000db , 0x000004ad 
+ 00000027  0x00000035 beq  0x000000de , 0x0000058d 
+ 00000028  0x00000036 beq  0x000000df , 0x00000050 
+ 00000029  0x00000037 beq  0x000000e1 , 0x00000048 
+ 00000030  0x00000038 beq  0x000000e2 , 0x00000044 
+ 00000031  0x00000039 beq  0x000000e8 , 0x000004b4 
+ 00000032  0x0000003a branch  0x0000137c 
+ 00000033  0x0000003d beq  0x0000001a , 0x000004c8 
+ 00000034  0x0000003e beq  0x00000020 , 0x00000042 
+ 00000035  0x0000003f beq  0x00000033 , 0x000000a3 
+ 00000036  0x00000040 beq  0x00000034 , 0x000000a8 
+ 00000037  0x00000041 beq  0x00000087 , 0x000004b0 
+ 00000038  0x00000042 beq  0x000000a1 , 0x000004d2 
+ 00000039  0x00000043 beq  0x000000a3 , 0x000004dc 
+ 00000040  0x00000044 beq  0x000000b5 , 0x000004de 
+ 00000041  0x00000045 beq  0x000000c0 , 0x000004e8 
+ 00000042  0x00000046 beq  0x000000dd , 0x0000032b 
+ 00000043  0x00000047 beq  0x000000e2 , 0x000002f7 
+ 00000044  0x00000048 beq  0x000000e9 , 0x000002ff 
+ 00000045  0x00000049 beq  0x000000ea , 0x000001e7 
+ 00000046  0x0000004a beq  0x000000ec , 0x0000050e 
+ 00000047  0x0000004b beq  0x000000ed , 0x0000061e 
+ 00000048  0x0000004c branch  0x0000137c 
+ 00000049  0x00000050 clear_stack 
+ 00000050  0x00000051 call  0x000030f3 
+ 00000051  0x00000052 ncall  0x0000004c , 0x0000002b 
+ 00000052  0x00000053 call  0x00003bfd 
+ 00000053  0x00000054 branch  0x00000804 
+ 00000054  0x00000057 call  0x000003d8 
+ 00000055  0x00000058 arg  0x00004939 , 0x00000011 
+ 00000056  0x00000059 fetch  0x00000001 , 0x00004938 
+ 00000057  0x0000005a increase  0xffffffff , 0x0000003f 
+ 00000058  0x0000005b mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00000059  0x0000005c iadd  0x00000011 , 0x00000011 
+ 00000060  0x0000005d ifetch  0x00000001 , 0x00000011 
+ 00000061  0x0000005e store  0x00000001 , 0x00004482 
+ 00000062  0x00000060 fetch  0x00000001 , 0x00004482 
+ 00000063  0x00000061 beq  0x00000033 , 0x00003d6f 
+ 00000064  0x00000062 beq  0x00000034 , 0x00003d7b 
+ 00000065  0x00000063 branch  0x000042eb 
+ 00000066  0x00000066 fetch  0x00000001 , 0x0000491f 
+ 00000067  0x00000067 branch  0x00005af8 
+ 00000068  0x0000006a copy  0x00000002 , 0x0000003f 
+ 00000069  0x0000006b rtneq  0x000000ff 
+ 00000070  0x0000006c copy  0x0000003f , 0x00000002 
+ 00000071  0x0000006d branch  0x00004930 
+ 00000072  0x00000070 copy  0x00000002 , 0x0000003f 
+ 00000073  0x00000071 rtneq  0x000000ff 
+ 00000074  0x00000072 copy  0x0000003f , 0x00000002 
+ 00000075  0x00000073 branch  0x0000492c 
+ 00000076  0x00000076 fetch  0x00000001 , 0x00004baf 
+ 00000077  0x00000077 nrtn  0x00000034 
+ 00000078  0x00000078 jam  0x00000000 , 0x0000448c 
+ 00000079  0x00000079 rtn 
+ 00000080  0x0000007d fetch  0x00000001 , 0x00004bb4 
+ 00000081  0x0000007e rtneq  0x00000001 
+ 00000082  0x0000007f call  0x000046c2 
+ 00000083  0x00000080 storet  0x00000001 , 0x00004938 
+ 00000084  0x00000081 call  0x000003f8 
+ 00000085  0x00000082 call  0x0000010b 
+ 00000086  0x00000084 jam  0x00000000 , 0x000041ca 
+ 00000087  0x00000085 call  0x000046da 
+ 00000088  0x00000086 call  0x0000005a 
+ 00000089  0x00000087 branch  0x000046bd 
+ 00000090  0x0000008a fetch  0x00000002 , 0x0000478c 
+ 00000091  0x0000008b rtnbit1  0x00000007 
+ 00000092  0x0000008c branch  0x00004318 
+ 00000093  0x0000008f call  0x0000706c 
+ 00000094  0x00000090 call  0x00007597 
+ 00000095  0x00000091 call  0x00006ea7 
+ 00000096  0x00000092 call  0x00001b92 
+ 00000097  0x00000093 call  0x0000083a 
+ 00000098  0x00000094 call  0x00000064 
+ 00000099  0x00000095 branch  0x0000081a 
+ 00000100  0x00000098 call  0x00000066 
+ 00000101  0x00000099 branch  0x00003109 
+ 00000102  0x0000009c call  0x00000068 
+ 00000103  0x0000009d branch  0x00007850 
+ 00000104  0x000000a0 fetch  0x00000001 , 0x0000448c 
+ 00000105  0x000000a1 rtn  0x00000034 
+ 00000106  0x000000a2 fetch  0x00000002 , 0x0000448d 
+ 00000107  0x000000a3 copy  0x0000003f , 0x00000012 
+ 00000108  0x000000a4 add  0x00000012 , 0x00000002 , 0x00000012 
+ 00000109  0x000000a5 ifetch  0x00000001 , 0x00000012 
+ 00000110  0x000000a6 rtneq  0x000000ff 
+ 00000111  0x000000a7 branch  0x00007813 
+ 00000112  0x000000ab jam  0x00000005 , 0x00008900 
+ 00000113  0x000000ac nop  0x00000002 
+ 00000114  0x000000ad jam  0x00000000 , 0x00008900 
+ 00000115  0x000000ae fetch  0x00000001 , 0x000040c5 
+ 00000116  0x000000af beq  0x00000018 , 0x00001168 
+ 00000117  0x000000b1 jam  0x00000029 , 0x00008a87 
+ 00000118  0x000000b2 branch  0x0000117d 
+ 00000119  0x000000b5 call  0x00001190 
+ 00000120  0x000000b6 setarg  0x00007676 
+ 00000121  0x000000b7 store  0x00000002 , 0x00008968 
+ 00000122  0x000000b8 rtn 
+ 00000123  0x000000bb rtnmark0  0x00000026 
+ 00000124  0x000000bc fetch  0x00000004 , 0x00004891 
+ 00000125  0x000000bd fetcht  0x00000004 , 0x0000488d 
+ 00000126  0x000000be isub  0x00000002 , 0x0000003e 
+ 00000127  0x000000bf branch  0x00000082 , 0x00000005 
+ 00000128  0x000000c1 jam  0x000000ff , 0x000041ea 
+ 00000129  0x000000c2 rtn 
+ 00000130  0x000000c5 jam  0x00000000 , 0x000041ea 
+ 00000131  0x000000c6 jam  0x00000091 , 0x000041e8 
+ 00000132  0x000000c7 rtn 
+ 00000133  0x000000cb fetch  0x00000001 , 0x000089a2 
+ 00000134  0x000000cc isolate1  0x00000006 , 0x0000003f 
+ 00000135  0x000000cd setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00000136  0x000000ce store  0x00000001 , 0x000041e9 
+ 00000137  0x000000d0 fetch  0x00000001 , 0x000089a3 
+ 00000138  0x000000d1 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00000139  0x000000d2 lshift  0x00000002 , 0x00000002 
+ 00000140  0x000000d3 rshift4  0x0000003f , 0x0000003f 
+ 00000141  0x000000d4 iadd  0x00000002 , 0x00000002 
+ 00000142  0x000000d5 mul32  0x00000002 , 0x00000003 , 0x00000011 
+ 00000143  0x000000d7 fetch  0x00000001 , 0x000041e9 
+ 00000144  0x000000d8 call  0x0000009a 
+ 00000145  0x000000d9 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00000146  0x000000da iadd  0x00000011 , 0x0000003f 
+ 00000147  0x000000db increase  0xfffffff7 , 0x0000003f 
+ 00000148  0x000000dc and  0x0000003f , 0x000001ff , 0x0000003f 
+ 00000149  0x000000dd isolate1  0x00000008 , 0x0000003f 
+ 00000150  0x000000de nbranch  0x00000098 , 0x00000001 
+ 00000151  0x000000df setarg  0x00000000 
+ 00000152  0x000000e1 store  0x00000001 , 0x00000019 
+ 00000153  0x000000e2 rtn 
+ 00000154  0x000000e4 isolate1  0x00000007 , 0x0000003f 
+ 00000155  0x000000e5 nrtn  0x00000001 
+ 00000156  0x000000e6 branch  0x000042d4 
+ 00000157  0x000000e9 fetch  0x00000001 , 0x000041e8 
+ 00000158  0x000000ea beq  0x00000091 , 0x000000a0 
+ 00000159  0x000000eb branch  0x0000121e 
+ 00000160  0x000000ee jam  0x0000005b , 0x00008a39 
+ 00000161  0x000000ef jam  0x00000001 , 0x00008a3a 
+ 00000162  0x000000f0 branch  0x0000122a 
+ 00000163  0x000000f4 arg  0x0000099e , 0x00000011 
+ 00000164  0x000000f5 arg  0x0000000c , 0x00000002 
+ 00000165  0x000000f6 setarg  0x00000030 
+ 00000166  0x000000f7 call  0x00005e63 
+ 00000167  0x000000f8 branch  0x000060bf 
+ 00000168  0x000000fb fetchr  0x00000012 , 0x00000001 , 0x00008a12 
+ 00000169  0x000000fc jam  0x0000003d , 0x00008a12 
+ 00000170  0x000000fd jam  0x000000aa , 0x00008a11 
+ 00000171  0x000000fe jam  0x0000000c , 0x00008a0a 
+ 00000172  0x000000ff fetch  0x00000001 , 0x00008a09 
+ 00000173  0x00000100 set1  0x00000007 , 0x0000003f 
+ 00000174  0x00000101 store  0x00000001 , 0x00008a09 
+ 00000175  0x00000102 jam  0x00000004 , 0x00008a0b 
+ 00000176  0x00000103 nop  0x0000003c 
+ 00000177  0x00000104 jam  0x00000000 , 0x00008a16 
+ 00000178  0x00000105 jam  0x00000006 , 0x00008a17 
+ 00000179  0x00000106 call  0x0000611a 
+ 00000180  0x00000107 store  0x00000001 , 0x00008a97 
+ 00000181  0x00000109 jam  0x00000003 , 0x000080dc 
+ 00000182  0x0000010a nop  0x0000003c 
+ 00000183  0x0000010b fetch  0x00000001 , 0x00008053 
+ 00000184  0x0000010c set1  0x00000007 , 0x0000003f 
+ 00000185  0x0000010d store  0x00000001 , 0x00008053 
+ 00000186  0x0000010e nop  0x000003e8 
+ 00000187  0x0000010f fetch  0x00000002 , 0x00008150 
+ 00000188  0x00000110 store  0x00000002 , 0x000044a2 
+ 00000189  0x00000111 fetch  0x00000001 , 0x00008053 
+ 00000190  0x00000112 set0  0x00000007 , 0x0000003f 
+ 00000191  0x00000113 store  0x00000001 , 0x00008053 
+ 00000192  0x00000114 jam  0x00000000 , 0x00008a97 
+ 00000193  0x00000116 storer  0x00000012 , 0x00000001 , 0x00008a12 
+ 00000194  0x00000117 rtn 
+ 00000195  0x0000011a call  0x000000a8 
+ 00000196  0x0000011b jam  0x00000000 , 0x000048f6 
+ 00000197  0x0000011c call  0x00006125 
+ 00000198  0x0000011d store  0x00000002 , 0x000048e9 
+ 00000199  0x0000011e fetch  0x00000001 , 0x000044a0 
+ 00000200  0x0000011f bne  0x00000002 , 0x000000cf 
+ 00000201  0x00000120 fetcht  0x00000002 , 0x000048e9 
+ 00000202  0x00000121 mul32  0x00000002 , 0x00000008 , 0x0000003f 
+ 00000203  0x00000122 div  0x0000003f , 0x0000000a 
+ 00000204  0x00000123 call  0x00007dec 
+ 00000205  0x00000124 iadd  0x00000002 , 0x0000003f 
+ 00000206  0x00000125 store  0x00000002 , 0x000048e9 
+ 00000207  0x00000127 arg  0x000048e3 , 0x00000011 
+ 00000208  0x00000128 call  0x00003ed8 
+ 00000209  0x00000129 fetch  0x00000001 , 0x000044a4 
+ 00000210  0x0000012a bbit1  0x00000002 , 0x00003f1a 
+ 00000211  0x0000012b bbit1  0x00000001 , 0x000000d6 
+ 00000212  0x0000012c bbit0  0x00000000 , 0x000000d9 
+ 00000213  0x0000012d branch  0x00003ecc 
+ 00000214  0x00000130 fetch  0x00000001 , 0x00004c40 
+ 00000215  0x00000131 bbit0  0x00000000 , 0x00003f1c 
+ 00000216  0x00000132 branch  0x0000023f 
+ 00000217  0x00000135 fetch  0x00000001 , 0x00004c40 
+ 00000218  0x00000136 bbit0  0x00000000 , 0x00003ed0 
+ 00000219  0x00000137 arg  0x00000004 , 0x00000007 
+ 00000220  0x00000138 call  0x000046f4 
+ 00000221  0x00000139 jam  0x0000000c , 0x00004c4f 
+ 00000222  0x0000013a fetch  0x00000001 , 0x000048fa 
+ 00000223  0x0000013b rtn  0x00000034 
+ 00000224  0x0000013c jam  0x00000000 , 0x000048fa 
+ 00000225  0x0000013d branch  0x00000108 
+ 00000226  0x00000143 disable  0x00000028 
+ 00000227  0x00000144 fetch  0x00000001 , 0x00004c44 
+ 00000228  0x00000145 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00000229  0x00000146 nrtn  0x00000005 
+ 00000230  0x00000148 branch  0x00007e54 
+ 00000231  0x0000014b fetch  0x00000001 , 0x00004c40 
+ 00000232  0x0000014c bbit0  0x00000000 , 0x00004956 
+ 00000233  0x0000014e rtnbit0  0x00000003 
+ 00000234  0x0000014f fetch  0x00000002 , 0x00004ac2 
+ 00000235  0x00000150 nrtn  0x00000034 
+ 00000236  0x00000151 fetch  0x00000002 , 0x00004883 
+ 00000237  0x00000152 nrtn  0x00000034 
+ 00000238  0x00000153 fetch  0x00000002 , 0x00004887 
+ 00000239  0x00000154 nrtn  0x00000034 
+ 00000240  0x00000155 fetch  0x00000001 , 0x00004c47 
+ 00000241  0x00000156 nrtn  0x00000034 
+ 00000242  0x00000157 fetch  0x00000008 , 0x00004bab 
+ 00000243  0x00000158 rtnbit0  0x00000004 
+ 00000244  0x0000015a call  0x000000e2 
+ 00000245  0x0000015b rtn  0x00000028 
+ 00000246  0x0000015d fetch  0x00000001 , 0x00004c54 
+ 00000247  0x0000015e branch  0x00000111 , 0x00000034 
+ 00000248  0x00000160 fetcht  0x00000001 , 0x00004c4f 
+ 00000249  0x00000161 increase  0x00000001 , 0x00000002 
+ 00000250  0x00000162 storet  0x00000001 , 0x00004c4f 
+ 00000251  0x00000163 fetch  0x00000001 , 0x00004c4d 
+ 00000252  0x00000164 isub  0x00000002 , 0x0000003e 
+ 00000253  0x00000165 ncall  0x00000106 , 0x00000002 
+ 00000254  0x00000166 fetch  0x00000001 , 0x00004c4e 
+ 00000255  0x00000167 isub  0x00000002 , 0x0000003e 
+ 00000256  0x00000168 nbranch  0x00000108 , 0x00000002 
+ 00000257  0x0000016a fetch  0x00000001 , 0x00004c45 
+ 00000258  0x0000016b beq  0x00000001 , 0x00000415 
+ 00000259  0x0000016c beq  0x00000003 , 0x00000415 
+ 00000260  0x0000016e fetcht  0x00000001 , 0x00004c58 
+ 00000261  0x0000016f branch  0x00000421 
+ 00000262  0x00000172 jam  0x00000001 , 0x00004c4f 
+ 00000263  0x00000173 call  0x0000010d 
+ 00000264  0x00000175 fetch  0x00000001 , 0x00004c45 
+ 00000265  0x00000176 beq  0x00000001 , 0x00000427 
+ 00000266  0x00000177 beq  0x00000003 , 0x00000427 
+ 00000267  0x00000179 fetcht  0x00000001 , 0x00004c58 
+ 00000268  0x0000017a branch  0x0000043e 
+ 00000269  0x0000017d fetch  0x00000001 , 0x00004c54 
+ 00000270  0x0000017e increase  0xffffffff , 0x0000003f 
+ 00000271  0x0000017f store  0x00000001 , 0x00004c54 
+ 00000272  0x00000180 rtn 
+ 00000273  0x00000182 fetch  0x00000001 , 0x00004c40 
+ 00000274  0x00000183 bbit1  0x00000004 , 0x00000108 
+ 00000275  0x00000184 call  0x000003b7 
+ 00000276  0x00000185 branch  0x000000f8 
+ 00000277  0x0000018b jam  0x000000e6 , 0x00008a8b 
+ 00000278  0x0000018c call  0x0000126a 
+ 00000279  0x0000018d call  0x00001271 
+ 00000280  0x0000018e call  0x00001277 
+ 00000281  0x0000018f jam  0x00000009 , 0x00008a6d 
+ 00000282  0x00000190 jam  0x00000005 , 0x00008a03 
+ 00000283  0x00000191 jam  0x00000094 , 0x00008a7a 
+ 00000284  0x00000192 jam  0x0000000b , 0x00008a0e 
+ 00000285  0x00000193 jam  0x00000005 , 0x00008a0f 
+ 00000286  0x00000194 jam  0x00000090 , 0x00008a83 
+ 00000287  0x00000195 jam  0x00000000 , 0x00008a85 
+ 00000288  0x00000196 jam  0x00000040 , 0x00008921 
+ 00000289  0x00000197 branch  0x0000125d 
+ 00000290  0x0000019b fetch  0x00000001 , 0x000041ea 
+ 00000291  0x0000019c store  0x00000001 , 0x00000964 
+ 00000292  0x0000019d call  0x00001150 
+ 00000293  0x0000019e jam  0x00000000 , 0x00008a0a 
+ 00000294  0x0000019f fetch  0x00000001 , 0x00000964 
+ 00000295  0x000001a0 store  0x00000001 , 0x000041ea 
+ 00000296  0x000001a1 rtn 
+ 00000297  0x000001a4 jam  0x00000000 , 0x00000080 
+ 00000298  0x000001a5 branch  0x000013b7 
+ 00000299  0x000001a9 set0  0x00000034 , 0x00000000 
+ 00000300  0x000001aa call  0x00006df3 
+ 00000301  0x000001ab call  0x0000016d 
+ 00000302  0x000001ac call  0x000041a7 
+ 00000303  0x000001ad rtn  0x0000002b 
+ 00000304  0x000001af call  0x00000341 
+ 00000305  0x000001b0 call  0x00003d8a 
+ 00000306  0x000001b1 call  0x00004728 
+ 00000307  0x000001b2 call  0x00000195 
+ 00000308  0x000001b3 call  0x0000054c 
+ 00000309  0x000001b4 branch  0x00003bc9 
+ 00000310  0x000001b7 fetch  0x00000008 , 0x00004bab 
+ 00000311  0x000001b8 rtnbit0  0x0000003d 
+ 00000312  0x000001b9 fetch  0x00000001 , 0x00004c3b 
+ 00000313  0x000001ba bbit1  0x00000007 , 0x0000013c 
+ 00000314  0x000001bc jam  0x00000000 , 0x00004c3a 
+ 00000315  0x000001bd rtn 
+ 00000316  0x000001bf jam  0x00000001 , 0x00004c3a 
+ 00000317  0x000001c0 rtn 
+ 00000318  0x000001c4 fetch  0x00000008 , 0x00004c1f 
+ 00000319  0x000001c5 rtn  0x00000034 
+ 00000320  0x000001c6 fetch  0x00000001 , 0x00004c1e 
+ 00000321  0x000001c7 copy  0x0000003f , 0x00000011 
+ 00000322  0x000001c8 sub  0x0000003f , 0x0000000b , 0x0000003e 
+ 00000323  0x000001c9 nbranch  0x00000154 , 0x00000002 
+ 00000324  0x000001cb call  0x0000014d 
+ 00000325  0x000001cd arg  0x00004adb , 0x00000005 
+ 00000326  0x000001ce call  0x0000014a 
+ 00000327  0x000001d0 arg  0x0000440a , 0x00000005 
+ 00000328  0x000001d1 call  0x0000014a 
+ 00000329  0x000001d3 arg  0x000042f8 , 0x00000005 
+ 00000330  0x000001d5 arg  0x00004c1f , 0x00000006 
+ 00000331  0x000001d6 copy  0x00000011 , 0x00000039 
+ 00000332  0x000001d7 branch  0x00007d5f 
+ 00000333  0x000001da arg  0x00004adb , 0x00000005 
+ 00000334  0x000001db call  0x00000152 
+ 00000335  0x000001dd arg  0x0000440a , 0x00000005 
+ 00000336  0x000001de call  0x00000152 
+ 00000337  0x000001e0 arg  0x000042f8 , 0x00000005 
+ 00000338  0x000001e2 arg  0x0000000b , 0x00000039 
+ 00000339  0x000001e3 branch  0x00007d26 
+ 00000340  0x000001e6 call  0x0000016a 
+ 00000341  0x000001e7 fetch  0x00000001 , 0x00004c1e 
+ 00000342  0x000001e8 increase  0x00000001 , 0x0000003f 
+ 00000343  0x000001e9 store  0x00000001 , 0x00004ad2 
+ 00000344  0x000001ea jam  0x00000009 , 0x00004ad3 
+ 00000345  0x000001eb arg  0x00004c1f , 0x00000006 
+ 00000346  0x000001ec arg  0x00004ad4 , 0x00000005 
+ 00000347  0x000001ed copy  0x00000011 , 0x00000039 
+ 00000348  0x000001ee call  0x00007d5f 
+ 00000349  0x000001f0 fetch  0x00000001 , 0x00004c1e 
+ 00000350  0x000001f1 increase  0x00000001 , 0x0000003f 
+ 00000351  0x000001f2 store  0x00000001 , 0x00004408 
+ 00000352  0x000001f3 jam  0x00000009 , 0x00004409 
+ 00000353  0x000001f4 arg  0x00004c1f , 0x00000006 
+ 00000354  0x000001f5 arg  0x0000440a , 0x00000005 
+ 00000355  0x000001f6 copy  0x00000011 , 0x00000039 
+ 00000356  0x000001f7 call  0x00007d5f 
+ 00000357  0x000001f9 arg  0x00004c1e , 0x00000006 
+ 00000358  0x000001fa arg  0x000042f7 , 0x00000005 
+ 00000359  0x000001fb copy  0x00000011 , 0x00000039 
+ 00000360  0x000001fc increase  0x00000001 , 0x00000039 
+ 00000361  0x000001fd branch  0x00007d5f 
+ 00000362  0x00000200 arg  0x00004ad2 , 0x00000005 
+ 00000363  0x00000201 arg  0x00000014 , 0x00000039 
+ 00000364  0x00000202 branch  0x00007d26 
+ 00000365  0x00000205 rtn  0x0000002b 
+ 00000366  0x00000206 call  0x00002607 
+ 00000367  0x00000207 call  0x000022ff 
+ 00000368  0x00000208 call  0x00003f1e 
+ 00000369  0x00000209 call  0x000003ab 
+ 00000370  0x0000020a call  0x0000013e 
+ 00000371  0x0000020b call  0x00003d13 
+ 00000372  0x0000020c call  0x000003ae 
+ 00000373  0x0000020d call  0x00000136 
+ 00000374  0x0000020e call  0x0000018f 
+ 00000375  0x0000020f call  0x00001b16 
+ 00000376  0x00000210 call  0x00001b3f 
+ 00000377  0x00000211 call  0x00001b32 
+ 00000378  0x00000212 call  0x00001b1e 
+ 00000379  0x00000213 fetch  0x00000008 , 0x00004bab 
+ 00000380  0x00000214 bbit1  0x00000013 , 0x0000017f 
+ 00000381  0x00000215 bbit1  0x00000012 , 0x000045f6 
+ 00000382  0x00000216 rtn 
+ 00000383  0x00000219 call  0x00005da5 
+ 00000384  0x0000021a fetch  0x00000008 , 0x00004bab 
+ 00000385  0x0000021b isolate1  0x00000009 , 0x0000003f 
+ 00000386  0x0000021c ncall  0x00005dbf , 0x00000001 
+ 00000387  0x0000021d call  0x0000463b 
+ 00000388  0x0000021f fetch  0x00000002 , 0x00004990 
+ 00000389  0x00000220 arg  0x0000aa55 , 0x00000002 
+ 00000390  0x00000221 isub  0x00000002 , 0x0000003e 
+ 00000391  0x00000222 branch  0x000045e2 , 0x00000005 
+ 00000392  0x00000223 storet  0x00000002 , 0x00004990 
+ 00000393  0x00000224 call  0x000045e7 
+ 00000394  0x00000225 fetch  0x00000001 , 0x00004ab4 
+ 00000395  0x00000226 store  0x00000001 , 0x00004938 
+ 00000396  0x00000228 fetch  0x00000001 , 0x00004926 
+ 00000397  0x00000229 store  0x00000001 , 0x00004992 
+ 00000398  0x0000022a rtn 
+ 00000399  0x0000022f fetch  0x00000001 , 0x000041e8 
+ 00000400  0x00000230 store  0x00000001 , 0x00004c90 
+ 00000401  0x00000231 rtn 
+ 00000402  0x00000234 fetch  0x00000001 , 0x00004c90 
+ 00000403  0x00000235 store  0x00000001 , 0x000041e8 
+ 00000404  0x00000236 rtn 
+ 00000405  0x00000239 setarg  0x0000019a 
+ 00000406  0x0000023a store  0x00000002 , 0x0000489b 
+ 00000407  0x0000023b setarg  0x000001b9 
+ 00000408  0x0000023c store  0x00000002 , 0x0000489d 
+ 00000409  0x0000023d branch  0x00003bd3 
+ 00000410  0x00000240 rtnmark0  0x00000026 
+ 00000411  0x00000241 call  0x00003f70 
+ 00000412  0x00000242 nrtn  0x00000028 
+ 00000413  0x00000243 fetch  0x00000001 , 0x00004cc5 
+ 00000414  0x00000244 jam  0x00000000 , 0x00004cc5 
+ 00000415  0x00000245 ncall  0x000001b7 , 0x00000034 
+ 00000416  0x00000246 fetch  0x00000008 , 0x00004bab 
+ 00000417  0x00000247 bbit0  0x00000015 , 0x000001a4 
+ 00000418  0x00000248 fetch  0x00000001 , 0x00004b8b 
+ 00000419  0x00000249 nbranch  0x00004884 , 0x00000034 
+ 00000420  0x0000024b call  0x000042cb 
+ 00000421  0x0000024c fetch  0x00000001 , 0x00004836 
+ 00000422  0x0000024d bbit1  0x00000001 , 0x000001b3 
+ 00000423  0x0000024e fetcht  0x00000001 , 0x000047c7 
+ 00000424  0x0000024f fetch  0x00000001 , 0x000048d0 
+ 00000425  0x00000250 ior  0x00000002 , 0x0000003f 
+ 00000426  0x00000251 store  0x00000001 , 0x000048d0 
+ 00000427  0x00000252 fetcht  0x00000001 , 0x000047cc 
+ 00000428  0x00000253 fetch  0x00000001 , 0x000048d5 
+ 00000429  0x00000254 iadd  0x00000002 , 0x0000003f 
+ 00000430  0x00000255 store  0x00000001 , 0x000048d5 
+ 00000431  0x00000256 fetcht  0x00000001 , 0x000047cd 
+ 00000432  0x00000257 fetch  0x00000001 , 0x000048d6 
+ 00000433  0x00000258 iadd  0x00000002 , 0x0000003f 
+ 00000434  0x00000259 store  0x00000001 , 0x000048d6 
+ 00000435  0x0000025b jam  0x00000001 , 0x00004836 
+ 00000436  0x0000025c arg  0x00000007 , 0x00000011 
+ 00000437  0x0000025d arg  0x000048d0 , 0x00000012 
+ 00000438  0x00000260 branch  0x000026e1 
+ 00000439  0x00000263 call  0x00007fdc 
+ 00000440  0x00000264 branch  0x000015b1 
+ 00000441  0x00000267 fetch  0x00000008 , 0x00004bab 
+ 00000442  0x00000268 rtnbit0  0x00000016 
+ 00000443  0x00000269 fetch  0x00000001 , 0x00004aae 
+ 00000444  0x0000026a rtn  0x00000034 
+ 00000445  0x0000026b fetch  0x00000001 , 0x000048a7 
+ 00000446  0x0000026c rtn  0x00000034 
+ 00000447  0x0000026d fetch  0x00000001 , 0x00004ba1 
+ 00000448  0x0000026e increase  0x00000001 , 0x0000003f 
+ 00000449  0x0000026f and_into  0x00000003 , 0x0000003f 
+ 00000450  0x00000270 store  0x00000001 , 0x00004ba1 
+ 00000451  0x00000271 nrtn  0x00000034 
+ 00000452  0x00000272 jam  0x00000000 , 0x00004ba2 
+ 00000453  0x00000274 fetch  0x00000001 , 0x00004ba2 
+ 00000454  0x00000275 increase  0x00000001 , 0x0000003f 
+ 00000455  0x00000276 store  0x00000001 , 0x00004ba2 
+ 00000456  0x00000277 sub  0x0000003f , 0x00000008 , 0x0000003e 
+ 00000457  0x00000278 nbranch  0x000001cf , 0x00000002 
+ 00000458  0x00000279 call  0x0000259a 
+ 00000459  0x0000027a call  0x0000265b 
+ 00000460  0x0000027b nbranch  0x000001e5 , 0x00000018 
+ 00000461  0x0000027c nbranch  0x000001e5 , 0x0000002f 
+ 00000462  0x0000027d call  0x000001dc 
+ 00000463  0x0000027f call  0x00002597 
+ 00000464  0x00000280 fetch  0x00000001 , 0x00004ba3 
+ 00000465  0x00000281 increase  0x00000001 , 0x0000003f 
+ 00000466  0x00000282 store  0x00000001 , 0x00004ba3 
+ 00000467  0x00000283 rtnne  0x00000010 
+ 00000468  0x00000285 jam  0x00000000 , 0x00004ba3 
+ 00000469  0x00000286 fetch  0x00000001 , 0x00004ba4 
+ 00000470  0x00000287 rtnbit1  0x00000000 
+ 00000471  0x00000288 set1  0x00000000 , 0x0000003f 
+ 00000472  0x00000289 store  0x00000001 , 0x00004ba4 
+ 00000473  0x0000028a fetch  0x00000002 , 0x00004bbc 
+ 00000474  0x0000028b store  0x00000002 , 0x00004ab2 
+ 00000475  0x0000028c branch  0x0000054c 
+ 00000476  0x0000028f fetch  0x00000001 , 0x000048a7 
+ 00000477  0x00000290 branch  0x0000488c , 0x00000034 
+ 00000478  0x00000291 jam  0x00000000 , 0x00004ba3 
+ 00000479  0x00000292 fetch  0x00000001 , 0x00004ba4 
+ 00000480  0x00000293 rtnbit0  0x00000000 
+ 00000481  0x00000294 set0  0x00000000 , 0x0000003f 
+ 00000482  0x00000295 store  0x00000001 , 0x00004ba4 
+ 00000483  0x00000296 call  0x00004544 
+ 00000484  0x00000297 branch  0x00000358 
+ 00000485  0x0000029a call  0x000022cb 
+ 00000486  0x0000029b branch  0x000001c5 
+ 00000487  0x0000029e call  0x00002631 
+ 00000488  0x0000029f nbranch  0x00000280 , 0x00000028 
+ 00000489  0x000002a1 call  0x000001f7 
+ 00000490  0x000002a2 call  0x000026ee 
+ 00000491  0x000002a3 call  0x0000007b 
+ 00000492  0x000002a4 fetch  0x00000001 , 0x00004be1 
+ 00000493  0x000002a5 nbranch  0x000001f2 , 0x00000034 
+ 00000494  0x000002a6 fetch  0x00000008 , 0x000048b0 
+ 00000495  0x000002a7 store  0x00000008 , 0x0000485c 
+ 00000496  0x000002a8 fetch  0x00000002 , 0x000048c2 
+ 00000497  0x000002a9 store  0x00000002 , 0x000048c4 
+ 00000498  0x000002ab call  0x000026bb 
+ 00000499  0x000002ac nrtn  0x00000028 
+ 00000500  0x000002ad call  0x00007fdc 
+ 00000501  0x000002ae fetch  0x00000003 , 0x000048ad 
+ 00000502  0x000002af branch  0x000026b8 
+ 00000503  0x000002b2 jam  0x00000000 , 0x000048a6 
+ 00000504  0x000002b4 fetchr  0x0000000b , 0x00000002 , 0x0000015f 
+ 00000505  0x000002b5 until  0x00000023 , 0x00000026 
+ 00000506  0x000002b6 call  0x0000265b 
+ 00000507  0x000002b7 fetch  0x00000001 , 0x0000482c 
+ 00000508  0x000002b8 beq  0x00000001 , 0x00002651 
+ 00000509  0x000002b9 nbranch  0x00000202 , 0x00000018 
+ 00000510  0x000002ba nbranch  0x00000202 , 0x0000002f 
+ 00000511  0x000002bb call  0x00002672 
+ 00000512  0x000002bc call  0x00000233 
+ 00000513  0x000002bd branch  0x00002651 
+ 00000514  0x000002c1 fetch  0x00000001 , 0x00004ac5 
+ 00000515  0x000002c2 nrtn  0x00000034 
+ 00000516  0x000002c3 call  0x00000221 
+ 00000517  0x000002c4 call  0x00000215 
+ 00000518  0x000002c5 fetch  0x00000001 , 0x000048a7 
+ 00000519  0x000002c6 nrtn  0x00000034 
+ 00000520  0x000002c7 fetch  0x00000002 , 0x000048a3 
+ 00000521  0x000002c8 increase  0x00000001 , 0x0000003f 
+ 00000522  0x000002c9 store  0x00000002 , 0x000048a3 
+ 00000523  0x000002ca fetch  0x00000001 , 0x000048a4 
+ 00000524  0x000002cb bbit1  0x00000001 , 0x00002679 
+ 00000525  0x000002cc call  0x0000267e 
+ 00000526  0x000002cd call  0x00000210 
+ 00000527  0x000002ce branch  0x000001f8 
+ 00000528  0x000002d1 fetch  0x00000001 , 0x000048a4 
+ 00000529  0x000002d2 sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00000530  0x000002d3 rtn  0x00000002 
+ 00000531  0x000002d4 arg  0x00000028 , 0x00000039 
+ 00000532  0x000002d5 branch  0x00007d13 
+ 00000533  0x000002d8 arg  0x0000000c , 0x00000007 
+ 00000534  0x000002d9 call  0x00007d74 
+ 00000535  0x000002da nrtn  0x00000034 
+ 00000536  0x000002db call  0x0000021d 
+ 00000537  0x000002dc call  0x0000407c 
+ 00000538  0x000002de arg  0x0000000c , 0x00000007 
+ 00000539  0x000002df setarg  0x000000a0 
+ 00000540  0x000002e0 branch  0x00007d66 
+ 00000541  0x000002e3 fetch  0x00000008 , 0x00004bab 
+ 00000542  0x000002e4 rtnbit0  0x00000028 
+ 00000543  0x000002e6 branch  0x000005a0 
+ 00000544  0x000002e9 jam  0x00000003 , 0x00004b94 
+ 00000545  0x000002eb fetch  0x00000001 , 0x0000491b 
+ 00000546  0x000002ec rtneq  0x000000ff 
+ 00000547  0x000002ed fetch  0x00000001 , 0x000049bf 
+ 00000548  0x000002ee nrtn  0x00000034 
+ 00000549  0x000002ef arg  0x00000000 , 0x00000011 
+ 00000550  0x000002f0 jam  0x00000006 , 0x00004b96 
+ 00000551  0x000002f1 fetcht  0x00000001 , 0x0000491b 
+ 00000552  0x000002f2 call  0x0000466a 
+ 00000553  0x000002f3 store  0x00000001 , 0x00004b94 
+ 00000554  0x000002f4 fetch  0x00000001 , 0x00004910 
+ 00000555  0x000002f5 beq  0x000000ff , 0x00000230 
+ 00000556  0x000002f6 call  0x00004168 
+ 00000557  0x000002f8 copy  0x00000011 , 0x0000003f 
+ 00000558  0x000002f9 bbit1  0x00000006 , 0x0000468d 
+ 00000559  0x000002fa branch  0x00004680 
+ 00000560  0x000002fd fetcht  0x00000001 , 0x0000491b 
+ 00000561  0x000002fe call  0x00003f56 
+ 00000562  0x000002ff branch  0x0000022d 
+ 00000563  0x00000302 fetch  0x00000001 , 0x00004be1 
+ 00000564  0x00000303 ncall  0x00000237 , 0x00000034 
+ 00000565  0x00000304 jam  0x00000000 , 0x00004be1 
+ 00000566  0x00000305 rtn 
+ 00000567  0x00000308 call  0x00000358 
+ 00000568  0x00000309 call  0x000003a7 
+ 00000569  0x0000030a fetch  0x00000008 , 0x00004bab 
+ 00000570  0x0000030b rtnbit0  0x0000003c 
+ 00000571  0x0000030d fetcht  0x00000001 , 0x00004913 
+ 00000572  0x0000030e call  0x00003f56 
+ 00000573  0x0000030f fetcht  0x00000001 , 0x00004914 
+ 00000574  0x00000310 branch  0x00003f56 
+ 00000575  0x00000315 setarg  0x00000006 
+ 00000576  0x00000316 call  0x00005b0d 
+ 00000577  0x00000317 bbit1  0x00000003 , 0x00003e23 
+ 00000578  0x00000318 call  0x00000547 
+ 00000579  0x00000319 call  0x0000054c 
+ 00000580  0x0000031a branch  0x00003e23 
+ 00000581  0x0000031d call  0x000042e9 
+ 00000582  0x0000031e call  0x00007fdc 
+ 00000583  0x0000031f call  0x0000044e 
+ 00000584  0x00000320 call  0x00004015 
+ 00000585  0x00000321 fetcht  0x00000001 , 0x00004910 
+ 00000586  0x00000322 call  0x00006069 
+ 00000587  0x00000323 fetcht  0x00000001 , 0x00004910 
+ 00000588  0x00000324 call  0x00006042 
+ 00000589  0x00000325 fetch  0x00000001 , 0x00004920 
+ 00000590  0x00000326 call  0x00000587 
+ 00000591  0x00000327 arg  0x00000003 , 0x00000002 
+ 00000592  0x00000328 call  0x00003f56 
+ 00000593  0x00000329 call  0x00000278 
+ 00000594  0x0000032a call  0x00006082 
+ 00000595  0x0000032b call  0x00000434 
+ 00000596  0x0000032c arg  0x00000013 , 0x00000002 
+ 00000597  0x0000032d call  0x00003f56 
+ 00000598  0x0000032e call  0x0000025a 
+ 00000599  0x0000032f call  0x000003ab 
+ 00000600  0x00000331 call  0x0000025e 
+ 00000601  0x00000332 branch  0x0000026e 
+ 00000602  0x00000335 fetch  0x00000001 , 0x0000491e 
+ 00000603  0x00000336 rtneq  0x000000ff 
+ 00000604  0x00000337 fetcht  0x00000001 , 0x0000491e 
+ 00000605  0x00000338 branch  0x0000607f 
+ 00000606  0x0000034b fetch  0x00000001 , 0x00004c40 
+ 00000607  0x0000034c bbit1  0x00000000 , 0x00000262 
+ 00000608  0x0000034d fetch  0x00000008 , 0x00004bab 
+ 00000609  0x0000034e rtnbit0  0x00000014 
+ 00000610  0x00000350 call  0x00000266 
+ 00000611  0x00000351 fetch  0x00000001 , 0x000048fc 
+ 00000612  0x00000352 arg  0x000000c0 , 0x00000002 
+ 00000613  0x00000353 branch  0x00006093 
+ 00000614  0x00000356 fetcht  0x00000001 , 0x000044a1 
+ 00000615  0x00000357 sub  0x00000002 , 0x00000003 , 0x0000003e 
+ 00000616  0x00000358 branch  0x0000026c , 0x00000002 
+ 00000617  0x00000359 increase  0x00000005 , 0x00000002 
+ 00000618  0x0000035b storet  0x00000001 , 0x000048fc 
+ 00000619  0x0000035c rtn 
+ 00000620  0x0000035f increase  0x00000004 , 0x00000002 
+ 00000621  0x00000360 branch  0x0000026a 
+ 00000622  0x00000363 fetch  0x00000008 , 0x00004bab 
+ 00000623  0x00000364 rtnbit0  0x0000003c 
+ 00000624  0x00000366 fetcht  0x00000001 , 0x00004913 
+ 00000625  0x00000367 call  0x00006042 
+ 00000626  0x00000368 fetcht  0x00000001 , 0x00004914 
+ 00000627  0x00000369 call  0x00006042 
+ 00000628  0x0000036a fetcht  0x00000001 , 0x00004913 
+ 00000629  0x0000036b call  0x00003f54 
+ 00000630  0x0000036c fetcht  0x00000001 , 0x00004914 
+ 00000631  0x0000036d branch  0x00003f54 
+ 00000632  0x00000370 fetcht  0x00000001 , 0x00004913 
+ 00000633  0x00000371 call  0x00006050 
+ 00000634  0x00000372 fetcht  0x00000001 , 0x00004914 
+ 00000635  0x00000373 call  0x00006050 
+ 00000636  0x00000375 call  0x00003f88 
+ 00000637  0x00000376 fetch  0x00000001 , 0x0000491f 
+ 00000638  0x00000377 call  0x00000587 
+ 00000639  0x00000378 branch  0x00003e44 
+ 00000640  0x0000037b fetch  0x00000001 , 0x000048a7 
+ 00000641  0x0000037c call  0x0000028d , 0x00000034 
+ 00000642  0x0000037d fetch  0x00000001 , 0x000048bd 
+ 00000643  0x0000037e rtneq  0x00000001 
+ 00000644  0x0000037f call  0x0000269f 
+ 00000645  0x00000381 call  0x0000050e 
+ 00000646  0x00000382 nrtn  0x00000028 
+ 00000647  0x00000383 call  0x000026c4 
+ 00000648  0x00000384 jam  0x00000001 , 0x00004cc5 
+ 00000649  0x00000385 fetch  0x00000001 , 0x00004be1 
+ 00000650  0x00000386 ncall  0x00000245 , 0x00000034 
+ 00000651  0x00000387 fetch  0x00000004 , 0x0000485c 
+ 00000652  0x00000388 branch  0x000026b8 
+ 00000653  0x0000038b jam  0x00000001 , 0x00004836 
+ 00000654  0x0000038c jam  0x00000001 , 0x000048a7 
+ 00000655  0x0000038d call  0x00002642 
+ 00000656  0x0000038e store  0x00000001 , 0x000047c6 
+ 00000657  0x0000038f setarg  0x00000000 
+ 00000658  0x00000390 store  0x00000007 , 0x000047c7 
+ 00000659  0x00000391 fetch  0x00000004 , 0x000048a9 
+ 00000660  0x00000392 store  0x00000004 , 0x000047ce 
+ 00000661  0x00000393 jam  0x0000000c , 0x00004835 
+ 00000662  0x00000394 fetch  0x00000001 , 0x00004836 
+ 00000663  0x00000395 set1  0x00000003 , 0x0000003f 
+ 00000664  0x00000396 store  0x00000001 , 0x00004836 
+ 00000665  0x00000397 call  0x00002291 
+ 00000666  0x00000398 branch  0x000001e9 
+ 00000667  0x0000039b copy  0x00000013 , 0x0000003f 
+ 00000668  0x0000039c beq  0x00000001 , 0x000002b1 
+ 00000669  0x0000039d beq  0x0000003c , 0x000002cc 
+ 00000670  0x0000039e beq  0x00000039 , 0x000002c7 
+ 00000671  0x0000039f beq  0x0000003a , 0x000002dd 
+ 00000672  0x000003a0 beq  0x00000032 , 0x000002b9 
+ 00000673  0x000003a1 beq  0x00000015 , 0x000002b3 
+ 00000674  0x000003a2 beq  0x00000014 , 0x000002ae 
+ 00000675  0x000003a3 beq  0x00000040 , 0x000002c0 
+ 00000676  0x000003a4 beq  0x00000012 , 0x000002ab 
+ 00000677  0x000003a5 beq  0x00000006 , 0x000002a7 
+ 00000678  0x000003a6 branch  0x00004336 
+ 00000679  0x000003a9 call  0x000042ca 
+ 00000680  0x000003aa call  0x000003c7 
+ 00000681  0x000003ab call  0x000003a7 
+ 00000682  0x000003ac branch  0x00003244 
+ 00000683  0x000003b0 jam  0x00000001 , 0x00004454 
+ 00000684  0x000003b1 call  0x00003223 
+ 00000685  0x000003b2 branch  0x00004427 
+ 00000686  0x000003b5 call  0x000003a7 
+ 00000687  0x000003b6 call  0x000003c7 
+ 00000688  0x000003b7 branch  0x00004350 
+ 00000689  0x000003bb jam  0x00000000 , 0x00004aae 
+ 00000690  0x000003bd branch  0x000043fc 
+ 00000691  0x000003c0 setarg  0x00000000 
+ 00000692  0x000003c1 store  0x00000002 , 0x00004af2 
+ 00000693  0x000003c2 store  0x00000001 , 0x00004c7a 
+ 00000694  0x000003c3 store  0x00000001 , 0x00004c7b 
+ 00000695  0x000003c4 store  0x00000001 , 0x00004ac6 
+ 00000696  0x000003c5 branch  0x00004366 
+ 00000697  0x000003c8 fetch  0x00000001 , 0x00004ac7 
+ 00000698  0x000003c9 beq  0x00000001 , 0x000002bd 
+ 00000699  0x000003ca jam  0x00000014 , 0x00004b76 
+ 00000700  0x000003cb branch  0x00004373 
+ 00000701  0x000003cd call  0x0000436c 
+ 00000702  0x000003ce jam  0x0000000a , 0x00004b76 
+ 00000703  0x000003cf branch  0x00004373 
+ 00000704  0x000003d2 fetch  0x00000001 , 0x00004c7a 
+ 00000705  0x000003d3 nrtn  0x00000034 
+ 00000706  0x000003d4 jam  0x00000001 , 0x00004c7a 
+ 00000707  0x000003d5 jam  0x0000001e , 0x00004c7b 
+ 00000708  0x000003d6 rtn 
+ 00000709  0x000003d9 call  0x00000080 
+ 00000710  0x000003da branch  0x00000192 
+ 00000711  0x000003dd call  0x000002c5 
+ 00000712  0x000003de call  0x00004544 
+ 00000713  0x000003df call  0x000003a7 
+ 00000714  0x000003e0 call  0x000003c7 
+ 00000715  0x000003e1 branch  0x00004857 
+ 00000716  0x000003e4 call  0x000003a7 
+ 00000717  0x000003e5 fetch  0x00000004 , 0x0000483c 
+ 00000718  0x000003e6 store  0x00000004 , 0x00004891 
+ 00000719  0x000003e7 store  0x00000004 , 0x00004993 
+ 00000720  0x000003e8 call  0x0000257e 
+ 00000721  0x000003e9 call  0x000003c7 
+ 00000722  0x000003ea call  0x00004544 
+ 00000723  0x000003eb call  0x000042ca 
+ 00000724  0x000003ec jam  0x00000000 , 0x00004aae 
+ 00000725  0x000003ed jam  0x00000000 , 0x000048a1 
+ 00000726  0x000003ee jam  0x00000000 , 0x0000488b 
+ 00000727  0x000003ef fetch  0x00000004 , 0x00004891 
+ 00000728  0x000003f0 fetcht  0x00000004 , 0x0000488d 
+ 00000729  0x000003f1 isub  0x00000002 , 0x0000003e 
+ 00000730  0x000003f2 rtn  0x00000005 
+ 00000731  0x000003f3 call  0x000002c5 
+ 00000732  0x000003f4 branch  0x00004822 
+ 00000733  0x000003f8 call  0x000002c5 
+ 00000734  0x000003f9 fetch  0x00000001 , 0x000048a5 
+ 00000735  0x000003fa nbranch  0x000002ee , 0x00000034 
+ 00000736  0x000003fb fetch  0x00000001 , 0x0000488b 
+ 00000737  0x000003fc beq  0x00000002 , 0x000002e3 
+ 00000738  0x000003fd branch  0x00004837 
+ 00000739  0x00000400 fetch  0x00000008 , 0x00004bab 
+ 00000740  0x00000401 bbit1  0x0000002f , 0x00004811 
+ 00000741  0x00000402 bbit1  0x00000030 , 0x00004811 
+ 00000742  0x00000403 bbit0  0x0000003a , 0x00004806 
+ 00000743  0x00000404 fetch  0x00000004 , 0x00004993 
+ 00000744  0x00000405 fetcht  0x00000004 , 0x00004974 
+ 00000745  0x00000406 isub  0x00000002 , 0x0000003e 
+ 00000746  0x00000407 branch  0x000002ec , 0x00000005 
+ 00000747  0x00000408 branch  0x00004806 
+ 00000748  0x0000040b jam  0x00000000 , 0x0000488b 
+ 00000749  0x0000040c branch  0x00004827 
+ 00000750  0x00000410 jam  0x00000000 , 0x000048a5 
+ 00000751  0x00000411 call  0x00002652 
+ 00000752  0x00000412 setarg  0xffffffff 
+ 00000753  0x00000413 store  0x00000004 , 0x0000485c 
+ 00000754  0x00000414 setarg  0x00000000 
+ 00000755  0x00000415 store  0x00000007 , 0x000048d0 
+ 00000756  0x00000416 jam  0x00000001 , 0x00004be1 
+ 00000757  0x00000417 call  0x0000054c 
+ 00000758  0x00000418 branch  0x00000285 
+ 00000759  0x0000041b jam  0x00000000 , 0x0000488b 
+ 00000760  0x0000041c fetch  0x00000002 , 0x00004beb 
+ 00000761  0x0000041d increase  0x00000001 , 0x0000003f 
+ 00000762  0x0000041e store  0x00000002 , 0x00004beb 
+ 00000763  0x0000041f fetch  0x00000001 , 0x00004beb 
+ 00000764  0x00000420 and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00000765  0x00000421 beq  0x00000000 , 0x00002341 
+ 00000766  0x00000422 rtn 
+ 00000767  0x00000425 fetch  0x00000002 , 0x00004889 
+ 00000768  0x00000426 arg  0x000001f8 , 0x00000002 
+ 00000769  0x00000427 iand  0x00000002 , 0x0000003f 
+ 00000770  0x00000428 branch  0x00000307 , 0x00000034 
+ 00000771  0x00000429 fetch  0x00000002 , 0x00004889 
+ 00000772  0x0000042a increase  0x00000001 , 0x0000003f 
+ 00000773  0x0000042b store  0x00000002 , 0x00004889 
+ 00000774  0x0000042c rtn 
+ 00000775  0x0000042e call  0x0000259a 
+ 00000776  0x0000042f call  0x0000265b 
+ 00000777  0x00000430 nbranch  0x00000320 , 0x00000018 
+ 00000778  0x00000431 nbranch  0x00000320 , 0x0000002f 
+ 00000779  0x00000432 call  0x00002672 
+ 00000780  0x00000433 fetch  0x00000004 , 0x00004877 
+ 00000781  0x00000434 fetcht  0x00000004 , 0x0000483c 
+ 00000782  0x00000435 isub  0x00000002 , 0x0000003e 
+ 00000783  0x00000436 branch  0x0000232e , 0x00000005 
+ 00000784  0x00000438 fetch  0x00000004 , 0x000048a9 
+ 00000785  0x00000439 fetcht  0x00000004 , 0x0000483c 
+ 00000786  0x0000043a isub  0x00000002 , 0x0000003e 
+ 00000787  0x0000043b call  0x0000031c , 0x00000005 
+ 00000788  0x0000043c fetch  0x00000001 , 0x000048a1 
+ 00000789  0x0000043d set0  0x00000002 , 0x0000003f 
+ 00000790  0x0000043e store  0x00000001 , 0x000048a1 
+ 00000791  0x0000043f setarg  0x00000000 
+ 00000792  0x00000440 store  0x00000002 , 0x00004883 
+ 00000793  0x00000441 store  0x00000002 , 0x00004889 
+ 00000794  0x00000442 store  0x00000002 , 0x00004887 
+ 00000795  0x00000443 branch  0x00002595 
+ 00000796  0x00000446 fetch  0x00000004 , 0x0000480c 
+ 00000797  0x00000447 rtn  0x00000034 
+ 00000798  0x00000448 store  0x00000004 , 0x00004891 
+ 00000799  0x00000449 branch  0x0000257e 
+ 00000800  0x0000044c fetch  0x00000001 , 0x0000488c 
+ 00000801  0x0000044d branch  0x000022cb , 0x00000034 
+ 00000802  0x0000044e fetch  0x00000002 , 0x00004889 
+ 00000803  0x0000044f increase  0x00000001 , 0x0000003f 
+ 00000804  0x00000450 store  0x00000002 , 0x00004889 
+ 00000805  0x00000451 isolate1  0x00000009 , 0x0000003f 
+ 00000806  0x00000452 fetch  0x00000001 , 0x0000488b 
+ 00000807  0x00000453 beq  0x00000004 , 0x00000329 
+ 00000808  0x00000454 branch  0x000025a8 
+ 00000809  0x00000457 branch  0x00002575 , 0x00000001 
+ 00000810  0x00000458 branch  0x00002339 
+ 00000811  0x0000045b bmark1  0x00000027 , 0x0000240e 
+ 00000812  0x0000045d rtnmark0  0x00000026 
+ 00000813  0x0000045e fetch  0x00000001 , 0x000048a1 
+ 00000814  0x0000045f branch  0x0000261d 
+ 00000815  0x00000463 fetch  0x00000008 , 0x00004bab 
+ 00000816  0x00000464 bbit1  0x0000002f , 0x0000480a 
+ 00000817  0x00000465 fetch  0x00000001 , 0x00004938 
+ 00000818  0x00000466 beq  0x00000000 , 0x00000334 
+ 00000819  0x00000467 branch  0x00003d57 
+ 00000820  0x0000046a fetch  0x00000008 , 0x00004bab 
+ 00000821  0x0000046b bbit0  0x00000011 , 0x00004803 
+ 00000822  0x0000046c call  0x000003cf 
+ 00000823  0x0000046d call  0x00003d65 
+ 00000824  0x0000046e branch  0x00004806 , 0x00000028 
+ 00000825  0x0000046f fetch  0x00000008 , 0x00004bab 
+ 00000826  0x00000470 bbit1  0x00000030 , 0x0000480c 
+ 00000827  0x00000471 bbit0  0x00000031 , 0x0000480c 
+ 00000828  0x00000472 call  0x00004110 
+ 00000829  0x00000473 and  0x00000011 , 0x00000007 , 0x0000003f 
+ 00000830  0x00000474 branch  0x000047ff 
+ 00000831  0x00000478 call  0x0000408f 
+ 00000832  0x00000479 call  0x0000036f 
+ 00000833  0x0000047b fetch  0x00000001 , 0x00004927 
+ 00000834  0x0000047c beq  0x0000000c , 0x00000344 
+ 00000835  0x0000047d branch  0x00004098 
+ 00000836  0x00000480 fetch  0x00000001 , 0x00004992 
+ 00000837  0x00000481 beq  0x00000000 , 0x00000348 
+ 00000838  0x00000482 beq  0x00000001 , 0x0000034a 
+ 00000839  0x00000483 beq  0x00000002 , 0x0000034c 
+ 00000840  0x00000485 fetch  0x00000001 , 0x00004c91 
+ 00000841  0x00000486 branch  0x0000034d 
+ 00000842  0x00000489 fetch  0x00000001 , 0x00004c93 
+ 00000843  0x0000048a branch  0x0000034d 
+ 00000844  0x0000048d fetch  0x00000001 , 0x00004c94 
+ 00000845  0x0000048f copy  0x0000003f , 0x00000011 
+ 00000846  0x00000490 setarg  0x0000c309 
+ 00000847  0x00000491 call  0x00005b0c 
+ 00000848  0x00000492 copy  0x00000011 , 0x0000003f 
+ 00000849  0x00000493 lshift8  0x0000003f , 0x0000003f 
+ 00000850  0x00000494 add  0x0000003f , 0x00000023 , 0x0000003f 
+ 00000851  0x00000495 call  0x00005b0c 
+ 00000852  0x00000496 setarg  0x00000009 
+ 00000853  0x00000497 branch  0x00005b0c 
+ 00000854  0x000004a1 call  0x00003f65 
+ 00000855  0x000004a2 rtn  0x0000002b 
+ 00000856  0x000004a4 call  0x00004236 
+ 00000857  0x000004a6 call  0x000041b5 
+ 00000858  0x000004a7 beq  0x00000030 , 0x00000360 
+ 00000859  0x000004a8 beq  0x00000031 , 0x00004217 
+ 00000860  0x000004a9 beq  0x00000058 , 0x00004220 
+ 00000861  0x000004aa call  0x000041b2 
+ 00000862  0x000004ab nop  0x00001af4 
+ 00000863  0x000004ac branch  0x00000359 
+ 00000864  0x000004af fetch  0x00000001 , 0x000049c2 
+ 00000865  0x000004b0 beq  0x000000d1 , 0x00000369 
+ 00000866  0x000004b1 beq  0x0000005a , 0x00000364 
+ 00000867  0x000004b2 branch  0x000041be 
+ 00000868  0x000004b5 jam  0x00000005 , 0x00004927 
+ 00000869  0x000004b6 call  0x00004232 
+ 00000870  0x000004b7 call  0x00007d12 
+ 00000871  0x000004b8 arg  0x00004ca7 , 0x00000013 
+ 00000872  0x000004b9 branch  0x00000542 
+ 00000873  0x000004bc setarg  0x00000049 
+ 00000874  0x000004bd call  0x00005b0d 
+ 00000875  0x000004be beq  0x000000a1 , 0x0000036d 
+ 00000876  0x000004bf branch  0x000041da 
+ 00000877  0x000004c2 jam  0x0000000c , 0x00004927 
+ 00000878  0x000004c3 rtn 
+ 00000879  0x000004c7 fetch  0x00000001 , 0x00004c40 
+ 00000880  0x000004c8 bbit1  0x00000000 , 0x00000373 
+ 00000881  0x000004c9 fetch  0x00000001 , 0x00004923 
+ 00000882  0x000004ca rtneq  0x000000ff 
+ 00000883  0x000004cc fetch  0x00000002 , 0x00004ac2 
+ 00000884  0x000004cd nrtn  0x00000034 
+ 00000885  0x000004ce fetch  0x00000002 , 0x00004883 
+ 00000886  0x000004cf nrtn  0x00000034 
+ 00000887  0x000004d0 fetch  0x00000002 , 0x00004887 
+ 00000888  0x000004d1 nrtn  0x00000034 
+ 00000889  0x000004d2 fetch  0x00000001 , 0x00004c40 
+ 00000890  0x000004d3 bbit1  0x00000000 , 0x00000381 
+ 00000891  0x000004d4 fetch  0x00000001 , 0x00004ba7 
+ 00000892  0x000004d5 nrtn  0x00000034 
+ 00000893  0x000004d7 fetch  0x00000001 , 0x00004bc1 
+ 00000894  0x000004d8 branch  0x00000455 , 0x00000034 
+ 00000895  0x000004d9 store  0x00000001 , 0x00004ba8 
+ 00000896  0x000004da rtn 
+ 00000897  0x000004dc fetch  0x00000001 , 0x00004c47 
+ 00000898  0x000004dd nrtn  0x00000034 
+ 00000899  0x000004de branch  0x0000037d 
+ 00000900  0x000004e1 call  0x00003e9b 
+ 00000901  0x000004e2 call  0x000000e7 
+ 00000902  0x000004e4 call  0x0000232b 
+ 00000903  0x000004e5 call  0x00002556 
+ 00000904  0x000004e6 call  0x000047cd 
+ 00000905  0x000004e8 call  0x000048be 
+ 00000906  0x000004e9 call  0x00000452 
+ 00000907  0x000004ea call  0x000003ee 
+ 00000908  0x000004eb call  0x000003a2 
+ 00000909  0x000004ec call  0x00000444 
+ 00000910  0x000004ed call  0x0000407c 
+ 00000911  0x000004ee call  0x000044cc 
+ 00000912  0x000004ef call  0x0000047e 
+ 00000913  0x000004f0 call  0x000044ff 
+ 00000914  0x000004f2 call  0x0000039e 
+ 00000915  0x000004f3 call  0x00004512 
+ 00000916  0x000004f4 call  0x00000497 
+ 00000917  0x000004f5 call  0x00004515 
+ 00000918  0x000004f6 call  0x0000049a 
+ 00000919  0x000004f8 call  0x0000452a 
+ 00000920  0x000004f9 call  0x0000452d 
+ 00000921  0x000004fa call  0x00004532 
+ 00000922  0x000004fb call  0x00004535 
+ 00000923  0x000004fc call  0x00004022 
+ 00000924  0x000004fd call  0x00004547 
+ 00000925  0x000004fe branch  0x0000049d 
+ 00000926  0x00000501 arg  0x00004b77 , 0x00000013 
+ 00000927  0x00000502 arg  0x0000450a , 0x00000012 
+ 00000928  0x00000503 call  0x0000318a 
+ 00000929  0x00000504 branch  0x00004507 
+ 00000930  0x0000050a fetch  0x00000001 , 0x00004cc7 
+ 00000931  0x0000050b rtneq  0x00000000 
+ 00000932  0x0000050c arg  0x00004cc8 , 0x00000013 
+ 00000933  0x0000050d arg  0x000003ab , 0x00000012 
+ 00000934  0x0000050e branch  0x0000318a 
+ 00000935  0x00000511 jam  0x000000c8 , 0x00004cc8 
+ 00000936  0x00000512 jam  0x00000001 , 0x00004cc7 
+ 00000937  0x00000513 fetcht  0x00000001 , 0x00004cc6 
+ 00000938  0x00000514 branch  0x00006069 
+ 00000939  0x00000517 jam  0x00000000 , 0x00004cc7 
+ 00000940  0x00000518 fetcht  0x00000001 , 0x00004cc6 
+ 00000941  0x00000519 branch  0x00006065 
+ 00000942  0x00000521 jam  0x00000000 , 0x00004c41 
+ 00000943  0x00000522 fetch  0x00000001 , 0x00004c40 
+ 00000944  0x00000523 rtnbit0  0x00000000 
+ 00000945  0x00000524 call  0x00000434 
+ 00000946  0x00000526 jam  0x00000000 , 0x00004c44 
+ 00000947  0x00000528 fetch  0x00000001 , 0x00004c4d 
+ 00000948  0x00000529 rshift  0x0000003f , 0x0000003f 
+ 00000949  0x0000052a store  0x00000001 , 0x00004c4e 
+ 00000950  0x0000052b rtn 
+ 00000951  0x0000052d fetch  0x00000001 , 0x00004c53 
+ 00000952  0x0000052e store  0x00000001 , 0x00004c54 
+ 00000953  0x0000052f rtn 
+ 00000954  0x00000532 fetch  0x00000001 , 0x00004c44 
+ 00000955  0x00000533 beq  0x00000001 , 0x000003c1 
+ 00000956  0x00000534 beq  0x00000002 , 0x000003c3 
+ 00000957  0x00000535 beq  0x00000003 , 0x000003c5 
+ 00000958  0x00000537 fetch  0x00000001 , 0x00004c4b 
+ 00000959  0x00000539 store  0x00000001 , 0x00004c4c 
+ 00000960  0x0000053a rtn 
+ 00000961  0x0000053c fetch  0x00000001 , 0x00004c48 
+ 00000962  0x0000053d branch  0x000003bf 
+ 00000963  0x0000053f fetch  0x00000001 , 0x00004c49 
+ 00000964  0x00000540 branch  0x000003bf 
+ 00000965  0x00000542 fetch  0x00000001 , 0x00004c4a 
+ 00000966  0x00000543 branch  0x000003bf 
+ 00000967  0x00000547 fetch  0x00000001 , 0x00004c40 
+ 00000968  0x00000548 rtnbit0  0x00000000 
+ 00000969  0x00000549 fetch  0x00000001 , 0x00004c46 
+ 00000970  0x0000054a store  0x00000001 , 0x00004c47 
+ 00000971  0x0000054b jam  0x00000000 , 0x00004c42 
+ 00000972  0x0000054d jam  0x00000000 , 0x00004c43 
+ 00000973  0x0000054e jam  0x00000001 , 0x00004c41 
+ 00000974  0x0000054f rtn 
+ 00000975  0x00000553 fetch  0x00000001 , 0x00004c40 
+ 00000976  0x00000554 rtnbit0  0x00000000 
+ 00000977  0x00000556 jam  0x00000001 , 0x00004c44 
+ 00000978  0x00000557 call  0x000003c1 
+ 00000979  0x00000558 call  0x000003eb 
+ 00000980  0x00000559 fetch  0x00000001 , 0x00004c40 
+ 00000981  0x0000055a rtnbit0  0x00000002 
+ 00000982  0x0000055b fetch  0x00000001 , 0x00004c50 
+ 00000983  0x0000055c branch  0x000003e2 
+ 00000984  0x0000055f fetch  0x00000001 , 0x00004c40 
+ 00000985  0x00000560 rtnbit0  0x00000000 
+ 00000986  0x00000562 fetch  0x00000001 , 0x00004c40 
+ 00000987  0x00000563 rtnbit0  0x00000001 
+ 00000988  0x00000564 call  0x000003eb 
+ 00000989  0x00000565 jam  0x00000003 , 0x00004c44 
+ 00000990  0x00000566 call  0x000003c5 
+ 00000991  0x00000567 fetch  0x00000001 , 0x00004c40 
+ 00000992  0x00000568 rtnbit0  0x00000002 
+ 00000993  0x00000569 fetch  0x00000001 , 0x00004c51 
+ 00000994  0x0000056b store  0x00000001 , 0x00004c52 
+ 00000995  0x0000056c rtn 
+ 00000996  0x0000056f fetch  0x00000001 , 0x00004c40 
+ 00000997  0x00000570 rtnbit0  0x00000000 
+ 00000998  0x00000571 fetch  0x00000001 , 0x00004c40 
+ 00000999  0x00000572 set0  0x00000002 , 0x0000003f 
+ 00001000  0x00000573 store  0x00000001 , 0x00004c40 
+ 00001001  0x00000574 jam  0x00000002 , 0x00004c44 
+ 00001002  0x00000575 call  0x000003c3 
+ 00001003  0x00000577 jam  0x00000001 , 0x00004c41 
+ 00001004  0x00000578 jam  0x00000001 , 0x00004c42 
+ 00001005  0x00000579 branch  0x00000414 
+ 00001006  0x0000057d fetch  0x00000001 , 0x00004c41 
+ 00001007  0x0000057e rtn  0x00000034 
+ 00001008  0x0000057f fetch  0x00000001 , 0x00004c42 
+ 00001009  0x00000580 beq  0x00000001 , 0x000003fa 
+ 00001010  0x00000582 fetch  0x00000001 , 0x00004c47 
+ 00001011  0x00000583 branch  0x000003f7 , 0x00000034 
+ 00001012  0x00000584 increase  0xffffffff , 0x0000003f 
+ 00001013  0x00000585 store  0x00000001 , 0x00004c47 
+ 00001014  0x00000586 branch  0x00000415 
+ 00001015  0x00000589 call  0x000003b7 
+ 00001016  0x0000058b jam  0x00000000 , 0x00004c41 
+ 00001017  0x0000058c branch  0x00000427 
+ 00001018  0x0000058f fetch  0x00000001 , 0x00004c44 
+ 00001019  0x00000590 rtn  0x00000034 
+ 00001020  0x00000591 beq  0x00000004 , 0x00000401 
+ 00001021  0x00000592 branch  0x000003fe 
+ 00001022  0x00000595 fetch  0x00000001 , 0x00004c40 
+ 00001023  0x00000596 bbit1  0x00000002 , 0x00000401 
+ 00001024  0x00000597 branch  0x00000403 
+ 00001025  0x0000059a fetch  0x00000001 , 0x00004c52 
+ 00001026  0x0000059b branch  0x00000422 , 0x00000034 
+ 00001027  0x0000059d arg  0x00004c4c , 0x00000013 
+ 00001028  0x0000059e arg  0x00000406 , 0x00000012 
+ 00001029  0x0000059f branch  0x0000318a 
+ 00001030  0x000005a2 fetch  0x00000001 , 0x00004c44 
+ 00001031  0x000005a3 beq  0x00000004 , 0x0000040e 
+ 00001032  0x000005a4 fetch  0x00000001 , 0x00004c40 
+ 00001033  0x000005a5 bbit1  0x00000002 , 0x0000040e 
+ 00001034  0x000005a7 call  0x000003ba 
+ 00001035  0x000005a8 fetch  0x00000001 , 0x00004c43 
+ 00001036  0x000005a9 beq  0x00000001 , 0x00000424 
+ 00001037  0x000005aa branch  0x00000412 
+ 00001038  0x000005ad fetch  0x00000001 , 0x00004c52 
+ 00001039  0x000005ae increase  0xffffffff , 0x0000003f 
+ 00001040  0x000005af store  0x00000001 , 0x00004c52 
+ 00001041  0x000005b0 branch  0x0000040a 
+ 00001042  0x000005b4 fetch  0x00000001 , 0x00004c44 
+ 00001043  0x000005b5 beq  0x00000004 , 0x0000043f 
+ 00001044  0x000005b7 jam  0x00000001 , 0x00004c43 
+ 00001045  0x000005b8 fetch  0x00000001 , 0x00004938 
+ 00001046  0x000005b9 beq  0x00000000 , 0x0000041a 
+ 00001047  0x000005ba beq  0x00000001 , 0x0000041c 
+ 00001048  0x000005bb beq  0x00000002 , 0x0000041e 
+ 00001049  0x000005bc rtn 
+ 00001050  0x000005be fetcht  0x00000001 , 0x00004c55 
+ 00001051  0x000005bf branch  0x00000421 
+ 00001052  0x000005c1 fetcht  0x00000001 , 0x00004c56 
+ 00001053  0x000005c2 branch  0x00000421 
+ 00001054  0x000005c4 fetcht  0x00000001 , 0x00004c57 
+ 00001055  0x000005c5 branch  0x00000421 
+ 00001056  0x000005c7 fetcht  0x00000001 , 0x00004c59 
+ 00001057  0x000005c9 branch  0x00006069 
+ 00001058  0x000005cd jam  0x00000000 , 0x00004c41 
+ 00001059  0x000005ce jam  0x00000000 , 0x00004c44 
+ 00001060  0x000005d0 fetch  0x00000001 , 0x00004c44 
+ 00001061  0x000005d1 beq  0x00000004 , 0x00000439 
+ 00001062  0x000005d3 jam  0x00000000 , 0x00004c43 
+ 00001063  0x000005d4 fetch  0x00000001 , 0x00004938 
+ 00001064  0x000005d5 beq  0x00000000 , 0x0000042c 
+ 00001065  0x000005d6 beq  0x00000001 , 0x0000042e 
+ 00001066  0x000005d7 beq  0x00000002 , 0x00000430 
+ 00001067  0x000005d8 rtn 
+ 00001068  0x000005da fetcht  0x00000001 , 0x00004c55 
+ 00001069  0x000005db branch  0x00000431 
+ 00001070  0x000005dd fetcht  0x00000001 , 0x00004c56 
+ 00001071  0x000005de branch  0x00000431 
+ 00001072  0x000005e0 fetcht  0x00000001 , 0x00004c57 
+ 00001073  0x000005e2 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00001074  0x000005e3 rtn  0x00000005 
+ 00001075  0x000005e4 branch  0x0000607f 
+ 00001076  0x000005e7 call  0x0000042c 
+ 00001077  0x000005e8 call  0x0000042e 
+ 00001078  0x000005e9 call  0x00000430 
+ 00001079  0x000005ea call  0x00000108 
+ 00001080  0x000005eb branch  0x00000439 
+ 00001081  0x000005ee jam  0x00000000 , 0x00004c43 
+ 00001082  0x000005ef fetch  0x00000001 , 0x00004c45 
+ 00001083  0x000005f0 beq  0x00000002 , 0x00000426 
+ 00001084  0x000005f1 beq  0x00000003 , 0x00000426 
+ 00001085  0x000005f3 fetcht  0x00000001 , 0x00004c59 
+ 00001086  0x000005f5 branch  0x00006065 
+ 00001087  0x000005f8 jam  0x00000001 , 0x00004c43 
+ 00001088  0x000005f9 fetch  0x00000001 , 0x00004c45 
+ 00001089  0x000005fa beq  0x00000002 , 0x00000414 
+ 00001090  0x000005fb beq  0x00000003 , 0x00000414 
+ 00001091  0x000005fc branch  0x00000420 
+ 00001092  0x00000600 fetch  0x00000001 , 0x00004bed 
+ 00001093  0x00000601 rtneq  0x000000ff 
+ 00001094  0x00000602 fetch  0x00000002 , 0x00004ab2 
+ 00001095  0x00000603 rtn  0x00000034 
+ 00001096  0x00000604 fetch  0x00000002 , 0x00004bbe 
+ 00001097  0x00000605 fetcht  0x00000002 , 0x00004ab2 
+ 00001098  0x00000606 isub  0x00000002 , 0x00000002 
+ 00001099  0x00000607 fetch  0x00000002 , 0x00004bee 
+ 00001100  0x00000608 isub  0x00000002 , 0x0000003f 
+ 00001101  0x00000609 branch  0x00000450 , 0x00000002 
+ 00001102  0x0000060b fetcht  0x00000001 , 0x00004bed 
+ 00001103  0x0000060c branch  0x00006065 
+ 00001104  0x0000060e fetcht  0x00000001 , 0x00004bed 
+ 00001105  0x0000060f branch  0x00006069 
+ 00001106  0x00000612 arg  0x00004ba8 , 0x00000013 
+ 00001107  0x00000613 arg  0x00000455 , 0x00000012 
+ 00001108  0x00000614 branch  0x0000318a 
+ 00001109  0x00000617 fetch  0x00000001 , 0x00004c40 
+ 00001110  0x00000618 bbit1  0x00000000 , 0x0000046c 
+ 00001111  0x00000619 fetch  0x00000001 , 0x00004927 
+ 00001112  0x0000061a beq  0x00000003 , 0x000048f2 
+ 00001113  0x0000061b beq  0x0000000b , 0x000048f2 
+ 00001114  0x0000061c fetch  0x00000001 , 0x00004923 
+ 00001115  0x0000061d store  0x00000001 , 0x0000492f 
+ 00001116  0x0000061e fetch  0x00000002 , 0x00004bc2 
+ 00001117  0x0000061f store  0x00000002 , 0x00004930 
+ 00001118  0x00000620 store  0x00000002 , 0x00004932 
+ 00001119  0x00000621 arg  0x00000000 , 0x00000011 
+ 00001120  0x00000622 fetcht  0x00000001 , 0x00004992 
+ 00001121  0x00000623 increase  0x00000002 , 0x00000002 
+ 00001122  0x00000624 sub  0x00000002 , 0x00000003 , 0x0000003e 
+ 00001123  0x00000625 call  0x00000466 , 0x00000002 
+ 00001124  0x00000626 ncall  0x0000046a , 0x00000002 
+ 00001125  0x00000627 branch  0x000048ff 
+ 00001126  0x0000062a fetch  0x00000008 , 0x00004bab 
+ 00001127  0x0000062b rtnbit0  0x0000001c 
+ 00001128  0x0000062c increase  0x00000001 , 0x00000002 
+ 00001129  0x0000062d rtn 
+ 00001130  0x0000062f increase  0xfffffffd , 0x00000002 
+ 00001131  0x00000630 rtn 
+ 00001132  0x00000633 fetch  0x00000001 , 0x00004927 
+ 00001133  0x00000634 beq  0x00000003 , 0x0000047b 
+ 00001134  0x00000635 beq  0x0000000b , 0x0000047b 
+ 00001135  0x00000636 fetcht  0x00000001 , 0x00004992 
+ 00001136  0x00000637 increase  0x00000002 , 0x00000002 
+ 00001137  0x00000639 sub  0x00000002 , 0x00000003 , 0x0000003e 
+ 00001138  0x0000063a call  0x00000466 , 0x00000002 
+ 00001139  0x0000063b ncall  0x0000046a , 0x00000002 
+ 00001140  0x0000063c copy  0x00000002 , 0x0000003f 
+ 00001141  0x0000063d iadd  0x0000003f , 0x0000003f 
+ 00001142  0x0000063e store  0x00000001 , 0x00004c52 
+ 00001143  0x00000640 jam  0x00000004 , 0x00004c44 
+ 00001144  0x00000641 call  0x000003be 
+ 00001145  0x00000642 jam  0x00000001 , 0x00004c42 
+ 00001146  0x00000643 branch  0x000003cc 
+ 00001147  0x00000646 fetcht  0x00000001 , 0x00004992 
+ 00001148  0x00000647 increase  0x00000001 , 0x00000002 
+ 00001149  0x00000648 branch  0x00000471 
+ 00001150  0x0000064d fetch  0x00000001 , 0x00004938 
+ 00001151  0x0000064e beq  0x00000000 , 0x00000484 
+ 00001152  0x0000064f fetch  0x00000008 , 0x00004bab 
+ 00001153  0x00000650 rtnbit0  0x00000035 
+ 00001154  0x00000651 fetcht  0x00000001 , 0x00004bca 
+ 00001155  0x00000652 branch  0x00000487 
+ 00001156  0x00000655 fetch  0x00000008 , 0x00004bab 
+ 00001157  0x00000656 rtnbit0  0x00000032 
+ 00001158  0x00000657 fetcht  0x00000001 , 0x00004bcb 
+ 00001159  0x00000659 storet  0x00000001 , 0x00004b9d 
+ 00001160  0x0000065a call  0x00000555 
+ 00001161  0x0000065b and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00001162  0x0000065c fetcht  0x00000001 , 0x00004b9d 
+ 00001163  0x0000065d isub  0x00000002 , 0x0000003e 
+ 00001164  0x0000065e branch  0x0000048e , 0x00000005 
+ 00001165  0x0000065f branch  0x000044eb 
+ 00001166  0x00000663 call  0x00000493 
+ 00001167  0x00000664 fetch  0x00000001 , 0x00004b9f 
+ 00001168  0x00000665 rtneq  0x00000001 
+ 00001169  0x00000666 jam  0x00000001 , 0x00004b9f 
+ 00001170  0x00000667 rtn 
+ 00001171  0x0000066a arg  0x00000495 , 0x00000012 
+ 00001172  0x0000066b branch  0x000044f7 
+ 00001173  0x0000066e call  0x000003cf 
+ 00001174  0x0000066f branch  0x000002ec 
+ 00001175  0x00000672 fetch  0x00000008 , 0x00004bab 
+ 00001176  0x00000673 rtnbit1  0x0000003b 
+ 00001177  0x00000674 branch  0x0000451f 
+ 00001178  0x00000677 arg  0x00004c7b , 0x00000013 
+ 00001179  0x00000678 arg  0x0000436c , 0x00000012 
+ 00001180  0x00000679 branch  0x0000318a 
+ 00001181  0x0000067e arg  0x00004ab2 , 0x00000013 
+ 00001182  0x0000067f arg  0x000004a0 , 0x00000012 
+ 00001183  0x00000680 branch  0x00003191 
+ 00001184  0x00000683 fetch  0x00000001 , 0x00004938 
+ 00001185  0x00000684 beq  0x00000000 , 0x000002ee 
+ 00001186  0x00000685 branch  0x0000431b 
+ 00001187  0x00000688 call  0x000003e4 
+ 00001188  0x00000689 fetch  0x00000002 , 0x0000478c 
+ 00001189  0x0000068a isolate1  0x0000000b , 0x0000003f 
+ 00001190  0x0000068b call  0x00004581 , 0x00000001 
+ 00001191  0x0000068c fetch  0x00000002 , 0x0000478c 
+ 00001192  0x0000068d isolate1  0x00000007 , 0x0000003f 
+ 00001193  0x0000068e call  0x00004322 , 0x00000001 
+ 00001194  0x0000068f setarg  0x00000000 
+ 00001195  0x00000690 store  0x00000002 , 0x00004af2 
+ 00001196  0x00000691 branch  0x00004554 
+ 00001197  0x00000694 setarg  0x00000000 
+ 00001198  0x00000695 store  0x00000002 , 0x00004ac2 
+ 00001199  0x00000696 branch  0x00004577 
+ 00001200  0x00000699 fetch  0x00000001 , 0x00004be2 
+ 00001201  0x0000069a ncall  0x00007861 , 0x00000034 
+ 00001202  0x0000069b jam  0x00000000 , 0x00004be2 
+ 00001203  0x0000069c branch  0x00007851 
+ 00001204  0x0000069f fetch  0x00000002 , 0x00000315 
+ 00001205  0x000006a0 copy  0x0000003f , 0x00000006 
+ 00001206  0x000006a1 ifetch  0x00000001 , 0x00000006 
+ 00001207  0x000006a2 store  0x00000001 , 0x000045f5 
+ 00001208  0x000006a3 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00001209  0x000006a4 rshift4  0x0000003f , 0x0000003f 
+ 00001210  0x000006a5 beq  0x00000009 , 0x000004bc 
+ 00001211  0x000006a6 branch  0x00004d93 
+ 00001212  0x000006a9 arg  0x00000001 , 0x00000011 
+ 00001213  0x000006aa call  0x00004dc0 
+ 00001214  0x000006ab fetch  0x00000002 , 0x000044dc 
+ 00001215  0x000006ac istore  0x00000002 , 0x00000005 
+ 00001216  0x000006ad setarg  0x00000000 
+ 00001217  0x000006ae istore  0x00000001 , 0x00000005 
+ 00001218  0x000006af jam  0x00000001 , 0x00000950 
+ 00001219  0x000006b0 fetch  0x00000001 , 0x000044e2 
+ 00001220  0x000006b1 set1  0x00000006 , 0x0000003f 
+ 00001221  0x000006b2 store  0x00000001 , 0x000044e2 
+ 00001222  0x000006b3 jam  0x00000012 , 0x0000095b 
+ 00001223  0x000006b4 branch  0x00007871 
+ 00001224  0x000006b7 disable  0x00000028 
+ 00001225  0x000006b8 call  0x000059e6 
+ 00001226  0x000006b9 fetch  0x00000001 , 0x00000049 
+ 00001227  0x000006ba rtn  0x00000034 
+ 00001228  0x000006bf bbit1  0x00000007 , 0x00005730 
+ 00001229  0x000006c1 beq  0x00000007 , 0x000004cf 
+ 00001230  0x000006c2 branch  0x00005701 
+ 00001231  0x000006c5 call  0x0000585d 
+ 00001232  0x000006c6 jam  0x00000078 , 0x00000073 
+ 00001233  0x000006c7 rtn 
+ 00001234  0x000006cb fetch  0x00000001 , 0x000043dd 
+ 00001235  0x000006cc pincrease  0x00000001 
+ 00001236  0x000006cd store  0x00000001 , 0x000043dd 
+ 00001237  0x000006ce beq  0x0000000c , 0x0000165a 
+ 00001238  0x000006cf call  0x0000191b 
+ 00001239  0x000006d0 call  0x0000196a 
+ 00001240  0x000006d1 fetch  0x00000001 , 0x000002bd 
+ 00001241  0x000006d2 call  0x0000168b 
+ 00001242  0x000006d3 call  0x00001838 
+ 00001243  0x000006d4 branch  0x00001655 
+ 00001244  0x000006d7 call  0x00000e80 
+ 00001245  0x000006d8 branch  0x00001661 
+ 00001246  0x000006db call  0x000016be 
+ 00001247  0x000006dc call  0x000016cc 
+ 00001248  0x000006dd call  0x00004cb5 
+ 00001249  0x000006de set1  0x00000000 , 0x00000015 
+ 00001250  0x000006df enable  0x0000001d 
+ 00001251  0x000006e0 enable  0x00000020 
+ 00001252  0x000006e1 disable  0x00000021 
+ 00001253  0x000006e2 call  0x00001744 
+ 00001254  0x000006e3 nop  0x0000000a 
+ 00001255  0x000006e4 branch  0x00001841 
+ 00001256  0x000006e7 ifetch  0x00000002 , 0x00000006 
+ 00001257  0x000006e8 beq  0x00000004 , 0x000004eb 
+ 00001258  0x000006e9 branch  0x000019e4 
+ 00001259  0x000006ec ifetch  0x00000003 , 0x00000006 
+ 00001260  0x000006ed store  0x00000003 , 0x00004436 
+ 00001261  0x000006ee beq  0x0000000a , 0x000004f0 
+ 00001262  0x000006ef beq  0x00000012 , 0x000004ff 
+ 00001263  0x000006f0 branch  0x00001cd3 
+ 00001264  0x000006f3 fetch  0x00000008 , 0x00004bab 
+ 00001265  0x000006f4 bbit0  0x0000003b , 0x00001de7 
+ 00001266  0x000006f5 call  0x00001e8d 
+ 00001267  0x000006f6 fetcht  0x00000002 , 0x00004437 
+ 00001268  0x000006f7 fetch  0x00000001 , 0x000043c0 
+ 00001269  0x000006f8 bbit1  0x00000003 , 0x000004fa 
+ 00001270  0x000006fb fetch  0x00000002 , 0x00004437 
+ 00001271  0x000006fc beq  0x00000030 , 0x00001ec8 
+ 00001272  0x000006fd fetcht  0x00000002 , 0x00004437 
+ 00001273  0x000006fe branch  0x00001deb 
+ 00001274  0x00000701 fetch  0x00000002 , 0x000043d1 
+ 00001275  0x00000702 isub  0x00000002 , 0x0000003e 
+ 00001276  0x00000703 nbranch  0x000004f6 , 0x00000005 
+ 00001277  0x00000704 nbranch  0x000004f6 , 0x00000028 
+ 00001278  0x00000705 branch  0x00001e10 
+ 00001279  0x00000709 copy  0x00000006 , 0x00000011 
+ 00001280  0x0000070a fetch  0x00000002 , 0x000043d4 
+ 00001281  0x0000070b add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00001282  0x0000070c call  0x00001a25 
+ 00001283  0x0000070d fetch  0x00000001 , 0x00004ac1 
+ 00001284  0x0000070e beq  0x000000ff , 0x00001e73 
+ 00001285  0x0000070f fetch  0x00000001 , 0x00004ac7 
+ 00001286  0x00000710 branch  0x00001e73 , 0x00000034 
+ 00001287  0x00000711 fetch  0x00000001 , 0x00004b75 
+ 00001288  0x00000712 bbit1  0x00000001 , 0x00001e73 
+ 00001289  0x00000713 setarg  0x0000001a 
+ 00001290  0x00000714 fetcht  0x00000002 , 0x00004437 
+ 00001291  0x00000715 isub  0x00000002 , 0x0000003e 
+ 00001292  0x00000716 nbranch  0x00001e73 , 0x00000005 
+ 00001293  0x00000717 branch  0x00001e10 
+ 00001294  0x0000071c enable  0x00000028 
+ 00001295  0x0000071d call  0x00001465 
+ 00001296  0x0000071e fetch  0x00000003 , 0x00004174 
+ 00001297  0x0000071f branch  0x00007e56 , 0x00000034 
+ 00001298  0x00000720 fetch  0x00000001 , 0x00004099 
+ 00001299  0x00000721 branch  0x00007e56 , 0x00000034 
+ 00001300  0x00000722 fetch  0x00000001 , 0x00004be1 
+ 00001301  0x00000723 nrtn  0x00000034 
+ 00001302  0x00000724 fetch  0x00000001 , 0x000048bd 
+ 00001303  0x00000725 beq  0x00000001 , 0x00007e56 
+ 00001304  0x00000726 rtn 
+ 00001305  0x0000072a disable  0x00000028 
+ 00001306  0x0000072b setarg  0x00000000 
+ 00001307  0x0000072c store  0x00000006 , 0x000048d1 
+ 00001308  0x0000072d call  0x00000529 
+ 00001309  0x0000072e setarg  0x00000089 
+ 00001310  0x0000072f call  0x00005b0c 
+ 00001311  0x00000730 call  0x00000341 
+ 00001312  0x00000731 call  0x00003f7e 
+ 00001313  0x00000732 call  0x00003f83 
+ 00001314  0x00000733 call  0x00000553 
+ 00001315  0x00000734 fetch  0x00000001 , 0x000048d0 
+ 00001316  0x00000735 and_into  0x0000001f , 0x0000003f 
+ 00001317  0x00000736 store  0x00000001 , 0x000048d0 
+ 00001318  0x00000737 nbranch  0x00000538 , 0x00000028 
+ 00001319  0x00000738 call  0x0000053a 
+ 00001320  0x00000739 branch  0x00004544 
+ 00001321  0x0000073c fetch  0x00000001 , 0x000044ac 
+ 00001322  0x0000073d rtnne  0x00000000 
+ 00001323  0x0000073e fetch  0x00000001 , 0x00004927 
+ 00001324  0x0000073f beq  0x0000000b , 0x0000052e 
+ 00001325  0x00000740 branch  0x00004243 
+ 00001326  0x00000743 call  0x000042c4 
+ 00001327  0x00000744 fetch  0x00000001 , 0x00004911 
+ 00001328  0x00000745 beq  0x000000ff , 0x00004294 
+ 00001329  0x00000746 fetcht  0x00000001 , 0x00004911 
+ 00001330  0x00000747 call  0x00006059 
+ 00001331  0x00000748 nrtn  0x00000001 
+ 00001332  0x0000074a setarg  0x00000000 
+ 00001333  0x0000074b call  0x00005b0d 
+ 00001334  0x0000074c bne  0x00000058 , 0x000041b2 
+ 00001335  0x0000074d branch  0x00004279 
+ 00001336  0x00000750 call  0x00004728 
+ 00001337  0x00000751 rtn 
+ 00001338  0x00000754 fetch  0x00000001 , 0x00004927 
+ 00001339  0x00000755 rtneq  0x00000003 
+ 00001340  0x00000756 branch  0x0000471a 
+ 00001341  0x00000759 call  0x00003f65 
+ 00001342  0x0000075a fetch  0x00000001 , 0x00004927 
+ 00001343  0x0000075b beq  0x0000000b , 0x00000544 
+ 00001344  0x0000075c call  0x00004232 
+ 00001345  0x0000075d arg  0x00004aa3 , 0x00000013 
+ 00001346  0x0000075f call  0x0000422b 
+ 00001347  0x00000760 branch  0x00000341 
+ 00001348  0x00000763 call  0x0000054a 
+ 00001349  0x00000764 arg  0x00004be3 , 0x00000013 
+ 00001350  0x00000765 branch  0x00000542 
+ 00001351  0x00000768 fetch  0x00000001 , 0x00004927 
+ 00001352  0x00000769 beq  0x0000000b , 0x0000054a 
+ 00001353  0x0000076a branch  0x00004232 
+ 00001354  0x0000076c setarg  0x00009706 
+ 00001355  0x0000076d branch  0x00004233 
+ 00001356  0x00000770 call  0x000041a7 
+ 00001357  0x00000771 call  0x00003f65 
+ 00001358  0x00000772 fetch  0x00000001 , 0x00004927 
+ 00001359  0x00000773 beq  0x0000000b , 0x00000551 
+ 00001360  0x00000774 branch  0x0000423e 
+ 00001361  0x00000777 setarg  0x00001f06 
+ 00001362  0x00000778 branch  0x00005b0c 
+ 00001363  0x0000077d call  0x00000555 
+ 00001364  0x0000077e branch  0x000040dd 
+ 00001365  0x00000781 fetch  0x00000001 , 0x00004be1 
+ 00001366  0x00000782 ncall  0x00004121 , 0x00000034 
+ 00001367  0x00000783 arg  0x00000000 , 0x00000011 
+ 00001368  0x00000784 call  0x0000055e 
+ 00001369  0x00000785 call  0x00000563 
+ 00001370  0x00000786 call  0x00000568 
+ 00001371  0x00000787 call  0x0000056d 
+ 00001372  0x00000788 call  0x0000057a 
+ 00001373  0x00000789 branch  0x0000411e 
+ 00001374  0x0000078c fetch  0x00000001 , 0x00004918 
+ 00001375  0x0000078d call  0x00000587 
+ 00001376  0x0000078e call  0x00004124 
+ 00001377  0x0000078f fetcht  0x00000001 , 0x00004918 
+ 00001378  0x00000790 branch  0x00003f56 
+ 00001379  0x00000792 fetch  0x00000001 , 0x00004919 
+ 00001380  0x00000793 call  0x00000587 
+ 00001381  0x00000794 call  0x0000412a 
+ 00001382  0x00000795 fetcht  0x00000001 , 0x00004919 
+ 00001383  0x00000796 branch  0x00003f56 
+ 00001384  0x00000798 fetch  0x00000001 , 0x0000491a 
+ 00001385  0x00000799 call  0x00000587 
+ 00001386  0x0000079a call  0x00004130 
+ 00001387  0x0000079b fetcht  0x00000001 , 0x0000491a 
+ 00001388  0x0000079c branch  0x00003f56 
+ 00001389  0x0000079f fetch  0x00000001 , 0x0000490d 
+ 00001390  0x000007a0 rtneq  0x000000ff 
+ 00001391  0x000007a1 jam  0x00000003 , 0x00004b96 
+ 00001392  0x000007a2 fetch  0x00000001 , 0x00004b91 
+ 00001393  0x000007a3 copy  0x0000003f , 0x00000013 
+ 00001394  0x000007a4 fetcht  0x00000001 , 0x0000490d 
+ 00001395  0x000007a5 fetch  0x00000001 , 0x00004910 
+ 00001396  0x000007a6 beq  0x000000ff , 0x00000576 
+ 00001397  0x000007a7 branch  0x0000413e 
+ 00001398  0x000007a9 fetch  0x00000001 , 0x0000490d 
+ 00001399  0x000007aa call  0x0000058a 
+ 00001400  0x000007ab fetcht  0x00000001 , 0x0000490d 
+ 00001401  0x000007ac branch  0x0000414b 
+ 00001402  0x000007af fetch  0x00000001 , 0x0000490e 
+ 00001403  0x000007b0 rtneq  0x000000ff 
+ 00001404  0x000007b1 jam  0x00000004 , 0x00004b96 
+ 00001405  0x000007b2 fetch  0x00000001 , 0x00004b92 
+ 00001406  0x000007b3 copy  0x0000003f , 0x00000013 
+ 00001407  0x000007b4 fetcht  0x00000001 , 0x0000490e 
+ 00001408  0x000007b5 fetch  0x00000001 , 0x00004910 
+ 00001409  0x000007b6 beq  0x000000ff , 0x00000583 
+ 00001410  0x000007b7 branch  0x00004157 
+ 00001411  0x000007b9 fetch  0x00000001 , 0x0000490e 
+ 00001412  0x000007ba call  0x0000058a 
+ 00001413  0x000007bb fetcht  0x00000001 , 0x0000490e 
+ 00001414  0x000007bc branch  0x00004164 
+ 00001415  0x000007c0 rtneq  0x000000ff 
+ 00001416  0x000007c1 arg  0x0000003f , 0x00000002 
+ 00001417  0x000007c2 branch  0x00006093 
+ 00001418  0x000007c6 rtneq  0x000000ff 
+ 00001419  0x000007c7 arg  0x0000003e , 0x00000002 
+ 00001420  0x000007c8 branch  0x00006093 
+ 00001421  0x000007d0 call  0x00000593 
+ 00001422  0x000007d1 call  0x00007936 
+ 00001423  0x000007d2 call  0x000005a0 
+ 00001424  0x000007d3 call  0x000005b2 
+ 00001425  0x000007d4 call  0x00000597 
+ 00001426  0x000007d5 branch  0x00004650 
+ 00001427  0x000007d8 fetch  0x00000001 , 0x00004c40 
+ 00001428  0x000007d9 bbit0  0x00000003 , 0x00004990 
+ 00001429  0x000007db fetch  0x00000008 , 0x00004bab 
+ 00001430  0x000007dc branch  0x00004992 
+ 00001431  0x000007df fetch  0x00000008 , 0x00004bab 
+ 00001432  0x000007e0 bbit1  0x00000029 , 0x0000059b 
+ 00001433  0x000007e1 bbit1  0x00000037 , 0x0000059b 
+ 00001434  0x000007e2 rtn 
+ 00001435  0x000007e4 fetch  0x00000002 , 0x0000478c 
+ 00001436  0x000007e5 bbit1  0x00000006 , 0x00000220 
+ 00001437  0x000007e6 fetch  0x00000001 , 0x000049bf 
+ 00001438  0x000007e7 nrtn  0x00000034 
+ 00001439  0x000007e8 branch  0x0000465a 
+ 00001440  0x000007eb fetch  0x00000001 , 0x0000490f 
+ 00001441  0x000007ec rtneq  0x000000ff 
+ 00001442  0x000007ed arg  0x00000000 , 0x00000011 
+ 00001443  0x000007ee jam  0x00000005 , 0x00004b96 
+ 00001444  0x000007ef fetcht  0x00000001 , 0x0000490f 
+ 00001445  0x000007f0 call  0x000005a7 
+ 00001446  0x000007f1 branch  0x0000402f 
+ 00001447  0x000007f4 fetch  0x00000008 , 0x00004bab 
+ 00001448  0x000007f5 bbit1  0x0000002c , 0x00004048 
+ 00001449  0x000007f6 fetch  0x00000001 , 0x00004b93 
+ 00001450  0x000007f7 copy  0x0000003f , 0x00000013 
+ 00001451  0x000007f8 fetch  0x00000001 , 0x00004910 
+ 00001452  0x000007f9 beq  0x000000ff , 0x000005ae 
+ 00001453  0x000007fa branch  0x0000403f 
+ 00001454  0x000007fc fetch  0x00000001 , 0x0000490f 
+ 00001455  0x000007fd call  0x0000058a 
+ 00001456  0x000007fe fetcht  0x00000001 , 0x0000490f 
+ 00001457  0x000007ff branch  0x00004195 
+ 00001458  0x00000802 fetch  0x00000008 , 0x00004bab 
+ 00001459  0x00000803 rtnbit0  0x0000003d 
+ 00001460  0x00000804 fetch  0x00000001 , 0x00004c3a 
+ 00001461  0x00000805 nbranch  0x000005bb , 0x00000034 
+ 00001462  0x00000807 fetch  0x00000001 , 0x00004c3b 
+ 00001463  0x00000808 call  0x00000587 
+ 00001464  0x00000809 call  0x000005c6 
+ 00001465  0x0000080a fetcht  0x00000001 , 0x00004c3b 
+ 00001466  0x0000080b branch  0x00003f56 
+ 00001467  0x0000080e fetch  0x00000001 , 0x00004c3b 
+ 00001468  0x0000080f set0  0x00000007 , 0x0000003f 
+ 00001469  0x00000810 store  0x00000001 , 0x00004c3b 
+ 00001470  0x00000811 call  0x0000058a 
+ 00001471  0x00000812 jam  0x00000000 , 0x00004c3f 
+ 00001472  0x00000813 fetcht  0x00000001 , 0x00004c3b 
+ 00001473  0x00000814 fetch  0x00000001 , 0x00004c3c 
+ 00001474  0x00000815 call  0x000005df 
+ 00001475  0x00000816 call  0x000005ca 
+ 00001476  0x00000817 fetcht  0x00000001 , 0x00004c3b 
+ 00001477  0x00000818 branch  0x00003f56 
+ 00001478  0x0000081b jam  0x00000000 , 0x00004c3f 
+ 00001479  0x0000081c fetcht  0x00000001 , 0x00004c3b 
+ 00001480  0x0000081d fetch  0x00000001 , 0x00004c3c 
+ 00001481  0x0000081e call  0x000005d5 
+ 00001482  0x00000820 store  0x00000001 , 0x00004c3c 
+ 00001483  0x00000821 fetch  0x00000001 , 0x00004c3e 
+ 00001484  0x00000822 branch  0x000005d1 , 0x00000034 
+ 00001485  0x00000824 fetch  0x00000001 , 0x00004c3d 
+ 00001486  0x00000825 rtneq  0x00000001 
+ 00001487  0x00000826 jam  0x00000001 , 0x00004c3d 
+ 00001488  0x00000827 branch  0x00004069 
+ 00001489  0x0000082a fetch  0x00000001 , 0x00004c3d 
+ 00001490  0x0000082b rtneq  0x00000000 
+ 00001491  0x0000082c jam  0x00000000 , 0x00004c3d 
+ 00001492  0x0000082d rtn 
+ 00001493  0x00000830 lshift  0x0000003f , 0x0000003f 
+ 00001494  0x00000831 copy  0x0000003f , 0x00000012 
+ 00001495  0x00000832 call  0x00006059 
+ 00001496  0x00000833 setflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00001497  0x00000834 and  0x00000012 , 0x00000007 , 0x0000003f 
+ 00001498  0x00000835 fetcht  0x00000001 , 0x00004c3f 
+ 00001499  0x00000836 copy  0x00000002 , 0x00000007 
+ 00001500  0x00000837 beq  0x00000007 , 0x000005ea 
+ 00001501  0x00000838 beq  0x00000000 , 0x000005ec 
+ 00001502  0x00000839 rtn 
+ 00001503  0x0000083c lshift  0x0000003f , 0x0000003f 
+ 00001504  0x0000083d copy  0x0000003f , 0x00000012 
+ 00001505  0x0000083e call  0x00003f54 
+ 00001506  0x0000083f call  0x00006059 
+ 00001507  0x00000840 setflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00001508  0x00000841 and  0x00000012 , 0x00000007 , 0x0000003f 
+ 00001509  0x00000842 fetcht  0x00000001 , 0x00004c3f 
+ 00001510  0x00000843 copy  0x00000002 , 0x00000007 
+ 00001511  0x00000844 beq  0x00000007 , 0x000005ea 
+ 00001512  0x00000845 beq  0x00000000 , 0x000005ec 
+ 00001513  0x00000846 rtn 
+ 00001514  0x00000849 jam  0x00000001 , 0x00004c3e 
+ 00001515  0x0000084a rtn 
+ 00001516  0x0000084c jam  0x00000000 , 0x00004c3e 
+ 00001517  0x0000084d rtn 
+ 00001518  0x00000850 call  0x00004072 
+ 00001519  0x00000851 rtn  0x00000028 
+ 00001520  0x00000853 fetch  0x00000001 , 0x00004992 
+ 00001521  0x00000854 copy  0x0000003f , 0x00000002 
+ 00001522  0x00000855 fetch  0x00000008 , 0x00004bab 
+ 00001523  0x00000856 bbit1  0x0000003d , 0x000005fa 
+ 00001524  0x00000857 copy  0x00000002 , 0x0000003f 
+ 00001525  0x00000858 increase  0x00000001 , 0x0000003f 
+ 00001526  0x00000859 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00001527  0x0000085b store  0x00000001 , 0x00004992 
+ 00001528  0x0000085c call  0x0000033f 
+ 00001529  0x0000085d branch  0x00004643 
+ 00001530  0x00000860 fetch  0x00000001 , 0x00004c3e 
+ 00001531  0x00000861 nbranch  0x00000617 , 0x00000034 
+ 00001532  0x00000863 fetch  0x00000008 , 0x00004bab 
+ 00001533  0x00000864 bbit1  0x0000001c , 0x0000060b 
+ 00001534  0x00000865 copy  0x00000002 , 0x0000003f 
+ 00001535  0x00000866 rtneq  0x00000001 
+ 00001536  0x00000868 beq  0x00000000 , 0x00000607 
+ 00001537  0x00000869 beq  0x00000002 , 0x00000605 
+ 00001538  0x0000086a rtn 
+ 00001539  0x0000086d setarg  0x00000002 
+ 00001540  0x0000086e branch  0x000005f7 
+ 00001541  0x00000870 setarg  0x00000000 
+ 00001542  0x00000871 branch  0x000005f7 
+ 00001543  0x00000873 setarg  0x00000001 
+ 00001544  0x00000874 branch  0x000005f7 
+ 00001545  0x00000876 setarg  0x00000003 
+ 00001546  0x00000877 branch  0x000005f7 
+ 00001547  0x0000087a copy  0x00000002 , 0x0000003f 
+ 00001548  0x0000087b rtneq  0x00000001 
+ 00001549  0x0000087c beq  0x00000000 , 0x00000607 
+ 00001550  0x0000087d beq  0x00000002 , 0x00000609 
+ 00001551  0x0000087e beq  0x00000003 , 0x00000605 
+ 00001552  0x0000087f rtn 
+ 00001553  0x00000881 copy  0x00000002 , 0x0000003f 
+ 00001554  0x00000882 rtneq  0x00000002 
+ 00001555  0x00000883 beq  0x00000000 , 0x00000609 
+ 00001556  0x00000884 beq  0x00000001 , 0x00000605 
+ 00001557  0x00000885 beq  0x00000003 , 0x00000603 
+ 00001558  0x00000886 rtn 
+ 00001559  0x0000088a fetch  0x00000008 , 0x00004bab 
+ 00001560  0x0000088b bbit1  0x0000001c , 0x00000611 
+ 00001561  0x0000088c copy  0x00000002 , 0x0000003f 
+ 00001562  0x0000088d rtneq  0x00000002 
+ 00001563  0x0000088f beq  0x00000000 , 0x00000603 
+ 00001564  0x00000890 beq  0x00000001 , 0x00000605 
+ 00001565  0x00000891 rtn 
+ 00001566  0x00000899 fetch  0x00000002 , 0x0000478c 
+ 00001567  0x0000089a rtnbit1  0x0000000b 
+ 00001568  0x0000089b rtnbit1  0x00000007 
+ 00001569  0x0000089c rtnbit1  0x00000006 
+ 00001570  0x0000089d fetchr  0x00000011 , 0x00000002 , 0x00004899 
+ 00001571  0x0000089e call  0x000025cb 
+ 00001572  0x0000089f storet  0x00000001 , 0x000048c7 
+ 00001573  0x000008a0 branch  0x000026f6 
+ 00015297  0x000008a8 call  0x00003bf0 
+ 00015298  0x000008a9 call  0x000041a7 
+ 00015299  0x000008aa call  0x0000408e 
+ 00015300  0x000008ab rtn  0x0000002b 
+ 00015301  0x000008ac call  0x00003d8a 
+ 00015302  0x000008ad call  0x00004728 
+ 00015303  0x000008ae call  0x00003bcf 
+ 00015304  0x000008af call  0x0000423c 
+ 00015305  0x000008b0 fetch  0x00000001 , 0x0000492a 
+ 00015306  0x000008b1 rtnbit1  0x00000007 
+ 00015307  0x000008b3 fetch  0x00000002 , 0x0000478c 
+ 00015308  0x000008b4 bbit1  0x0000000c , 0x00004553 
+ 00015309  0x000008b5 call  0x000046a0 
+ 00015310  0x000008b6 branch  0x00003d52 
+ 00015311  0x000008ba setarg  0x00004866 
+ 00015312  0x000008bb store  0x00000002 , 0x0000489b 
+ 00015313  0x000008bc setarg  0x0000488f 
+ 00015314  0x000008bd store  0x00000002 , 0x0000489d 
+ 00015315  0x000008be setarg  0x00003e40 
+ 00015316  0x000008bf store  0x00000002 , 0x0000489f 
+ 00015317  0x000008c0 setarg  0x0000439f 
+ 00015318  0x000008c1 store  0x00000002 , 0x00004461 
+ 00015319  0x000008c2 setarg  0x00004457 
+ 00015320  0x000008c3 store  0x00000002 , 0x00004463 
+ 00015321  0x000008c4 setarg  0x00003e3b 
+ 00015322  0x000008c5 store  0x00000002 , 0x0000445f 
+ 00015323  0x000008c6 setarg  0x00004334 
+ 00015324  0x000008c7 store  0x00000002 , 0x00004467 
+ 00015325  0x000008c8 setarg  0x0000464b 
+ 00015326  0x000008c9 store  0x00000002 , 0x00004465 
+ 00015327  0x000008ca setarg  0x00003e25 
+ 00015328  0x000008cb store  0x00000002 , 0x0000445d 
+ 00015329  0x000008cc setarg  0x00004388 
+ 00015330  0x000008cd store  0x00000002 , 0x0000446b 
+ 00015331  0x000008ce setarg  0x000044b5 
+ 00015332  0x000008cf store  0x00000002 , 0x0000446f 
+ 00015333  0x000008d0 setarg  0x00003f69 
+ 00015334  0x000008d1 store  0x00000002 , 0x00004473 
+ 00015335  0x000008d2 setarg  0x00003e13 
+ 00015336  0x000008d3 store  0x00000002 , 0x0000445b 
+ 00015337  0x000008d4 setarg  0x000049a8 
+ 00015338  0x000008d5 store  0x00000002 , 0x0000446d 
+ 00015339  0x000008d6 setarg  0x000049aa 
+ 00015340  0x000008d7 store  0x00000002 , 0x00004477 
+ 00015341  0x000008d8 setarg  0x000049bd 
+ 00015342  0x000008d9 store  0x00000002 , 0x00004471 
+ 00015343  0x000008da rtn 
+ 00015344  0x000008de rtn  0x0000002b 
+ 00015345  0x000008df call  0x00002607 
+ 00015346  0x000008e0 call  0x000022ff 
+ 00015347  0x000008e1 call  0x00003f1e 
+ 00015348  0x000008e2 call  0x00003d13 
+ 00015349  0x000008e4 call  0x00001b16 
+ 00015350  0x000008e5 call  0x00001b3f 
+ 00015351  0x000008e6 call  0x00001b32 
+ 00015352  0x000008e7 call  0x00001b1e 
+ 00015353  0x000008e8 fetch  0x00000008 , 0x00004bab 
+ 00015354  0x000008e9 bbit1  0x00000013 , 0x00004635 
+ 00015355  0x000008ea bbit1  0x00000012 , 0x000045f6 
+ 00015356  0x000008eb rtn 
+ 00015357  0x000008ee jam  0x00000008 , 0x000040c5 
+ 00015358  0x000008ef fetch  0x00000008 , 0x00004bab 
+ 00015359  0x000008f0 rtnbit1  0x0000000c 
+ 00015360  0x000008f1 jam  0x00000018 , 0x000040c5 
+ 00015361  0x000008f2 rtn 
+ 00015362  0x000008f5 jam  0x000000ff , 0x00000b58 
+ 00015363  0x000008f6 jam  0x000000ff , 0x00004790 
+ 00015364  0x000008f7 jam  0x0000001e , 0x0000478f 
+ 00015365  0x000008f9 setarg  0x0000492d 
+ 00015366  0x000008fa store  0x00000002 , 0x0000448d 
+ 00015367  0x000008fb jam  0x00000001 , 0x0000448c 
+ 00015368  0x000008fd setarg  0x00004ab5 
+ 00015369  0x000008fe store  0x00000002 , 0x00004899 
+ 00015370  0x00000900 jam  0x00000001 , 0x00004836 
+ 00015371  0x00000902 fetch  0x00000002 , 0x000048fe 
+ 00015372  0x00000903 store  0x00000002 , 0x00004791 
+ 00015373  0x00000905 fetch  0x00000002 , 0x00004900 
+ 00015374  0x00000906 store  0x00000002 , 0x00004881 
+ 00015375  0x00000908 fetch  0x00000001 , 0x00004903 
+ 00015376  0x00000909 store  0x00000002 , 0x00004885 
+ 00015377  0x0000090b fetch  0x00000005 , 0x00004905 
+ 00015378  0x0000090c store  0x00000005 , 0x000048cb 
+ 00015379  0x0000090e fetch  0x00000001 , 0x00004904 
+ 00015380  0x0000090f store  0x00000001 , 0x0000487c 
+ 00015381  0x00000912 fetch  0x00000008 , 0x00004bab 
+ 00015382  0x00000913 nrtn  0x00000034 
+ 00015383  0x00000917 setarg  0x00020800 
+ 00015384  0x00000918 store  0x00000003 , 0x00004bab 
+ 00015385  0x00000919 setarg  0x00800700 
+ 00015386  0x0000091a istore  0x00000003 , 0x00000005 
+ 00015387  0x0000091b setarg  0x00000300 
+ 00015388  0x0000091c istore  0x00000002 , 0x00000005 
+ 00015389  0x0000091e jam  0x00000001 , 0x00004099 
+ 00015390  0x0000091f fetch  0x00000001 , 0x0000490a 
+ 00015391  0x00000920 isolate1  0x00000000 , 0x0000003f 
+ 00015392  0x00000921 call  0x000046e6 , 0x00000001 
+ 00015393  0x00000923 fetch  0x00000001 , 0x0000490a 
+ 00015394  0x00000924 isolate1  0x00000002 , 0x0000003f 
+ 00015395  0x00000925 call  0x000046e8 , 0x00000001 
+ 00015396  0x00000926 fetch  0x00000001 , 0x0000490a 
+ 00015397  0x00000927 isolate1  0x00000001 , 0x0000003f 
+ 00015398  0x00000928 call  0x000046ea , 0x00000001 
+ 00015399  0x00000929 fetch  0x00000001 , 0x0000490a 
+ 00015400  0x0000092a isolate1  0x00000003 , 0x0000003f 
+ 00015401  0x0000092b call  0x000046ec , 0x00000001 
+ 00015402  0x0000092c fetch  0x00000001 , 0x0000490a 
+ 00015403  0x0000092d isolate1  0x00000004 , 0x0000003f 
+ 00015404  0x0000092e call  0x000046ee , 0x00000001 
+ 00015405  0x0000092f fetch  0x00000001 , 0x0000490a 
+ 00015406  0x00000930 isolate1  0x00000005 , 0x0000003f 
+ 00015407  0x00000931 call  0x000046f8 , 0x00000001 
+ 00015408  0x00000933 fetch  0x00000001 , 0x00004866 
+ 00015409  0x00000934 ncall  0x0000230e , 0x00000034 
+ 00015410  0x00000936 call  0x00003bfd 
+ 00015411  0x00000938 fetch  0x00000001 , 0x0000490b 
+ 00015412  0x00000939 and  0x0000003f , 0x00000007 , 0x00000002 
+ 00015413  0x0000093a storet  0x00000001 , 0x000044a1 
+ 00015414  0x0000093b rshift3  0x0000003f , 0x0000003f 
+ 00015415  0x0000093c and  0x0000003f , 0x00000001 , 0x00000002 
+ 00015416  0x0000093d storet  0x00000001 , 0x00004866 
+ 00015417  0x0000093e rshift  0x0000003f , 0x0000003f 
+ 00015418  0x0000093f and  0x0000003f , 0x00000003 , 0x00000002 
+ 00015419  0x00000940 storet  0x00000001 , 0x000048fd 
+ 00015420  0x00000941 rshift2  0x0000003f , 0x0000003f 
+ 00015421  0x00000942 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00015422  0x00000943 call  0x000047d4 
+ 00015423  0x00000945 fetch  0x00000001 , 0x0000490c 
+ 00015424  0x00000946 and  0x0000003f , 0x00000003 , 0x00000002 
+ 00015425  0x00000947 storet  0x00000001 , 0x00004924 
+ 00015426  0x00000948 rshift2  0x0000003f , 0x0000003f 
+ 00015427  0x00000949 and  0x0000003f , 0x00000003 , 0x00000002 
+ 00015428  0x0000094a storet  0x00000001 , 0x00004925 
+ 00015429  0x0000094b rshift2  0x0000003f , 0x0000003f 
+ 00015430  0x0000094c and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00015431  0x0000094d store  0x00000001 , 0x00004926 
+ 00015432  0x0000094e store  0x00000001 , 0x00004992 
+ 00015433  0x0000094f rshift2  0x0000003f , 0x0000003f 
+ 00015434  0x00000950 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00015435  0x00000951 store  0x00000001 , 0x00004bb4 
+ 00015436  0x00000954 setarg  0x000b0c0a 
+ 00015437  0x00000955 store  0x00000003 , 0x00004918 
+ 00015438  0x00000956 setarg  0x00ffffff 
+ 00015439  0x00000957 istore  0x00000003 , 0x00000005 
+ 00015440  0x00000958 setarg  0x000607ff 
+ 00015441  0x00000959 istore  0x00000003 , 0x00000005 
+ 00015442  0x0000095a setarg  0x00ffffff 
+ 00015443  0x0000095b istore  0x00000003 , 0x00000005 
+ 00015444  0x0000095e jam  0x0000000a , 0x000048f7 
+ 00015445  0x0000095f setarg  0x00000064 
+ 00015446  0x00000960 store  0x00000002 , 0x00004bc8 
+ 00015447  0x00000961 call  0x00003e7b 
+ 00015448  0x00000963 setarg  0x00001770 
+ 00015449  0x00000964 store  0x00000002 , 0x00004bbe 
+ 00015450  0x00000965 jam  0x00000014 , 0x00004bc0 
+ 00015451  0x00000966 setarg  0x00000190 
+ 00015452  0x00000967 store  0x00000002 , 0x00004bc6 
+ 00015453  0x00000968 store  0x00000002 , 0x00004bc2 
+ 00015454  0x00000969 setarg  0x000003e8 
+ 00015455  0x0000096a store  0x00000002 , 0x00004bc4 
+ 00015456  0x0000096b jam  0x00000007 , 0x0000487d 
+ 00015457  0x0000096c jam  0x0000007d , 0x000048ca 
+ 00015458  0x0000096d jam  0x00000000 , 0x000041e8 
+ 00015459  0x0000096f jam  0x00000001 , 0x0000488c 
+ 00015460  0x00000970 setarg  0x00000f0f 
+ 00015461  0x00000971 store  0x00000002 , 0x0000488d 
+ 00015462  0x00000972 store  0x00000002 , 0x0000488f 
+ 00015463  0x00000975 fetch  0x00000002 , 0x000040a8 
+ 00015464  0x00000976 store  0x00000002 , 0x000040ac 
+ 00015465  0x00000977 arg  0x0000437a , 0x00000005 
+ 00015466  0x00000978 arg  0x000040a8 , 0x00000006 
+ 00015467  0x00000979 arg  0x00000006 , 0x00000039 
+ 00015468  0x0000097a call  0x00007e68 
+ 00015469  0x0000097c jam  0x00000020 , 0x00004b8a 
+ 00015470  0x0000097d jam  0x00000034 , 0x00004939 
+ 00015471  0x0000097e fetch  0x00000006 , 0x0000437a 
+ 00015472  0x0000097f store  0x00000006 , 0x00004950 
+ 00015473  0x00000980 jam  0x00000002 , 0x00004bb3 
+ 00015474  0x00000982 jam  0x0000001f , 0x000043e7 
+ 00015475  0x00000984 setarg  0x00050102 
+ 00015476  0x00000985 store  0x00000003 , 0x000043e8 
+ 00015477  0x00000986 setarg  0x00120303 
+ 00015478  0x00000987 istore  0x00000003 , 0x00000005 
+ 00015479  0x00000988 setarg  0x00190318 
+ 00015480  0x00000989 istore  0x00000003 , 0x00000005 
+ 00015481  0x0000098a setarg  0x000003c2 
+ 00015482  0x0000098b istore  0x00000002 , 0x00000005 
+ 00015483  0x0000098d setarg  0x0006ff06 
+ 00015484  0x0000098e store  0x00000003 , 0x00004ad2 
+ 00015485  0x0000098f setarg  0x00000300 
+ 00015486  0x00000990 istore  0x00000003 , 0x00000005 
+ 00015487  0x00000991 setarg  0x00090c80 
+ 00015488  0x00000992 istore  0x00000003 , 0x00000005 
+ 00015489  0x00000994 setarg  0x00355442 
+ 00015490  0x00000995 istore  0x00000003 , 0x00000005 
+ 00015491  0x00000996 setarg  0x0020322e 
+ 00015492  0x00000997 istore  0x00000003 , 0x00000005 
+ 00015493  0x00000998 setarg  0x00756f4d 
+ 00015494  0x00000999 istore  0x00000003 , 0x00000005 
+ 00015495  0x0000099a setarg  0x00006573 
+ 00015496  0x0000099b istore  0x00000002 , 0x00000005 
+ 00015497  0x0000099d jam  0x0000001f , 0x00004407 
+ 00015498  0x0000099e arg  0x00004ad9 , 0x00000006 
+ 00015499  0x0000099f arg  0x00004408 , 0x00000005 
+ 00015500  0x000009a0 arg  0x0000000d , 0x00000039 
+ 00015501  0x000009a1 call  0x00007d5f 
+ 00015502  0x000009a3 fetch  0x00000001 , 0x00004408 
+ 00015503  0x000009a4 increase  0xffffffff , 0x0000003f 
+ 00015504  0x000009a5 store  0x00000001 , 0x000042f7 
+ 00015505  0x000009a7 arg  0x0000440a , 0x00000006 
+ 00015506  0x000009a8 arg  0x000042f8 , 0x00000005 
+ 00015507  0x000009a9 arg  0x0000000b , 0x00000039 
+ 00015508  0x000009aa call  0x00007d5f 
+ 00015509  0x000009ac setarg  0x00070007 
+ 00015510  0x000009ad store  0x00000003 , 0x00004372 
+ 00015511  0x000009ae setarg  0x00002000 
+ 00015512  0x000009af istore  0x00000003 , 0x00000005 
+ 00015513  0x000009b0 setarg  0x0000012c 
+ 00015514  0x000009b1 istore  0x00000002 , 0x00000005 
+ 00015515  0x000009b3 setarg  0x00181203 
+ 00015516  0x000009b4 store  0x00000003 , 0x00004acc 
+ 00015517  0x000009b6 setarg  0x000000ff 
+ 00015518  0x000009b7 store  0x00000003 , 0x00004acf 
+ 00015519  0x000009b9 setsect  0x00000000 , 0x000000fb 
+ 00015520  0x000009ba setsect  0x00000001 , 0x0002c212 
+ 00015521  0x000009bb setsect  0x00000002 , 0x0000800f 
+ 00015522  0x000009bc setsect  0x00000003 , 0x00000021 
+ 00015523  0x000009bd store  0x00000008 , 0x0000444c 
+ 00015524  0x000009bf jam  0x00000007 , 0x00004432 
+ 00015525  0x000009c1 setarg  0x00000015 
+ 00015526  0x000009c2 store  0x00000002 , 0x00004ae7 
+ 00015527  0x000009c3 setarg  0x00000019 
+ 00015528  0x000009c4 store  0x00000002 , 0x00004357 
+ 00015529  0x000009c5 setarg  0x0000001d 
+ 00015530  0x000009c6 store  0x00000002 , 0x00004ae9 
+ 00015531  0x000009c7 setarg  0x00000021 
+ 00015532  0x000009c8 store  0x00000002 , 0x00004aeb 
+ 00015533  0x000009c9 setarg  0x00000030 
+ 00015534  0x000009ca store  0x00000002 , 0x00004aed 
+ 00015535  0x000009cb setarg  0x00000022 
+ 00015536  0x000009cc store  0x00000002 , 0x000043d1 
+ 00015537  0x000009ce jam  0x00000096 , 0x00004af0 
+ 00015538  0x000009d1 jam  0x00000000 , 0x00004938 
+ 00015539  0x000009d2 call  0x00002322 
+ 00015540  0x000009d3 call  0x00002325 
+ 00015541  0x000009d5 setarg  0x00604800 
+ 00015542  0x000009d6 store  0x00000003 , 0x0000485c 
+ 00015543  0x000009d7 setarg  0x0000012c 
+ 00015544  0x000009d8 store  0x00000002 , 0x000048c2 
+ 00015545  0x000009d9 setarg  0x00000050 
+ 00015546  0x000009da store  0x00000002 , 0x000048c0 
+ 00015547  0x000009db setarg  0x00000005 
+ 00015548  0x000009dc store  0x00000002 , 0x00004bba 
+ 00015549  0x000009dd setarg  0x00000708 
+ 00015550  0x000009de store  0x00000002 , 0x00004bbc 
+ 00015551  0x000009e2 setarg  0x00010403 
+ 00015552  0x000009e3 store  0x00000003 , 0x000049d0 
+ 00015553  0x000009e4 setarg  0x002a2002 
+ 00015554  0x000009e5 istore  0x00000003 , 0x00000005 
+ 00015555  0x000009e6 setarg  0x0022153f 
+ 00015556  0x000009e7 istore  0x00000003 , 0x00000005 
+ 00015557  0x000009e8 setarg  0x00114433 
+ 00015558  0x000009e9 istore  0x00000003 , 0x00000005 
+ 00015559  0x000009eb setarg  0x00265a09 
+ 00015560  0x000009ec store  0x00000003 , 0x000049df 
+ 00015561  0x000009ed setarg  0x00041934 
+ 00015562  0x000009ee istore  0x00000003 , 0x00000005 
+ 00015563  0x000009ef setarg  0x00000009 
+ 00015564  0x000009f0 istore  0x00000002 , 0x00000005 
+ 00015565  0x000009f1 setarg  0x0000ffff 
+ 00015566  0x000009f2 istore  0x00000002 , 0x00000005 
+ 00015567  0x000009f4 setarg  0x000d5a09 
+ 00015568  0x000009f5 store  0x00000003 , 0x000049f3 
+ 00015569  0x000009f6 setarg  0x00ed1d10 
+ 00015570  0x000009f7 istore  0x00000003 , 0x00000005 
+ 00015571  0x000009f8 setarg  0x0000807d 
+ 00015572  0x000009f9 istore  0x00000002 , 0x00000005 
+ 00015573  0x000009fa setarg  0x0000ffff 
+ 00015574  0x000009fb istore  0x00000002 , 0x00000005 
+ 00015575  0x000009fd setarg  0x00ff5a09 
+ 00015576  0x000009fe store  0x00000003 , 0x00004a39 
+ 00015577  0x000009ff setarg  0x0040ab27 
+ 00015578  0x00000a00 istore  0x00000003 , 0x00000005 
+ 00015579  0x00000a01 setarg  0x00a0d1be 
+ 00015580  0x00000a02 istore  0x00000003 , 0x00000005 
+ 00015581  0x00000a03 setarg  0x0012a141 
+ 00015582  0x00000a04 istore  0x00000003 , 0x00000005 
+ 00015583  0x00000a05 setarg  0x00a784a5 
+ 00015584  0x00000a06 istore  0x00000003 , 0x00000005 
+ 00015585  0x00000a07 setarg  0x00d0b5ff 
+ 00015586  0x00000a08 istore  0x00000003 , 0x00000005 
+ 00015587  0x00000a09 setarg  0x00ff00b6 
+ 00015588  0x00000a0a istore  0x00000003 , 0x00000005 
+ 00015589  0x00000a0b setarg  0x00000900 
+ 00015590  0x00000a0c istore  0x00000003 , 0x00000005 
+ 00015591  0x00000a0d setarg  0x0000ffff 
+ 00015592  0x00000a0e istore  0x00000002 , 0x00000005 
+ 00015593  0x00000a10 setarg  0x000d5a09 
+ 00015594  0x00000a11 store  0x00000003 , 0x00004a53 
+ 00015595  0x00000a12 setarg  0x00c50e10 
+ 00015596  0x00000a13 istore  0x00000003 , 0x00000005 
+ 00015597  0x00000a14 setarg  0x00109a5b 
+ 00015598  0x00000a15 istore  0x00000003 , 0x00000005 
+ 00015599  0x00000a16 setarg  0x00421138 
+ 00015600  0x00000a17 istore  0x00000003 , 0x00000005 
+ 00015601  0x00000a18 setarg  0x00412828 
+ 00015602  0x00000a19 istore  0x00000003 , 0x00000005 
+ 00015603  0x00000a1a setarg  0x00394923 
+ 00015604  0x00000a1b istore  0x00000003 , 0x00000005 
+ 00015605  0x00000a1c setarg  0x004bb04a 
+ 00015606  0x00000a1d istore  0x00000003 , 0x00000005 
+ 00015607  0x00000a1e setarg  0x00904ca0 
+ 00015608  0x00000a1f istore  0x00000003 , 0x00000005 
+ 00015609  0x00000a20 setarg  0x0009704d 
+ 00015610  0x00000a21 istore  0x00000003 , 0x00000005 
+ 00015611  0x00000a22 setarg  0x00ffff00 
+ 00015612  0x00000a23 istore  0x00000003 , 0x00000005 
+ 00015613  0x00000a25 setarg  0x0046a509 
+ 00015614  0x00000a26 store  0x00000003 , 0x00004a81 
+ 00015615  0x00000a27 setarg  0x00101934 
+ 00015616  0x00000a28 istore  0x00000003 , 0x00000005 
+ 00015617  0x00000a29 setarg  0x00690760 
+ 00015618  0x00000a2a istore  0x00000003 , 0x00000005 
+ 00015619  0x00000a2b setarg  0x00207d04 
+ 00015620  0x00000a2c istore  0x00000003 , 0x00000005 
+ 00015621  0x00000a2d setarg  0x0009007e 
+ 00015622  0x00000a2e istore  0x00000003 , 0x00000005 
+ 00015623  0x00000a2f setarg  0x00220d00 
+ 00015624  0x00000a30 istore  0x00000003 , 0x00000005 
+ 00015625  0x00000a31 setarg  0x00ff220e 
+ 00015626  0x00000a32 istore  0x00000003 , 0x00000005 
+ 00015627  0x00000a33 jam  0x000000ff , 0x00004a96 
+ 00015628  0x00000a35 setarg  0x000b5a09 
+ 00015629  0x00000a36 store  0x00000003 , 0x00004aa3 
+ 00015630  0x00000a37 setarg  0x000009f3 
+ 00015631  0x00000a38 istore  0x00000003 , 0x00000005 
+ 00015632  0x00000a39 setarg  0x0000ffff 
+ 00015633  0x00000a3a istore  0x00000002 , 0x00000005 
+ 00015634  0x00000a3d branch  0x00003100 
+ 00015635  0x00000a41 setarg  0x00009468 
+ 00015636  0x00000a42 store  0x00000002 , 0x00004660 
+ 00015637  0x00000a43 setarg  0x00009732 
+ 00015638  0x00000a44 store  0x00000002 , 0x00004396 
+ 00015639  0x00000a45 setarg  0x00002580 
+ 00015640  0x00000a46 store  0x00000003 , 0x000040b2 
+ 00015641  0x00000a47 jam  0x00000003 , 0x00004178 
+ 00015642  0x00000a48 jam  0x00000008 , 0x0000415b 
+ 00015643  0x00000a49 jam  0x00000000 , 0x00004b9e 
+ 00015644  0x00000a4a jam  0x00000000 , 0x00004b9e 
+ 00015645  0x00000a4b jam  0x00000000 , 0x00004b9f 
+ 00015646  0x00000a4c setarg  0x00000200 
+ 00015647  0x00000a4d store  0x00000002 , 0x00004159 
+ 00015648  0x00000a4e jam  0x00000017 , 0x00004380 
+ 00015649  0x00000a4f jam  0x00000017 , 0x00004382 
+ 00015650  0x00000a51 setarg  0x00000a77 
+ 00015651  0x00000a52 store  0x00000002 , 0x00004484 
+ 00015652  0x00000a54 setsect  0x00000000 , 0x00000306 
+ 00015653  0x00000a55 setsect  0x00000001 , 0x00004440 
+ 00015654  0x00000a56 setsect  0x00000002 , 0x00010000 
+ 00015655  0x00000a57 setsect  0x00000003 , 0x00004408 
+ 00015656  0x00000a58 store  0x00000009 , 0x00004662 
+ 00015657  0x00000a59 setsect  0x00000000 , 0x00001224 
+ 00015658  0x00000a5a setsect  0x00000001 , 0x00004000 
+ 00015659  0x00000a5b setsect  0x00000002 , 0x00000000 
+ 00015660  0x00000a5c istore  0x00000005 , 0x00000005 
+ 00015661  0x00000a5e setsect  0x00000000 , 0x0003ffff 
+ 00015662  0x00000a5f setsect  0x00000001 , 0x0002fe23 
+ 00015663  0x00000a60 setsect  0x00000002 , 0x000199d9 
+ 00015664  0x00000a61 setsect  0x00000003 , 0x0000020d 
+ 00015665  0x00000a62 store  0x00000008 , 0x000040a0 
+ 00015666  0x00000a64 setarg  0x00004af5 
+ 00015667  0x00000a65 store  0x00000002 , 0x000043de 
+ 00015668  0x00000a66 setarg  0x00000010 
+ 00015669  0x00000a67 store  0x00000002 , 0x000043e0 
+ 00015670  0x00000a69 call  0x0000490e 
+ 00015671  0x00000a6a call  0x000048c6 
+ 00015672  0x00000a6b call  0x00003e8e 
+ 00015673  0x00000a6d fetch  0x00000008 , 0x00004bab 
+ 00015674  0x00000a6e bbit0  0x0000001b , 0x00003d3f 
+ 00015675  0x00000a6f jam  0x0000000c , 0x00004455 
+ 00015676  0x00000a70 setarg  0x00000006 
+ 00015677  0x00000a71 store  0x00000002 , 0x00004372 
+ 00015678  0x00000a72 store  0x00000002 , 0x00004374 
+ 00015679  0x00000a74 call  0x00002613 
+ 00015680  0x00000a75 fetch  0x00000008 , 0x00004bab 
+ 00015681  0x00000a76 bbit0  0x00000018 , 0x00003d43 
+ 00015682  0x00000a77 call  0x0000260b 
+ 00015683  0x00000a79 fetch  0x00000001 , 0x00004938 
+ 00015684  0x00000a7a store  0x00000001 , 0x00004ab4 
+ 00015685  0x00000a7b fetch  0x00000003 , 0x0000437d 
+ 00015686  0x00000a7c store  0x00000003 , 0x00004ac9 
+ 00015687  0x00000a7d fetch  0x00000001 , 0x000048fd 
+ 00015688  0x00000a7e and  0x0000003f , 0x000000fe , 0x0000003f 
+ 00015689  0x00000a7f store  0x00000001 , 0x000048fd 
+ 00015690  0x00000a80 store  0x00000001 , 0x000044a0 
+ 00015691  0x00000a81 setarg  0x00000000 
+ 00015692  0x00000a82 store  0x00000007 , 0x000048d0 
+ 00015693  0x00000a83 fetch  0x00000001 , 0x0000478f 
+ 00015694  0x00000a84 store  0x00000001 , 0x00004b9b 
+ 00015695  0x00000a85 store  0x00000001 , 0x00004b9c 
+ 00015696  0x00000a86 call  0x00001aa9 
+ 00015697  0x00000a87 branch  0x000042a0 
+ 00015698  0x00000a8b bpatch  0x000000c3 , 0x00004018 
+ 00015699  0x00000a8c fetch  0x00000008 , 0x00004bab 
+ 00015700  0x00000a8d bbit1  0x0000002f , 0x0000480a 
+ 00015701  0x00000a8e fetch  0x00000001 , 0x00004938 
+ 00015702  0x00000a8f beq  0x00000000 , 0x000047f6 
+ 00015703  0x00000a90 call  0x00003d65 
+ 00015704  0x00000a91 nbranch  0x000042eb , 0x00000028 
+ 00015705  0x00000a93 bpatch  0x000000c4 , 0x00004018 
+ 00015706  0x00000a94 arg  0x00004939 , 0x00000011 
+ 00015707  0x00000a95 fetch  0x00000001 , 0x00004938 
+ 00015708  0x00000a96 increase  0xffffffff , 0x0000003f 
+ 00015709  0x00000a97 mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00015710  0x00000a98 iadd  0x00000011 , 0x00000011 
+ 00015711  0x00000a99 ifetch  0x00000001 , 0x00000011 
+ 00015712  0x00000a9a store  0x00000001 , 0x00004482 
+ 00015713  0x00000a9c fetch  0x00000001 , 0x00004482 
+ 00015714  0x00000a9d beq  0x00000033 , 0x00003d6f 
+ 00015715  0x00000a9e beq  0x00000034 , 0x00003d7b 
+ 00015716  0x00000a9f branch  0x00004553 
+ 00015717  0x00000aa3 bpatch  0x000000c5 , 0x00004018 
+ 00015718  0x00000aa4 disable  0x00000028 
+ 00015719  0x00000aa5 fetch  0x00000008 , 0x00004bab 
+ 00015720  0x00000aa6 bbit0  0x0000000b , 0x00003d6c 
+ 00015721  0x00000aa7 fetch  0x00000001 , 0x00000989 
+ 00015722  0x00000aa8 bbit0  0x00000002 , 0x00003d6c 
+ 00015723  0x00000aa9 enable  0x00000028 
+ 00015724  0x00000aab fetch  0x00000001 , 0x00004ab1 
+ 00015725  0x00000aac store  0x00000001 , 0x00004ab0 
+ 00015726  0x00000aad rtn 
+ 00015727  0x00000ab1 fetcht  0x00000002 , 0x00004bb8 
+ 00015728  0x00000ab2 fetch  0x00000001 , 0x00004ac1 
+ 00015729  0x00000ab3 beq  0x000000ff , 0x00003d73 
+ 00015730  0x00000ab4 fetcht  0x00000002 , 0x00004bb5 
+ 00015731  0x00000ab6 storet  0x00000002 , 0x000040c1 
+ 00015732  0x00000ab7 fetch  0x00000006 , 0x000041dd 
+ 00015733  0x00000ab8 branch  0x000031f8 , 0x00000034 
+ 00015734  0x00000ab9 jam  0x00000017 , 0x0000447d 
+ 00015735  0x00000aba fetch  0x00000001 , 0x00004764 
+ 00015736  0x00000abb nbranch  0x000031ee , 0x00000034 
+ 00015737  0x00000abc jam  0x00000004 , 0x0000447d 
+ 00015738  0x00000abd branch  0x000031ee 
+ 00015739  0x00000ac0 jam  0x00000001 , 0x00004ac7 
+ 00015740  0x00000ac1 fetcht  0x00000001 , 0x00004bb7 
+ 00015741  0x00000ac2 fetch  0x00000001 , 0x00004ac1 
+ 00015742  0x00000ac3 beq  0x000000ff , 0x00003d80 
+ 00015743  0x00000ac4 fetcht  0x00000001 , 0x00004902 
+ 00015744  0x00000ac6 storet  0x00000001 , 0x00004b77 
+ 00015745  0x00000ac7 call  0x00003225 
+ 00015746  0x00000ac8 fetch  0x00000003 , 0x00004acf 
+ 00015747  0x00000ac9 store  0x00000003 , 0x000043ec 
+ 00015748  0x00000aca call  0x000043e8 
+ 00015749  0x00000acb setarg  0x00000004 
+ 00015750  0x00000acc istore  0x00000001 , 0x00000006 
+ 00015751  0x00000acd arg  0x00004408 , 0x00000006 
+ 00015752  0x00000ace call  0x000043ef 
+ 00015753  0x00000acf branch  0x000078ee 
+ 00015754  0x00000ad4 fetch  0x00000008 , 0x00004bab 
+ 00015755  0x00000ad5 rtnbit0  0x0000000d 
+ 00015756  0x00000ad6 setarg  0x00003d90 
+ 00015757  0x00000ad7 store  0x00000002 , 0x00000b45 
+ 00015758  0x00000ad8 jam  0x000000a5 , 0x0000492b 
+ 00015759  0x00000ad9 branch  0x00003dc1 
+ 00015760  0x00000adc call  0x00003d93 
+ 00015761  0x00000add call  0x00003d98 
+ 00015762  0x00000ade branch  0x00003da8 
+ 00015763  0x00000ae1 jam  0x00000000 , 0x0000492c 
+ 00015764  0x00000ae2 fetch  0x00000008 , 0x00004bab 
+ 00015765  0x00000ae3 rtnbit0  0x00000015 
+ 00015766  0x00000ae4 jam  0x0000005b , 0x0000492c 
+ 00015767  0x00000ae5 rtn 
+ 00015768  0x00000ae8 fetch  0x00000008 , 0x00004bab 
+ 00015769  0x00000ae9 bbit1  0x0000001d , 0x00003d9f 
+ 00015770  0x00000aea bbit1  0x0000001e , 0x00003da2 
+ 00015771  0x00000aeb bbit1  0x0000001f , 0x00003da5 
+ 00015772  0x00000aec jam  0x00000019 , 0x00004929 
+ 00015773  0x00000aed jam  0x00000008 , 0x00000b47 
+ 00015774  0x00000aee rtn 
+ 00015775  0x00000af0 jam  0x0000000c , 0x00004929 
+ 00015776  0x00000af1 jam  0x00000004 , 0x00000b47 
+ 00015777  0x00000af2 rtn 
+ 00015778  0x00000af4 jam  0x00000006 , 0x00004929 
+ 00015779  0x00000af5 jam  0x00000002 , 0x00000b47 
+ 00015780  0x00000af6 rtn 
+ 00015781  0x00000af8 jam  0x00000003 , 0x00004929 
+ 00015782  0x00000af9 jam  0x00000001 , 0x00000b47 
+ 00015783  0x00000afa rtn 
+ 00015784  0x00000afd call  0x000079f0 
+ 00015785  0x00000afe call  0x00003dab 
+ 00015786  0x00000aff branch  0x00003db0 
+ 00015787  0x00000b02 fetch  0x00000001 , 0x00000b48 
+ 00015788  0x00000b03 rtn  0x00000034 
+ 00015789  0x00000b04 fetch  0x00000001 , 0x0000492c 
+ 00015790  0x00000b05 beq  0x0000005b , 0x0000366c 
+ 00015791  0x00000b06 branch  0x00003669 
+ 00015792  0x00000b09 fetch  0x00000001 , 0x0000492c 
+ 00015793  0x00000b0a branch  0x0000366f 
+ 00015794  0x00000b0e fetch  0x00000001 , 0x00008c02 
+ 00015795  0x00000b0f bbit0  0x00000007 , 0x00003db6 
+ 00015796  0x00000b10 bbit1  0x00000007 , 0x00003db9 
+ 00015797  0x00000b11 rtn 
+ 00015798  0x00000b13 fetch  0x00000001 , 0x0000492a 
+ 00015799  0x00000b14 rtnbit0  0x00000007 
+ 00015800  0x00000b15 branch  0x00005d8c 
+ 00015801  0x00000b17 fetch  0x00000001 , 0x0000492a 
+ 00015802  0x00000b18 rtnbit1  0x00000007 
+ 00015803  0x00000b19 call  0x000047f2 
+ 00015804  0x00000b1a branch  0x00004316 
+ 00015805  0x00000b1d fetch  0x00000008 , 0x00004bab 
+ 00015806  0x00000b1e rtnbit0  0x0000000d 
+ 00015807  0x00000b1f call  0x00007991 
+ 00015808  0x00000b20 branch  0x00003dc1 
+ 00015809  0x00000b25 bpatch  0x000000c6 , 0x00004018 
+ 00015810  0x00000b26 fetcht  0x00000001 , 0x00000b58 
+ 00015811  0x00000b27 call  0x00006059 
+ 00015812  0x00000b28 branch  0x00003dc6 , 0x00000001 
+ 00015813  0x00000b29 branch  0x00003dcd 
+ 00015814  0x00000b2d fetch  0x00000001 , 0x0000492b 
+ 00015815  0x00000b2e rtneq  0x000000a5 
+ 00015816  0x00000b2f jam  0x000000a5 , 0x0000492b 
+ 00015817  0x00000b30 jam  0x00000000 , 0x00000bfa 
+ 00015818  0x00000b31 jam  0x00000000 , 0x000009f6 
+ 00015819  0x00000b32 jam  0x00000000 , 0x00000bec 
+ 00015820  0x00000b33 branch  0x00003bcb 
+ 00015821  0x00000b37 fetch  0x00000001 , 0x0000492b 
+ 00015822  0x00000b38 rtneq  0x0000005a 
+ 00015823  0x00000b39 jam  0x0000005a , 0x0000492b 
+ 00015824  0x00000b3a call  0x000047f2 
+ 00015825  0x00000b3b call  0x00004316 
+ 00015826  0x00000b3c call  0x0000490e 
+ 00015827  0x00000b3d branch  0x0000799d 
+ 00015828  0x00000b41 fetch  0x00000008 , 0x00004bab 
+ 00015829  0x00000b42 rtnbit0  0x0000000d 
+ 00015830  0x00000b43 call  0x00003db2 
+ 00015831  0x00000b44 fetch  0x00000001 , 0x00008c02 
+ 00015832  0x00000b45 store  0x00000001 , 0x0000492a 
+ 00015833  0x00000b46 rtnbit0  0x00000007 
+ 00015834  0x00000b47 call  0x00003e0b 
+ 00015835  0x00000b48 fetch  0x00000004 , 0x00004abd 
+ 00015836  0x00000b49 fetcht  0x00000001 , 0x00004929 
+ 00015837  0x00000b4a iadd  0x00000002 , 0x00000002 
+ 00015838  0x00000b4b copy  0x00000022 , 0x0000003f 
+ 00015839  0x00000b4c isub  0x00000002 , 0x0000003e 
+ 00015840  0x00000b4d nrtn  0x00000002 
+ 00015841  0x00000b4e store  0x00000004 , 0x00004abd 
+ 00015842  0x00000b4f call  0x00003f70 
+ 00015843  0x00000b50 nrtn  0x00000028 
+ 00015844  0x00000b52 fetch  0x00000001 , 0x00008c02 
+ 00015845  0x00000b53 rtnbit0  0x00000007 
+ 00015846  0x00000b54 fetch  0x00000008 , 0x00004bab 
+ 00015847  0x00000b55 bbit0  0x00000015 , 0x00003dea 
+ 00015848  0x00000b56 fetch  0x00000001 , 0x00004b8b 
+ 00015849  0x00000b57 beq  0x00000001 , 0x00003df0 
+ 00015850  0x00000b59 call  0x00003694 
+ 00015851  0x00000b5a setarg  0x00000001 
+ 00015852  0x00000b5b store  0x00000001 , 0x00000bff 
+ 00015853  0x00000b5c fetch  0x00000007 , 0x000048d0 
+ 00015854  0x00000b5d istore  0x00000007 , 0x00000005 
+ 00015855  0x00000b5e rtn 
+ 00015856  0x00000b61 fetch  0x00000001 , 0x00004b8c 
+ 00015857  0x00000b62 branch  0x00003dfb , 0x00000034 
+ 00015858  0x00000b63 fetch  0x00000008 , 0x00004bcd 
+ 00015859  0x00000b65 store  0x00000008 , 0x0000095c 
+ 00015860  0x00000b66 fetch  0x00000001 , 0x00004bcc 
+ 00015861  0x00000b67 beq  0x00000003 , 0x00003dfd 
+ 00015862  0x00000b68 beq  0x00000002 , 0x00003e04 
+ 00015863  0x00000b69 call  0x000036a2 
+ 00015864  0x00000b6a fetch  0x00000008 , 0x0000095c 
+ 00015865  0x00000b6b store  0x00000008 , 0x00000c0f 
+ 00015866  0x00000b6c rtn 
+ 00015867  0x00000b6f fetch  0x00000008 , 0x00004bd6 
+ 00015868  0x00000b70 branch  0x00003df3 
+ 00015869  0x00000b73 call  0x00003695 
+ 00015870  0x00000b74 jam  0x00000021 , 0x00000bf8 
+ 00015871  0x00000b75 setarg  0x00000003 
+ 00015872  0x00000b76 store  0x00000001 , 0x00000c1f 
+ 00015873  0x00000b77 fetch  0x00000002 , 0x0000095c 
+ 00015874  0x00000b78 istore  0x00000002 , 0x00000005 
+ 00015875  0x00000b79 rtn 
+ 00015876  0x00000b7c call  0x00003695 
+ 00015877  0x00000b7d jam  0x00000022 , 0x00000bf8 
+ 00015878  0x00000b7e setarg  0x00000002 
+ 00015879  0x00000b7f store  0x00000001 , 0x00000c2f 
+ 00015880  0x00000b80 fetch  0x00000001 , 0x0000095c 
+ 00015881  0x00000b81 istore  0x00000001 , 0x00000005 
+ 00015882  0x00000b82 rtn 
+ 00015883  0x00000b8b fetcht  0x00000004 , 0x00004abd 
+ 00015884  0x00000b8c copy  0x00000022 , 0x0000003f 
+ 00015885  0x00000b8d isub  0x00000002 , 0x0000003e 
+ 00015886  0x00000b8e ncall  0x00003e10 , 0x00000002 
+ 00015887  0x00000b8f rtn 
+ 00015888  0x00000b91 setarg  0x00000000 
+ 00015889  0x00000b92 store  0x00000004 , 0x00004abd 
+ 00015890  0x00000b93 rtn 
+ 00015891  0x00000b98 bmark1  0x00000026 , 0x000031dd 
+ 00015892  0x00000b99 fetch  0x00000001 , 0x00004aac 
+ 00015893  0x00000b9a branch  0x000031dd , 0x00000034 
+ 00015894  0x00000b9b fetch  0x00000001 , 0x00004af4 
+ 00015895  0x00000b9c beq  0x00000001 , 0x000031dd 
+ 00015896  0x00000b9d fetch  0x00000002 , 0x000044d8 
+ 00015897  0x00000b9e nbranch  0x000031dd , 0x00000034 
+ 00015898  0x00000b9f fetch  0x00000001 , 0x000048e1 
+ 00015899  0x00000ba0 nbranch  0x000031dd , 0x00000034 
+ 00015900  0x00000ba1 branch  0x000031df 
+ 00015901  0x00000ba4 fetch  0x00000001 , 0x00004902 
+ 00015902  0x00000ba5 store  0x00000001 , 0x00004ac4 
+ 00015903  0x00000ba6 rtn 
+ 00015904  0x00000baa bpatch  0x000000c7 , 0x00004018 
+ 00015905  0x00000bab call  0x00004232 
+ 00015906  0x00000bac call  0x0000423c 
+ 00015907  0x00000bad call  0x00003e33 
+ 00015908  0x00000bae branch  0x00003217 
+ 00015909  0x00000bb2 bpatch  0x000000c8 , 0x00004019 
+ 00015910  0x00000bb3 enable  0x00000028 
+ 00015911  0x00000bb4 fetch  0x00000004 , 0x00008138 
+ 00015912  0x00000bb5 setflag  0x00000028 , 0x0000001a , 0x0000003f 
+ 00015913  0x00000bb6 store  0x00000004 , 0x0000804c 
+ 00015914  0x00000bb7 call  0x0000159a 
+ 00015915  0x00000bb8 call  0x00006df7 
+ 00015916  0x00000bb9 call  0x0000490e 
+ 00015917  0x00000bba call  0x00004015 
+ 00015918  0x00000bbb call  0x00003e33 
+ 00015919  0x00000bbc call  0x0000462d 
+ 00015920  0x00000bbd call  0x0000609d 
+ 00015921  0x00000bbe fetcht  0x00000001 , 0x00004911 
+ 00015922  0x00000bbf branch  0x00006042 
+ 00015923  0x00000bc3 bpatch  0x000000c9 , 0x00004019 
+ 00015924  0x00000bc4 call  0x000042e9 
+ 00015925  0x00000bc5 call  0x00007fdc 
+ 00015926  0x00000bc6 call  0x00003e40 
+ 00015927  0x00000bc7 call  0x00006082 
+ 00015928  0x00000bc8 arg  0x00000013 , 0x00000002 
+ 00015929  0x00000bc9 call  0x00003f56 
+ 00015930  0x00000bca branch  0x00003f58 
+ 00015931  0x00000bcf rtnmark1  0x00000026 
+ 00015932  0x00000bd0 call  0x00003e40 
+ 00015933  0x00000bd1 fetch  0x00000001 , 0x0000009e 
+ 00015934  0x00000bd2 nrtn  0x00000034 
+ 00015935  0x00000bd3 branch  0x00006042 
+ 00015936  0x00000bd6 bpatch  0x000000ca , 0x00004019 
+ 00015937  0x00000bd8 call  0x00003f88 
+ 00015938  0x00000bd9 fetcht  0x00000001 , 0x0000491f 
+ 00015939  0x00000bda call  0x00006069 
+ 00015940  0x00000bdc call  0x00005b04 
+ 00015941  0x00000bde fetcht  0x00000001 , 0x00004918 
+ 00015942  0x00000bdf call  0x00006036 
+ 00015943  0x00000be0 fetcht  0x00000001 , 0x00004919 
+ 00015944  0x00000be1 call  0x00006036 
+ 00015945  0x00000be2 fetcht  0x00000001 , 0x0000491a 
+ 00015946  0x00000be3 call  0x00006036 
+ 00015947  0x00000be5 fetcht  0x00000001 , 0x0000490d 
+ 00015948  0x00000be6 call  0x00006036 
+ 00015949  0x00000be7 fetcht  0x00000001 , 0x0000490e 
+ 00015950  0x00000be8 call  0x00006036 
+ 00015951  0x00000be9 fetcht  0x00000001 , 0x0000490f 
+ 00015952  0x00000bea call  0x00006036 
+ 00015953  0x00000beb fetcht  0x00000001 , 0x0000491b 
+ 00015954  0x00000bec call  0x00006036 
+ 00015955  0x00000bee fetcht  0x00000001 , 0x00004912 
+ 00015956  0x00000bef call  0x00006036 
+ 00015957  0x00000bf1 fetcht  0x00000001 , 0x00004913 
+ 00015958  0x00000bf2 call  0x00006032 
+ 00015959  0x00000bf3 fetcht  0x00000001 , 0x00004914 
+ 00015960  0x00000bf4 call  0x00006032 
+ 00015961  0x00000bf5 fetcht  0x00000001 , 0x0000491c 
+ 00015962  0x00000bf6 call  0x00006032 
+ 00015963  0x00000bf7 fetcht  0x00000001 , 0x0000491d 
+ 00015964  0x00000bf8 call  0x00006032 
+ 00015965  0x00000bf9 fetcht  0x00000001 , 0x00004911 
+ 00015966  0x00000bfa branch  0x00006036 
+ 00015967  0x00000bff fetch  0x00000002 , 0x0000478c 
+ 00015968  0x00000c00 bbit1  0x00000009 , 0x00003e64 
+ 00015969  0x00000c01 fetch  0x00000002 , 0x0000478c 
+ 00015970  0x00000c02 bbit1  0x00000000 , 0x00003e67 
+ 00015971  0x00000c03 rtn 
+ 00015972  0x00000c05 copy  0x00000011 , 0x0000003f 
+ 00015973  0x00000c06 nbranch  0x00001b26 , 0x00000034 
+ 00015974  0x00000c07 branch  0x00001b28 
+ 00015975  0x00000c09 copy  0x00000011 , 0x0000003f 
+ 00015976  0x00000c0a nbranch  0x00001540 , 0x00000034 
+ 00015977  0x00000c0b branch  0x00001542 
+ 00015978  0x00000c12 fetch  0x00000001 , 0x000044a0 
+ 00015979  0x00000c13 rtnne  0x00000002 
+ 00015980  0x00000c15 bpatch  0x000000cb , 0x00004019 
+ 00015981  0x00000c16 fetcht  0x00000001 , 0x000044a1 
+ 00015982  0x00000c17 sub  0x00000002 , 0x00000003 , 0x0000003e 
+ 00015983  0x00000c18 branch  0x00003e78 , 0x00000002 
+ 00015984  0x00000c19 increase  0x00000005 , 0x00000002 
+ 00015985  0x00000c1a storet  0x00000001 , 0x000048fc 
+ 00015986  0x00000c1c copy  0x00000002 , 0x00000011 
+ 00015987  0x00000c1d call  0x00006098 
+ 00015988  0x00000c1e beq  0x0000003f , 0x00004954 
+ 00015989  0x00000c1f call  0x00004952 
+ 00015990  0x00000c20 copy  0x00000011 , 0x00000002 
+ 00015991  0x00000c21 branch  0x0000607f 
+ 00015992  0x00000c24 increase  0x00000004 , 0x00000002 
+ 00015993  0x00000c25 storet  0x00000001 , 0x000048fc 
+ 00015994  0x00000c26 branch  0x00003e72 
+ 00015995  0x00000c29 fetch  0x00000001 , 0x000048fd 
+ 00015996  0x00000c2a beq  0x00000002 , 0x00003e84 
+ 00015997  0x00000c2b beq  0x00000000 , 0x00003e89 
+ 00015998  0x00000c2c jam  0x00000000 , 0x000048fd 
+ 00015999  0x00000c2d setarg  0x002c0172 
+ 00016000  0x00000c2e store  0x00000003 , 0x000048e3 
+ 00016001  0x00000c2f setarg  0x00014001 
+ 00016002  0x00000c30 istore  0x00000003 , 0x00000005 
+ 00016003  0x00000c31 rtn 
+ 00016004  0x00000c33 setarg  0x005d0099 
+ 00016005  0x00000c34 store  0x00000003 , 0x000048e3 
+ 00016006  0x00000c35 setarg  0x00007100 
+ 00016007  0x00000c36 istore  0x00000003 , 0x00000005 
+ 00016008  0x00000c37 rtn 
+ 00016009  0x00000c39 setarg  0x00c8012c 
+ 00016010  0x00000c3a store  0x00000003 , 0x000048e3 
+ 00016011  0x00000c3b setarg  0x0000dc00 
+ 00016012  0x00000c3c istore  0x00000003 , 0x00000005 
+ 00016013  0x00000c3d rtn 
+ 00016014  0x00000c42 fetch  0x00000008 , 0x00004bab 
+ 00016015  0x00000c43 rtnbit0  0x00000014 
+ 00016016  0x00000c44 jam  0x00000001 , 0x000048f5 
+ 00016017  0x00000c45 rtnbit1  0x0000002e 
+ 00016018  0x00000c46 rtnbit1  0x0000002b 
+ 00016019  0x00000c47 jam  0x00000000 , 0x000048f5 
+ 00016020  0x00000c48 rtn 
+ 00016021  0x00000c4b fetch  0x00000001 , 0x000048f6 
+ 00016022  0x00000c4c increase  0x00000001 , 0x0000003f 
+ 00016023  0x00000c4d store  0x00000001 , 0x000048f6 
+ 00016024  0x00000c4e fetcht  0x00000001 , 0x000048f7 
+ 00016025  0x00000c4f isub  0x00000002 , 0x0000003e 
+ 00016026  0x00000c50 rtn 
+ 00016027  0x00000c54 fetch  0x00000008 , 0x00004bab 
+ 00016028  0x00000c55 rtnbit0  0x00000014 
+ 00016029  0x00000c56 call  0x00003e6a 
+ 00016030  0x00000c57 fetch  0x00000001 , 0x000048f5 
+ 00016031  0x00000c58 branch  0x00003eb2 , 0x00000034 
+ 00016032  0x00000c59 fetch  0x00000001 , 0x000044a0 
+ 00016033  0x00000c5a beq  0x00000002 , 0x00003ea7 
+ 00016034  0x00000c5b jam  0x00000003 , 0x000048f5 
+ 00016035  0x00000c5c call  0x00003e95 
+ 00016036  0x00000c5d branch  0x00003ea9 , 0x00000002 
+ 00016037  0x00000c5e call  0x00003eae 
+ 00016038  0x00000c5f branch  0x00003eb8 
+ 00016039  0x00000c62 jam  0x00000002 , 0x000048f5 
+ 00016040  0x00000c63 branch  0x00003eb8 
+ 00016041  0x00000c66 call  0x00003e6c 
+ 00016042  0x00000c67 jam  0x00000002 , 0x000044a0 
+ 00016043  0x00000c68 fetch  0x00000001 , 0x00004baa 
+ 00016044  0x00000c69 ncall  0x00003eae , 0x00000034 
+ 00016045  0x00000c6a branch  0x00003eb8 
+ 00016046  0x00000c6d jam  0x00000000 , 0x000048f6 
+ 00016047  0x00000c6e fetch  0x00000001 , 0x000048fd 
+ 00016048  0x00000c6f store  0x00000001 , 0x000044a0 
+ 00016049  0x00000c70 rtn 
+ 00016050  0x00000c73 fetch  0x00000001 , 0x000044a0 
+ 00016051  0x00000c74 bne  0x00000002 , 0x00003eb6 
+ 00016052  0x00000c75 fetch  0x00000001 , 0x00004baa 
+ 00016053  0x00000c76 nrtn  0x00000034 
+ 00016054  0x00000c78 call  0x00003e95 
+ 00016055  0x00000c79 nrtn  0x00000002 
+ 00016056  0x00000c7b bpatch  0x000000cc , 0x00004019 
+ 00016057  0x00000c7c fetch  0x00000001 , 0x00004baa 
+ 00016058  0x00000c7d nrtn  0x00000034 
+ 00016059  0x00000c7e jam  0x00000000 , 0x000048f6 
+ 00016060  0x00000c7f call  0x00006125 
+ 00016061  0x00000c80 store  0x00000002 , 0x000048e9 
+ 00016062  0x00000c81 fetch  0x00000001 , 0x000044a0 
+ 00016063  0x00000c82 bne  0x00000002 , 0x00003ec6 
+ 00016064  0x00000c83 fetcht  0x00000002 , 0x000048e9 
+ 00016065  0x00000c84 mul32  0x00000002 , 0x00000008 , 0x0000003f 
+ 00016066  0x00000c85 div  0x0000003f , 0x0000000a 
+ 00016067  0x00000c86 call  0x00007dec 
+ 00016068  0x00000c87 iadd  0x00000002 , 0x0000003f 
+ 00016069  0x00000c88 store  0x00000002 , 0x000048e9 
+ 00016070  0x00000c8a arg  0x000048e3 , 0x00000011 
+ 00016071  0x00000c8b call  0x00003ed8 
+ 00016072  0x00000c8c fetch  0x00000001 , 0x000044a4 
+ 00016073  0x00000c8d bbit1  0x00000002 , 0x00003f1a 
+ 00016074  0x00000c8e bbit1  0x00000001 , 0x00003f1c 
+ 00016075  0x00000c8f bbit0  0x00000000 , 0x00003ed0 
+ 00016076  0x00000c91 jam  0x00000001 , 0x000048fa 
+ 00016077  0x00000c92 branch  0x00003ece 
+ 00016078  0x00000c95 arg  0x00000004 , 0x00000007 
+ 00016079  0x00000c96 branch  0x000046f0 
+ 00016080  0x00000c98 arg  0x00000004 , 0x00000007 
+ 00016081  0x00000c99 call  0x000046f4 
+ 00016082  0x00000c9a jam  0x0000000c , 0x000048f8 
+ 00016083  0x00000c9b fetch  0x00000001 , 0x000048fa 
+ 00016084  0x00000c9c rtn  0x00000034 
+ 00016085  0x00000c9d jam  0x00000000 , 0x000048fa 
+ 00016086  0x00000c9e fetcht  0x00000001 , 0x00004921 
+ 00016087  0x00000c9f branch  0x0000492b 
+ 00016088  0x00000ca4 bpatch  0x000000cd , 0x00004019 
+ 00016089  0x00000ca5 ifetch  0x00000008 , 0x00000011 
+ 00016090  0x00000ca6 store  0x00000008 , 0x0000095c 
+ 00016091  0x00000ca7 fetch  0x00000001 , 0x000048f5 
+ 00016092  0x00000ca8 beq  0x00000000 , 0x00003ef0 
+ 00016093  0x00000ca9 beq  0x00000002 , 0x00003edf 
+ 00016094  0x00000caa beq  0x00000003 , 0x00003f0f 
+ 00016095  0x00000cac fetch  0x00000008 , 0x00004bab 
+ 00016096  0x00000cad bbit0  0x0000002e , 0x00003ee5 
+ 00016097  0x00000cae fetch  0x00000002 , 0x00000962 
+ 00016098  0x00000caf fetcht  0x00000002 , 0x000048eb 
+ 00016099  0x00000cb0 isub  0x00000002 , 0x0000003e 
+ 00016100  0x00000cb1 nbranch  0x00003f12 , 0x00000002 
+ 00016101  0x00000cb4 fetch  0x00000008 , 0x00004bab 
+ 00016102  0x00000cb5 bbit0  0x0000002b , 0x00003ef0 
+ 00016103  0x00000cb6 jam  0x00000000 , 0x000048fb 
+ 00016104  0x00000cb7 fetch  0x00000002 , 0x00000962 
+ 00016105  0x00000cb8 fetcht  0x00000002 , 0x000048ed 
+ 00016106  0x00000cb9 isub  0x00000002 , 0x0000003e 
+ 00016107  0x00000cba nbranch  0x00003eee , 0x00000002 
+ 00016108  0x00000cbb call  0x000046a9 
+ 00016109  0x00000cbc branch  0x00003ef0 
+ 00016110  0x00000cbf call  0x000046ad 
+ 00016111  0x00000cc0 branch  0x00003ef0 
+ 00016112  0x00000cc4 call  0x00003f16 
+ 00016113  0x00000cc5 call  0x0000616e 
+ 00016114  0x00000cc6 call  0x00006166 
+ 00016115  0x00000cc7 fetch  0x00000002 , 0x00000962 
+ 00016116  0x00000cc8 fetcht  0x00000002 , 0x0000095e 
+ 00016117  0x00000cc9 isub  0x00000002 , 0x0000003e 
+ 00016118  0x00000cca ncall  0x0000616a , 0x00000002 
+ 00016119  0x00000ccc fetcht  0x00000002 , 0x00000960 
+ 00016120  0x00000ccd isub  0x00000002 , 0x0000003e 
+ 00016121  0x00000cce ncall  0x00006162 , 0x00000002 
+ 00016122  0x00000cd1 fetch  0x00000002 , 0x00000962 
+ 00016123  0x00000cd2 fetcht  0x00000002 , 0x0000095c 
+ 00016124  0x00000cd3 isub  0x00000002 , 0x0000003e 
+ 00016125  0x00000cd4 branch  0x00003f0b , 0x00000002 
+ 00016126  0x00000cd5 fetcht  0x00000002 , 0x0000095e 
+ 00016127  0x00000cd6 isub  0x00000002 , 0x0000003f 
+ 00016128  0x00000cd7 nbranch  0x00003f0d , 0x00000002 
+ 00016129  0x00000cd8 branch  0x00003f0d , 0x00000034 
+ 00016130  0x00000cd9 mul32  0x0000003f , 0x00000064 , 0x00000011 
+ 00016131  0x00000cda fetch  0x00000002 , 0x0000095c 
+ 00016132  0x00000cdb fetcht  0x00000002 , 0x0000095e 
+ 00016133  0x00000cdc isub  0x00000002 , 0x00000002 
+ 00016134  0x00000cdd copy  0x00000011 , 0x0000003f 
+ 00016135  0x00000cde idiv  0x00000002 
+ 00016136  0x00000cdf call  0x00007dec 
+ 00016137  0x00000ce0 store  0x00000001 , 0x00004aef 
+ 00016138  0x00000ce1 rtn 
+ 00016139  0x00000ce4 jam  0x00000064 , 0x00004aef 
+ 00016140  0x00000ce5 rtn 
+ 00016141  0x00000ce7 jam  0x00000000 , 0x00004aef 
+ 00016142  0x00000ce8 rtn 
+ 00016143  0x00000cec fetch  0x00000001 , 0x000044a0 
+ 00016144  0x00000ced beq  0x00000002 , 0x00003edf 
+ 00016145  0x00000cee branch  0x00003ef0 
+ 00016146  0x00000cf2 fetcht  0x00000001 , 0x000044a4 
+ 00016147  0x00000cf3 set1  0x00000002 , 0x00000002 
+ 00016148  0x00000cf4 storet  0x00000001 , 0x000044a4 
+ 00016149  0x00000cf5 rtn 
+ 00016150  0x00000cf8 fetcht  0x00000001 , 0x000044a4 
+ 00016151  0x00000cf9 set0  0x00000002 , 0x00000002 
+ 00016152  0x00000cfa storet  0x00000001 , 0x000044a4 
+ 00016153  0x00000cfb rtn 
+ 00016154  0x00000cfe jam  0x00000001 , 0x000048fb 
+ 00016155  0x00000cff rtn 
+ 00016156  0x00000d02 call  0x0000490e 
+ 00016157  0x00000d03 branch  0x00003e20 
+ 00016158  0x00000d09 fetcht  0x00000001 , 0x000044c1 
+ 00016159  0x00000d0a call  0x00006069 
+ 00016160  0x00000d0b call  0x000079b4 
+ 00016161  0x00000d0c fetcht  0x00000001 , 0x00004918 
+ 00016162  0x00000d0d call  0x00003f56 
+ 00016163  0x00000d0e fetcht  0x00000001 , 0x00004919 
+ 00016164  0x00000d0f call  0x00003f56 
+ 00016165  0x00000d10 fetcht  0x00000001 , 0x0000491a 
+ 00016166  0x00000d11 call  0x00003f56 
+ 00016167  0x00000d12 fetcht  0x00000001 , 0x0000490d 
+ 00016168  0x00000d13 call  0x00003f56 
+ 00016169  0x00000d14 fetcht  0x00000001 , 0x0000490e 
+ 00016170  0x00000d15 call  0x00003f56 
+ 00016171  0x00000d16 fetcht  0x00000001 , 0x0000490f 
+ 00016172  0x00000d17 call  0x00003f56 
+ 00016173  0x00000d19 fetcht  0x00000001 , 0x00004910 
+ 00016174  0x00000d1a call  0x00003f56 
+ 00016175  0x00000d1c fetcht  0x00000001 , 0x0000491b 
+ 00016176  0x00000d1d call  0x00003f56 
+ 00016177  0x00000d1f fetcht  0x00000001 , 0x00004912 
+ 00016178  0x00000d20 call  0x00003f56 
+ 00016179  0x00000d22 fetcht  0x00000001 , 0x00004913 
+ 00016180  0x00000d23 call  0x00003f56 
+ 00016181  0x00000d25 fetcht  0x00000001 , 0x00004914 
+ 00016182  0x00000d26 call  0x00003f56 
+ 00016183  0x00000d28 fetcht  0x00000001 , 0x0000491c 
+ 00016184  0x00000d29 call  0x00003f56 
+ 00016185  0x00000d2a fetcht  0x00000001 , 0x0000491d 
+ 00016186  0x00000d2b call  0x00003f56 
+ 00016187  0x00000d2d fetcht  0x00000001 , 0x00004911 
+ 00016188  0x00000d2e call  0x00003f56 
+ 00016189  0x00000d30 fetcht  0x00000001 , 0x0000491e 
+ 00016190  0x00000d31 call  0x00003f56 
+ 00016191  0x00000d34 fetcht  0x00000001 , 0x00004aab 
+ 00016192  0x00000d35 call  0x00006069 
+ 00016193  0x00000d37 fetcht  0x00000001 , 0x00004921 
+ 00016194  0x00000d38 call  0x00006069 
+ 00016195  0x00000d3a fetcht  0x00000001 , 0x00004915 
+ 00016196  0x00000d3b call  0x00006069 
+ 00016197  0x00000d3d fetcht  0x00000001 , 0x00004916 
+ 00016198  0x00000d3e call  0x00006069 
+ 00016199  0x00000d40 fetcht  0x00000001 , 0x00004922 
+ 00016200  0x00000d41 call  0x00006069 
+ 00016201  0x00000d43 fetcht  0x00000001 , 0x00004923 
+ 00016202  0x00000d44 call  0x00006069 
+ 00016203  0x00000d46 fetcht  0x00000001 , 0x00004917 
+ 00016204  0x00000d47 branch  0x00003f56 
+ 00016205  0x00000d4b sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00016206  0x00000d4c rtn  0x00000005 
+ 00016207  0x00000d4d and  0x00000002 , 0x0000007f , 0x00000007 
+ 00016208  0x00000d4e fetch  0x00000004 , 0x0000811c 
+ 00016209  0x00000d4f qisolate1  0x0000003f 
+ 00016210  0x00000d50 branch  0x00003f56 , 0x00000001 
+ 00016211  0x00000d51 branch  0x00003f54 
+ 00016212  0x00000d55 set1  0x00000007 , 0x00000002 
+ 00016213  0x00000d56 branch  0x00006050 
+ 00016214  0x00000d59 set0  0x00000007 , 0x00000002 
+ 00016215  0x00000d5a branch  0x00006050 
+ 00016216  0x00000d5d fetch  0x00000003 , 0x00004bde 
+ 00016217  0x00000d5e store  0x00000003 , 0x0000095c 
+ 00016218  0x00000d5f arg  0x00000014 , 0x00000039 
+ 00016219  0x00000d60 arg  0x00000000 , 0x00000002 
+ 00016220  0x00000d62 fetch  0x00000003 , 0x0000095c 
+ 00016221  0x00000d63 isolate1  0x00000000 , 0x0000003f 
+ 00016222  0x00000d64 call  0x0000607f , 0x00000001 
+ 00016223  0x00000d65 fetch  0x00000003 , 0x0000095c 
+ 00016224  0x00000d66 lshift  0x0000003f , 0x0000003f 
+ 00016225  0x00000d67 store  0x00000003 , 0x0000095c 
+ 00016226  0x00000d68 increase  0x00000001 , 0x00000002 
+ 00016227  0x00000d69 loop  0x00003f5c 
+ 00016228  0x00000d6a rtn 
+ 00016229  0x00000d72 call  0x00003f6a 
+ 00016230  0x00000d73 jam  0x00000073 , 0x00004484 
+ 00016231  0x00000d75 call  0x00003f69 
+ 00016232  0x00000d76 branch  0x00005b08 
+ 00016233  0x00000d7a branch  0x00005cb5 
+ 00016234  0x00000d7d fetch  0x00000001 , 0x0000491f 
+ 00016235  0x00000d7e arg  0x00000021 , 0x00000002 
+ 00016236  0x00000d7f call  0x00006093 
+ 00016237  0x00000d80 fetch  0x00000001 , 0x00004920 
+ 00016238  0x00000d81 arg  0x00000023 , 0x00000002 
+ 00016239  0x00000d82 branch  0x00006093 
+ 00016240  0x00000d8b bpatch  0x000000ce , 0x00004019 
+ 00016241  0x00000d8c disable  0x00000028 
+ 00016242  0x00000d8d setarg  0x00000000 
+ 00016243  0x00000d8e store  0x00000006 , 0x000048d1 
+ 00016244  0x00000d8f call  0x00004240 
+ 00016245  0x00000d90 call  0x00003f7e 
+ 00016246  0x00000d91 call  0x00003f83 
+ 00016247  0x00000d92 call  0x000040dc 
+ 00016248  0x00000d93 fetch  0x00000001 , 0x000048d0 
+ 00016249  0x00000d94 and_into  0x0000001f , 0x0000003f 
+ 00016250  0x00000d95 store  0x00000001 , 0x000048d0 
+ 00016251  0x00000d96 nbranch  0x00004728 , 0x00000028 
+ 00016252  0x00000d97 call  0x0000471a 
+ 00016253  0x00000d98 branch  0x00004544 
+ 00016254  0x00000d9e fetch  0x00000001 , 0x000048e0 
+ 00016255  0x00000d9f rtn  0x00000034 
+ 00016256  0x00000da0 store  0x00000001 , 0x000048d5 
+ 00016257  0x00000da1 jam  0x00000000 , 0x000048e0 
+ 00016258  0x00000da2 branch  0x00007e54 
+ 00016259  0x00000da5 fetch  0x00000001 , 0x000048dc 
+ 00016260  0x00000da6 rtn  0x00000034 
+ 00016261  0x00000da7 store  0x00000001 , 0x000048d6 
+ 00016262  0x00000da8 jam  0x00000000 , 0x000048dc 
+ 00016263  0x00000da9 branch  0x00007e54 
+ 00016264  0x00000dac call  0x00003f95 
+ 00016265  0x00000dad call  0x00003fd1 
+ 00016266  0x00000dae fetch  0x00000001 , 0x000048da 
+ 00016267  0x00000daf fetcht  0x00000001 , 0x000048d9 
+ 00016268  0x00000db0 store  0x00000001 , 0x000048d9 
+ 00016269  0x00000db1 isub  0x00000002 , 0x0000003e 
+ 00016270  0x00000db2 nbranch  0x000031e1 , 0x00000005 
+ 00016271  0x00000db3 fetch  0x00000001 , 0x000048de 
+ 00016272  0x00000db4 fetcht  0x00000001 , 0x000048dd 
+ 00016273  0x00000db5 store  0x00000001 , 0x000048dd 
+ 00016274  0x00000db6 isub  0x00000002 , 0x0000003e 
+ 00016275  0x00000db7 nbranch  0x000031e1 , 0x00000005 
+ 00016276  0x00000db8 rtn 
+ 00016277  0x00000dba fetch  0x00000001 , 0x0000491c 
+ 00016278  0x00000dbb rtneq  0x000000ff 
+ 00016279  0x00000dbc arg  0x00000000 , 0x00000011 
+ 00016280  0x00000dbd fetcht  0x00000001 , 0x0000491c 
+ 00016281  0x00000dbe call  0x00006059 
+ 00016282  0x00000dbf setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00016283  0x00000dc0 fetcht  0x00000001 , 0x0000491d 
+ 00016284  0x00000dc1 call  0x00006059 
+ 00016285  0x00000dc2 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00016286  0x00000dc3 copy  0x00000011 , 0x0000003f 
+ 00016287  0x00000dc4 store  0x00000001 , 0x000048da 
+ 00016288  0x00000dc5 beq  0x00000001 , 0x00003fa5 
+ 00016289  0x00000dc6 beq  0x00000002 , 0x00003fa9 
+ 00016290  0x00000dc7 fetch  0x00000001 , 0x000048db 
+ 00016291  0x00000dc8 bbit1  0x00000007 , 0x00003fb5 
+ 00016292  0x00000dc9 rtn 
+ 00016293  0x00000dcc fetch  0x00000001 , 0x000048d9 
+ 00016294  0x00000dcd beq  0x00000000 , 0x00003fad 
+ 00016295  0x00000dce beq  0x00000003 , 0x00003faf 
+ 00016296  0x00000dcf rtn 
+ 00016297  0x00000dd1 fetch  0x00000001 , 0x000048d9 
+ 00016298  0x00000dd2 beq  0x00000000 , 0x00003fb1 
+ 00016299  0x00000dd3 beq  0x00000003 , 0x00003fb3 
+ 00016300  0x00000dd4 rtn 
+ 00016301  0x00000dd6 jam  0x00000082 , 0x000048db 
+ 00016302  0x00000dd7 rtn 
+ 00016303  0x00000dd9 jam  0x00000081 , 0x000048db 
+ 00016304  0x00000dda rtn 
+ 00016305  0x00000ddc jam  0x00000080 , 0x000048db 
+ 00016306  0x00000ddd rtn 
+ 00016307  0x00000ddf jam  0x00000083 , 0x000048db 
+ 00016308  0x00000de0 rtn 
+ 00016309  0x00000de2 fetch  0x00000001 , 0x000048db 
+ 00016310  0x00000de3 set0  0x00000007 , 0x0000003f 
+ 00016311  0x00000de4 store  0x00000001 , 0x000048db 
+ 00016312  0x00000de5 beq  0x00000000 , 0x00003fbd 
+ 00016313  0x00000de6 beq  0x00000001 , 0x00003fc0 
+ 00016314  0x00000de7 beq  0x00000002 , 0x00003fc3 
+ 00016315  0x00000de8 beq  0x00000003 , 0x00003fc6 
+ 00016316  0x00000de9 rtn 
+ 00016317  0x00000deb fetch  0x00000001 , 0x000048da 
+ 00016318  0x00000dec beq  0x00000003 , 0x00003fc9 
+ 00016319  0x00000ded rtn 
+ 00016320  0x00000def fetch  0x00000001 , 0x000048da 
+ 00016321  0x00000df0 beq  0x00000000 , 0x00003fc9 
+ 00016322  0x00000df1 rtn 
+ 00016323  0x00000df3 fetch  0x00000001 , 0x000048da 
+ 00016324  0x00000df4 beq  0x00000003 , 0x00003fcd 
+ 00016325  0x00000df5 rtn 
+ 00016326  0x00000df7 fetch  0x00000001 , 0x000048da 
+ 00016327  0x00000df8 beq  0x00000000 , 0x00003fcd 
+ 00016328  0x00000df9 rtn 
+ 00016329  0x00000dfb fetch  0x00000001 , 0x000048dc 
+ 00016330  0x00000dfc increase  0x00000001 , 0x0000003f 
+ 00016331  0x00000dfd store  0x00000001 , 0x000048dc 
+ 00016332  0x00000dfe rtn 
+ 00016333  0x00000e00 fetch  0x00000001 , 0x000048dc 
+ 00016334  0x00000e01 increase  0xffffffff , 0x0000003f 
+ 00016335  0x00000e02 store  0x00000001 , 0x000048dc 
+ 00016336  0x00000e03 rtn 
+ 00016337  0x00000e07 fetch  0x00000001 , 0x00004913 
+ 00016338  0x00000e08 rtneq  0x000000ff 
+ 00016339  0x00000e09 arg  0x00000000 , 0x00000011 
+ 00016340  0x00000e0a fetcht  0x00000001 , 0x00004913 
+ 00016341  0x00000e0b call  0x00006059 
+ 00016342  0x00000e0c setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00016343  0x00000e0d fetcht  0x00000001 , 0x00004914 
+ 00016344  0x00000e0e call  0x00006059 
+ 00016345  0x00000e0f setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00016346  0x00000e10 copy  0x00000011 , 0x0000003f 
+ 00016347  0x00000e11 store  0x00000001 , 0x000048de 
+ 00016348  0x00000e12 beq  0x00000001 , 0x00003fe1 
+ 00016349  0x00000e13 beq  0x00000002 , 0x00003fe5 
+ 00016350  0x00000e14 fetch  0x00000001 , 0x000048df 
+ 00016351  0x00000e15 bbit1  0x00000007 , 0x00003ff1 
+ 00016352  0x00000e16 rtn 
+ 00016353  0x00000e19 fetch  0x00000001 , 0x000048dd 
+ 00016354  0x00000e1a beq  0x00000000 , 0x00003fe9 
+ 00016355  0x00000e1b beq  0x00000003 , 0x00003feb 
+ 00016356  0x00000e1c rtn 
+ 00016357  0x00000e1e fetch  0x00000001 , 0x000048dd 
+ 00016358  0x00000e1f beq  0x00000000 , 0x00003fed 
+ 00016359  0x00000e20 beq  0x00000003 , 0x00003fef 
+ 00016360  0x00000e21 rtn 
+ 00016361  0x00000e23 jam  0x00000082 , 0x000048df 
+ 00016362  0x00000e24 rtn 
+ 00016363  0x00000e26 jam  0x00000081 , 0x000048df 
+ 00016364  0x00000e27 rtn 
+ 00016365  0x00000e29 jam  0x00000080 , 0x000048df 
+ 00016366  0x00000e2a rtn 
+ 00016367  0x00000e2c jam  0x00000083 , 0x000048df 
+ 00016368  0x00000e2d rtn 
+ 00016369  0x00000e2f fetch  0x00000001 , 0x000048df 
+ 00016370  0x00000e30 set0  0x00000007 , 0x0000003f 
+ 00016371  0x00000e31 store  0x00000001 , 0x000048df 
+ 00016372  0x00000e32 beq  0x00000000 , 0x00003ff9 
+ 00016373  0x00000e33 beq  0x00000001 , 0x00003ffc 
+ 00016374  0x00000e34 beq  0x00000002 , 0x00003fff 
+ 00016375  0x00000e35 beq  0x00000003 , 0x00004002 
+ 00016376  0x00000e36 rtn 
+ 00016377  0x00000e38 fetch  0x00000001 , 0x000048de 
+ 00016378  0x00000e39 beq  0x00000003 , 0x00004005 
+ 00016379  0x00000e3a rtn 
+ 00016380  0x00000e3c fetch  0x00000001 , 0x000048de 
+ 00016381  0x00000e3d beq  0x00000000 , 0x00004005 
+ 00016382  0x00000e3e rtn 
+ 00016383  0x00000e40 fetch  0x00000001 , 0x000048de 
+ 00016384  0x00000e41 beq  0x00000003 , 0x00004009 
+ 00016385  0x00000e42 rtn 
+ 00016386  0x00000e44 fetch  0x00000001 , 0x000048de 
+ 00016387  0x00000e45 beq  0x00000000 , 0x00004009 
+ 00016388  0x00000e46 rtn 
+ 00016389  0x00000e48 fetch  0x00000001 , 0x000048e0 
+ 00016390  0x00000e49 increase  0x00000001 , 0x0000003f 
+ 00016391  0x00000e4a store  0x00000001 , 0x000048e0 
+ 00016392  0x00000e4b rtn 
+ 00016393  0x00000e4d fetch  0x00000001 , 0x000048e0 
+ 00016394  0x00000e4e increase  0xffffffff , 0x0000003f 
+ 00016395  0x00000e4f store  0x00000001 , 0x000048e0 
+ 00016396  0x00000e50 rtn 
+ 00016397  0x00000e54 fetcht  0x00000001 , 0x00004913 
+ 00016398  0x00000e55 call  0x00006032 
+ 00016399  0x00000e56 fetcht  0x00000001 , 0x00004914 
+ 00016400  0x00000e57 call  0x00006032 
+ 00016401  0x00000e58 fetcht  0x00000001 , 0x0000491c 
+ 00016402  0x00000e59 call  0x00006032 
+ 00016403  0x00000e5a fetcht  0x00000001 , 0x0000491d 
+ 00016404  0x00000e5b branch  0x00006032 
+ 00016405  0x00000e5e fetcht  0x00000001 , 0x00004913 
+ 00016406  0x00000e5f call  0x00003f4d 
+ 00016407  0x00000e60 fetcht  0x00000001 , 0x00004914 
+ 00016408  0x00000e61 call  0x00003f4d 
+ 00016409  0x00000e62 fetcht  0x00000001 , 0x0000491c 
+ 00016410  0x00000e63 call  0x00003f4d 
+ 00016411  0x00000e64 fetcht  0x00000001 , 0x0000491d 
+ 00016412  0x00000e65 branch  0x00003f4d 
+ 00016413  0x00000e68 fetch  0x00000002 , 0x000048d5 
+ 00016414  0x00000e69 rtn  0x00000034 
+ 00016415  0x00000e6a jam  0x00000001 , 0x000048e1 
+ 00016416  0x00000e6b jam  0x0000000a , 0x000048e2 
+ 00016417  0x00000e6c rtn 
+ 00016418  0x00000e6f arg  0x000048e2 , 0x00000013 
+ 00016419  0x00000e70 arg  0x00004025 , 0x00000012 
+ 00016420  0x00000e71 branch  0x0000318a 
+ 00016421  0x00000e73 jam  0x00000000 , 0x000048e1 
+ 00016422  0x00000e74 rtn 
+ 00016423  0x00000e7e fetch  0x00000008 , 0x00004bab 
+ 00016424  0x00000e7f bbit1  0x0000002e , 0x00004036 
+ 00016425  0x00000e80 fetch  0x00000001 , 0x0000490f 
+ 00016426  0x00000e81 rtneq  0x000000ff 
+ 00016427  0x00000e82 arg  0x00000000 , 0x00000011 
+ 00016428  0x00000e83 jam  0x00000005 , 0x00004b96 
+ 00016429  0x00000e84 fetcht  0x00000001 , 0x0000490f 
+ 00016430  0x00000e85 call  0x00004039 
+ 00016431  0x00000e87 store  0x00000001 , 0x00004b93 
+ 00016432  0x00000e88 fetch  0x00000001 , 0x00004910 
+ 00016433  0x00000e89 beq  0x000000ff , 0x00004042 
+ 00016434  0x00000e8a call  0x00004168 
+ 00016435  0x00000e8c copy  0x00000011 , 0x0000003f 
+ 00016436  0x00000e8d bbit1  0x00000005 , 0x00004052 
+ 00016437  0x00000e8e branch  0x00004059 
+ 00016438  0x00000e91 fetch  0x00000001 , 0x000048fb 
+ 00016439  0x00000e92 branch  0x00004059 , 0x00000034 
+ 00016440  0x00000e93 branch  0x00004052 
+ 00016441  0x00000e96 fetch  0x00000008 , 0x00004bab 
+ 00016442  0x00000e97 bbit1  0x0000002c , 0x00004048 
+ 00016443  0x00000e98 fetch  0x00000001 , 0x00004b93 
+ 00016444  0x00000e99 copy  0x0000003f , 0x00000013 
+ 00016445  0x00000e9a fetch  0x00000001 , 0x00004910 
+ 00016446  0x00000e9b beq  0x000000ff , 0x00004195 
+ 00016447  0x00000e9d fetch  0x00000001 , 0x00004b9a 
+ 00016448  0x00000e9e nbranch  0x00004045 , 0x00000034 
+ 00016449  0x00000e9f branch  0x0000404a 
+ 00016450  0x00000ea2 fetcht  0x00000001 , 0x0000490f 
+ 00016451  0x00000ea3 call  0x00003f56 
+ 00016452  0x00000ea4 branch  0x00004033 
+ 00016453  0x00000ea7 jam  0x00000000 , 0x000049dd 
+ 00016454  0x00000ea8 jam  0x00000000 , 0x00004b93 
+ 00016455  0x00000ea9 rtn 
+ 00016456  0x00000eac fetch  0x00000001 , 0x00004b93 
+ 00016457  0x00000ead branch  0x00004187 
+ 00016458  0x00000eb0 call  0x00006059 
+ 00016459  0x00000eb1 fetcht  0x00000001 , 0x00004910 
+ 00016460  0x00000eb2 branch  0x00004048 , 0x00000001 
+ 00016461  0x00000eb3 fetcht  0x00000001 , 0x00004910 
+ 00016462  0x00000eb4 call  0x00006069 
+ 00016463  0x00000eb5 fetcht  0x00000001 , 0x0000490f 
+ 00016464  0x00000eb6 fetch  0x00000001 , 0x00004b93 
+ 00016465  0x00000eb7 branch  0x00004187 
+ 00016466  0x00000ebb fetch  0x00000001 , 0x000049dd 
+ 00016467  0x00000ebc rtneq  0x00000001 
+ 00016468  0x00000ebd jam  0x00000001 , 0x000049dd 
+ 00016469  0x00000ebe fetch  0x00000008 , 0x00004bab 
+ 00016470  0x00000ebf rtnbit1  0x00000028 
+ 00016471  0x00000ec0 rtnbit1  0x00000036 
+ 00016472  0x00000ec1 branch  0x00004069 
+ 00016473  0x00000ec4 fetch  0x00000001 , 0x000049dd 
+ 00016474  0x00000ec5 rtneq  0x00000000 
+ 00016475  0x00000ec6 jam  0x00000000 , 0x000049dd 
+ 00016476  0x00000ec7 fetch  0x00000008 , 0x00004bab 
+ 00016477  0x00000ec8 bbit1  0x00000028 , 0x00004060 
+ 00016478  0x00000ec9 bbit1  0x00000036 , 0x00004060 
+ 00016479  0x00000eca rtn 
+ 00016480  0x00000ecc fetch  0x00000001 , 0x000049de 
+ 00016481  0x00000ecd nbranch  0x00004064 , 0x00000034 
+ 00016482  0x00000ece fetch  0x00000001 , 0x00004b9c 
+ 00016483  0x00000ecf ncall  0x00004069 , 0x00000034 
+ 00016484  0x00000ed1 jam  0x00000000 , 0x000049de 
+ 00016485  0x00000ed2 fetch  0x00000001 , 0x0000478f 
+ 00016486  0x00000ed3 store  0x00000001 , 0x00004b9c 
+ 00016487  0x00000ed4 store  0x00000001 , 0x00004b9b 
+ 00016488  0x00000ed5 rtn 
+ 00016489  0x00000ed8 bpatch  0x000000cf , 0x00004019 
+ 00016490  0x00000ed9 call  0x00004072 
+ 00016491  0x00000eda rtn  0x00000028 
+ 00016492  0x00000edb fetch  0x00000001 , 0x00004992 
+ 00016493  0x00000edc increase  0x00000001 , 0x0000003f 
+ 00016494  0x00000edd and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00016495  0x00000ede store  0x00000001 , 0x00004992 
+ 00016496  0x00000edf call  0x00004095 
+ 00016497  0x00000ee0 branch  0x000045ee 
+ 00016498  0x00000ee3 disable  0x00000028 
+ 00016499  0x00000ee4 fetch  0x00000008 , 0x00004bab 
+ 00016500  0x00000ee5 rtnbit1  0x0000002c 
+ 00016501  0x00000ee6 rtnbit1  0x0000002e 
+ 00016502  0x00000ee7 fetch  0x00000001 , 0x00004b8e 
+ 00016503  0x00000ee8 rtn  0x00000034 
+ 00016504  0x00000ee9 fetch  0x00000001 , 0x00004b8f 
+ 00016505  0x00000eea rtn  0x00000034 
+ 00016506  0x00000eeb enable  0x00000028 
+ 00016507  0x00000eec rtn 
+ 00016508  0x00000ef0 fetch  0x00000008 , 0x00004bab 
+ 00016509  0x00000ef1 bbit1  0x00000028 , 0x00004080 
+ 00016510  0x00000ef2 bbit1  0x00000036 , 0x00004087 
+ 00016511  0x00000ef3 rtn 
+ 00016512  0x00000ef7 fetch  0x00000001 , 0x000049dd 
+ 00016513  0x00000ef8 rtnne  0x00000001 
+ 00016514  0x00000ef9 arg  0x00004b9c , 0x00000013 
+ 00016515  0x00000efa arg  0x00004085 , 0x00000012 
+ 00016516  0x00000efb branch  0x0000318a 
+ 00016517  0x00000efe jam  0x00000001 , 0x000049de 
+ 00016518  0x00000eff branch  0x000046b5 
+ 00016519  0x00000f02 fetch  0x00000001 , 0x000049dd 
+ 00016520  0x00000f03 rtnne  0x00000001 
+ 00016521  0x00000f04 arg  0x00004b9b , 0x00000013 
+ 00016522  0x00000f05 arg  0x0000408c , 0x00000012 
+ 00016523  0x00000f06 branch  0x0000318a 
+ 00016524  0x00000f09 jam  0x00000001 , 0x000049de 
+ 00016525  0x00000f0a branch  0x000044d4 
+ 00016526  0x00000f0f branch  0x00004098 
+ 00016527  0x00000f13 fetch  0x00000008 , 0x00004bab 
+ 00016528  0x00000f14 rtnbit1  0x0000001c 
+ 00016529  0x00000f15 fetch  0x00000001 , 0x00004992 
+ 00016530  0x00000f16 rtnne  0x00000003 
+ 00016531  0x00000f17 jam  0x00000000 , 0x00004992 
+ 00016532  0x00000f18 rtn 
+ 00016533  0x00000f1c bpatch  0x000000d0 , 0x0000401a 
+ 00016534  0x00000f1d call  0x0000408f 
+ 00016535  0x00000f1e call  0x000048e1 
+ 00016536  0x00000f20 fetch  0x00000001 , 0x00004927 
+ 00016537  0x00000f21 beq  0x00000003 , 0x000040bb 
+ 00016538  0x00000f22 beq  0x0000000b , 0x000040cf 
+ 00016539  0x00000f23 fetch  0x00000001 , 0x00004992 
+ 00016540  0x00000f24 beq  0x00000000 , 0x000040a2 
+ 00016541  0x00000f25 beq  0x00000001 , 0x000040a0 
+ 00016542  0x00000f26 beq  0x00000002 , 0x000040a4 
+ 00016543  0x00000f27 beq  0x00000003 , 0x000040a6 
+ 00016544  0x00000f29 fetcht  0x00000001 , 0x000049d1 
+ 00016545  0x00000f2a branch  0x000040a8 
+ 00016546  0x00000f2c fetcht  0x00000001 , 0x000049d0 
+ 00016547  0x00000f2d branch  0x000040a8 
+ 00016548  0x00000f2f fetcht  0x00000001 , 0x000049d2 
+ 00016549  0x00000f30 branch  0x000040a8 
+ 00016550  0x00000f32 fetcht  0x00000001 , 0x000049d3 
+ 00016551  0x00000f33 branch  0x000040a8 
+ 00016552  0x00000f36 fetch  0x00000001 , 0x00004927 
+ 00016553  0x00000f37 beq  0x00000004 , 0x000040b7 
+ 00016554  0x00000f38 beq  0x00000005 , 0x000040b7 
+ 00016555  0x00000f39 beq  0x00000008 , 0x000040b9 
+ 00016556  0x00000f3a beq  0x00000007 , 0x000040b9 
+ 00016557  0x00000f3b beq  0x00000006 , 0x000040b7 
+ 00016558  0x00000f3d storet  0x00000001 , 0x000049dc 
+ 00016559  0x00000f3e setarg  0x00000006 
+ 00016560  0x00000f3f call  0x00005b0d 
+ 00016561  0x00000f40 and  0x0000003f , 0x000000f8 , 0x00000002 
+ 00016562  0x00000f41 fetch  0x00000001 , 0x000049dc 
+ 00016563  0x00000f42 iadd  0x00000002 , 0x0000003f 
+ 00016564  0x00000f43 lshift8  0x0000003f , 0x0000003f 
+ 00016565  0x00000f44 add  0x0000003f , 0x00000006 , 0x0000003f 
+ 00016566  0x00000f45 branch  0x00005b0c 
+ 00016567  0x00000f48 increase  0xffffffff , 0x00000002 
+ 00016568  0x00000f49 branch  0x000040ae 
+ 00016569  0x00000f4c increase  0x00000002 , 0x00000002 
+ 00016570  0x00000f4d branch  0x000040ae 
+ 00016571  0x00000f50 fetch  0x00000001 , 0x00004992 
+ 00016572  0x00000f51 beq  0x00000000 , 0x000040c2 
+ 00016573  0x00000f52 beq  0x00000001 , 0x000040c0 
+ 00016574  0x00000f53 beq  0x00000002 , 0x000040c4 
+ 00016575  0x00000f54 beq  0x00000003 , 0x000040c6 
+ 00016576  0x00000f56 fetch  0x00000001 , 0x000049d5 
+ 00016577  0x00000f57 branch  0x000040c7 
+ 00016578  0x00000f59 fetch  0x00000001 , 0x000049d4 
+ 00016579  0x00000f5a branch  0x000040c7 
+ 00016580  0x00000f5c fetch  0x00000001 , 0x000049d6 
+ 00016581  0x00000f5d branch  0x000040c7 
+ 00016582  0x00000f5f fetch  0x00000001 , 0x000049d7 
+ 00016583  0x00000f61 store  0x00000001 , 0x000049dc 
+ 00016584  0x00000f62 lshift8  0x0000003f , 0x0000003f 
+ 00016585  0x00000f63 copy  0x0000003f , 0x00000011 
+ 00016586  0x00000f64 add  0x0000003f , 0x0000000d , 0x0000003f 
+ 00016587  0x00000f65 call  0x00005b0c 
+ 00016588  0x00000f66 copy  0x00000011 , 0x0000003f 
+ 00016589  0x00000f67 add  0x0000003f , 0x0000000e , 0x0000003f 
+ 00016590  0x00000f68 branch  0x00005b0c 
+ 00016591  0x00000f6b fetch  0x00000001 , 0x00004992 
+ 00016592  0x00000f6c beq  0x00000000 , 0x000040d6 
+ 00016593  0x00000f6d beq  0x00000001 , 0x000040d4 
+ 00016594  0x00000f6e beq  0x00000002 , 0x000040d8 
+ 00016595  0x00000f6f beq  0x00000003 , 0x000040da 
+ 00016596  0x00000f71 fetch  0x00000001 , 0x000049d9 
+ 00016597  0x00000f72 branch  0x000040c7 
+ 00016598  0x00000f75 fetch  0x00000001 , 0x000049d8 
+ 00016599  0x00000f76 branch  0x000040c7 
+ 00016600  0x00000f79 fetch  0x00000001 , 0x000049da 
+ 00016601  0x00000f7a branch  0x000040c7 
+ 00016602  0x00000f7d fetch  0x00000001 , 0x000049db 
+ 00016603  0x00000f7e branch  0x000040c7 
+ 00016604  0x00000f87 call  0x00004115 
+ 00016605  0x00000f88 call  0x000040ed 
+ 00016606  0x00000f89 call  0x00003e5f 
+ 00016607  0x00000f8a call  0x000040e8 
+ 00016608  0x00000f8b copy  0x00000011 , 0x0000003f 
+ 00016609  0x00000f8c fetcht  0x00000001 , 0x000048d8 
+ 00016610  0x00000f8d store  0x00000001 , 0x000048d8 
+ 00016611  0x00000f8e store  0x00000001 , 0x000048d0 
+ 00016612  0x00000f8f ixor  0x00000002 , 0x0000003f 
+ 00016613  0x00000f90 sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00016614  0x00000f91 rtn  0x00000005 
+ 00016615  0x00000f92 branch  0x00007e54 
+ 00016616  0x00000f95 rtnmark0  0x00000026 
+ 00016617  0x00000f96 copy  0x00000011 , 0x0000003f 
+ 00016618  0x00000f97 rtn  0x00000034 
+ 00016619  0x00000f98 store  0x00000001 , 0x000048d0 
+ 00016620  0x00000f99 branch  0x00007e54 
+ 00016621  0x00000f9c jam  0x00000000 , 0x00004b98 
+ 00016622  0x00000f9d jam  0x00000000 , 0x00004b99 
+ 00016623  0x00000f9e jam  0x00000000 , 0x00004b9a 
+ 00016624  0x00000f9f copy  0x0000003f , 0x00000002 
+ 00016625  0x00000fa0 call  0x000040fd 
+ 00016626  0x00000fa1 call  0x00004100 
+ 00016627  0x00000fa2 call  0x00004103 
+ 00016628  0x00000fa3 call  0x00004106 
+ 00016629  0x00000fa4 fetch  0x00000001 , 0x00004b99 
+ 00016630  0x00000fa5 rtn  0x00000034 
+ 00016631  0x00000fa6 fetch  0x00000001 , 0x00004b98 
+ 00016632  0x00000fa7 rtn  0x00000034 
+ 00016633  0x00000fa8 jam  0x00000001 , 0x00004b9a 
+ 00016634  0x00000fa9 fetch  0x00000001 , 0x000048d8 
+ 00016635  0x00000faa copy  0x0000003f , 0x00000011 
+ 00016636  0x00000fab rtn 
+ 00016637  0x00000fae and  0x00000002 , 0x00000009 , 0x0000003f 
+ 00016638  0x00000faf beq  0x00000009 , 0x0000410e 
+ 00016639  0x00000fb0 rtn 
+ 00016640  0x00000fb2 and  0x00000002 , 0x00000014 , 0x0000003f 
+ 00016641  0x00000fb3 beq  0x00000014 , 0x0000410e 
+ 00016642  0x00000fb4 rtn 
+ 00016643  0x00000fb6 and  0x00000002 , 0x00000018 , 0x0000003f 
+ 00016644  0x00000fb7 beq  0x00000018 , 0x0000410c 
+ 00016645  0x00000fb8 rtn 
+ 00016646  0x00000fbb and  0x00000002 , 0x00000007 , 0x0000003f 
+ 00016647  0x00000fbc beq  0x00000003 , 0x0000410c 
+ 00016648  0x00000fbd beq  0x00000005 , 0x0000410c 
+ 00016649  0x00000fbe beq  0x00000006 , 0x0000410c 
+ 00016650  0x00000fbf beq  0x00000007 , 0x0000410c 
+ 00016651  0x00000fc0 rtn 
+ 00016652  0x00000fc4 jam  0x00000001 , 0x00004b99 
+ 00016653  0x00000fc5 rtn 
+ 00016654  0x00000fc8 jam  0x00000001 , 0x00004b98 
+ 00016655  0x00000fc9 rtn 
+ 00016656  0x00000fcc call  0x00004121 
+ 00016657  0x00000fcd call  0x00004115 
+ 00016658  0x00000fce setarg  0x00000000 
+ 00016659  0x00000fcf store  0x00000003 , 0x00004b8e 
+ 00016660  0x00000fd0 rtn 
+ 00016661  0x00000fd3 bpatch  0x000000d1 , 0x0000401a 
+ 00016662  0x00000fd4 fetch  0x00000001 , 0x00004be1 
+ 00016663  0x00000fd5 ncall  0x00004121 , 0x00000034 
+ 00016664  0x00000fd6 arg  0x00000000 , 0x00000011 
+ 00016665  0x00000fd7 call  0x00004124 
+ 00016666  0x00000fd8 call  0x0000412a 
+ 00016667  0x00000fd9 call  0x00004130 
+ 00016668  0x00000fda call  0x00004136 
+ 00016669  0x00000fdb call  0x0000414f 
+ 00016670  0x00000fdd call  0x0000416a 
+ 00016671  0x00000fde copy  0x00000011 , 0x0000003f 
+ 00016672  0x00000fdf rtn 
+ 00016673  0x00000fe2 setarg  0x00030303 
+ 00016674  0x00000fe3 store  0x00000003 , 0x00004b8e 
+ 00016675  0x00000fe4 rtn 
+ 00016676  0x00000fe7 jam  0x00000000 , 0x00004b96 
+ 00016677  0x00000fe8 fetcht  0x00000001 , 0x00004918 
+ 00016678  0x00000fe9 fetch  0x00000001 , 0x00004b8e 
+ 00016679  0x00000fea call  0x00004187 
+ 00016680  0x00000feb store  0x00000001 , 0x00004b8e 
+ 00016681  0x00000fec rtn 
+ 00016682  0x00000fef jam  0x00000001 , 0x00004b96 
+ 00016683  0x00000ff0 fetcht  0x00000001 , 0x00004919 
+ 00016684  0x00000ff1 fetch  0x00000001 , 0x00004b8f 
+ 00016685  0x00000ff2 call  0x00004187 
+ 00016686  0x00000ff3 store  0x00000001 , 0x00004b8f 
+ 00016687  0x00000ff4 rtn 
+ 00016688  0x00000ff7 jam  0x00000002 , 0x00004b96 
+ 00016689  0x00000ff8 fetcht  0x00000001 , 0x0000491a 
+ 00016690  0x00000ff9 fetch  0x00000001 , 0x00004b90 
+ 00016691  0x00000ffa call  0x00004187 
+ 00016692  0x00000ffb store  0x00000001 , 0x00004b90 
+ 00016693  0x00000ffc rtn 
+ 00016694  0x00000fff fetch  0x00000001 , 0x0000490d 
+ 00016695  0x00001000 rtneq  0x000000ff 
+ 00016696  0x00001001 jam  0x00000003 , 0x00004b96 
+ 00016697  0x00001002 fetch  0x00000001 , 0x00004b91 
+ 00016698  0x00001003 copy  0x0000003f , 0x00000013 
+ 00016699  0x00001004 fetcht  0x00000001 , 0x0000490d 
+ 00016700  0x00001005 fetch  0x00000001 , 0x00004910 
+ 00016701  0x00001006 beq  0x000000ff , 0x0000414b 
+ 00016702  0x00001008 call  0x00006059 
+ 00016703  0x00001009 branch  0x00004147 , 0x00000001 
+ 00016704  0x0000100a fetcht  0x00000001 , 0x00004910 
+ 00016705  0x0000100b call  0x00006069 
+ 00016706  0x0000100c fetcht  0x00000001 , 0x0000490d 
+ 00016707  0x0000100d fetch  0x00000001 , 0x00004b91 
+ 00016708  0x0000100e call  0x00004187 
+ 00016709  0x00001010 store  0x00000001 , 0x00004b91 
+ 00016710  0x00001011 branch  0x00004168 
+ 00016711  0x00001014 fetcht  0x00000001 , 0x00004910 
+ 00016712  0x00001015 fetch  0x00000001 , 0x00004b91 
+ 00016713  0x00001016 call  0x00004187 
+ 00016714  0x00001017 branch  0x00004145 
+ 00016715  0x0000101a call  0x00004195 
+ 00016716  0x0000101b store  0x00000001 , 0x00004b91 
+ 00016717  0x0000101c fetcht  0x00000001 , 0x0000490d 
+ 00016718  0x0000101d branch  0x00003f56 
+ 00016719  0x00001021 fetch  0x00000001 , 0x0000490e 
+ 00016720  0x00001022 rtneq  0x000000ff 
+ 00016721  0x00001023 jam  0x00000004 , 0x00004b96 
+ 00016722  0x00001024 fetch  0x00000001 , 0x00004b92 
+ 00016723  0x00001025 copy  0x0000003f , 0x00000013 
+ 00016724  0x00001026 fetcht  0x00000001 , 0x0000490e 
+ 00016725  0x00001027 fetch  0x00000001 , 0x00004910 
+ 00016726  0x00001028 beq  0x000000ff , 0x00004164 
+ 00016727  0x0000102a call  0x00006059 
+ 00016728  0x0000102b branch  0x00004160 , 0x00000001 
+ 00016729  0x0000102c fetcht  0x00000001 , 0x00004910 
+ 00016730  0x0000102d call  0x00006069 
+ 00016731  0x0000102e fetcht  0x00000001 , 0x0000490e 
+ 00016732  0x0000102f fetch  0x00000001 , 0x00004b92 
+ 00016733  0x00001030 call  0x00004187 
+ 00016734  0x00001032 store  0x00000001 , 0x00004b92 
+ 00016735  0x00001033 branch  0x00004168 
+ 00016736  0x00001036 fetcht  0x00000001 , 0x00004910 
+ 00016737  0x00001037 fetch  0x00000001 , 0x00004b92 
+ 00016738  0x00001038 call  0x00004187 
+ 00016739  0x00001039 branch  0x0000415e 
+ 00016740  0x0000103c call  0x00004195 
+ 00016741  0x0000103d store  0x00000001 , 0x00004b92 
+ 00016742  0x0000103e fetcht  0x00000001 , 0x0000490e 
+ 00016743  0x0000103f branch  0x00003f56 
+ 00016744  0x00001043 fetcht  0x00000001 , 0x00004910 
+ 00016745  0x00001044 branch  0x00003f56 
+ 00016746  0x00001047 jam  0x00000000 , 0x00004b8b 
+ 00016747  0x00001048 fetch  0x00000008 , 0x00004bab 
+ 00016748  0x00001049 rtnbit0  0x00000015 
+ 00016749  0x0000104a fetch  0x00000001 , 0x00004912 
+ 00016750  0x0000104b rtneq  0x000000ff 
+ 00016751  0x0000104c jam  0x00000007 , 0x00004b96 
+ 00016752  0x0000104d fetcht  0x00000001 , 0x00004912 
+ 00016753  0x0000104e fetch  0x00000001 , 0x00004b95 
+ 00016754  0x0000104f call  0x00004187 
+ 00016755  0x00001050 store  0x00000001 , 0x00004b95 
+ 00016756  0x00001051 copy  0x00000011 , 0x0000003f 
+ 00016757  0x00001052 bbit1  0x00000007 , 0x0000417a 
+ 00016758  0x00001053 call  0x0000417d 
+ 00016759  0x00001055 fetch  0x00000001 , 0x00004b8c 
+ 00016760  0x00001056 store  0x00000001 , 0x00004b8d 
+ 00016761  0x00001057 rtn 
+ 00016762  0x0000105b jam  0x00000001 , 0x00004b8c 
+ 00016763  0x0000105c call  0x00004180 
+ 00016764  0x0000105d branch  0x00004177 
+ 00016765  0x00001060 jam  0x00000000 , 0x00004b8c 
+ 00016766  0x00001061 fetch  0x00000001 , 0x00004b8d 
+ 00016767  0x00001062 rtn  0x00000034 
+ 00016768  0x00001064 jam  0x00000001 , 0x00004b8b 
+ 00016769  0x00001065 rtn 
+ 00016770  0x00001069 call  0x00006059 
+ 00016771  0x0000106a fetcht  0x00000001 , 0x00004b96 
+ 00016772  0x0000106b copy  0x00000002 , 0x00000007 
+ 00016773  0x0000106c branch  0x00004193 , 0x00000001 
+ 00016774  0x0000106d branch  0x00004191 
+ 00016775  0x00001070 lshift  0x0000003f , 0x0000003f 
+ 00016776  0x00001071 copy  0x0000003f , 0x00000012 
+ 00016777  0x00001072 call  0x00006059 
+ 00016778  0x00001073 setflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00016779  0x00001074 and  0x00000012 , 0x00000007 , 0x0000003f 
+ 00016780  0x00001075 fetcht  0x00000001 , 0x00004b96 
+ 00016781  0x00001076 copy  0x00000002 , 0x00000007 
+ 00016782  0x00001077 beq  0x00000007 , 0x00004193 
+ 00016783  0x00001078 beq  0x00000000 , 0x00004191 
+ 00016784  0x00001079 rtn 
+ 00016785  0x0000107c qset0  0x00000011 
+ 00016786  0x0000107d rtn 
+ 00016787  0x00001080 qset1  0x00000011 
+ 00016788  0x00001081 rtn 
+ 00016789  0x00001084 bpatch  0x000000d2 , 0x0000401a 
+ 00016790  0x00001085 copy  0x00000013 , 0x0000003f 
+ 00016791  0x00001086 store  0x00000001 , 0x00004b97 
+ 00016792  0x00001087 lshift  0x0000003f , 0x0000003f 
+ 00016793  0x00001088 copy  0x0000003f , 0x00000012 
+ 00016794  0x00001089 copy  0x00000002 , 0x00000013 
+ 00016795  0x0000108a call  0x00003f54 
+ 00016796  0x0000108b copy  0x00000013 , 0x00000002 
+ 00016797  0x0000108c call  0x00006059 
+ 00016798  0x0000108d nsetflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00016799  0x0000108e call  0x000041a1 
+ 00016800  0x0000108f branch  0x0000418b 
+ 00016801  0x00001092 fetcht  0x00000001 , 0x00004b97 
+ 00016802  0x00001093 and_into  0x00000001 , 0x00000002 
+ 00016803  0x00001094 and  0x00000012 , 0x00000001 , 0x0000003f 
+ 00016804  0x00001095 isub  0x00000002 , 0x0000003e 
+ 00016805  0x00001096 nbranch  0x0000432f , 0x00000005 
+ 00016806  0x00001097 rtn 
+ 00016807  0x0000109d bpatch  0x000000d3 , 0x0000401a 
+ 00016808  0x0000109e call  0x00003f65 
+ 00016809  0x0000109f rtn  0x0000002b 
+ 00016810  0x000010a1 call  0x00004236 
+ 00016811  0x000010a3 call  0x000041b5 
+ 00016812  0x000010a4 beq  0x00000030 , 0x000041bc 
+ 00016813  0x000010a5 beq  0x00000031 , 0x00004217 
+ 00016814  0x000010a6 beq  0x00000058 , 0x00004220 
+ 00016815  0x000010a7 call  0x000041b2 
+ 00016816  0x000010a8 nop  0x00001af4 
+ 00016817  0x000010a9 branch  0x000041ab 
+ 00016818  0x000010ab fetch  0x00000001 , 0x0000491f 
+ 00016819  0x000010ac call  0x00005af7 
+ 00016820  0x000010ad branch  0x00003f6a 
+ 00016821  0x000010b0 setarg  0x00000001 
+ 00016822  0x000010b1 call  0x00005b0d 
+ 00016823  0x000010b2 store  0x00000001 , 0x000049c2 
+ 00016824  0x000010b3 setarg  0x00000000 
+ 00016825  0x000010b4 call  0x00005b0d 
+ 00016826  0x000010b5 store  0x00000001 , 0x000049c1 
+ 00016827  0x000010b6 rtn 
+ 00016828  0x000010bb fetch  0x00000001 , 0x000049c2 
+ 00016829  0x000010bc beq  0x0000005a , 0x000041c5 
+ 00016830  0x000010bd beq  0x000000d8 , 0x000041cb 
+ 00016831  0x000010be beq  0x000000d1 , 0x000041da 
+ 00016832  0x000010bf beq  0x000000d2 , 0x000041e3 
+ 00016833  0x000010c0 beq  0x00000002 , 0x000041ea 
+ 00016834  0x000010c1 beq  0x00000054 , 0x000041ed 
+ 00016835  0x000010c2 beq  0x00000050 , 0x00004214 
+ 00016836  0x000010c3 branch  0x000041ab 
+ 00016837  0x000010c6 jam  0x00000005 , 0x00004927 
+ 00016838  0x000010c7 call  0x00004232 
+ 00016839  0x000010c8 call  0x00007d12 
+ 00016840  0x000010c9 arg  0x00004a39 , 0x00000013 
+ 00016841  0x000010ca call  0x0000422b 
+ 00016842  0x000010cb branch  0x0000408e 
+ 00016843  0x000010ce setarg  0x00000016 
+ 00016844  0x000010cf call  0x00005b0d 
+ 00016845  0x000010d0 sub  0x0000003f , 0x000000bd , 0x0000003e 
+ 00016846  0x000010d1 nbranch  0x000041a7 , 0x00000005 
+ 00016847  0x000010d2 setarg  0x00000019 
+ 00016848  0x000010d3 call  0x00005b0d 
+ 00016849  0x000010d4 sub  0x0000003f , 0x00000055 , 0x0000003e 
+ 00016850  0x000010d5 nbranch  0x000041a7 , 0x00000005 
+ 00016851  0x000010d6 setarg  0x0000001b 
+ 00016852  0x000010d7 call  0x00005b0d 
+ 00016853  0x000010d8 sub  0x0000003f , 0x0000001d , 0x0000003e 
+ 00016854  0x000010d9 nbranch  0x000041a7 , 0x00000005 
+ 00016855  0x000010da jam  0x00000006 , 0x00004927 
+ 00016856  0x000010db arg  0x00004a71 , 0x00000013 
+ 00016857  0x000010dc branch  0x0000422b 
+ 00016858  0x000010df jam  0x00000000 , 0x00004927 
+ 00016859  0x000010e0 arg  0x000049f3 , 0x00000013 
+ 00016860  0x000010e1 call  0x0000422b 
+ 00016861  0x000010e2 arg  0x000049fd , 0x00000013 
+ 00016862  0x000010e3 call  0x0000422b 
+ 00016863  0x000010e4 setarg  0x00000943 
+ 00016864  0x000010e5 call  0x00005b0c 
+ 00016865  0x000010e6 arg  0x00004a17 , 0x00000013 
+ 00016866  0x000010e7 branch  0x0000422b 
+ 00016867  0x000010ea jam  0x00000002 , 0x00004927 
+ 00016868  0x000010eb arg  0x000049e9 , 0x00000013 
+ 00016869  0x000010ec call  0x0000422b 
+ 00016870  0x000010ed arg  0x000049fd , 0x00000013 
+ 00016871  0x000010ee call  0x0000422b 
+ 00016872  0x000010ef arg  0x00004a17 , 0x00000013 
+ 00016873  0x000010f0 branch  0x0000422b 
+ 00016874  0x000010f3 jam  0x00000003 , 0x00004927 
+ 00016875  0x000010f4 arg  0x000049df , 0x00000013 
+ 00016876  0x000010f5 branch  0x0000422b 
+ 00016877  0x000010f8 call  0x00004229 
+ 00016878  0x000010f9 setarg  0x00009a5b 
+ 00016879  0x000010fa call  0x00005b0c 
+ 00016880  0x000010fb setarg  0x0000000d 
+ 00016881  0x000010fc call  0x00005b0d 
+ 00016882  0x000010fd sub  0x0000003f , 0x00000012 , 0x0000003e 
+ 00016883  0x000010fe branch  0x00004201 , 0x00000005 
+ 00016884  0x000010ff sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00016885  0x00001100 nbranch  0x00004204 , 0x00000005 
+ 00016886  0x00001101 setarg  0x0000000e 
+ 00016887  0x00001102 call  0x00005b0d 
+ 00016888  0x00001103 sub  0x0000003f , 0x000000e5 , 0x0000003e 
+ 00016889  0x00001104 nbranch  0x000041ab , 0x00000005 
+ 00016890  0x00001105 setarg  0x00000010 
+ 00016891  0x00001106 call  0x00005b0d 
+ 00016892  0x00001107 sub  0x0000003f , 0x000000a5 , 0x0000003e 
+ 00016893  0x00001108 branch  0x00004201 , 0x00000005 
+ 00016894  0x00001109 call  0x00004211 
+ 00016895  0x0000110b jam  0x00000008 , 0x00004927 
+ 00016896  0x0000110c rtn 
+ 00016897  0x0000110e jam  0x00000009 , 0x00004927 
+ 00016898  0x0000110f arg  0x00004a53 , 0x00000013 
+ 00016899  0x00001110 branch  0x0000422b 
+ 00016900  0x00001112 sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00016901  0x00001113 nbranch  0x000041ab , 0x00000005 
+ 00016902  0x00001114 setarg  0x0000000e 
+ 00016903  0x00001115 call  0x00005b0d 
+ 00016904  0x00001116 sub  0x0000003f , 0x000000c5 , 0x0000003e 
+ 00016905  0x00001117 nbranch  0x000041ab , 0x00000005 
+ 00016906  0x00001118 setarg  0x00000010 
+ 00016907  0x00001119 call  0x00005b0d 
+ 00016908  0x0000111a sub  0x0000003f , 0x00000038 , 0x0000003e 
+ 00016909  0x0000111b nbranch  0x000041ab , 0x00000005 
+ 00016910  0x0000111d call  0x00004211 
+ 00016911  0x0000111e jam  0x0000000a , 0x00004927 
+ 00016912  0x0000111f rtn 
+ 00016913  0x00001121 setarg  0x0000005b 
+ 00016914  0x00001122 call  0x00005b0c 
+ 00016915  0x00001123 branch  0x00004227 
+ 00016916  0x00001126 jam  0x00000007 , 0x00004927 
+ 00016917  0x00001127 arg  0x00004a97 , 0x00000013 
+ 00016918  0x00001128 branch  0x0000422b 
+ 00016919  0x0000112b call  0x00004236 
+ 00016920  0x0000112c fetch  0x00000001 , 0x000049c2 
+ 00016921  0x0000112d beq  0x00000070 , 0x0000421e 
+ 00016922  0x0000112e beq  0x00000000 , 0x0000421c 
+ 00016923  0x0000112f branch  0x000041ab 
+ 00016924  0x00001132 jam  0x00000001 , 0x00004927 
+ 00016925  0x00001133 rtn 
+ 00016926  0x00001136 jam  0x00000004 , 0x00004927 
+ 00016927  0x00001137 rtn 
+ 00016928  0x0000113a call  0x00004236 
+ 00016929  0x0000113b fetch  0x00000001 , 0x000049c2 
+ 00016930  0x0000113c beq  0x00000059 , 0x00004224 
+ 00016931  0x0000113d branch  0x000041bc 
+ 00016932  0x0000113f jam  0x0000000b , 0x00004927 
+ 00016933  0x00001140 arg  0x00004a81 , 0x00000013 
+ 00016934  0x00001141 branch  0x0000422b 
+ 00016935  0x00001144 setarg  0x00000009 
+ 00016936  0x00001145 branch  0x00005b0c 
+ 00016937  0x00001147 setarg  0x00005a09 
+ 00016938  0x00001148 branch  0x00005b0c 
+ 00016939  0x0000114b ifetch  0x00000002 , 0x00000013 
+ 00016940  0x0000114c arg  0x0000ffff , 0x00000002 
+ 00016941  0x0000114d isub  0x00000002 , 0x0000003e 
+ 00016942  0x0000114e rtn  0x00000005 
+ 00016943  0x0000114f call  0x00005b0c 
+ 00016944  0x00001150 increase  0x00000002 , 0x00000013 
+ 00016945  0x00001151 branch  0x0000422b 
+ 00016946  0x00001154 setarg  0x00008006 
+ 00016947  0x00001156 call  0x00005b0c 
+ 00016948  0x00001157 nop  0x00002ee0 
+ 00016949  0x00001158 rtn 
+ 00016950  0x0000115b bpatch  0x000000d4 , 0x0000401a 
+ 00016951  0x0000115c call  0x00003f65 
+ 00016952  0x0000115e call  0x00004232 
+ 00016953  0x0000115f arg  0x00004aa3 , 0x00000013 
+ 00016954  0x00001161 call  0x0000422b 
+ 00016955  0x00001162 branch  0x0000408e 
+ 00016956  0x00001165 call  0x000041a7 
+ 00016957  0x00001166 call  0x00003f65 
+ 00016958  0x00001168 setarg  0x00000806 
+ 00016959  0x00001169 branch  0x00005b0c 
+ 00016960  0x00001170 fetch  0x00000001 , 0x000044ac 
+ 00016961  0x00001171 rtnne  0x00000000 
+ 00016962  0x00001172 fetch  0x00000001 , 0x00004927 
+ 00016963  0x00001173 beq  0x00000000 , 0x0000424c 
+ 00016964  0x00001174 beq  0x00000001 , 0x0000424c 
+ 00016965  0x00001175 beq  0x00000008 , 0x0000424c 
+ 00016966  0x00001176 beq  0x00000002 , 0x0000424c 
+ 00016967  0x00001177 beq  0x00000003 , 0x00004270 
+ 00016968  0x00001178 beq  0x00000004 , 0x0000424c 
+ 00016969  0x00001179 beq  0x00000006 , 0x00004295 
+ 00016970  0x0000117a beq  0x0000000b , 0x0000428e 
+ 00016971  0x0000117b branch  0x0000424c 
+ 00016972  0x0000117f call  0x000042c4 
+ 00016973  0x00001180 disable  0x00000028 
+ 00016974  0x00001181 fetch  0x00000001 , 0x00004911 
+ 00016975  0x00001182 beq  0x000000ff , 0x00004253 
+ 00016976  0x00001183 fetcht  0x00000001 , 0x00004911 
+ 00016977  0x00001184 call  0x00006059 
+ 00016978  0x00001185 nrtn  0x00000001 
+ 00016979  0x00001187 setarg  0x00000000 
+ 00016980  0x00001188 call  0x00005b0d 
+ 00016981  0x00001189 bne  0x00000030 , 0x00004266 
+ 00016982  0x0000118b setarg  0x00000002 
+ 00016983  0x0000118c call  0x00005b0d 
+ 00016984  0x0000118d rtnbit0  0x00000007 
+ 00016985  0x0000118e call  0x000042db 
+ 00016986  0x0000118f fetch  0x00000001 , 0x000048d1 
+ 00016987  0x00001190 call  0x000042d3 
+ 00016988  0x00001191 store  0x00000002 , 0x000048d1 
+ 00016989  0x00001192 fetch  0x00000001 , 0x000048d3 
+ 00016990  0x00001193 call  0x000042d3 
+ 00016991  0x00001194 store  0x00000002 , 0x000048d3 
+ 00016992  0x00001195 fetch  0x00000001 , 0x00004928 
+ 00016993  0x00001196 beq  0x00000000 , 0x00004268 
+ 00016994  0x00001197 beq  0x00000001 , 0x0000426a 
+ 00016995  0x00001198 beq  0x00000002 , 0x0000426c 
+ 00016996  0x00001199 beq  0x00000003 , 0x0000426e 
+ 00016997  0x0000119a rtn 
+ 00016998  0x0000119d beq  0x00000031 , 0x00004256 
+ 00016999  0x0000119e branch  0x000041b2 
+ 00017000  0x000011a1 call  0x000042ad 
+ 00017001  0x000011a2 branch  0x000042e2 
+ 00017002  0x000011a4 call  0x000042b5 
+ 00017003  0x000011a5 branch  0x000042e2 
+ 00017004  0x000011a7 call  0x000042b1 
+ 00017005  0x000011a8 branch  0x000042e2 
+ 00017006  0x000011aa call  0x000042bd 
+ 00017007  0x000011ab branch  0x000042e2 
+ 00017008  0x000011b0 call  0x000042c4 
+ 00017009  0x000011b1 fetch  0x00000001 , 0x00004911 
+ 00017010  0x000011b2 beq  0x000000ff , 0x00004276 
+ 00017011  0x000011b3 fetcht  0x00000001 , 0x00004911 
+ 00017012  0x000011b4 call  0x00006059 
+ 00017013  0x000011b5 nrtn  0x00000001 
+ 00017014  0x000011b7 setarg  0x00000000 
+ 00017015  0x000011b8 call  0x00005b0d 
+ 00017016  0x000011b9 bne  0x00000030 , 0x000041b2 
+ 00017017  0x000011bb setarg  0x00000002 
+ 00017018  0x000011bc call  0x00005b0d 
+ 00017019  0x000011bd rtnbit0  0x00000007 
+ 00017020  0x000011be call  0x000042db 
+ 00017021  0x000011bf call  0x0000428c 
+ 00017022  0x000011c0 store  0x00000001 , 0x000048d7 
+ 00017023  0x000011c1 rshift4  0x0000003f , 0x0000003f 
+ 00017024  0x000011c2 call  0x000042d7 
+ 00017025  0x000011c3 store  0x00000001 , 0x000048d2 
+ 00017026  0x000011c4 fetch  0x00000001 , 0x000048d7 
+ 00017027  0x000011c5 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00017028  0x000011c6 call  0x000042d7 
+ 00017029  0x000011c7 store  0x00000001 , 0x000048d4 
+ 00017030  0x000011c8 fetch  0x00000001 , 0x00004928 
+ 00017031  0x000011c9 beq  0x00000000 , 0x000042ad 
+ 00017032  0x000011ca beq  0x00000001 , 0x000042b5 
+ 00017033  0x000011cb beq  0x00000002 , 0x000042b1 
+ 00017034  0x000011cc beq  0x00000003 , 0x000042bd 
+ 00017035  0x000011cd rtn 
+ 00017036  0x000011d0 setarg  0x00000012 
+ 00017037  0x000011d1 branch  0x00005b0d 
+ 00017038  0x000011d4 call  0x000042c4 
+ 00017039  0x000011d5 fetch  0x00000001 , 0x00004911 
+ 00017040  0x000011d6 beq  0x000000ff , 0x00004294 
+ 00017041  0x000011d7 fetcht  0x00000001 , 0x00004911 
+ 00017042  0x000011d8 call  0x00006059 
+ 00017043  0x000011d9 nrtn  0x00000001 
+ 00017044  0x000011db branch  0x00004279 
+ 00017045  0x000011df call  0x000042c4 
+ 00017046  0x000011e0 disable  0x00000028 
+ 00017047  0x000011e1 setarg  0x00000002 
+ 00017048  0x000011e2 call  0x00005b0d 
+ 00017049  0x000011e3 rtnbit0  0x00000007 
+ 00017050  0x000011e4 setarg  0x00000008 
+ 00017051  0x000011e5 call  0x00005b0d 
+ 00017052  0x000011e6 branch  0x00004259 , 0x00000034 
+ 00017053  0x000011e7 setarg  0x00000000 
+ 00017054  0x000011e8 store  0x00000006 , 0x000048d1 
+ 00017055  0x000011e9 rtn 
+ 00017056  0x000011ee fetch  0x00000001 , 0x00004924 
+ 00017057  0x000011ef store  0x00000001 , 0x00004928 
+ 00017058  0x000011f0 fetch  0x00000001 , 0x00004917 
+ 00017059  0x000011f1 rtneq  0x000000ff 
+ 00017060  0x000011f2 fetcht  0x00000001 , 0x00004917 
+ 00017061  0x000011f3 call  0x00003f56 
+ 00017062  0x000011f4 fetcht  0x00000001 , 0x00004917 
+ 00017063  0x000011f5 call  0x00006059 
+ 00017064  0x000011f6 call  0x000042aa , 0x00000001 
+ 00017065  0x000011f7 branch  0x00003f54 
+ 00017066  0x000011f9 fetch  0x00000001 , 0x00004925 
+ 00017067  0x000011fa store  0x00000001 , 0x00004928 
+ 00017068  0x000011fb rtn 
+ 00017069  0x000011fe fetch  0x00000002 , 0x000048d1 
+ 00017070  0x000011ff sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00017071  0x00001200 store  0x00000002 , 0x000048d1 
+ 00017072  0x00001201 branch  0x00007e54 
+ 00017073  0x00001203 fetch  0x00000002 , 0x000048d3 
+ 00017074  0x00001204 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00017075  0x00001205 store  0x00000002 , 0x000048d3 
+ 00017076  0x00001206 branch  0x00007e54 
+ 00017077  0x00001208 fetch  0x00000002 , 0x000048d3 
+ 00017078  0x00001209 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00017079  0x0000120a store  0x00000002 , 0x000048d3 
+ 00017080  0x0000120b fetch  0x00000002 , 0x000048d1 
+ 00017081  0x0000120c sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00017082  0x0000120d store  0x00000002 , 0x000048d1 
+ 00017083  0x0000120e call  0x000042bf 
+ 00017084  0x0000120f branch  0x00007e54 
+ 00017085  0x00001211 call  0x000042bf 
+ 00017086  0x00001212 branch  0x00007e54 
+ 00017087  0x00001215 fetch  0x00000002 , 0x000048d3 
+ 00017088  0x00001216 fetcht  0x00000002 , 0x000048d1 
+ 00017089  0x00001217 store  0x00000002 , 0x000048d1 
+ 00017090  0x00001218 storet  0x00000002 , 0x000048d3 
+ 00017091  0x00001219 rtn 
+ 00017092  0x0000121d fetch  0x00000001 , 0x000049c8 
+ 00017093  0x0000121e call  0x000042db , 0x00000034 
+ 00017094  0x0000121f jam  0x00000001 , 0x000049c8 
+ 00017095  0x00001220 rtn 
+ 00017096  0x00001223 jam  0x00000001 , 0x00004aac 
+ 00017097  0x00001224 call  0x00001b1a 
+ 00017098  0x00001226 branch  0x000041a7 
+ 00017099  0x00001229 fetch  0x00000001 , 0x00004911 
+ 00017100  0x0000122a rtnne  0x000000ff 
+ 00017101  0x0000122b fetch  0x00000001 , 0x00004aae 
+ 00017102  0x0000122c rtnne  0x00000001 
+ 00017103  0x0000122d setarg  0x00000000 
+ 00017104  0x0000122e store  0x00000001 , 0x00004aae 
+ 00017105  0x0000122f store  0x00000004 , 0x000048d1 
+ 00017106  0x00001230 branch  0x000042ca 
+ 00017107  0x00001233 rtnbit0  0x00000007 
+ 00017108  0x00001235 arg  0x0000ff00 , 0x00000002 
+ 00017109  0x00001236 ior  0x00000002 , 0x0000003f 
+ 00017110  0x00001237 rtn 
+ 00017111  0x0000123a rtnbit0  0x00000003 
+ 00017112  0x0000123b arg  0x000000f0 , 0x00000002 
+ 00017113  0x0000123c ior  0x00000002 , 0x0000003f 
+ 00017114  0x0000123d rtn 
+ 00017115  0x00001240 arg  0x00000003 , 0x0000003f 
+ 00017116  0x00001241 call  0x00005b0d 
+ 00017117  0x00001242 store  0x00000002 , 0x000048d1 
+ 00017118  0x00001243 arg  0x00000004 , 0x0000003f 
+ 00017119  0x00001244 call  0x00005b0d 
+ 00017120  0x00001245 store  0x00000002 , 0x000048d3 
+ 00017121  0x00001246 rtn 
+ 00017122  0x0000124a fetcht  0x00000001 , 0x00004920 
+ 00017123  0x0000124b call  0x00006059 
+ 00017124  0x0000124c rtn  0x00000001 
+ 00017125  0x0000124d setarg  0x0000000a 
+ 00017126  0x0000124e call  0x00005b0d 
+ 00017127  0x0000124f nop  0x000003e8 
+ 00017128  0x00001250 branch  0x000042e2 
+ 00017129  0x00001253 setarg  0x00008100 
+ 00017130  0x00001254 branch  0x00005b0c 
+ 00017131  0x0000125a jam  0x000000ff , 0x00004ac1 
+ 00017132  0x0000125b fetch  0x00000001 , 0x00004bb3 
+ 00017133  0x0000125c bbit1  0x00000001 , 0x000042ef 
+ 00017134  0x0000125d bbit1  0x00000000 , 0x000042f4 
+ 00017135  0x0000125f jam  0x00000034 , 0x00004482 
+ 00017136  0x00001260 setarg  0x000f0f0f 
+ 00017137  0x00001261 store  0x00000003 , 0x0000437a 
+ 00017138  0x00001262 store  0x00000003 , 0x0000437d 
+ 00017139  0x00001263 branch  0x00003d61 
+ 00017140  0x00001266 jam  0x00000033 , 0x00004482 
+ 00017141  0x00001267 arg  0x00004974 , 0x00000006 
+ 00017142  0x00001268 call  0x000045c8 
+ 00017143  0x00001269 branch  0x00003d61 
+ 00017144  0x0000126c bpatch  0x000000d5 , 0x0000401a 
+ 00017145  0x0000126d call  0x000045bd 
+ 00017146  0x0000126e call  0x00004314 
+ 00017147  0x0000126f fetch  0x00000001 , 0x00004938 
+ 00017148  0x00001270 beq  0x00000001 , 0x000042ff 
+ 00017149  0x00001271 beq  0x00000002 , 0x00004301 
+ 00017150  0x00001272 rtn 
+ 00017151  0x00001274 fetch  0x00000006 , 0x0000493a 
+ 00017152  0x00001275 branch  0x00004302 
+ 00017153  0x00001277 fetch  0x00000006 , 0x00004957 
+ 00017154  0x00001279 fetcht  0x00000006 , 0x00004974 
+ 00017155  0x0000127a isub  0x00000002 , 0x0000003e 
+ 00017156  0x0000127b branch  0x00004553 , 0x00000005 
+ 00017157  0x0000127c branch  0x00003d59 
+ 00017158  0x0000127f call  0x00004314 
+ 00017159  0x00001280 fetch  0x00000001 , 0x000045fc 
+ 00017160  0x00001281 increase  0x00000003 , 0x0000003f 
+ 00017161  0x00001282 copy  0x0000003f , 0x00000011 
+ 00017162  0x00001283 call  0x00004dc0 
+ 00017163  0x00001284 fetch  0x00000002 , 0x000044de 
+ 00017164  0x00001285 istore  0x00000002 , 0x00000005 
+ 00017165  0x00001286 setarg  0x000004a1 
+ 00017166  0x00001287 istore  0x00000002 , 0x00000005 
+ 00017167  0x00001288 fetch  0x00000001 , 0x000045fc 
+ 00017168  0x00001289 increase  0x00000001 , 0x0000003f 
+ 00017169  0x0000128a copy  0x0000003f , 0x00000039 
+ 00017170  0x0000128b arg  0x000045fc , 0x00000006 
+ 00017171  0x0000128c branch  0x00007d5f 
+ 00017172  0x0000128f jam  0x0000005a , 0x00004ac1 
+ 00017173  0x00001290 rtn 
+ 00017174  0x00001294 fetch  0x00000002 , 0x0000478c 
+ 00017175  0x00001295 bbit1  0x00000007 , 0x00004322 
+ 00017176  0x00001296 bbit1  0x00000009 , 0x0000320f 
+ 00017177  0x00001297 bbit1  0x00000000 , 0x000031f6 
+ 00017178  0x00001298 branch  0x00004576 
+ 00017179  0x0000129b setarg  0x00000000 
+ 00017180  0x0000129c store  0x00000002 , 0x00004ab2 
+ 00017181  0x0000129d fetch  0x00000002 , 0x0000478c 
+ 00017182  0x0000129e bbit1  0x00000009 , 0x0000320f 
+ 00017183  0x0000129f fetch  0x00000002 , 0x0000478c 
+ 00017184  0x000012a0 bbit1  0x00000000 , 0x000031f6 
+ 00017185  0x000012a1 rtn 
+ 00017186  0x000012a4 call  0x000046de 
+ 00017187  0x000012a5 branch  0x00007931 
+ 00017188  0x000012a8 fetch  0x00000008 , 0x00004bab 
+ 00017189  0x000012a9 rtnbit0  0x0000001b 
+ 00017190  0x000012ab nbranch  0x0000432c , 0x00000028 
+ 00017191  0x000012ac fetch  0x00000001 , 0x00004aad 
+ 00017192  0x000012ad increase  0x00000001 , 0x0000003f 
+ 00017193  0x000012ae and_into  0x0000000f , 0x0000003f 
+ 00017194  0x000012af store  0x00000001 , 0x00004aad 
+ 00017195  0x000012b0 nrtn  0x00000034 
+ 00017196  0x000012b2 jam  0x00000000 , 0x00004aad 
+ 00017197  0x000012b3 disable  0x00000028 
+ 00017198  0x000012b4 rtn 
+ 00017199  0x000012b8 fetch  0x00000001 , 0x00004911 
+ 00017200  0x000012b9 rtnne  0x000000ff 
+ 00017201  0x000012ba jam  0x00000000 , 0x00004177 
+ 00017202  0x000012bb jam  0x0000001e , 0x00004aaf 
+ 00017203  0x000012bc rtn 
+ 00017204  0x000012c0 bpatch  0x000000d6 , 0x0000401a 
+ 00017205  0x000012c1 copy  0x00000013 , 0x0000003f 
+ 00017206  0x000012c2 beq  0x00000014 , 0x00004350 
+ 00017207  0x000012c3 beq  0x00000001 , 0x000043fa 
+ 00017208  0x000012c4 beq  0x00000015 , 0x0000435f 
+ 00017209  0x000012c5 beq  0x00000002 , 0x000043fe 
+ 00017210  0x000012c6 beq  0x00000005 , 0x00004421 
+ 00017211  0x000012c7 beq  0x00000010 , 0x0000454e 
+ 00017212  0x000012c8 beq  0x00000012 , 0x00004424 
+ 00017213  0x000012c9 beq  0x00000006 , 0x00003244 
+ 00017214  0x000012ca beq  0x00000004 , 0x00004432 
+ 00017215  0x000012cb beq  0x00000013 , 0x00004432 
+ 00017216  0x000012cc beq  0x00000019 , 0x000031ec 
+ 00017217  0x000012cd beq  0x0000002b , 0x0000443d 
+ 00017218  0x000012ce beq  0x00000021 , 0x00004443 
+ 00017219  0x000012cf beq  0x0000000a , 0x0000444a 
+ 00017220  0x000012d0 beq  0x0000002e , 0x000031da 
+ 00017221  0x000012d1 beq  0x00000031 , 0x0000436a 
+ 00017222  0x000012d2 beq  0x00000029 , 0x0000436c 
+ 00017223  0x000012d3 beq  0x00000032 , 0x0000436e 
+ 00017224  0x000012d4 beq  0x0000003e , 0x00004379 
+ 00017225  0x000012d5 beq  0x00000040 , 0x0000437a 
+ 00017226  0x000012d6 beq  0x00000027 , 0x0000444c 
+ 00017227  0x000012d7 beq  0x00000039 , 0x00004857 
+ 00017228  0x000012d8 beq  0x0000003a , 0x00004833 
+ 00017229  0x000012d9 beq  0x0000003c , 0x0000484e 
+ 00017230  0x000012da beq  0x00000044 , 0x00004390 
+ 00017231  0x000012db rtn 
+ 00017232  0x000012df jam  0x00000000 , 0x00004aae 
+ 00017233  0x000012e0 call  0x000042ca 
+ 00017234  0x000012e1 jam  0x00000001 , 0x00004ac6 
+ 00017235  0x000012e2 call  0x00004822 
+ 00017236  0x000012e3 fetch  0x00000001 , 0x00004ac7 
+ 00017237  0x000012e4 nbranch  0x00004357 , 0x00000034 
+ 00017238  0x000012e5 jam  0x00000014 , 0x00004ac8 
+ 00017239  0x000012e7 fetch  0x00000002 , 0x00004480 
+ 00017240  0x000012e8 set0  0x00000000 , 0x0000003f 
+ 00017241  0x000012e9 store  0x00000002 , 0x00004480 
+ 00017242  0x000012ea jam  0x00000000 , 0x00004b77 
+ 00017243  0x000012eb fetch  0x00000002 , 0x00004af0 
+ 00017244  0x000012ec store  0x00000002 , 0x00004af2 
+ 00017245  0x000012ed call  0x00004544 
+ 00017246  0x000012ee branch  0x00004576 
+ 00017247  0x000012f1 jam  0x00000000 , 0x00004ac6 
+ 00017248  0x000012f2 setarg  0x00000006 
+ 00017249  0x000012f3 fetch  0x00000008 , 0x00004bab 
+ 00017250  0x000012f4 bbit1  0x0000001b , 0x00004364 
+ 00017251  0x000012f5 setarg  0x00000007 
+ 00017252  0x000012f7 store  0x00000002 , 0x00004372 
+ 00017253  0x000012f8 store  0x00000002 , 0x00004374 
+ 00017254  0x000012f9 jam  0x00000000 , 0x00004af4 
+ 00017255  0x000012fa jam  0x00000000 , 0x00004aac 
+ 00017256  0x000012fb call  0x00001b1c 
+ 00017257  0x000012fc branch  0x000043fe 
+ 00017258  0x000012ff arg  0x00000002 , 0x00000007 
+ 00017259  0x00001300 branch  0x00004375 
+ 00017260  0x00001304 jam  0x00000012 , 0x0000095b 
+ 00017261  0x00001305 branch  0x0000787a 
+ 00017262  0x00001308 fetch  0x00000001 , 0x00004ac7 
+ 00017263  0x00001309 beq  0x00000001 , 0x00004371 
+ 00017264  0x0000130a branch  0x00004373 
+ 00017265  0x0000130c call  0x0000436c 
+ 00017266  0x0000130d jam  0x00000014 , 0x00004b76 
+ 00017267  0x0000130f arg  0x00000001 , 0x00000007 
+ 00017268  0x00001310 branch  0x00004375 
+ 00017269  0x00001313 fetch  0x00000001 , 0x00004b75 
+ 00017270  0x00001314 qset1  0x0000003f 
+ 00017271  0x00001315 store  0x00000001 , 0x00004b75 
+ 00017272  0x00001316 rtn 
+ 00017273  0x00001319 branch  0x0000321d 
+ 00017274  0x0000131c fetch  0x00000002 , 0x000043db 
+ 00017275  0x0000131d rtneq  0x00000000 
+ 00017276  0x0000131e fetch  0x00000001 , 0x00000289 
+ 00017277  0x0000131f rshift2  0x0000003f , 0x0000003f 
+ 00017278  0x00001320 sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00017279  0x00001321 rtn  0x00000002 
+ 00017280  0x00001322 setarg  0x00000009 
+ 00017281  0x00001323 store  0x00000002 , 0x00004372 
+ 00017282  0x00001324 store  0x00000002 , 0x00004374 
+ 00017283  0x00001325 call  0x0000436c 
+ 00017284  0x00001327 jam  0x00000001 , 0x00004af4 
+ 00017285  0x00001328 rtn 
+ 00017286  0x0000132b jam  0x00000000 , 0x00004af4 
+ 00017287  0x0000132c rtn 
+ 00017288  0x0000132f fetch  0x00000001 , 0x00004ac7 
+ 00017289  0x00001330 nrtn  0x00000034 
+ 00017290  0x00001331 fetch  0x00000001 , 0x00004437 
+ 00017291  0x00001332 sub  0x0000003f , 0x00000022 , 0x0000003f 
+ 00017292  0x00001333 nrtn  0x00000005 
+ 00017293  0x00001334 jam  0x00000000 , 0x00004b76 
+ 00017294  0x00001336 arg  0x00000000 , 0x00000007 
+ 00017295  0x00001337 branch  0x00004375 
+ 00017296  0x0000133a fetch  0x00000001 , 0x000002c1 
+ 00017297  0x0000133b sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00017298  0x0000133c nbranch  0x00004384 , 0x00000002 
+ 00017299  0x0000133d fetch  0x00000001 , 0x000002c3 
+ 00017300  0x0000133e fetcht  0x00000001 , 0x00004b8a 
+ 00017301  0x0000133f isub  0x00000002 , 0x0000003e 
+ 00017302  0x00001340 branch  0x0000439a , 0x00000002 
+ 00017303  0x00001341 fetch  0x00000001 , 0x000002c3 
+ 00017304  0x00001342 store  0x00000001 , 0x00004177 
+ 00017305  0x00001343 branch  0x00004386 
+ 00017306  0x00001345 fetch  0x00000001 , 0x00004b8a 
+ 00017307  0x00001346 store  0x00000001 , 0x00004177 
+ 00017308  0x00001347 branch  0x00004386 
+ 00017309  0x0000134a jam  0x00000000 , 0x00004b75 
+ 00017310  0x0000134b rtn 
+ 00017311  0x0000134e bpatch  0x000000d7 , 0x0000401a 
+ 00017312  0x0000134f call  0x00001b77 
+ 00017313  0x00001350 nrtn  0x00000034 
+ 00017314  0x00001351 fetch  0x00000001 , 0x00004ac1 
+ 00017315  0x00001352 beq  0x000000ff , 0x000043a7 
+ 00017316  0x00001353 fetch  0x00000001 , 0x00004b75 
+ 00017317  0x00001354 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00017318  0x00001355 rtnne  0x00000003 
+ 00017319  0x00001357 fetch  0x00000001 , 0x00004aac 
+ 00017320  0x00001358 call  0x000042c8 , 0x00000034 
+ 00017321  0x00001359 fetch  0x00000008 , 0x00004bab 
+ 00017322  0x0000135a bbit1  0x00000001 , 0x000043d1 
+ 00017323  0x0000135b bbit1  0x00000000 , 0x000043d1 
+ 00017324  0x0000135c bbit1  0x00000005 , 0x000043d1 
+ 00017325  0x0000135d bbit1  0x00000006 , 0x000043d1 
+ 00017326  0x0000135e call  0x00003f70 
+ 00017327  0x0000135f call  0x00004324 
+ 00017328  0x00001360 nrtn  0x00000028 
+ 00017329  0x00001361 call  0x0000432f 
+ 00017330  0x00001362 call  0x000042cb 
+ 00017331  0x00001363 call  0x0000401d 
+ 00017332  0x00001364 fetch  0x00000008 , 0x00004bab 
+ 00017333  0x00001365 bbit0  0x00000015 , 0x000043b8 
+ 00017334  0x00001366 fetch  0x00000001 , 0x00004b8b 
+ 00017335  0x00001367 beq  0x00000001 , 0x000043b9 
+ 00017336  0x00001369 branch  0x000043d3 
+ 00017337  0x0000136d fetch  0x00000001 , 0x00004b8c 
+ 00017338  0x0000136e branch  0x000043c3 , 0x00000034 
+ 00017339  0x0000136f fetch  0x00000008 , 0x00004bcd 
+ 00017340  0x00001371 store  0x00000008 , 0x0000095c 
+ 00017341  0x00001372 fetch  0x00000001 , 0x00004bcc 
+ 00017342  0x00001373 beq  0x00000003 , 0x000043c5 
+ 00017343  0x00001374 beq  0x00000002 , 0x000043c8 
+ 00017344  0x00001375 jam  0x00000008 , 0x00004ae6 
+ 00017345  0x00001376 fetcht  0x00000002 , 0x00004ae7 
+ 00017346  0x00001377 branch  0x000043d8 
+ 00017347  0x0000137b fetch  0x00000008 , 0x00004bd6 
+ 00017348  0x0000137c branch  0x000043bc 
+ 00017349  0x0000137f jam  0x00000003 , 0x00004ae6 
+ 00017350  0x00001380 fetcht  0x00000002 , 0x00004ae9 
+ 00017351  0x00001381 branch  0x000043d8 
+ 00017352  0x00001384 jam  0x00000002 , 0x00004ae6 
+ 00017353  0x00001385 fetcht  0x00000002 , 0x00004aeb 
+ 00017354  0x00001386 branch  0x000043d8 
+ 00017355  0x00001389 arg  0x00000001 , 0x00000011 
+ 00017356  0x0000138a fetcht  0x00000002 , 0x00004aed 
+ 00017357  0x0000138b call  0x00001eb3 
+ 00017358  0x0000138c fetch  0x00000001 , 0x00004aef 
+ 00017359  0x0000138d istore  0x00000001 , 0x00000005 
+ 00017360  0x0000138e rtn 
+ 00017361  0x00001392 setarg  0x00000000 
+ 00017362  0x00001393 store  0x00000007 , 0x000048d0 
+ 00017363  0x00001395 jam  0x00000007 , 0x00004ae6 
+ 00017364  0x00001396 fetch  0x00000007 , 0x000048d0 
+ 00017365  0x00001397 store  0x00000007 , 0x0000095c 
+ 00017366  0x00001398 fetcht  0x00000002 , 0x00004357 
+ 00017367  0x00001399 branch  0x000043d8 
+ 00017368  0x0000139c fetch  0x00000001 , 0x00004ae6 
+ 00017369  0x0000139d copy  0x0000003f , 0x00000011 
+ 00017370  0x0000139e call  0x00001eb3 
+ 00017371  0x0000139f fetcht  0x00000001 , 0x00004ae6 
+ 00017372  0x000013a0 copy  0x00000002 , 0x00000039 
+ 00017373  0x000013a1 arg  0x0000095c , 0x00000006 
+ 00017374  0x000013a2 branch  0x00007d5f 
+ 00017375  0x000013a5 jam  0x00000000 , 0x00004ac7 
+ 00017376  0x000013a6 fetch  0x00000003 , 0x00004acc 
+ 00017377  0x000013a7 store  0x00000003 , 0x000043ec 
+ 00017378  0x000013a8 call  0x000043e8 
+ 00017379  0x000013a9 setarg  0x00000005 
+ 00017380  0x000013aa istore  0x00000001 , 0x00000006 
+ 00017381  0x000013ab arg  0x00004ad2 , 0x00000006 
+ 00017382  0x000013ac call  0x000043ef 
+ 00017383  0x000013ad branch  0x000078ee 
+ 00017384  0x000013b0 arg  0x000043e8 , 0x00000011 
+ 00017385  0x000013b2 ifetch  0x00000001 , 0x00000011 
+ 00017386  0x000013b3 rtn  0x00000034 
+ 00017387  0x000013b4 iadd  0x00000006 , 0x00000011 
+ 00017388  0x000013b5 ifetch  0x00000001 , 0x00000006 
+ 00017389  0x000013b6 rtneq  0x00000001 
+ 00017390  0x000013b7 branch  0x000043e9 
+ 00017391  0x000013ba arg  0x000043f3 , 0x00000005 
+ 00017392  0x000013bb arg  0x00000013 , 0x00000039 
+ 00017393  0x000013bc call  0x00007d5f 
+ 00017394  0x000013bd branch  0x00001abe 
+ 00017395  0x000013c4 setarg  0x0000000c 
+ 00017396  0x000013c5 store  0x00000002 , 0x00004455 
+ 00017397  0x000013c6 fetch  0x00000008 , 0x00004bab 
+ 00017398  0x000013c7 rtnbit1  0x0000001b 
+ 00017399  0x000013c8 setarg  0x0000000e 
+ 00017400  0x000013c9 store  0x00000002 , 0x00004455 
+ 00017401  0x000013ca rtn 
+ 00017402  0x000013cd jam  0x00000000 , 0x00004aae 
+ 00017403  0x000013ce call  0x000042ca 
+ 00017404  0x000013cf call  0x00004822 
+ 00017405  0x000013d0 branch  0x00004576 
+ 00017406  0x000013d3 jam  0x00000000 , 0x00004b7f 
+ 00017407  0x000013d4 jam  0x00000000 , 0x00004b88 
+ 00017408  0x000013d5 call  0x000043f3 
+ 00017409  0x000013d6 call  0x00004409 
+ 00017410  0x000013d7 fetch  0x00000002 , 0x0000447e 
+ 00017411  0x000013d8 bbit1  0x00000007 , 0x00004410 
+ 00017412  0x000013d9 bbit1  0x00000000 , 0x000031c6 
+ 00017413  0x000013da bbit1  0x00000001 , 0x00004414 
+ 00017414  0x000013db bbit1  0x00000002 , 0x00004417 
+ 00017415  0x000013dc bbit1  0x00000003 , 0x00004417 
+ 00017416  0x000013dd branch  0x00004553 
+ 00017417  0x000013df setarg  0x00000000 
+ 00017418  0x000013e0 store  0x00000008 , 0x000048d9 
+ 00017419  0x000013e1 istore  0x00000004 , 0x00000005 
+ 00017420  0x000013e2 jam  0x00000000 , 0x000049c8 
+ 00017421  0x000013e3 jam  0x00000000 , 0x00004454 
+ 00017422  0x000013e4 jam  0x00000000 , 0x00004326 
+ 00017423  0x000013e5 rtn 
+ 00017424  0x000013e8 call  0x0000439d 
+ 00017425  0x000013e9 fetch  0x00000002 , 0x0000447e 
+ 00017426  0x000013ea bbit1  0x00000000 , 0x000031c6 
+ 00017427  0x000013eb branch  0x00003e20 
+ 00017428  0x000013ef bbit1  0x00000005 , 0x00004417 
+ 00017429  0x000013f0 bbit1  0x00000003 , 0x00004417 
+ 00017430  0x000013f1 branch  0x00004553 
+ 00017431  0x000013f3 fetch  0x00000002 , 0x0000478c 
+ 00017432  0x000013f4 bbit1  0x0000000c , 0x00004553 
+ 00017433  0x000013f5 call  0x000031c6 
+ 00017434  0x000013f7 call  0x00004110 
+ 00017435  0x000013f8 call  0x000044dc 
+ 00017436  0x000013f9 fetch  0x00000001 , 0x00004b9f 
+ 00017437  0x000013fa beq  0x00000001 , 0x00003e1d 
+ 00017438  0x000013fc fetch  0x00000001 , 0x00004ac4 
+ 00017439  0x000013fd nrtn  0x00000034 
+ 00017440  0x000013fe branch  0x00003e20 
+ 00017441  0x00001402 rtn 
+ 00017442  0x00001405 jam  0x00000004 , 0x00004b87 
+ 00017443  0x00001406 rtn 
+ 00017444  0x00001409 jam  0x00000001 , 0x00004454 
+ 00017445  0x0000140a call  0x00003223 
+ 00017446  0x0000140b call  0x0000321f 
+ 00017447  0x0000140c setarg  0x00000000 
+ 00017448  0x0000140d store  0x00000002 , 0x00004788 
+ 00017449  0x0000140e store  0x00000001 , 0x0000478a 
+ 00017450  0x0000140f call  0x00004422 
+ 00017451  0x00001410 branch  0x0000321b 
+ 00017452  0x00001413 jam  0x00000000 , 0x00004b80 
+ 00017453  0x00001414 fetch  0x00000001 , 0x000045f5 
+ 00017454  0x00001415 isolate1  0x00000000 , 0x0000003f 
+ 00017455  0x00001416 rtn  0x00000001 
+ 00017456  0x00001417 jam  0x00000001 , 0x00004b80 
+ 00017457  0x00001418 rtn 
+ 00017458  0x0000141d fetch  0x00000001 , 0x00004ac1 
+ 00017459  0x0000141e beq  0x000000ff , 0x000042f8 
+ 00017460  0x0000141f fetch  0x00000002 , 0x0000478c 
+ 00017461  0x00001420 rtnbit1  0x0000000c 
+ 00017462  0x00001421 rtnbit1  0x00000006 
+ 00017463  0x00001422 rtnbit1  0x0000000b 
+ 00017464  0x00001423 fetch  0x00000008 , 0x00004bab 
+ 00017465  0x00001424 rtnbit1  0x00000005 
+ 00017466  0x00001425 bbit1  0x00000033 , 0x00004553 
+ 00017467  0x00001426 bbit1  0x0000002f , 0x0000481f 
+ 00017468  0x00001427 branch  0x00003e20 
+ 00017469  0x0000142a fetch  0x00000001 , 0x00004b7f 
+ 00017470  0x0000142b rtnne  0x00000002 
+ 00017471  0x0000142c jam  0x00000000 , 0x00004b7f 
+ 00017472  0x0000142d call  0x000043f3 
+ 00017473  0x0000142e call  0x00004422 
+ 00017474  0x0000142f branch  0x0000321b 
+ 00017475  0x00001432 fetch  0x00000001 , 0x00004b7f 
+ 00017476  0x00001433 rtneq  0x00000002 
+ 00017477  0x00001434 increase  0x00000001 , 0x0000003f 
+ 00017478  0x00001435 store  0x00000001 , 0x00004b7f 
+ 00017479  0x00001436 jam  0x00000012 , 0x00004455 
+ 00017480  0x00001437 call  0x00004422 
+ 00017481  0x00001438 branch  0x0000321b 
+ 00017482  0x0000143b call  0x00005af1 
+ 00017483  0x0000143c branch  0x000031ea 
+ 00017484  0x0000143f setarg  0x00000001 
+ 00017485  0x00001440 store  0x00000006 , 0x00000041 
+ 00017486  0x00001441 jam  0x00000033 , 0x000000e8 
+ 00017487  0x00001442 branch  0x0000458d 
+ 00017488  0x00001445 setarg  0xffffffff 
+ 00017489  0x00001446 store  0x00000006 , 0x00000041 
+ 00017490  0x00001447 jam  0x00000033 , 0x000000e8 
+ 00017491  0x00001448 jam  0x000000ff , 0x00004ac1 
+ 00017492  0x00001449 call  0x000045a2 
+ 00017493  0x0000144a jam  0x000000ff , 0x00004939 
+ 00017494  0x0000144b branch  0x000045ee 
+ 00017495  0x0000144e bpatch  0x000000d8 , 0x0000401b 
+ 00017496  0x0000144f rtn  0x0000002e 
+ 00017497  0x00001450 fetch  0x00000001 , 0x00004454 
+ 00017498  0x00001451 rtn  0x00000034 
+ 00017499  0x00001452 call  0x000052f4 
+ 00017500  0x00001453 nrtn  0x00000034 
+ 00017501  0x00001454 fetch  0x00000001 , 0x00004ac1 
+ 00017502  0x00001455 beq  0x000000ff , 0x00004306 
+ 00017503  0x00001456 fetch  0x00000001 , 0x00004aac 
+ 00017504  0x00001457 call  0x000042c8 , 0x00000034 
+ 00017505  0x00001458 fetch  0x00000008 , 0x00004bab 
+ 00017506  0x00001459 bbit1  0x00000001 , 0x0000448e 
+ 00017507  0x0000145a bbit1  0x00000000 , 0x0000448e 
+ 00017508  0x0000145b bbit1  0x00000005 , 0x0000448e 
+ 00017509  0x0000145c bbit1  0x00000006 , 0x0000448e 
+ 00017510  0x0000145d call  0x00003f70 
+ 00017511  0x0000145e call  0x00004324 
+ 00017512  0x0000145f nrtn  0x00000028 
+ 00017513  0x00001460 call  0x0000432f 
+ 00017514  0x00001461 call  0x000042cb 
+ 00017515  0x00001462 call  0x0000401d 
+ 00017516  0x00001463 fetch  0x00000001 , 0x00004b80 
+ 00017517  0x00001464 beq  0x00000001 , 0x0000447d 
+ 00017518  0x00001465 fetch  0x00000001 , 0x00004b88 
+ 00017519  0x00001466 rtn  0x00000034 
+ 00017520  0x00001467 fetch  0x00000008 , 0x00004bab 
+ 00017521  0x00001468 bbit0  0x00000015 , 0x00004474 
+ 00017522  0x00001469 fetch  0x00000001 , 0x00004b8b 
+ 00017523  0x0000146a beq  0x00000001 , 0x00004491 
+ 00017524  0x0000146c arg  0x00000009 , 0x00000011 
+ 00017525  0x0000146d call  0x00004dc0 
+ 00017526  0x0000146e fetch  0x00000002 , 0x000044de 
+ 00017527  0x0000146f istore  0x00000002 , 0x00000005 
+ 00017528  0x00001470 setarg  0x000002a1 
+ 00017529  0x00001471 istore  0x00000002 , 0x00000005 
+ 00017530  0x00001472 fetch  0x00000007 , 0x000048d0 
+ 00017531  0x00001473 istore  0x00000007 , 0x00000005 
+ 00017532  0x00001474 rtn 
+ 00017533  0x00001477 fetch  0x00000001 , 0x000048d0 
+ 00017534  0x00001478 store  0x00000001 , 0x00004b81 
+ 00017535  0x00001479 fetch  0x00000001 , 0x000048d1 
+ 00017536  0x0000147a istore  0x00000001 , 0x00000005 
+ 00017537  0x0000147b fetch  0x00000001 , 0x000048d3 
+ 00017538  0x0000147c istore  0x00000001 , 0x00000005 
+ 00017539  0x0000147d fetch  0x00000002 , 0x000048d5 
+ 00017540  0x0000147e istore  0x00000002 , 0x00000005 
+ 00017541  0x0000147f arg  0x00000007 , 0x00000011 
+ 00017542  0x00001480 call  0x00004dc0 
+ 00017543  0x00001481 fetch  0x00000002 , 0x000044de 
+ 00017544  0x00001482 istore  0x00000002 , 0x00000005 
+ 00017545  0x00001483 setarg  0x000002a1 
+ 00017546  0x00001484 istore  0x00000002 , 0x00000005 
+ 00017547  0x00001485 fetch  0x00000005 , 0x00004b81 
+ 00017548  0x00001486 istore  0x00000005 , 0x00000005 
+ 00017549  0x00001487 rtn 
+ 00017550  0x0000148a setarg  0x00000000 
+ 00017551  0x0000148b store  0x00000007 , 0x000048d0 
+ 00017552  0x0000148c branch  0x00004474 
+ 00017553  0x00001490 fetch  0x00000001 , 0x00004b8c 
+ 00017554  0x00001491 branch  0x000044b3 , 0x00000034 
+ 00017555  0x00001492 fetch  0x00000008 , 0x00004bcd 
+ 00017556  0x00001494 store  0x00000008 , 0x0000095c 
+ 00017557  0x00001495 fetch  0x00000001 , 0x00004bcc 
+ 00017558  0x00001496 beq  0x00000003 , 0x000044a1 
+ 00017559  0x00001497 beq  0x00000002 , 0x000044aa 
+ 00017560  0x00001498 arg  0x0000000a , 0x00000011 
+ 00017561  0x00001499 call  0x00004dc0 
+ 00017562  0x0000149a fetch  0x00000002 , 0x000044de 
+ 00017563  0x0000149b istore  0x00000002 , 0x00000005 
+ 00017564  0x0000149c setarg  0x000001a1 
+ 00017565  0x0000149d istore  0x00000002 , 0x00000005 
+ 00017566  0x0000149e fetch  0x00000008 , 0x0000095c 
+ 00017567  0x0000149f istore  0x00000008 , 0x00000005 
+ 00017568  0x000014a0 rtn 
+ 00017569  0x000014a3 arg  0x00000004 , 0x00000011 
+ 00017570  0x000014a4 call  0x00004dc0 
+ 00017571  0x000014a5 fetch  0x00000002 , 0x000044de 
+ 00017572  0x000014a6 istore  0x00000002 , 0x00000005 
+ 00017573  0x000014a7 setarg  0x000003a1 
+ 00017574  0x000014a8 istore  0x00000002 , 0x00000005 
+ 00017575  0x000014a9 fetch  0x00000002 , 0x0000095c 
+ 00017576  0x000014aa istore  0x00000002 , 0x00000005 
+ 00017577  0x000014ab rtn 
+ 00017578  0x000014ae arg  0x00000003 , 0x00000011 
+ 00017579  0x000014af call  0x00004dc0 
+ 00017580  0x000014b0 fetch  0x00000002 , 0x000044de 
+ 00017581  0x000014b1 istore  0x00000002 , 0x00000005 
+ 00017582  0x000014b2 setarg  0x000004a1 
+ 00017583  0x000014b3 istore  0x00000002 , 0x00000005 
+ 00017584  0x000014b4 fetch  0x00000001 , 0x0000095c 
+ 00017585  0x000014b5 istore  0x00000001 , 0x00000005 
+ 00017586  0x000014b6 rtn 
+ 00017587  0x000014b9 fetch  0x00000008 , 0x00004bd6 
+ 00017588  0x000014ba branch  0x00004494 
+ 00017589  0x000014c1 bpatch  0x000000d9 , 0x0000401b 
+ 00017590  0x000014c2 call  0x00003e9b 
+ 00017591  0x000014c3 call  0x00004956 
+ 00017592  0x000014c5 call  0x0000232b 
+ 00017593  0x000014c6 call  0x00002556 
+ 00017594  0x000014c7 call  0x000047cd 
+ 00017595  0x000014c9 call  0x000048be 
+ 00017596  0x000014ca call  0x000048ef 
+ 00017597  0x000014cc call  0x0000407c 
+ 00017598  0x000014cd call  0x000044cc 
+ 00017599  0x000014ce call  0x000044dc 
+ 00017600  0x000014cf call  0x000044ff 
+ 00017601  0x000014d1 call  0x00004504 
+ 00017602  0x000014d2 call  0x00004512 
+ 00017603  0x000014d3 call  0x0000451f 
+ 00017604  0x000014d4 call  0x00004515 
+ 00017605  0x000014d6 call  0x0000452a 
+ 00017606  0x000014d7 call  0x0000452d 
+ 00017607  0x000014d8 call  0x00004532 
+ 00017608  0x000014d9 call  0x00004535 
+ 00017609  0x000014da call  0x00004022 
+ 00017610  0x000014db call  0x00004547 
+ 00017611  0x000014dc branch  0x0000453c 
+ 00017612  0x000014e2 fetch  0x00000008 , 0x00004bab 
+ 00017613  0x000014e3 bbit1  0x00000037 , 0x000044cf 
+ 00017614  0x000014e4 rtn 
+ 00017615  0x000014e7 fetch  0x00000001 , 0x00004b9e 
+ 00017616  0x000014e8 rtnne  0x00000001 
+ 00017617  0x000014e9 arg  0x00004b9b , 0x00000013 
+ 00017618  0x000014ea arg  0x000044d4 , 0x00000012 
+ 00017619  0x000014eb branch  0x0000318a 
+ 00017620  0x000014ee fetch  0x00000001 , 0x00004938 
+ 00017621  0x000014ef rtneq  0x00000000 
+ 00017622  0x000014f0 fetch  0x00000008 , 0x00004bab 
+ 00017623  0x000014f1 rtnbit1  0x00000006 
+ 00017624  0x000014f2 arg  0x00000006 , 0x00000007 
+ 00017625  0x000014f3 call  0x000046f0 
+ 00017626  0x000014f4 call  0x00003173 
+ 00017627  0x000014f5 branch  0x0000454e 
+ 00017628  0x000014f9 fetch  0x00000001 , 0x00004938 
+ 00017629  0x000014fa beq  0x00000000 , 0x000044e2 
+ 00017630  0x000014fb fetch  0x00000008 , 0x00004bab 
+ 00017631  0x000014fc rtnbit0  0x00000035 
+ 00017632  0x000014fd fetcht  0x00000001 , 0x00004bca 
+ 00017633  0x000014fe branch  0x000044e5 
+ 00017634  0x00001501 fetch  0x00000008 , 0x00004bab 
+ 00017635  0x00001502 rtnbit0  0x00000032 
+ 00017636  0x00001503 fetcht  0x00000001 , 0x00004bcb 
+ 00017637  0x00001505 storet  0x00000001 , 0x00004b9d 
+ 00017638  0x00001506 call  0x00004115 
+ 00017639  0x00001507 and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00017640  0x00001508 fetcht  0x00000001 , 0x00004b9d 
+ 00017641  0x00001509 isub  0x00000002 , 0x0000003e 
+ 00017642  0x0000150a branch  0x000044f1 , 0x00000005 
+ 00017643  0x0000150c fetch  0x00000001 , 0x0000478f 
+ 00017644  0x0000150d store  0x00000001 , 0x00004ba0 
+ 00017645  0x0000150e fetch  0x00000001 , 0x00004b9f 
+ 00017646  0x0000150f rtneq  0x00000000 
+ 00017647  0x00001510 jam  0x00000000 , 0x00004b9f 
+ 00017648  0x00001511 rtn 
+ 00017649  0x00001514 call  0x000044f6 
+ 00017650  0x00001515 fetch  0x00000001 , 0x00004b9f 
+ 00017651  0x00001516 rtneq  0x00000001 
+ 00017652  0x00001517 jam  0x00000001 , 0x00004b9f 
+ 00017653  0x00001518 branch  0x00007931 
+ 00017654  0x0000151c arg  0x00004827 , 0x00000012 
+ 00017655  0x0000151d arg  0x00004ba0 , 0x00000013 
+ 00017656  0x0000151e fetch  0x00000001 , 0x00004938 
+ 00017657  0x0000151f beq  0x00000000 , 0x0000318a 
+ 00017658  0x00001520 arg  0x000044d4 , 0x00000012 
+ 00017659  0x00001521 call  0x0000318a 
+ 00017660  0x00001522 fetch  0x00000001 , 0x00004ba0 
+ 00017661  0x00001523 beq  0x00000001 , 0x000046e2 
+ 00017662  0x00001524 rtn 
+ 00017663  0x00001529 arg  0x00004ac2 , 0x00000013 
+ 00017664  0x0000152a arg  0x00004502 , 0x00000012 
+ 00017665  0x0000152b branch  0x00003191 
+ 00017666  0x0000152e call  0x00004576 
+ 00017667  0x0000152f branch  0x00003e20 
+ 00017668  0x00001533 arg  0x00004b77 , 0x00000013 
+ 00017669  0x00001534 arg  0x0000450a , 0x00000012 
+ 00017670  0x00001535 call  0x00003191 
+ 00017671  0x00001536 fetch  0x00000001 , 0x00004b77 
+ 00017672  0x00001537 beq  0x00000001 , 0x00003203 
+ 00017673  0x00001538 rtn 
+ 00017674  0x0000153b fetch  0x00000001 , 0x00004ac1 
+ 00017675  0x0000153c beq  0x000000ff , 0x000042f8 
+ 00017676  0x0000153d fetch  0x00000001 , 0x00004ab0 
+ 00017677  0x0000153e nbranch  0x0000470e , 0x00000034 
+ 00017678  0x0000153f fetch  0x00000008 , 0x00004bab 
+ 00017679  0x00001540 bbit1  0x00000033 , 0x00004553 
+ 00017680  0x00001541 bbit1  0x0000002f , 0x0000481f 
+ 00017681  0x00001542 branch  0x00003e20 
+ 00017682  0x00001545 arg  0x00004b76 , 0x00000013 
+ 00017683  0x00001546 arg  0x0000438e , 0x00000012 
+ 00017684  0x00001547 branch  0x0000318a 
+ 00017685  0x0000154a fetch  0x00000001 , 0x00004ac6 
+ 00017686  0x0000154b rtn  0x00000034 
+ 00017687  0x0000154c arg  0x00004ac8 , 0x00000013 
+ 00017688  0x0000154d arg  0x0000451a , 0x00000012 
+ 00017689  0x0000154e branch  0x0000318a 
+ 00017690  0x00001550 fetch  0x00000001 , 0x00004ac7 
+ 00017691  0x00001551 nrtn  0x00000034 
+ 00017692  0x00001552 fetch  0x00000001 , 0x0000439b 
+ 00017693  0x00001553 rtnne  0x00000000 
+ 00017694  0x00001554 branch  0x00002090 
+ 00017695  0x00001557 arg  0x00004af2 , 0x00000013 
+ 00017696  0x00001558 arg  0x00004522 , 0x00000012 
+ 00017697  0x00001559 branch  0x0000318a 
+ 00017698  0x0000155c fetch  0x00000002 , 0x00004af0 
+ 00017699  0x0000155d store  0x00000002 , 0x00004af2 
+ 00017700  0x0000155e branch  0x000043cb 
+ 00017701  0x00001561 fetch  0x00000001 , 0x00004b75 
+ 00017702  0x00001562 rtnbit1  0x00000002 
+ 00017703  0x00001563 call  0x0000436c 
+ 00017704  0x00001564 arg  0x00000000 , 0x00000007 
+ 00017705  0x00001565 branch  0x00004375 
+ 00017706  0x00001568 arg  0x0000478a , 0x00000013 
+ 00017707  0x00001569 arg  0x00004424 , 0x00000012 
+ 00017708  0x0000156a branch  0x0000318a 
+ 00017709  0x0000156d arg  0x00004b87 , 0x00000013 
+ 00017710  0x0000156e arg  0x00004530 , 0x00000012 
+ 00017711  0x0000156f branch  0x0000318a 
+ 00017712  0x00001571 jam  0x00000001 , 0x00004b88 
+ 00017713  0x00001572 rtn 
+ 00017714  0x00001575 arg  0x00004ac4 , 0x00000013 
+ 00017715  0x00001576 arg  0x00003e20 , 0x00000012 
+ 00017716  0x00001577 branch  0x0000318a 
+ 00017717  0x0000157b arg  0x00004aaf , 0x00000013 
+ 00017718  0x0000157c arg  0x00004538 , 0x00000012 
+ 00017719  0x0000157d branch  0x0000318a 
+ 00017720  0x0000157f fetch  0x00000001 , 0x00004b8a 
+ 00017721  0x00001580 store  0x00000001 , 0x00004177 
+ 00017722  0x00001581 jam  0x00000001 , 0x00004aae 
+ 00017723  0x00001582 rtn 
+ 00017724  0x00001586 fetch  0x00000001 , 0x0000492a 
+ 00017725  0x00001587 rtnbit1  0x00000007 
+ 00017726  0x00001588 arg  0x00004ab2 , 0x00000013 
+ 00017727  0x00001589 arg  0x00004541 , 0x00000012 
+ 00017728  0x0000158a branch  0x00003191 
+ 00017729  0x0000158d fetch  0x00000001 , 0x00004938 
+ 00017730  0x0000158e beq  0x00000000 , 0x000047e1 
+ 00017731  0x0000158f branch  0x0000431b 
+ 00017732  0x00001592 fetch  0x00000002 , 0x00004bbe 
+ 00017733  0x00001593 store  0x00000002 , 0x00004ab2 
+ 00017734  0x00001594 rtn 
+ 00017735  0x00001597 arg  0x000049bf , 0x00000013 
+ 00017736  0x00001598 arg  0x0000454a , 0x00000012 
+ 00017737  0x00001599 branch  0x0000318a 
+ 00017738  0x0000159c call  0x000045f1 
+ 00017739  0x0000159d fetch  0x00000001 , 0x00004ac5 
+ 00017740  0x0000159e nbranch  0x000046c0 , 0x00000034 
+ 00017741  0x0000159f rtn 
+ 00017742  0x000015a2 isolate1  0x00000026 , 0x00000000 
+ 00017743  0x000015a3 call  0x000047f2 , 0x00000001 
+ 00017744  0x000015a4 call  0x0000431b 
+ 00017745  0x000015a5 call  0x0000439d 
+ 00017746  0x000015a6 branch  0x00004553 
+ 00017747  0x000015a9 bpatch  0x000000da , 0x0000401b 
+ 00017748  0x000015aa call  0x00004314 
+ 00017749  0x000015ab fetch  0x00000002 , 0x0000478c 
+ 00017750  0x000015ac bbit1  0x0000000b , 0x0000455f 
+ 00017751  0x000015ad fetch  0x00000008 , 0x00004bab 
+ 00017752  0x000015ae bbit0  0x00000008 , 0x0000455f 
+ 00017753  0x000015af fetcht  0x00000002 , 0x00004997 
+ 00017754  0x000015b0 increase  0x00000001 , 0x00000002 
+ 00017755  0x000015b1 storet  0x00000002 , 0x00004997 
+ 00017756  0x000015b2 storet  0x00000002 , 0x0000437b 
+ 00017757  0x000015b3 random  0x0000003f 
+ 00017758  0x000015b4 store  0x00000001 , 0x0000437a 
+ 00017759  0x000015b6 fetch  0x00000003 , 0x00004ac9 
+ 00017760  0x000015b7 store  0x00000003 , 0x0000437d 
+ 00017761  0x000015b8 call  0x00003225 
+ 00017762  0x000015b9 fetch  0x00000002 , 0x00004791 
+ 00017763  0x000015ba store  0x00000002 , 0x00004ac2 
+ 00017764  0x000015bb jam  0x00000006 , 0x000000bd 
+ 00017765  0x000015bc setarg  0x00000000 
+ 00017766  0x000015bd store  0x00000002 , 0x00004ab2 
+ 00017767  0x000015be store  0x00000001 , 0x00004b77 
+ 00017768  0x000015bf store  0x00000001 , 0x00004ac4 
+ 00017769  0x000015c0 store  0x00000001 , 0x00004ba7 
+ 00017770  0x000015c1 store  0x00000001 , 0x00004aac 
+ 00017771  0x000015c2 arg  0x00000002 , 0x00000007 
+ 00017772  0x000015c3 call  0x000046f0 
+ 00017773  0x000015c4 call  0x000046e4 
+ 00017774  0x000015c5 fetch  0x00000001 , 0x00004bb3 
+ 00017775  0x000015c6 isolate1  0x00000001 , 0x0000003f 
+ 00017776  0x000015c7 call  0x000043df , 0x00000001 
+ 00017777  0x000015c8 fetch  0x00000001 , 0x00004bb3 
+ 00017778  0x000015c9 isolate1  0x00000000 , 0x0000003f 
+ 00017779  0x000015ca call  0x000078c4 , 0x00000001 
+ 00017780  0x000015cb call  0x0000498e 
+ 00017781  0x000015cc branch  0x000048cc 
+ 00017782  0x000015d0 bpatch  0x000000db , 0x0000401b 
+ 00017783  0x000015d1 arg  0x00000006 , 0x00000007 
+ 00017784  0x000015d2 call  0x000046f4 
+ 00017785  0x000015d3 jam  0x00000000 , 0x00004ac4 
+ 00017786  0x000015d4 fetch  0x00000001 , 0x00004bb3 
+ 00017787  0x000015d5 isolate1  0x00000001 , 0x0000003f 
+ 00017788  0x000015d6 call  0x00004581 , 0x00000001 
+ 00017789  0x000015d7 fetch  0x00000001 , 0x00004bb3 
+ 00017790  0x000015d8 isolate1  0x00000000 , 0x0000003f 
+ 00017791  0x000015d9 call  0x00004583 , 0x00000001 
+ 00017792  0x000015da branch  0x00004912 
+ 00017793  0x000015dc jam  0x00000000 , 0x00004b77 
+ 00017794  0x000015dd branch  0x000078f4 
+ 00017795  0x000015df setarg  0x00000000 
+ 00017796  0x000015e0 store  0x00000002 , 0x00004ac2 
+ 00017797  0x000015e1 branch  0x000078c9 
+ 00017798  0x000015e4 bpatch  0x000000dc , 0x0000401b 
+ 00017799  0x000015e5 fetch  0x00000008 , 0x00004bab 
+ 00017800  0x000015e6 rtnbit0  0x00000002 
+ 00017801  0x000015e7 call  0x000048c6 
+ 00017802  0x000015e8 arg  0x00000002 , 0x00000007 
+ 00017803  0x000015e9 call  0x000046f4 
+ 00017804  0x000015ea call  0x0000458f 
+ 00017805  0x000015ec call  0x000045a2 
+ 00017806  0x000015ed branch  0x000045ee 
+ 00017807  0x000015f1 fetch  0x00000001 , 0x000000e8 
+ 00017808  0x000015f2 beq  0x00000034 , 0x00004593 
+ 00017809  0x000015f3 beq  0x00000033 , 0x00004596 
+ 00017810  0x000015f4 rtn 
+ 00017811  0x000015f6 store  0x00000001 , 0x00004b78 
+ 00017812  0x000015f7 fetch  0x00000006 , 0x00000297 
+ 00017813  0x000015f8 branch  0x00004598 
+ 00017814  0x000015fa store  0x00000001 , 0x00004b78 
+ 00017815  0x000015fb fetch  0x00000006 , 0x00000041 
+ 00017816  0x000015fd store  0x00000006 , 0x00004b79 
+ 00017817  0x000015fe fetch  0x00000007 , 0x00004b78 
+ 00017818  0x000015ff arg  0x00004939 , 0x00000006 
+ 00017819  0x00001600 arg  0x00000003 , 0x00000039 
+ 00017820  0x00001602 ifetcht  0x00000007 , 0x00000006 
+ 00017821  0x00001603 isub  0x00000002 , 0x0000003e 
+ 00017822  0x00001604 branch  0x000045b7 , 0x00000005 
+ 00017823  0x00001605 increase  0x00000016 , 0x00000006 
+ 00017824  0x00001606 loop  0x0000459c 
+ 00017825  0x00001607 rtn 
+ 00017826  0x00001609 arg  0x00004939 , 0x00000011 
+ 00017827  0x0000160a fetch  0x00000001 , 0x00004938 
+ 00017828  0x0000160b increase  0xffffffff , 0x0000003f 
+ 00017829  0x0000160c mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00017830  0x0000160d iadd  0x00000011 , 0x00000011 
+ 00017831  0x0000160e fetch  0x00000001 , 0x000000e8 
+ 00017832  0x0000160f istore  0x00000001 , 0x00000011 
+ 00017833  0x00001610 beq  0x00000034 , 0x000045ac 
+ 00017834  0x00001611 beq  0x00000033 , 0x000045b3 
+ 00017835  0x00001612 rtn 
+ 00017836  0x00001615 fetch  0x00000006 , 0x00000297 
+ 00017837  0x00001616 istore  0x00000006 , 0x00000005 
+ 00017838  0x00001617 arg  0x00004316 , 0x00000006 
+ 00017839  0x00001618 call  0x00007d0c 
+ 00017840  0x00001619 fetch  0x00000006 , 0x0000437a 
+ 00017841  0x0000161a istore  0x00000006 , 0x00000005 
+ 00017842  0x0000161b rtn 
+ 00017843  0x0000161d fetch  0x00000006 , 0x00000041 
+ 00017844  0x0000161e istore  0x00000006 , 0x00000005 
+ 00017845  0x0000161f arg  0x000041cb , 0x00000006 
+ 00017846  0x00001620 branch  0x00007d0c 
+ 00017847  0x00001623 increase  0xfffffffa , 0x00000006 
+ 00017848  0x00001624 copy  0x00000006 , 0x00000005 
+ 00017849  0x00001625 fetcht  0x00000006 , 0x00004b79 
+ 00017850  0x00001626 increase  0x00000003 , 0x00000002 
+ 00017851  0x00001627 istoret  0x00000006 , 0x00000005 
+ 00017852  0x00001628 rtn 
+ 00017853  0x0000162b arg  0x00004939 , 0x00000011 
+ 00017854  0x0000162c fetch  0x00000001 , 0x00004938 
+ 00017855  0x0000162d rtneq  0x00000000 
+ 00017856  0x0000162e increase  0xffffffff , 0x0000003f 
+ 00017857  0x0000162f mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00017858  0x00001630 iadd  0x00000011 , 0x00000011 
+ 00017859  0x00001631 ifetch  0x00000001 , 0x00000011 
+ 00017860  0x00001632 store  0x00000001 , 0x00004482 
+ 00017861  0x00001633 beq  0x00000033 , 0x000045c8 
+ 00017862  0x00001634 beq  0x00000034 , 0x000045cd 
+ 00017863  0x00001635 rtn 
+ 00017864  0x00001638 ifetch  0x00000006 , 0x00000006 
+ 00017865  0x0000163a store  0x00000006 , 0x000041dd 
+ 00017866  0x0000163b arg  0x000041cb , 0x00000005 
+ 00017867  0x0000163c call  0x00007d0c 
+ 00017868  0x0000163d branch  0x0000602c 
+ 00017869  0x00001640 ifetch  0x00000006 , 0x00000006 
+ 00017870  0x00001642 store  0x00000006 , 0x000041dd 
+ 00017871  0x00001643 arg  0x00004316 , 0x00000005 
+ 00017872  0x00001644 call  0x00007d0c 
+ 00017873  0x00001645 ifetch  0x00000006 , 0x00000006 
+ 00017874  0x00001646 store  0x00000006 , 0x0000437a 
+ 00017875  0x00001647 rtn 
+ 00017876  0x0000164c fetch  0x00000002 , 0x00004990 
+ 00017877  0x0000164d arg  0x0000aa55 , 0x00000002 
+ 00017878  0x0000164e isub  0x00000002 , 0x0000003e 
+ 00017879  0x0000164f branch  0x000045e2 , 0x00000005 
+ 00017880  0x00001650 storet  0x00000002 , 0x00004990 
+ 00017881  0x00001651 call  0x000045e7 
+ 00017882  0x00001652 fetch  0x00000001 , 0x00004ab4 
+ 00017883  0x00001653 store  0x00000001 , 0x00004938 
+ 00017884  0x00001654 fetch  0x00000001 , 0x00004926 
+ 00017885  0x00001655 store  0x00000001 , 0x00004992 
+ 00017886  0x00001656 fetch  0x00000004 , 0x0000488d 
+ 00017887  0x00001657 store  0x00000004 , 0x00004891 
+ 00017888  0x00001658 store  0x00000004 , 0x0000483c 
+ 00017889  0x00001659 rtn 
+ 00017890  0x0000165c call  0x000045bd 
+ 00017891  0x0000165d fetch  0x00000004 , 0x00004993 
+ 00017892  0x0000165e store  0x00000004 , 0x00004891 
+ 00017893  0x0000165f store  0x00000004 , 0x0000483c 
+ 00017894  0x00001660 rtn 
+ 00017895  0x00001663 fetch  0x00000006 , 0x0000437a 
+ 00017896  0x00001664 store  0x00000006 , 0x00004950 
+ 00017897  0x00001665 add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00017898  0x00001666 store  0x00000006 , 0x0000496d 
+ 00017899  0x00001667 add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00017900  0x00001668 store  0x00000006 , 0x0000498a 
+ 00017901  0x00001669 rtn 
+ 00017902  0x0000166d fetch  0x00000001 , 0x000049c0 
+ 00017903  0x0000166e store  0x00000001 , 0x000049bf 
+ 00017904  0x0000166f rtn 
+ 00017905  0x00001672 bpatch  0x000000dd , 0x0000401b 
+ 00017906  0x00001673 fetch  0x00000008 , 0x00004bab 
+ 00017907  0x00001674 bbit1  0x00000013 , 0x0000463f 
+ 00017908  0x00001675 bbit1  0x00000012 , 0x00004603 
+ 00017909  0x00001676 rtn 
+ 00017910  0x00001679 call  0x00005d10 
+ 00017911  0x0000167a call  0x0000460a 
+ 00017912  0x0000167b call  0x000045fd 
+ 00017913  0x0000167c call  0x00005d33 
+ 00017914  0x0000167d call  0x00004611 
+ 00017915  0x0000167e call  0x000045d4 
+ 00017916  0x0000167f branch  0x00003f65 
+ 00017917  0x00001683 setarg  0x000049b8 
+ 00017918  0x00001684 arg  0x00004938 , 0x00000002 
+ 00017919  0x00001685 isub  0x00000002 , 0x00000002 
+ 00017920  0x00001686 fetch  0x00000003 , 0x000049b8 
+ 00017921  0x00001687 arg  0x00004938 , 0x00000011 
+ 00017922  0x00001688 rtn 
+ 00017923  0x0000168b call  0x00005d10 
+ 00017924  0x0000168c call  0x0000460a 
+ 00017925  0x0000168d call  0x0000461f 
+ 00017926  0x0000168f call  0x000045fd 
+ 00017927  0x00001690 call  0x00004622 
+ 00017928  0x00001691 call  0x00004611 
+ 00017929  0x00001692 branch  0x00003f65 
+ 00017930  0x00001695 jam  0x000000ab , 0x00000964 
+ 00017931  0x00001697 call  0x000061d7 
+ 00017932  0x00001698 call  0x00005d15 
+ 00017933  0x00001699 arg  0x000049bb , 0x00000011 
+ 00017934  0x0000169a fetcht  0x00000001 , 0x00000964 
+ 00017935  0x0000169b call  0x00004613 
+ 00017936  0x0000169c branch  0x000061d7 
+ 00017937  0x0000169f jam  0x000000b9 , 0x00000964 
+ 00017938  0x000016a0 branch  0x0000460b 
+ 00017939  0x000016a3 istoret  0x00000001 , 0x00000011 
+ 00017940  0x000016a4 rshift16  0x0000003f , 0x00000002 
+ 00017941  0x000016a5 istoret  0x00000001 , 0x00000005 
+ 00017942  0x000016a6 rshift8  0x0000003f , 0x00000002 
+ 00017943  0x000016a7 istoret  0x00000001 , 0x00000005 
+ 00017944  0x000016a8 istore  0x00000001 , 0x00000005 
+ 00017945  0x000016a9 deposit  0x00000011 
+ 00017946  0x000016aa store  0x00000002 , 0x0000808a 
+ 00017947  0x000016ab setarg  0x00000000 
+ 00017948  0x000016ac store  0x00000002 , 0x0000808e 
+ 00017949  0x000016ad jam  0x00000002 , 0x00008006 
+ 00017950  0x000016ae branch  0x00005ccf 
+ 00017951  0x000016b1 fetch  0x00000003 , 0x000049b8 
+ 00017952  0x000016b2 store  0x00000003 , 0x000044a5 
+ 00017953  0x000016b3 branch  0x00005ceb 
+ 00017954  0x000016b6 copy  0x0000003f , 0x00000013 
+ 00017955  0x000016b7 copy  0x00000011 , 0x0000003f 
+ 00017956  0x000016b8 increase  0xfffffffc , 0x0000003f 
+ 00017957  0x000016b9 copy  0x0000003f , 0x00000012 
+ 00017958  0x000016ba ifetch  0x00000004 , 0x00000012 
+ 00017959  0x000016bb store  0x00000004 , 0x000049bb 
+ 00017960  0x000016bc copy  0x00000013 , 0x0000003f 
+ 00017961  0x000016bd call  0x00005d22 
+ 00017962  0x000016be fetch  0x00000004 , 0x000049bb 
+ 00017963  0x000016bf istore  0x00000004 , 0x00000012 
+ 00017964  0x000016c0 rtn 
+ 00017965  0x000016c3 fetch  0x00000008 , 0x00004bab 
+ 00017966  0x000016c4 rtnbit0  0x00000012 
+ 00017967  0x000016c5 call  0x00004611 
+ 00017968  0x000016c6 call  0x00005b08 
+ 00017969  0x000016c7 fetcht  0x00000001 , 0x000044b5 
+ 00017970  0x000016c8 call  0x00006065 
+ 00017971  0x000016c9 fetcht  0x00000001 , 0x000044ba 
+ 00017972  0x000016ca branch  0x00003f54 
+ 00017973  0x000016cd call  0x00005da5 
+ 00017974  0x000016ce fetch  0x00000008 , 0x00004bab 
+ 00017975  0x000016cf isolate1  0x00000009 , 0x0000003f 
+ 00017976  0x000016d0 ncall  0x00005dbf , 0x00000001 
+ 00017977  0x000016d1 call  0x0000463b 
+ 00017978  0x000016d2 branch  0x000045d4 
+ 00017979  0x000016d5 arg  0x00000080 , 0x00000002 
+ 00017980  0x000016d6 arg  0x00004938 , 0x00000011 
+ 00017981  0x000016d7 arg  0x00000000 , 0x00000012 
+ 00017982  0x000016d8 branch  0x00005ddc 
+ 00017983  0x000016db arg  0x00000080 , 0x00000002 
+ 00017984  0x000016dc arg  0x00004938 , 0x00000011 
+ 00017985  0x000016dd arg  0x00000000 , 0x00000012 
+ 00017986  0x000016de branch  0x00005dce 
+ 00017987  0x000016e2 arg  0x00000001 , 0x00000002 
+ 00017988  0x000016e3 arg  0x00004992 , 0x00000011 
+ 00017989  0x000016e4 arg  0x0000005a , 0x00000012 
+ 00017990  0x000016e5 branch  0x00005dce 
+ 00017991  0x000016e8 arg  0x00000001 , 0x00000002 
+ 00017992  0x000016e9 arg  0x00004992 , 0x00000011 
+ 00017993  0x000016ea arg  0x0000005a , 0x00000012 
+ 00017994  0x000016eb branch  0x00005ddc 
+ 00017995  0x000016f0 bpatch  0x000000de , 0x0000401b 
+ 00017996  0x000016f1 call  0x00004990 
+ 00017997  0x000016f2 call  0x00007936 
+ 00017998  0x000016f3 call  0x00004027 
+ 00017999  0x000016f4 call  0x00004655 
+ 00018000  0x000016f5 call  0x000046a0 
+ 00018001  0x000016f6 call  0x000046d6 
+ 00018002  0x000016f7 call  0x00003dbd 
+ 00018003  0x000016f8 call  0x00003f88 
+ 00018004  0x000016f9 branch  0x00003dd4 
+ 00018005  0x000016fc fetch  0x00000008 , 0x00004bab 
+ 00018006  0x000016fd bbit1  0x00000029 , 0x0000465a 
+ 00018007  0x000016fe bbit1  0x00000037 , 0x0000465a 
+ 00018008  0x000016ff rtn 
+ 00018009  0x00001702 jam  0x00000003 , 0x00004b94 
+ 00018010  0x00001704 fetch  0x00000001 , 0x0000491b 
+ 00018011  0x00001705 rtneq  0x000000ff 
+ 00018012  0x00001706 arg  0x00000000 , 0x00000011 
+ 00018013  0x00001707 jam  0x00000006 , 0x00004b96 
+ 00018014  0x00001708 fetcht  0x00000001 , 0x0000491b 
+ 00018015  0x00001709 call  0x0000466a 
+ 00018016  0x0000170a store  0x00000001 , 0x00004b94 
+ 00018017  0x0000170b fetch  0x00000001 , 0x00004910 
+ 00018018  0x0000170c beq  0x000000ff , 0x00004667 
+ 00018019  0x0000170d call  0x00004168 
+ 00018020  0x0000170f copy  0x00000011 , 0x0000003f 
+ 00018021  0x00001710 bbit1  0x00000006 , 0x0000468b 
+ 00018022  0x00001711 branch  0x00004680 
+ 00018023  0x00001714 fetcht  0x00000001 , 0x0000491b 
+ 00018024  0x00001715 call  0x00003f56 
+ 00018025  0x00001716 branch  0x00004664 
+ 00018026  0x0000171a fetch  0x00000008 , 0x00004bab 
+ 00018027  0x0000171b bbit1  0x0000002d , 0x00004676 
+ 00018028  0x0000171c fetch  0x00000001 , 0x00004b94 
+ 00018029  0x0000171d copy  0x0000003f , 0x00000013 
+ 00018030  0x0000171e fetch  0x00000001 , 0x00004910 
+ 00018031  0x0000171f beq  0x000000ff , 0x00004195 
+ 00018032  0x00001720 fetch  0x00000001 , 0x00004b9a 
+ 00018033  0x00001721 nbranch  0x00004673 , 0x00000034 
+ 00018034  0x00001722 branch  0x00004678 
+ 00018035  0x00001725 jam  0x00000000 , 0x00004b9e 
+ 00018036  0x00001726 jam  0x00000000 , 0x00004b94 
+ 00018037  0x00001727 rtn 
+ 00018038  0x0000172a fetch  0x00000001 , 0x00004b94 
+ 00018039  0x0000172b branch  0x00004187 
+ 00018040  0x0000172e call  0x00006059 
+ 00018041  0x0000172f fetcht  0x00000001 , 0x00004910 
+ 00018042  0x00001730 branch  0x00004676 , 0x00000001 
+ 00018043  0x00001731 fetcht  0x00000001 , 0x00004910 
+ 00018044  0x00001732 call  0x00006069 
+ 00018045  0x00001733 fetcht  0x00000001 , 0x0000491b 
+ 00018046  0x00001734 fetch  0x00000001 , 0x00004b94 
+ 00018047  0x00001735 branch  0x00004187 
+ 00018048  0x00001738 fetch  0x00000001 , 0x00004b9e 
+ 00018049  0x00001739 rtneq  0x00000000 
+ 00018050  0x0000173a jam  0x00000000 , 0x00004b9e 
+ 00018051  0x0000173b fetch  0x00000008 , 0x00004bab 
+ 00018052  0x0000173c rtnbit1  0x00000034 
+ 00018053  0x0000173d fetch  0x00000001 , 0x00004b9b 
+ 00018054  0x0000173e sub  0x0000003f , 0x00000014 , 0x0000003e 
+ 00018055  0x0000173f ncall  0x000046b5 , 0x00000002 
+ 00018056  0x00001740 fetch  0x00000001 , 0x0000478f 
+ 00018057  0x00001741 store  0x00000001 , 0x00004b9b 
+ 00018058  0x00001742 rtn 
+ 00018059  0x00001745 call  0x00004697 
+ 00018060  0x00001746 rtn  0x00000028 
+ 00018061  0x00001747 fetch  0x00000001 , 0x00004b9e 
+ 00018062  0x00001748 rtneq  0x00000001 
+ 00018063  0x00001749 jam  0x00000001 , 0x00004b9e 
+ 00018064  0x0000174a fetch  0x00000008 , 0x00004bab 
+ 00018065  0x0000174b bbit1  0x00000034 , 0x000044d4 
+ 00018066  0x0000174c fetch  0x00000001 , 0x00004b77 
+ 00018067  0x0000174d rtn  0x00000034 
+ 00018068  0x0000174e fetch  0x00000001 , 0x00004902 
+ 00018069  0x0000174f store  0x00000001 , 0x00004b77 
+ 00018070  0x00001750 rtn 
+ 00018071  0x00001753 disable  0x00000028 
+ 00018072  0x00001754 fetch  0x00000008 , 0x00004bab 
+ 00018073  0x00001755 rtnbit1  0x0000002d 
+ 00018074  0x00001756 fetch  0x00000001 , 0x00004b8e 
+ 00018075  0x00001757 rtn  0x00000034 
+ 00018076  0x00001758 fetch  0x00000001 , 0x00004b8f 
+ 00018077  0x00001759 rtn  0x00000034 
+ 00018078  0x0000175a enable  0x00000028 
+ 00018079  0x0000175b rtn 
+ 00018080  0x00001760 fetch  0x00000008 , 0x00004bab 
+ 00018081  0x00001761 bbit1  0x0000002a , 0x000046a4 
+ 00018082  0x00001762 bbit1  0x0000002b , 0x00003e9b 
+ 00018083  0x00001763 rtn 
+ 00018084  0x00001765 fetcht  0x00000001 , 0x0000491e 
+ 00018085  0x00001766 call  0x00003f56 
+ 00018086  0x00001767 fetcht  0x00000001 , 0x0000491e 
+ 00018087  0x00001768 call  0x00006059 
+ 00018088  0x00001769 branch  0x000046ad , 0x00000001 
+ 00018089  0x0000176b fetch  0x00000001 , 0x00004938 
+ 00018090  0x0000176c rtneq  0x00000001 
+ 00018091  0x0000176d jam  0x00000001 , 0x00004938 
+ 00018092  0x0000176e branch  0x00004316 
+ 00018093  0x00001772 fetch  0x00000008 , 0x00004bab 
+ 00018094  0x00001773 bbit0  0x0000002b , 0x000046b1 
+ 00018095  0x00001774 fetch  0x00000006 , 0x000048ef 
+ 00018096  0x00001775 store  0x00000006 , 0x000048e3 
+ 00018097  0x00001777 fetch  0x00000001 , 0x00004938 
+ 00018098  0x00001778 rtneq  0x00000000 
+ 00018099  0x00001779 jam  0x00000000 , 0x00004938 
+ 00018100  0x0000177a branch  0x000047f2 
+ 00018101  0x0000177f bpatch  0x000000df , 0x0000401b 
+ 00018102  0x00001780 fetch  0x00000001 , 0x00004bb4 
+ 00018103  0x00001781 rtneq  0x00000001 
+ 00018104  0x00001782 call  0x000046c2 
+ 00018105  0x00001783 storet  0x00000001 , 0x00004938 
+ 00018106  0x00001785 jam  0x00000000 , 0x000041ca 
+ 00018107  0x00001786 call  0x000046da 
+ 00018108  0x00001787 call  0x00004316 
+ 00018109  0x00001788 call  0x000046dc 
+ 00018110  0x00001789 jam  0x00000001 , 0x00004ac5 
+ 00018111  0x0000178a branch  0x000045ee 
+ 00018112  0x0000178e call  0x000046da 
+ 00018113  0x0000178f branch  0x00005d8c 
+ 00018114  0x00001792 fetcht  0x00000001 , 0x00004938 
+ 00018115  0x00001793 increase  0x00000001 , 0x00000002 
+ 00018116  0x00001794 fetch  0x00000008 , 0x00004bab 
+ 00018117  0x00001795 bbit1  0x00000011 , 0x000046c9 
+ 00018118  0x00001796 sub  0x00000002 , 0x00000002 , 0x0000003e 
+ 00018119  0x00001797 ncall  0x000046d0 , 0x00000002 
+ 00018120  0x00001798 rtn 
+ 00018121  0x0000179b fetch  0x00000001 , 0x00004bb4 
+ 00018122  0x0000179c increase  0xffffffff , 0x0000003f 
+ 00018123  0x0000179d isub  0x00000002 , 0x0000003e 
+ 00018124  0x0000179e ncall  0x000046ce , 0x00000002 
+ 00018125  0x0000179f rtn 
+ 00018126  0x000017a2 arg  0x00000000 , 0x00000002 
+ 00018127  0x000017a3 rtn 
+ 00018128  0x000017a5 arg  0x00000001 , 0x00000002 
+ 00018129  0x000017a6 rtn 
+ 00018130  0x000017aa arg  0x00000001 , 0x00000002 
+ 00018131  0x000017ab arg  0x00004938 , 0x00000011 
+ 00018132  0x000017ac arg  0x00000000 , 0x00000012 
+ 00018133  0x000017ad branch  0x00005dce 
+ 00018134  0x000017b1 fetch  0x00000008 , 0x00004bab 
+ 00018135  0x000017b2 rtnbit0  0x00000034 
+ 00018136  0x000017b3 call  0x0000465a 
+ 00018137  0x000017b4 rtn 
+ 00018138  0x000017ba arg  0x00000000 , 0x00000007 
+ 00018139  0x000017bb branch  0x000046f0 
+ 00018140  0x000017bd arg  0x00000000 , 0x00000007 
+ 00018141  0x000017be branch  0x000046f4 
+ 00018142  0x000017c0 arg  0x00000003 , 0x00000007 
+ 00018143  0x000017c1 branch  0x000046f0 
+ 00018144  0x000017c3 arg  0x00000003 , 0x00000007 
+ 00018145  0x000017c4 branch  0x000046f4 
+ 00018146  0x000017c6 arg  0x00000005 , 0x00000007 
+ 00018147  0x000017c7 branch  0x000046f0 
+ 00018148  0x000017c9 arg  0x00000005 , 0x00000007 
+ 00018149  0x000017ca branch  0x000046f4 
+ 00018150  0x000017cd arg  0x00000014 , 0x00000007 
+ 00018151  0x000017ce branch  0x000046f0 
+ 00018152  0x000017d1 arg  0x00000018 , 0x00000007 
+ 00018153  0x000017d2 branch  0x000046f0 
+ 00018154  0x000017d5 arg  0x00000016 , 0x00000007 
+ 00018155  0x000017d6 branch  0x000046f0 
+ 00018156  0x000017d9 arg  0x0000000c , 0x00000007 
+ 00018157  0x000017da branch  0x000046f0 
+ 00018158  0x000017dd arg  0x0000001c , 0x00000007 
+ 00018159  0x000017de branch  0x000046f0 
+ 00018160  0x000017e2 fetch  0x00000008 , 0x00004bab 
+ 00018161  0x000017e3 qset1  0x0000003f 
+ 00018162  0x000017e4 store  0x00000008 , 0x00004bab 
+ 00018163  0x000017e5 rtn 
+ 00018164  0x000017e8 fetch  0x00000008 , 0x00004bab 
+ 00018165  0x000017e9 qset0  0x0000003f 
+ 00018166  0x000017ea store  0x00000008 , 0x00004bab 
+ 00018167  0x000017eb rtn 
+ 00018168  0x000017ee arg  0x00000015 , 0x00000007 
+ 00018169  0x000017ef call  0x000046f0 
+ 00018170  0x000017f0 setarg  0x00000000 
+ 00018171  0x000017f1 store  0x00000008 , 0x00004bcc 
+ 00018172  0x000017f2 store  0x00000008 , 0x00004bd5 
+ 00018173  0x000017f3 fetch  0x00000001 , 0x0000490a 
+ 00018174  0x000017f4 and  0x0000003f , 0x000000c0 , 0x0000003f 
+ 00018175  0x000017f5 beq  0x00000040 , 0x00004705 
+ 00018176  0x000017f6 beq  0x00000080 , 0x00004707 
+ 00018177  0x000017f7 beq  0x000000c0 , 0x0000470c 
+ 00018178  0x000017f8 setarg  0x00070008 
+ 00018179  0x000017fa store  0x00000008 , 0x00004bcd 
+ 00018180  0x000017fb rtn 
+ 00018181  0x000017fe setarg  0x00040005 
+ 00018182  0x000017ff branch  0x00004703 
+ 00018183  0x00001803 setarg  0x00022303 
+ 00018184  0x00001805 store  0x00000008 , 0x00004bcc 
+ 00018185  0x00001806 setarg  0x00000003 
+ 00018186  0x00001807 store  0x00000008 , 0x00004bd5 
+ 00018187  0x00001808 rtn 
+ 00018188  0x0000180b setarg  0x0000cd03 
+ 00018189  0x0000180c branch  0x00004708 
+ 00018190  0x00001814 bpatch  0x000000e0 , 0x0000401c 
+ 00018191  0x00001815 fetch  0x00000001 , 0x00004ab0 
+ 00018192  0x00001816 increase  0xffffffff , 0x0000003f 
+ 00018193  0x00001817 store  0x00000001 , 0x00004ab0 
+ 00018194  0x00001818 fetcht  0x00000001 , 0x00004938 
+ 00018195  0x00001819 sub  0x00000002 , 0x00000001 , 0x0000003e 
+ 00018196  0x0000181a ncall  0x000046c2 , 0x00000005 
+ 00018197  0x0000181b storet  0x00000001 , 0x00004938 
+ 00018198  0x0000181c jam  0x00000000 , 0x000041ca 
+ 00018199  0x0000181d call  0x000046d2 
+ 00018200  0x0000181e call  0x000045a2 
+ 00018201  0x0000181f branch  0x00003d59 
+ 00018202  0x00001825 fetch  0x00000008 , 0x00004bab 
+ 00018203  0x00001826 rtnbit0  0x00000038 
+ 00018204  0x00001827 fetch  0x00000004 , 0x000048d1 
+ 00018205  0x00001828 rtn  0x00000034 
+ 00018206  0x00001829 call  0x000047bd 
+ 00018207  0x0000182a setarg  0x00000003 
+ 00018208  0x0000182b call  0x000047b3 
+ 00018209  0x0000182c call  0x000047af , 0x00000034 
+ 00018210  0x0000182d ncall  0x000047b1 , 0x00000034 
+ 00018211  0x0000182e setarg  0x00000002 
+ 00018212  0x0000182f call  0x000047b8 
+ 00018213  0x00001830 call  0x000047af , 0x00000034 
+ 00018214  0x00001831 fetch  0x00000001 , 0x000049c9 
+ 00018215  0x00001832 beq  0x00000001 , 0x0000472d 
+ 00018216  0x00001834 fetch  0x00000008 , 0x00004bab 
+ 00018217  0x00001835 rtnbit0  0x00000038 
+ 00018218  0x00001836 arg  0x00000005 , 0x00000039 
+ 00018219  0x00001837 arg  0x000049c9 , 0x00000005 
+ 00018220  0x00001838 branch  0x00007d26 
+ 00018221  0x0000183b call  0x00004741 
+ 00018222  0x0000183c fetch  0x00000002 , 0x000049ca 
+ 00018223  0x0000183d store  0x00000002 , 0x000009f8 
+ 00018224  0x0000183e fetch  0x00000002 , 0x000048d1 
+ 00018225  0x0000183f store  0x00000002 , 0x000009fa 
+ 00018226  0x00001840 call  0x00004779 
+ 00018227  0x00001841 fetch  0x00000002 , 0x000009f8 
+ 00018228  0x00001842 store  0x00000002 , 0x000049ca 
+ 00018229  0x00001843 fetch  0x00000002 , 0x000009fa 
+ 00018230  0x00001844 store  0x00000002 , 0x000048d1 
+ 00018231  0x00001846 fetch  0x00000002 , 0x000049cc 
+ 00018232  0x00001847 store  0x00000002 , 0x000009f8 
+ 00018233  0x00001848 fetch  0x00000002 , 0x000048d3 
+ 00018234  0x00001849 store  0x00000002 , 0x000009fa 
+ 00018235  0x0000184a call  0x00004781 
+ 00018236  0x0000184b fetch  0x00000002 , 0x000009f8 
+ 00018237  0x0000184c store  0x00000002 , 0x000049cc 
+ 00018238  0x0000184d fetch  0x00000002 , 0x000009fa 
+ 00018239  0x0000184e store  0x00000002 , 0x000048d3 
+ 00018240  0x0000184f rtn 
+ 00018241  0x00001852 fetch  0x00000008 , 0x00004bab 
+ 00018242  0x00001853 rtnbit0  0x00000039 
+ 00018243  0x00001854 fetch  0x00000002 , 0x000049ca 
+ 00018244  0x00001855 store  0x00000002 , 0x000009ff 
+ 00018245  0x00001856 call  0x00004754 
+ 00018246  0x00001857 store  0x00000002 , 0x000049ca 
+ 00018247  0x00001858 fetch  0x00000002 , 0x000048d1 
+ 00018248  0x00001859 store  0x00000002 , 0x000009ff 
+ 00018249  0x0000185a call  0x00004762 
+ 00018250  0x0000185b store  0x00000002 , 0x000048d1 
+ 00018251  0x0000185c fetch  0x00000002 , 0x000049cc 
+ 00018252  0x0000185d store  0x00000002 , 0x000009ff 
+ 00018253  0x0000185e call  0x00004754 
+ 00018254  0x0000185f store  0x00000002 , 0x000049cc 
+ 00018255  0x00001860 fetch  0x00000002 , 0x000048d3 
+ 00018256  0x00001861 store  0x00000002 , 0x000009ff 
+ 00018257  0x00001862 call  0x00004762 
+ 00018258  0x00001863 store  0x00000002 , 0x000048d3 
+ 00018259  0x00001864 rtn 
+ 00018260  0x00001867 fetch  0x00000001 , 0x00000a00 
+ 00018261  0x00001868 branch  0x00004757 , 0x00000034 
+ 00018262  0x00001869 branch  0x0000475c 
+ 00018263  0x0000186c fetch  0x00000001 , 0x000009ff 
+ 00018264  0x0000186d call  0x0000476f 
+ 00018265  0x0000186e store  0x00000001 , 0x000009ff 
+ 00018266  0x00001870 fetch  0x00000002 , 0x000009ff 
+ 00018267  0x00001871 rtn 
+ 00018268  0x00001873 fetch  0x00000001 , 0x000009ff 
+ 00018269  0x00001874 call  0x000047ab 
+ 00018270  0x00001875 call  0x0000476f 
+ 00018271  0x00001876 call  0x00007e5e , 0x00000034 
+ 00018272  0x00001877 call  0x000047a7 
+ 00018273  0x00001878 branch  0x0000475a 
+ 00018274  0x0000187b fetch  0x00000001 , 0x00000a00 
+ 00018275  0x0000187c branch  0x00004765 , 0x00000034 
+ 00018276  0x0000187d branch  0x00004769 
+ 00018277  0x0000187f fetch  0x00000001 , 0x000009ff 
+ 00018278  0x00001880 call  0x00004774 
+ 00018279  0x00001881 store  0x00000001 , 0x000009ff 
+ 00018280  0x00001882 branch  0x0000475a 
+ 00018281  0x00001884 fetch  0x00000001 , 0x000009ff 
+ 00018282  0x00001885 call  0x000047ab 
+ 00018283  0x00001886 call  0x00004774 
+ 00018284  0x00001887 call  0x00007e5e , 0x00000034 
+ 00018285  0x00001888 call  0x000047a7 
+ 00018286  0x00001889 branch  0x0000475a 
+ 00018287  0x0000188c mul32  0x0000003f , 0x00000004 , 0x0000003f 
+ 00018288  0x0000188d div  0x0000003f , 0x00000005 
+ 00018289  0x0000188e call  0x00007def 
+ 00018290  0x0000188f quotient  0x0000003f 
+ 00018291  0x00001890 rtn 
+ 00018292  0x00001892 mul32  0x0000003f , 0x0000000c , 0x0000003f 
+ 00018293  0x00001893 div  0x0000003f , 0x0000000a 
+ 00018294  0x00001894 call  0x00007def 
+ 00018295  0x00001895 quotient  0x0000003f 
+ 00018296  0x00001896 rtn 
+ 00018297  0x00001899 fetch  0x00000002 , 0x000009f8 
+ 00018298  0x0000189a fetcht  0x00000002 , 0x000009fa 
+ 00018299  0x0000189b iadd  0x00000002 , 0x0000003f 
+ 00018300  0x0000189c fetcht  0x00000001 , 0x000049ce 
+ 00018301  0x0000189d iadd  0x00000002 , 0x0000003f 
+ 00018302  0x0000189e and  0x0000003f , 0x00000001 , 0x00000002 
+ 00018303  0x0000189f storet  0x00000001 , 0x000049ce 
+ 00018304  0x000018a0 branch  0x00004789 
+ 00018305  0x000018a3 fetch  0x00000002 , 0x000009f8 
+ 00018306  0x000018a4 fetcht  0x00000002 , 0x000009fa 
+ 00018307  0x000018a5 iadd  0x00000002 , 0x0000003f 
+ 00018308  0x000018a6 fetcht  0x00000001 , 0x000049cf 
+ 00018309  0x000018a7 iadd  0x00000002 , 0x0000003f 
+ 00018310  0x000018a8 and  0x0000003f , 0x00000001 , 0x00000002 
+ 00018311  0x000018a9 storet  0x00000001 , 0x000049cf 
+ 00018312  0x000018aa branch  0x00004789 
+ 00018313  0x000018ad store  0x00000003 , 0x000009fc 
+ 00018314  0x000018ae isolate1  0x00000010 , 0x0000003f 
+ 00018315  0x000018af branch  0x00004793 , 0x00000001 
+ 00018316  0x000018b0 fetch  0x00000001 , 0x000009fd 
+ 00018317  0x000018b1 beq  0x000000ff , 0x0000479a 
+ 00018318  0x000018b2 fetch  0x00000001 , 0x000009fc 
+ 00018319  0x000018b4 rshift  0x0000003f , 0x0000003f 
+ 00018320  0x000018b5 store  0x00000002 , 0x000009f8 
+ 00018321  0x000018b6 store  0x00000002 , 0x000009fa 
+ 00018322  0x000018b7 rtn 
+ 00018323  0x000018b9 fetch  0x00000001 , 0x000009fd 
+ 00018324  0x000018ba beq  0x00000000 , 0x00004797 
+ 00018325  0x000018bb fetch  0x00000003 , 0x000009fc 
+ 00018326  0x000018bc branch  0x0000478f 
+ 00018327  0x000018be jam  0x00000000 , 0x000009fe 
+ 00018328  0x000018bf fetch  0x00000001 , 0x000009fc 
+ 00018329  0x000018c0 branch  0x0000478f 
+ 00018330  0x000018c3 fetch  0x00000001 , 0x000009fc 
+ 00018331  0x000018c4 call  0x000047a5 
+ 00018332  0x000018c5 store  0x00000001 , 0x000009f8 
+ 00018333  0x000018c6 store  0x00000001 , 0x000009fa 
+ 00018334  0x000018c7 branch  0x000047a3 , 0x00000034 
+ 00018335  0x000018c8 setarg  0x000000ff 
+ 00018336  0x000018ca store  0x00000001 , 0x000009f9 
+ 00018337  0x000018cb store  0x00000001 , 0x000009fb 
+ 00018338  0x000018cc rtn 
+ 00018339  0x000018ce setarg  0x00000000 
+ 00018340  0x000018cf branch  0x000047a0 
+ 00018341  0x000018d2 call  0x000047ab 
+ 00018342  0x000018d3 rshift  0x0000003f , 0x0000003f 
+ 00018343  0x000018d5 call  0x000047ac 
+ 00018344  0x000018d6 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00018345  0x000018d7 store  0x00000001 , 0x000009ff 
+ 00018346  0x000018d8 rtn 
+ 00018347  0x000018db sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00018348  0x000018dd store  0x00000001 , 0x00000970 
+ 00018349  0x000018de fetch  0x00000001 , 0x00000970 
+ 00018350  0x000018df rtn 
+ 00018351  0x000018e2 jam  0x00000000 , 0x000049c9 
+ 00018352  0x000018e3 rtn 
+ 00018353  0x000018e5 jam  0x00000001 , 0x000049c9 
+ 00018354  0x000018e6 rtn 
+ 00018355  0x000018ea isub  0x00000011 , 0x0000003e 
+ 00018356  0x000018eb nbranch  0x00007e5e , 0x00000002 
+ 00018357  0x000018ec isub  0x00000012 , 0x0000003e 
+ 00018358  0x000018ed nbranch  0x00007e5e , 0x00000002 
+ 00018359  0x000018ee branch  0x00007e60 
+ 00018360  0x000018f0 isub  0x00000011 , 0x0000003e 
+ 00018361  0x000018f1 nrtn  0x00000002 
+ 00018362  0x000018f2 isub  0x00000012 , 0x0000003e 
+ 00018363  0x000018f3 nrtn  0x00000002 
+ 00018364  0x000018f4 branch  0x00007e60 
+ 00018365  0x000018f7 fetch  0x00000002 , 0x000048d1 
+ 00018366  0x000018f8 call  0x000047c4 
+ 00018367  0x000018f9 copy  0x0000003f , 0x00000011 
+ 00018368  0x000018fa fetch  0x00000002 , 0x000048d3 
+ 00018369  0x000018fb call  0x000047c4 
+ 00018370  0x000018fc copy  0x0000003f , 0x00000012 
+ 00018371  0x000018fd rtn 
+ 00018372  0x00001900 store  0x00000002 , 0x000009fa 
+ 00018373  0x00001901 fetch  0x00000001 , 0x000009fb 
+ 00018374  0x00001902 beq  0x000000ff , 0x000047ca 
+ 00018375  0x00001903 fetch  0x00000001 , 0x000009fa 
+ 00018376  0x00001905 and_into  0x000000ff , 0x0000003f 
+ 00018377  0x00001907 rtn 
+ 00018378  0x00001909 fetch  0x00000002 , 0x000009fa 
+ 00018379  0x0000190a sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00018380  0x0000190b branch  0x000047c8 
+ 00018381  0x0000190e arg  0x000048c4 , 0x00000013 
+ 00018382  0x0000190f arg  0x000047d0 , 0x00000012 
+ 00018383  0x00001910 branch  0x0000318a 
+ 00018384  0x00001912 fetch  0x00000004 , 0x000048b8 
+ 00018385  0x00001913 store  0x00000004 , 0x0000485c 
+ 00018386  0x00001914 jam  0x00000001 , 0x00004aae 
+ 00018387  0x00001915 rtn 
+ 00018388  0x00001919 beq  0x00000000 , 0x000047db 
+ 00018389  0x0000191a beq  0x00000001 , 0x000047dd 
+ 00018390  0x0000191b beq  0x00000002 , 0x000047d8 
+ 00018391  0x0000191c beq  0x00000003 , 0x000047df 
+ 00018392  0x0000191e setarg  0x000ea600 
+ 00018393  0x00001920 store  0x00000004 , 0x000048b8 
+ 00018394  0x00001921 rtn 
+ 00018395  0x00001923 setarg  0x0005e740 
+ 00018396  0x00001924 branch  0x000047d9 
+ 00018397  0x00001926 setarg  0x000927c0 
+ 00018398  0x00001927 branch  0x000047d9 
+ 00018399  0x00001929 setarg  0x00124f80 
+ 00018400  0x0000192a branch  0x000047d9 
+ 00018401  0x0000192f jam  0x00000000 , 0x000048a5 
+ 00018402  0x00001930 call  0x00002652 
+ 00018403  0x00001931 setarg  0xffffffff 
+ 00018404  0x00001932 store  0x00000004 , 0x0000485c 
+ 00018405  0x00001933 setarg  0x00000000 
+ 00018406  0x00001934 store  0x00000007 , 0x000048d0 
+ 00018407  0x00001935 jam  0x00000001 , 0x00004be1 
+ 00018408  0x00001936 call  0x0000423c 
+ 00018409  0x00001937 call  0x00003e33 
+ 00018410  0x00001938 branch  0x000026b5 
+ 00018411  0x0000193b fetch  0x00000001 , 0x00004be1 
+ 00018412  0x0000193c ncall  0x000041aa , 0x00000034 
+ 00018413  0x0000193d jam  0x00000000 , 0x00004be1 
+ 00018414  0x0000193e branch  0x00002651 
+ 00018415  0x00001941 fetch  0x00000001 , 0x00004be1 
+ 00018416  0x00001942 nbranch  0x0000262c , 0x00000034 
+ 00018417  0x00001943 branch  0x00002628 
+ 00018418  0x00001947 set0  0x00000026 , 0x00000000 
+ 00018419  0x00001948 jam  0x00000000 , 0x000048a1 
+ 00018420  0x00001949 arg  0x00000001 , 0x00000007 
+ 00018421  0x0000194a branch  0x000046f4 
+ 00018422  0x0000194e fetch  0x00000008 , 0x00004bab 
+ 00018423  0x0000194f bbit0  0x00000011 , 0x00004803 
+ 00018424  0x00001950 call  0x00003d65 
+ 00018425  0x00001951 branch  0x00004806 , 0x00000028 
+ 00018426  0x00001952 fetch  0x00000008 , 0x00004bab 
+ 00018427  0x00001953 bbit1  0x00000030 , 0x0000480c 
+ 00018428  0x00001954 bbit0  0x00000031 , 0x0000480c 
+ 00018429  0x00001955 call  0x00004110 
+ 00018430  0x00001956 and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00018431  0x00001957 fetcht  0x00000001 , 0x00004bcb 
+ 00018432  0x00001958 isub  0x00000002 , 0x0000003e 
+ 00018433  0x00001959 branch  0x00004827 , 0x00000005 
+ 00018434  0x0000195a branch  0x0000480c 
+ 00018435  0x0000195d fetch  0x00000001 , 0x00004ab0 
+ 00018436  0x0000195e nbranch  0x0000470e , 0x00000034 
+ 00018437  0x0000195f rtn 
+ 00018438  0x00001962 fetch  0x00000002 , 0x00004885 
+ 00018439  0x00001963 store  0x00000002 , 0x00004887 
+ 00018440  0x00001964 jam  0x00000003 , 0x0000488b 
+ 00018441  0x00001965 branch  0x00002559 
+ 00018442  0x00001969 call  0x00003d65 
+ 00018443  0x0000196a branch  0x00004816 , 0x00000028 
+ 00018444  0x0000196c jam  0x00000000 , 0x00004938 
+ 00018445  0x0000196d fetch  0x00000002 , 0x00004bba 
+ 00018446  0x0000196e store  0x00000002 , 0x00004887 
+ 00018447  0x0000196f jam  0x00000002 , 0x0000488b 
+ 00018448  0x00001970 branch  0x00002559 
+ 00018449  0x00001973 call  0x000048cc 
+ 00018450  0x00001974 fetch  0x00000002 , 0x00004881 
+ 00018451  0x00001975 store  0x00000002 , 0x00004887 
+ 00018452  0x00001976 jam  0x00000004 , 0x0000488b 
+ 00018453  0x00001977 branch  0x00002559 
+ 00018454  0x0000197b fetch  0x00000001 , 0x00004938 
+ 00018455  0x0000197c beq  0x00000000 , 0x00004806 
+ 00018456  0x0000197d call  0x00004314 
+ 00018457  0x0000197e branch  0x0000481a 
+ 00018458  0x00001981 call  0x000047f2 
+ 00018459  0x00001982 call  0x0000490e 
+ 00018460  0x00001983 jam  0x00000001 , 0x00004938 
+ 00018461  0x00001984 call  0x000045bd 
+ 00018462  0x00001985 branch  0x00003d59 
+ 00018463  0x00001988 call  0x00003d65 
+ 00018464  0x00001989 branch  0x00003e20 , 0x00000028 
+ 00018465  0x0000198a branch  0x00004553 
+ 00018466  0x0000198e call  0x00003d65 
+ 00018467  0x0000198f rtn  0x00000028 
+ 00018468  0x00001990 fetch  0x00000008 , 0x00004bab 
+ 00018469  0x00001991 bbit1  0x0000002f , 0x000045ee 
+ 00018470  0x00001992 rtn 
+ 00018471  0x00001995 arg  0x00000001 , 0x00000007 
+ 00018472  0x00001996 call  0x000046f0 
+ 00018473  0x00001997 setarg  0x00000000 
+ 00018474  0x00001998 store  0x00000002 , 0x00004887 
+ 00018475  0x00001999 call  0x00004576 
+ 00018476  0x0000199a call  0x0000498e 
+ 00018477  0x0000199b call  0x000048cc 
+ 00018478  0x0000199c jam  0x00000001 , 0x00004836 
+ 00018479  0x0000199d fetch  0x00000008 , 0x00004bab 
+ 00018480  0x0000199e bbit0  0x00000015 , 0x0000232e 
+ 00018481  0x0000199f jam  0x00000002 , 0x00004836 
+ 00018482  0x000019a0 branch  0x0000232e 
+ 00018483  0x000019a4 fetch  0x00000001 , 0x000048a5 
+ 00018484  0x000019a5 nbranch  0x000047e1 , 0x00000034 
+ 00018485  0x000019a6 fetch  0x00000001 , 0x0000488b 
+ 00018486  0x000019a7 beq  0x00000002 , 0x00004840 
+ 00018487  0x000019a8 beq  0x00000004 , 0x00004844 
+ 00018488  0x000019a9 beq  0x00000003 , 0x00004849 
+ 00018489  0x000019ab call  0x00004912 
+ 00018490  0x000019ac call  0x000047f2 
+ 00018491  0x000019ad fetch  0x00000001 , 0x00004ab0 
+ 00018492  0x000019ae nbranch  0x0000470e , 0x00000034 
+ 00018493  0x000019af fetch  0x00000001 , 0x00004938 
+ 00018494  0x000019b0 beq  0x00000000 , 0x00003e20 
+ 00018495  0x000019b1 rtn 
+ 00018496  0x000019b4 fetch  0x00000008 , 0x00004bab 
+ 00018497  0x000019b5 bbit1  0x0000002f , 0x00004811 
+ 00018498  0x000019b6 bbit1  0x00000030 , 0x00004811 
+ 00018499  0x000019b7 branch  0x00004806 
+ 00018500  0x000019bb fetch  0x00000008 , 0x00004bab 
+ 00018501  0x000019bc bbit0  0x0000002f , 0x00004839 
+ 00018502  0x000019bd fetch  0x00000001 , 0x00004bb4 
+ 00018503  0x000019be beq  0x00000001 , 0x00004839 
+ 00018504  0x000019bf branch  0x0000481a 
+ 00018505  0x000019c2 fetch  0x00000008 , 0x00004bab 
+ 00018506  0x000019c3 bbit0  0x0000002f , 0x00004839 
+ 00018507  0x000019c4 bbit1  0x00000013 , 0x00004839 
+ 00018508  0x000019c5 bbit1  0x00000012 , 0x00004839 
+ 00018509  0x000019c6 branch  0x00004812 
+ 00018510  0x000019ca call  0x000042ca 
+ 00018511  0x000019cb jam  0x00000000 , 0x00004aae 
+ 00018512  0x000019cc jam  0x00000000 , 0x000048a1 
+ 00018513  0x000019cd jam  0x00000000 , 0x0000488b 
+ 00018514  0x000019ce fetch  0x00000004 , 0x00004891 
+ 00018515  0x000019cf fetch  0x00000004 , 0x0000488d 
+ 00018516  0x000019d0 isub  0x00000002 , 0x0000003e 
+ 00018517  0x000019d1 rtn  0x00000005 
+ 00018518  0x000019d2 branch  0x00004822 
+ 00018519  0x000019d5 arg  0x00000001 , 0x00000007 
+ 00018520  0x000019d6 call  0x000046f4 
+ 00018521  0x000019d7 call  0x000048c6 
+ 00018522  0x000019d8 setarg  0x00000000 
+ 00018523  0x000019d9 store  0x00000002 , 0x00004883 
+ 00018524  0x000019da store  0x00000002 , 0x00004887 
+ 00018525  0x000019db store  0x00000001 , 0x000048a1 
+ 00018526  0x000019dc store  0x00000001 , 0x000049c8 
+ 00018527  0x000019dd store  0x00000001 , 0x0000488b 
+ 00018528  0x000019df call  0x000042ca 
+ 00018529  0x000019e0 call  0x000042db 
+ 00018530  0x000019e1 fetch  0x00000004 , 0x0000483c 
+ 00018531  0x000019e2 store  0x00000004 , 0x00004891 
+ 00018532  0x000019e3 store  0x00000004 , 0x00004993 
+ 00018533  0x000019e4 branch  0x000045ee 
+ 00018534  0x000019e7 rtnmark0  0x00000026 
+ 00018535  0x000019e8 call  0x00003f70 
+ 00018536  0x000019e9 nrtn  0x00000028 
+ 00018537  0x000019ea fetch  0x00000008 , 0x00004bab 
+ 00018538  0x000019eb bbit0  0x00000015 , 0x0000486d 
+ 00018539  0x000019ec fetch  0x00000001 , 0x00004b8b 
+ 00018540  0x000019ed nbranch  0x00004884 , 0x00000034 
+ 00018541  0x000019ef call  0x000042cb 
+ 00018542  0x000019f0 fetch  0x00000001 , 0x00004836 
+ 00018543  0x000019f1 bbit1  0x00000001 , 0x0000487c 
+ 00018544  0x000019f2 fetcht  0x00000001 , 0x000047c7 
+ 00018545  0x000019f3 fetch  0x00000001 , 0x000048d0 
+ 00018546  0x000019f4 ior  0x00000002 , 0x0000003f 
+ 00018547  0x000019f5 store  0x00000001 , 0x000048d0 
+ 00018548  0x000019f6 fetcht  0x00000001 , 0x000047cc 
+ 00018549  0x000019f7 fetch  0x00000001 , 0x000048d5 
+ 00018550  0x000019f8 iadd  0x00000002 , 0x0000003f 
+ 00018551  0x000019f9 store  0x00000001 , 0x000048d5 
+ 00018552  0x000019fa fetcht  0x00000001 , 0x000047cd 
+ 00018553  0x000019fb fetch  0x00000001 , 0x000048d6 
+ 00018554  0x000019fc iadd  0x00000002 , 0x0000003f 
+ 00018555  0x000019fd store  0x00000001 , 0x000048d6 
+ 00018556  0x000019ff jam  0x00000001 , 0x00004836 
+ 00018557  0x00001a00 arg  0x00000007 , 0x00000011 
+ 00018558  0x00001a01 arg  0x000048d0 , 0x00000012 
+ 00018559  0x00001a02 fetch  0x00000008 , 0x00004bab 
+ 00018560  0x00001a03 bbit1  0x00000018 , 0x000026e1 
+ 00018561  0x00001a04 fetch  0x00000002 , 0x000048d5 
+ 00018562  0x00001a05 rtn  0x00000034 
+ 00018563  0x00001a06 branch  0x000026e1 
+ 00018564  0x00001a09 jam  0x00000002 , 0x00004836 
+ 00018565  0x00001a0a arg  0x00000009 , 0x00000011 
+ 00018566  0x00001a0b fetch  0x00000001 , 0x00004b8c 
+ 00018567  0x00001a0c nbranch  0x0000488a , 0x00000034 
+ 00018568  0x00001a0d arg  0x00004bd5 , 0x00000012 
+ 00018569  0x00001a0e rtn 
+ 00018570  0x00001a10 arg  0x00004bcc , 0x00000012 
+ 00018571  0x00001a11 rtn 
+ 00018572  0x00001a18 setarg  0x00000000 
+ 00018573  0x00001a19 store  0x00000003 , 0x00004ba4 
+ 00018574  0x00001a1a rtn 
+ 00018575  0x00001a1d fetch  0x00000008 , 0x00004bab 
+ 00018576  0x00001a1e rtnbit0  0x00000016 
+ 00018577  0x00001a1f fetch  0x00000001 , 0x00004aae 
+ 00018578  0x00001a20 rtn  0x00000034 
+ 00018579  0x00001a21 fetch  0x00000001 , 0x000048a7 
+ 00018580  0x00001a22 rtn  0x00000034 
+ 00018581  0x00001a23 fetch  0x00000001 , 0x00004ba1 
+ 00018582  0x00001a24 increase  0x00000001 , 0x0000003f 
+ 00018583  0x00001a25 and_into  0x00000003 , 0x0000003f 
+ 00018584  0x00001a26 store  0x00000001 , 0x00004ba1 
+ 00018585  0x00001a27 nrtn  0x00000034 
+ 00018586  0x00001a28 jam  0x00000000 , 0x00004ba2 
+ 00018587  0x00001a2a fetch  0x00000001 , 0x00004ba2 
+ 00018588  0x00001a2b increase  0x00000001 , 0x0000003f 
+ 00018589  0x00001a2c store  0x00000001 , 0x00004ba2 
+ 00018590  0x00001a2d sub  0x0000003f , 0x00000008 , 0x0000003e 
+ 00018591  0x00001a2e nbranch  0x000048a5 , 0x00000002 
+ 00018592  0x00001a2f call  0x0000259a 
+ 00018593  0x00001a30 call  0x0000265b 
+ 00018594  0x00001a31 nbranch  0x000048ab , 0x00000018 
+ 00018595  0x00001a32 nbranch  0x000048ab , 0x0000002f 
+ 00018596  0x00001a33 call  0x000048b5 
+ 00018597  0x00001a35 call  0x00002597 
+ 00018598  0x00001a36 fetch  0x00000001 , 0x00004ba3 
+ 00018599  0x00001a37 increase  0x00000001 , 0x0000003f 
+ 00018600  0x00001a38 store  0x00000001 , 0x00004ba3 
+ 00018601  0x00001a39 beq  0x00000010 , 0x000048ad 
+ 00018602  0x00001a3a rtn 
+ 00018603  0x00001a3d call  0x000022cb 
+ 00018604  0x00001a3e branch  0x0000489b 
+ 00018605  0x00001a41 jam  0x00000000 , 0x00004ba3 
+ 00018606  0x00001a42 fetch  0x00000001 , 0x00004ba4 
+ 00018607  0x00001a43 rtnbit1  0x00000000 
+ 00018608  0x00001a44 set1  0x00000000 , 0x0000003f 
+ 00018609  0x00001a45 store  0x00000001 , 0x00004ba4 
+ 00018610  0x00001a46 fetch  0x00000002 , 0x00004bbc 
+ 00018611  0x00001a47 store  0x00000002 , 0x00004ab2 
+ 00018612  0x00001a48 branch  0x0000423c 
+ 00018613  0x00001a4b fetch  0x00000001 , 0x000048a7 
+ 00018614  0x00001a4c branch  0x0000488c , 0x00000034 
+ 00018615  0x00001a4d jam  0x00000000 , 0x00004ba3 
+ 00018616  0x00001a4e fetch  0x00000001 , 0x00004ba4 
+ 00018617  0x00001a4f rtnbit0  0x00000000 
+ 00018618  0x00001a50 set0  0x00000000 , 0x0000003f 
+ 00018619  0x00001a51 store  0x00000001 , 0x00004ba4 
+ 00018620  0x00001a52 call  0x00004544 
+ 00018621  0x00001a53 branch  0x000041aa 
+ 00018622  0x00001a5b fetch  0x00000008 , 0x00004bab 
+ 00018623  0x00001a5c rtnbit0  0x00000020 
+ 00018624  0x00001a5d fetch  0x00000001 , 0x00004ba7 
+ 00018625  0x00001a5e rtn  0x00000034 
+ 00018626  0x00001a5f increase  0xffffffff , 0x0000003f 
+ 00018627  0x00001a60 store  0x00000001 , 0x00004ba7 
+ 00018628  0x00001a61 branch  0x00004912 , 0x00000034 
+ 00018629  0x00001a62 branch  0x00004920 
+ 00018630  0x00001a65 fetch  0x00000008 , 0x00004bab 
+ 00018631  0x00001a66 rtnbit0  0x00000020 
+ 00018632  0x00001a67 call  0x0000498e 
+ 00018633  0x00001a68 fetch  0x00000001 , 0x00004bc0 
+ 00018634  0x00001a69 store  0x00000001 , 0x00004ba7 
+ 00018635  0x00001a6a rtn 
+ 00018636  0x00001a6e jam  0x00000000 , 0x00004ba7 
+ 00018637  0x00001a6f fetch  0x00000002 , 0x00004bc4 
+ 00018638  0x00001a70 store  0x00000002 , 0x00004930 
+ 00018639  0x00001a71 store  0x00000002 , 0x00004932 
+ 00018640  0x00001a73 fetch  0x00000001 , 0x00004938 
+ 00018641  0x00001a74 beq  0x00000000 , 0x000048d5 
+ 00018642  0x00001a75 beq  0x00000001 , 0x000048d7 
+ 00018643  0x00001a76 beq  0x00000002 , 0x000048d9 
+ 00018644  0x00001a77 rtn 
+ 00018645  0x00001a79 fetch  0x00000001 , 0x00004915 
+ 00018646  0x00001a7a branch  0x000048da 
+ 00018647  0x00001a7c fetch  0x00000001 , 0x00004916 
+ 00018648  0x00001a7d branch  0x000048da 
+ 00018649  0x00001a7f fetch  0x00000001 , 0x00004922 
+ 00018650  0x00001a81 store  0x00000001 , 0x00000964 
+ 00018651  0x00001a82 call  0x00004912 
+ 00018652  0x00001a83 fetch  0x00000001 , 0x00000964 
+ 00018653  0x00001a84 store  0x00000001 , 0x0000492f 
+ 00018654  0x00001a85 arg  0x00000000 , 0x00000011 
+ 00018655  0x00001a86 jam  0x00000001 , 0x0000492d 
+ 00018656  0x00001a87 branch  0x00007806 
+ 00018657  0x00001a8b fetch  0x00000001 , 0x00004923 
+ 00018658  0x00001a8c rtneq  0x000000ff 
+ 00018659  0x00001a8d fetch  0x00000002 , 0x00004ac2 
+ 00018660  0x00001a8e nrtn  0x00000034 
+ 00018661  0x00001a8f fetch  0x00000002 , 0x00004883 
+ 00018662  0x00001a90 nrtn  0x00000034 
+ 00018663  0x00001a91 fetch  0x00000002 , 0x00004887 
+ 00018664  0x00001a92 nrtn  0x00000034 
+ 00018665  0x00001a93 fetch  0x00000001 , 0x00004ba7 
+ 00018666  0x00001a94 nrtn  0x00000034 
+ 00018667  0x00001a95 fetch  0x00000001 , 0x00004bc1 
+ 00018668  0x00001a96 branch  0x000048f2 , 0x00000034 
+ 00018669  0x00001a97 store  0x00000001 , 0x00004ba8 
+ 00018670  0x00001a98 rtn 
+ 00018671  0x00001a9c arg  0x00004ba8 , 0x00000013 
+ 00018672  0x00001a9d arg  0x000048f2 , 0x00000012 
+ 00018673  0x00001a9e branch  0x0000318a 
+ 00018674  0x00001aa1 fetch  0x00000001 , 0x00004923 
+ 00018675  0x00001aa2 store  0x00000001 , 0x0000492f 
+ 00018676  0x00001aa3 fetch  0x00000002 , 0x00004bc2 
+ 00018677  0x00001aa4 store  0x00000002 , 0x00004930 
+ 00018678  0x00001aa5 store  0x00000002 , 0x00004932 
+ 00018679  0x00001aa6 arg  0x00000000 , 0x00000011 
+ 00018680  0x00001aa7 fetcht  0x00000001 , 0x00004992 
+ 00018681  0x00001aa8 increase  0x00000001 , 0x00000002 
+ 00018682  0x00001aa9 fetch  0x00000008 , 0x00004bab 
+ 00018683  0x00001aaa bbit0  0x0000001c , 0x000048ff 
+ 00018684  0x00001aab increase  0x00000001 , 0x00000002 
+ 00018685  0x00001aac sub  0x00000002 , 0x00000004 , 0x0000003e 
+ 00018686  0x00001aad ncall  0x00004902 , 0x00000002 
+ 00018687  0x00001aaf storet  0x00000001 , 0x0000492e 
+ 00018688  0x00001ab0 jam  0x00000001 , 0x0000492d 
+ 00018689  0x00001ab1 rtn 
+ 00018690  0x00001ab4 arg  0x00000001 , 0x00000002 
+ 00018691  0x00001ab5 rtn 
+ 00018692  0x00001ab8 disable  0x00000028 
+ 00018693  0x00001ab9 fetch  0x00000001 , 0x00004923 
+ 00018694  0x00001aba fetcht  0x00000001 , 0x0000492f 
+ 00018695  0x00001abb isub  0x00000002 , 0x0000003e 
+ 00018696  0x00001abc nrtn  0x00000005 
+ 00018697  0x00001abd fetch  0x00000001 , 0x0000492e 
+ 00018698  0x00001abe rtn  0x00000034 
+ 00018699  0x00001abf jam  0x00000000 , 0x000048f9 
+ 00018700  0x00001ac0 enable  0x00000028 
+ 00018701  0x00001ac1 rtn 
+ 00018702  0x00001ac4 call  0x0000491e 
+ 00018703  0x00001ac5 call  0x00004917 
+ 00018704  0x00001ac6 call  0x0000491a 
+ 00018705  0x00001ac7 branch  0x0000491c 
+ 00018706  0x00001aca fetch  0x00000001 , 0x00004938 
+ 00018707  0x00001acb beq  0x00000000 , 0x00004917 
+ 00018708  0x00001acc beq  0x00000001 , 0x0000491a 
+ 00018709  0x00001acd beq  0x00000002 , 0x0000491c 
+ 00018710  0x00001ace rtn 
+ 00018711  0x00001ad1 jam  0x00000000 , 0x00004baa 
+ 00018712  0x00001ad2 fetcht  0x00000001 , 0x00004915 
+ 00018713  0x00001ad3 branch  0x0000492b 
+ 00018714  0x00001ad6 fetcht  0x00000001 , 0x00004916 
+ 00018715  0x00001ad7 branch  0x0000492b 
+ 00018716  0x00001ada fetcht  0x00000001 , 0x00004922 
+ 00018717  0x00001adb branch  0x0000492b 
+ 00018718  0x00001ade fetcht  0x00000001 , 0x00004923 
+ 00018719  0x00001adf branch  0x0000492b 
+ 00018720  0x00001ae2 fetch  0x00000001 , 0x00004938 
+ 00018721  0x00001ae3 beq  0x00000000 , 0x00004925 
+ 00018722  0x00001ae4 beq  0x00000001 , 0x00004927 
+ 00018723  0x00001ae5 beq  0x00000002 , 0x00004929 
+ 00018724  0x00001ae6 rtn 
+ 00018725  0x00001ae9 fetcht  0x00000001 , 0x00004915 
+ 00018726  0x00001aea branch  0x0000492f 
+ 00018727  0x00001aec fetcht  0x00000001 , 0x00004916 
+ 00018728  0x00001aed branch  0x0000492f 
+ 00018729  0x00001aef fetcht  0x00000001 , 0x00004922 
+ 00018730  0x00001af0 branch  0x0000492f 
+ 00018731  0x00001af3 bpatch  0x000000e1 , 0x0000401c 
+ 00018732  0x00001af4 storet  0x00000001 , 0x0000492f 
+ 00018733  0x00001af5 arg  0x00000000 , 0x00000011 
+ 00018734  0x00001af6 branch  0x00007801 
+ 00018735  0x00001af8 bpatch  0x000000e2 , 0x0000401c 
+ 00018736  0x00001af9 storet  0x00000001 , 0x0000492f 
+ 00018737  0x00001afa arg  0x00000000 , 0x00000011 
+ 00018738  0x00001afb branch  0x000077fc 
+ 00018739  0x00001afe fetch  0x00000001 , 0x00004915 
+ 00018740  0x00001aff isub  0x00000002 , 0x0000003e 
+ 00018741  0x00001b00 call  0x00004952 , 0x00000005 
+ 00018742  0x00001b01 fetch  0x00000008 , 0x00004bab 
+ 00018743  0x00001b02 bbit0  0x00000024 , 0x00006065 
+ 00018744  0x00001b03 call  0x00004943 
+ 00018745  0x00001b04 call  0x00004947 
+ 00018746  0x00001b05 call  0x0000494b 
+ 00018747  0x00001b06 fetch  0x00000001 , 0x00004ba9 
+ 00018748  0x00001b07 branch  0x00006065 , 0x00000034 
+ 00018749  0x00001b08 jam  0x00000000 , 0x00004ba9 
+ 00018750  0x00001b09 branch  0x0000607f 
+ 00018751  0x00001b0c fetch  0x00000001 , 0x00004915 
+ 00018752  0x00001b0d isub  0x00000002 , 0x0000003e 
+ 00018753  0x00001b0e call  0x00004954 , 0x00000005 
+ 00018754  0x00001b0f branch  0x00006069 
+ 00018755  0x00001b13 fetch  0x00000008 , 0x00004bab 
+ 00018756  0x00001b14 rtnbit0  0x00000026 
+ 00018757  0x00001b15 fetch  0x00000001 , 0x00004922 
+ 00018758  0x00001b16 branch  0x0000494e 
+ 00018759  0x00001b18 fetch  0x00000008 , 0x00004bab 
+ 00018760  0x00001b19 rtnbit0  0x00000025 
+ 00018761  0x00001b1a fetch  0x00000001 , 0x00004923 
+ 00018762  0x00001b1b branch  0x0000494e 
+ 00018763  0x00001b1d fetch  0x00000008 , 0x00004bab 
+ 00018764  0x00001b1e rtnbit0  0x00000027 
+ 00018765  0x00001b1f fetch  0x00000001 , 0x00004921 
+ 00018766  0x00001b21 isub  0x00000002 , 0x0000003e 
+ 00018767  0x00001b22 nrtn  0x00000005 
+ 00018768  0x00001b23 jam  0x00000001 , 0x00004ba9 
+ 00018769  0x00001b24 rtn 
+ 00018770  0x00001b27 jam  0x00000000 , 0x00004baa 
+ 00018771  0x00001b28 rtn 
+ 00018772  0x00001b2b jam  0x00000001 , 0x00004baa 
+ 00018773  0x00001b2c rtn 
+ 00018774  0x00001b2f fetch  0x00000002 , 0x00004ac2 
+ 00018775  0x00001b30 nrtn  0x00000034 
+ 00018776  0x00001b31 fetch  0x00000002 , 0x00004883 
+ 00018777  0x00001b32 nrtn  0x00000034 
+ 00018778  0x00001b33 fetch  0x00000002 , 0x00004887 
+ 00018779  0x00001b34 nrtn  0x00000034 
+ 00018780  0x00001b35 fetch  0x00000001 , 0x00004ba7 
+ 00018781  0x00001b36 nrtn  0x00000034 
+ 00018782  0x00001b37 call  0x00004904 
+ 00018783  0x00001b38 rtn  0x00000028 
+ 00018784  0x00001b39 fetch  0x00000008 , 0x00004bab 
+ 00018785  0x00001b3a rtnbit0  0x00000021 
+ 00018786  0x00001b3b rtnbit0  0x00000004 
+ 00018787  0x00001b3c bbit1  0x00000023 , 0x0000497c 
+ 00018788  0x00001b3d fetch  0x00000001 , 0x000048f8 
+ 00018789  0x00001b3e increase  0x00000001 , 0x0000003f 
+ 00018790  0x00001b3f store  0x00000001 , 0x000048f8 
+ 00018791  0x00001b40 sub  0x0000003f , 0x00000014 , 0x0000003e 
+ 00018792  0x00001b41 ncall  0x0000496e , 0x00000002 
+ 00018793  0x00001b42 beq  0x00000002 , 0x00004970 
+ 00018794  0x00001b43 beq  0x00000004 , 0x00004976 
+ 00018795  0x00001b44 beq  0x00000006 , 0x00004970 
+ 00018796  0x00001b45 beq  0x00000008 , 0x00004976 
+ 00018797  0x00001b46 rtn 
+ 00018798  0x00001b48 jam  0x00000001 , 0x000048f8 
+ 00018799  0x00001b49 branch  0x00004976 
+ 00018800  0x00001b4b fetch  0x00000008 , 0x00004bab 
+ 00018801  0x00001b4c bbit1  0x00000022 , 0x00004920 
+ 00018802  0x00001b4d fetch  0x00000001 , 0x00004921 
+ 00018803  0x00001b4e rtneq  0x000000ff 
+ 00018804  0x00001b4f fetcht  0x00000001 , 0x00004921 
+ 00018805  0x00001b50 branch  0x0000492f 
+ 00018806  0x00001b52 fetch  0x00000008 , 0x00004bab 
+ 00018807  0x00001b53 bbit1  0x00000022 , 0x00004912 
+ 00018808  0x00001b54 fetch  0x00000001 , 0x00004921 
+ 00018809  0x00001b55 rtneq  0x000000ff 
+ 00018810  0x00001b56 fetcht  0x00000001 , 0x00004921 
+ 00018811  0x00001b57 branch  0x0000492b 
+ 00018812  0x00001b5a fetch  0x00000002 , 0x00004bbe 
+ 00018813  0x00001b5b fetcht  0x00000002 , 0x00004ab2 
+ 00018814  0x00001b5c isub  0x00000002 , 0x00000002 
+ 00018815  0x00001b5d fetch  0x00000002 , 0x00004bc8 
+ 00018816  0x00001b5e isub  0x00000002 , 0x0000003e 
+ 00018817  0x00001b5f nbranch  0x0000498e , 0x00000002 
+ 00018818  0x00001b60 fetch  0x00000001 , 0x000048f9 
+ 00018819  0x00001b61 nrtn  0x00000034 
+ 00018820  0x00001b62 jam  0x00000001 , 0x000048f9 
+ 00018821  0x00001b63 branch  0x00004986 
+ 00018822  0x00001b66 fetch  0x00000002 , 0x00004bc6 
+ 00018823  0x00001b67 store  0x00000002 , 0x00004930 
+ 00018824  0x00001b68 store  0x00000002 , 0x00004932 
+ 00018825  0x00001b69 fetch  0x00000008 , 0x00004bab 
+ 00018826  0x00001b6a bbit1  0x00000022 , 0x000048d0 
+ 00018827  0x00001b6b fetch  0x00000001 , 0x00004921 
+ 00018828  0x00001b6c rtneq  0x000000ff 
+ 00018829  0x00001b6d branch  0x000048da 
+ 00018830  0x00001b70 jam  0x00000000 , 0x000048f9 
+ 00018831  0x00001b71 branch  0x00004976 
+ 00018832  0x00001b75 fetch  0x00000008 , 0x00004bab 
+ 00018833  0x00001b76 rtnbit0  0x00000021 
+ 00018834  0x00001b77 rtnbit0  0x00000004 
+ 00018835  0x00001b78 bbit1  0x00000023 , 0x000049a2 
+ 00018836  0x00001b79 fetch  0x00000001 , 0x000048f8 
+ 00018837  0x00001b7a sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00018838  0x00001b7b branch  0x0000499e , 0x00000002 
+ 00018839  0x00001b7d fetch  0x00000001 , 0x00004938 
+ 00018840  0x00001b7e beq  0x00000000 , 0x0000499b 
+ 00018841  0x00001b7f jam  0x00000001 , 0x00004099 
+ 00018842  0x00001b80 rtn 
+ 00018843  0x00001b83 fetch  0x00000008 , 0x00004bab 
+ 00018844  0x00001b84 rtnbit1  0x00000018 
+ 00018845  0x00001b85 branch  0x000026d0 
+ 00018846  0x00001b88 fetch  0x00000001 , 0x00004938 
+ 00018847  0x00001b89 beq  0x00000000 , 0x000026e1 
+ 00018848  0x00001b8a jam  0x00000000 , 0x00004099 
+ 00018849  0x00001b8b rtn 
+ 00018850  0x00001b8e fetch  0x00000001 , 0x000048f9 
+ 00018851  0x00001b8f nbranch  0x0000499e , 0x00000034 
+ 00018852  0x00001b90 branch  0x00004997 
+ 00018853  0x00001b95 call  0x00001291 
+ 00018854  0x00001b96 fetch  0x00000001 , 0x00000018 
+ 00018855  0x00001b97 branch  0x000025e2 
+ 00018856  0x00001b9a call  0x000049a5 
+ 00018857  0x00001b9b branch  0x000026ee 
+ 00018858  0x00001b9e call  0x000049a5 
+ 00018859  0x00001b9f fetch  0x00000001 , 0x00000031 
+ 00018860  0x00001ba0 isolate1  0x00000000 , 0x0000003f 
+ 00018861  0x00001ba1 nrtn  0x00000001 
+ 00018862  0x00001ba2 fetch  0x00000001 , 0x00000048 
+ 00018863  0x00001ba3 isolate1  0x00000003 , 0x0000003f 
+ 00018864  0x00001ba4 call  0x00002724 , 0x00000001 
+ 00018865  0x00001ba5 ncall  0x00002720 , 0x00000001 
+ 00018866  0x00001ba6 branch  0x000026ee 
+ 00018867  0x00001ba9 fetch  0x00000001 , 0x00004b75 
+ 00018868  0x00001baa compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00018869  0x00001bab nbranch  0x00007e5e , 0x00000001 
+ 00018870  0x00001bac call  0x00003223 
+ 00018871  0x00001bad branch  0x00007e60 
+ 00018872  0x00001bb0 call  0x000052f7 
+ 00018873  0x00001bb1 nrtn  0x00000034 
+ 00018874  0x00001bb2 jam  0x00000001 , 0x00000089 
+ 00018875  0x00001bb3 jam  0x00000000 , 0x0000008a 
+ 00018876  0x00001bb4 branch  0x00007e60 
+ 00018877  0x00001bb7 fetch  0x00000002 , 0x0000478c 
+ 00018878  0x00001bb8 bbit1  0x00000009 , 0x000049b3 
+ 00018879  0x00001bb9 branch  0x000049b8 
Index: output/bt_program23.list
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/bt_program23.list	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/bt_program23.list	(working copy)
@@ -0,0 +1,6073 @@
+              include "bt_format "
+              org 0x0000
+0x0 000026 bbit1 8 ,pf_patch_ext 
+0x1 000027 beq patch00_0 ,p_soft_reset 
+0x2 000028 beq patch00_3 ,p_main_loop 
+0x3 000029 beq patch10_2 ,p_shutdown_radio 
+0x4 000030 beq patch10_3 ,p_set_sync_on 
+0x5 000031 beq patch10_4 ,p_set_freq_rx 
+0x6 000032 beq patch11_2 ,p_txon_next 
+0x7 000033 beq patch11_3 ,p_initialize_radio_cont 
+0x8 000034 beq patch11_4 ,p_save_rssi 
+0x9 000035 beq patch13_7 ,p_init_param 
+0xa 000036 beq patch15_6 ,p_app_init 
+0xb 000037 beq patch18_3 ,p_mouse_start_work 
+0xc 000038 beq patch18_4 ,p_mouse_start_reconnect_device 
+0xd 000039 beq patch18_7 ,p_mouse_app_enter_hibernate 
+0xe 000040 beq patch19_1 ,p_mouse_setgpio_hibernate 
+0xf 000041 beq patch19_2 ,p_mouse_lpm_before_common 
+0x10 000042 beq patch19_4 ,p_mouse_adc_read_start 
+0x11 000043 beq patch19_6 ,p_mouse_motion 
+0x12 000044 beq patch19_7 ,p_mouse_dpi_process 
+0x13 000045 beq patch1a_0 ,p_mouse_seting_dpi 
+0x14 000046 beq patch1a_1 ,p_mouse_check_key_gpio 
+0x15 000047 beq patch1a_3 ,p_mouse_init_sunt 
+0x16 000048 beq patch1a_4 ,p_mouse_sensor_poweron 
+0x17 000049 beq patch1a_6 ,p_mouse_priority_bb_event 
+0x18 000050 beq patch1b_1 ,p_mouse_bb_event_timer 
+0x19 000051 beq patch1b_2 ,p_mouse_start_discovery 
+0x1a 000052 beq patch1b_3 ,p_mouse_stop_discovery 
+0x1b 000053 beq patch1b_6 ,p_mouse_idle 
+0x1c 000054 beq patch1b_7 ,p_mouse_ready_reconnection_by_button 
+0x1d 000055 beq patch1c_1 ,p_mouse_led_off 
+0x1e 000056 beq patch1c_2 ,p_mouse_led_on 
+0x1f 000057 beq patch1d_0 ,p_hid_rx_process 
+0x20 000058 branch loop 
+:      000060 pf_patch_ext:
+0x21 000061 beq patch23_2 ,p_send_lmp 
+0x22 000062 beq patch24_0 ,p_twspi_reset 
+0x23 000063 beq patch26_3 ,p_adc_init_data 
+0x24 000064 beq patch26_4 ,p_enable_adc 
+0x25 000065 beq patch30_7 ,p_ui_timer_check 
+0x26 000066 beq patch34_1 ,p_le_slave_match 
+0x27 000067 beq patch34_3 ,p_le_slave_unsync 
+0x28 000068 beq patch36_5 ,p_le_transmit 
+0x29 000069 beq patch38_0 ,p_le_parse_l2cap 
+0x2a 000070 beq patch3b_5 ,p_g24_dispatch 
+0x2b 000071 beq patch3c_2 ,p_g24_pair_dispatch 
+0x2c 000072 beq patch3d_1 ,p_g24_reconn_dispatch 
+0x2d 000073 beq patch3d_2 ,p_g24_transmit_no_interrupt 
+0x2e 000074 beq patch3d_4 ,p_g24_lpm_wait 
+0x2f 000075 beq patch3d_5 ,p_power_ctrl_start 
+0x30 000076 branch loop 
+:      000079 p_soft_reset:
+0x31 000080 clear_stack 
+0x32 000081 call app_param_init 
+0x33 000082 ncall p_led_num_check ,wake 
+0x34 000083 call mouse_xtal_init 
+0x35 000084 branch soft_reset + 3 
+:      000086 p_mouse_start_reconnect_device:
+0x36 000087 call p_mouse_device_le_reconn_led_config 
+0x37 000088 arg mem_device1_type ,rega 
+0x38 000089 fetch 1 ,mem_device_flag 
+0x39 000090 increase -1 ,pdata 
+0x3a 000091 mul32 pdata ,29 ,pdata 
+0x3b 000092 iadd rega ,rega 
+0x3c 000093 ifetch 1 ,rega 
+0x3d 000094 store 1 ,mem_xrecord_mode 
+:      000095 p_mouse_start_reconnect:
+0x3e 000096 fetch 1 ,mem_xrecord_mode 
+0x3f 000097 beq rec_3_mode ,mouse3_0_check_reconn_target 
+0x40 000098 beq rec_4_mode ,mouse4_0_check_reconn_target 
+0x41 000099 branch mouse_buletooth_fast_conn_init 
+:      000101 p_twspi_reset:
+0x42 000102 fetch 1 ,mem_mouse_sensor_sclk_gpio 
+0x43 000103 branch twspi_reset + 1 
+:      000105 p_mouse_led_on:
+0x44 000106 copy temp ,pdata 
+0x45 000107 rtneq gpio_disable 
+0x46 000108 copy pdata ,temp 
+0x47 000109 branch mouse_led_on + 1 
+:      000111 p_mouse_led_off:
+0x48 000112 copy temp ,pdata 
+0x49 000113 rtneq gpio_disable 
+0x4a 000114 copy pdata ,temp 
+0x4b 000115 branch mouse_led_off + 1 
+:      000117 p_led_num_check:
+0x4c 000118 fetch 1 ,mem_mouse_flag + 4 
+0x4d 000119 nrtn blank 
+0x4e 000120 jam 0 ,mem_ui_led_struct_num 
+0x4f 000121 rtn 
+:      000124 p_mouse_ready_reconnection_by_button:
+0x50 000125 fetch 1 ,mem_device_number 
+0x51 000126 rtneq 1 
+0x52 000127 call mouse_select_device_number 
+0x53 000128 storet 1 ,mem_device_flag 
+0x54 000129 call p_mouse_devide_led_disable 
+0x55 000130 call p_mouse_low_voltage_led_off 
+:      000131 p_mouse_store_device_number_before_reset:
+0x56 000132 jam 0 ,mem_link_key_exists 
+0x57 000133 call mouse_select_device_enable 
+0x58 000134 call p_mouse_stop_bluetooth_mode 
+0x59 000135 branch mouse_store_device_number_before_reset + 3 
+:      000137 p_mouse_stop_bluetooth_mode:
+0x5a 000138 fetch 2 ,mem_ui_state_map 
+0x5b 000139 rtnbit1 ui_state_bt_reconnect 
+0x5c 000140 branch mouse_stop_bluetooth_mode + 2 
+:      000142 p_main_loop:
+0x5d 000143 call sp_calc_sequence 
+0x5e 000144 call sp_calc_sequence_256 
+0x5f 000145 call sp_calc_sequence_256_check 
+0x60 000146 call le_advertising_dispatch 
+0x61 000147 call idle_dispatch 
+0x62 000148 call p_app_process_idle 
+0x63 000149 branch main_loop + 7 
+:      000151 p_app_process_idle:
+0x64 000152 call p_ui_dispatch 
+0x65 000153 branch app_process_idle + 2 
+:      000155 p_ui_dispatch:
+0x66 000156 call p_ui_led_dispatch 
+0x67 000157 branch ui_timer_check 
+:      000159 p_ui_led_dispatch:
+0x68 000160 fetch 1 ,mem_ui_led_struct_num 
+0x69 000161 rtn blank 
+0x6a 000162 fetch 2 ,mem_ui_led_struct_ptr 
+0x6b 000163 copy pdata ,regb 
+0x6c 000164 add regb ,led_offset_led_gpio ,regb 
+0x6d 000165 ifetch 1 ,regb 
+0x6e 000166 rtneq gpio_disable 
+0x6f 000167 branch ui_led_dispatch + 2 
+:      000170 p_set_sync_on:
+0x70 000171 jam 0x5 ,modem_en 
+0x71 000172 nop 2 
+0x72 000173 jam 0x0 ,modem_en 
+0x73 000174 fetch 1 ,mem_fcomp_div 
+0x74 000175 beq xtal_24m ,set_sync_on_24m 
+:      000176 p_set_sync_on_16m:
+0x75 000177 jam 0x29 ,core_syn_afc_cfg1 
+0x76 000178 branch set_sync_on_16m 
+:      000180 p_set_freq_rx:
+0x77 000181 call set_freq_rx + 1 
+0x78 000182 setarg 0x7676 
+0x79 000183 store 2 ,0x8968 
+0x7a 000184 rtn 
+:      000186 p_mouse_24g_fast_conn_mode_check:
+0x7b 000187 rtnmark0 mark_24g 
+0x7c 000188 fetch 4 ,mem_24g_receiver_addr 
+0x7d 000189 fetcht 4 ,mem_24g_fast_conn_addr 
+0x7e 000190 isub temp ,null 
+0x7f 000191 branch p_mouse_soft_agc_enable ,zero 
+:      000192 p_mouse_soft_agc_disable:
+0x80 000193 jam 0xff ,mem_gain_fix 
+0x81 000194 rtn 
+:      000196 p_mouse_soft_agc_enable:
+0x82 000197 jam 0 ,mem_gain_fix 
+0x83 000198 jam tx_power_f17db ,mem_tx_power 
+0x84 000199 rtn 
+:      000201 p_save_rssi:
+0x85 000203 fetch 1 ,modem_nb_pow 
+0x86 000204 isolate1 6 ,pdata 
+0x87 000205 setflag true ,7 ,pdata 
+0x88 000206 store 1 ,mem_modem_rssi 
+0x89 000208 fetch 1 ,modem_gain 
+0x8a 000209 and pdata ,0x0f ,temp 
+0x8b 000210 lshift temp ,temp 
+0x8c 000211 rshift4 pdata ,pdata 
+0x8d 000212 iadd temp ,temp 
+0x8e 000213 mul32 temp ,3 ,rega 
+0x8f 000215 fetch 1 ,mem_modem_rssi 
+0x90 000216 call p_byte_sign_extern 
+0x91 000217 sub pdata ,0 ,pdata 
+0x92 000218 iadd rega ,pdata 
+0x93 000219 increase -9 ,pdata 
+0x94 000220 and pdata ,0x1ff ,pdata 
+0x95 000221 isolate1 8 ,pdata 
+0x96 000222 nbranch p_save_rssi_store ,true 
+0x97 000223 setarg 0 
+:      000224 p_save_rssi_store:
+0x98 000225 store 1 ,mem_rssi_hex 
+0x99 000226 rtn 
+:      000227 p_byte_sign_extern:
+0x9a 000228 isolate1 7 ,pdata 
+0x9b 000229 nrtn true 
+0x9c 000230 branch mouse_data_overflow 
+:      000232 p_txon_next:
+0x9d 000233 fetch 1 ,mem_tx_power 
+0x9e 000234 beq tx_power_f17db ,p_set_tx_power_f17db 
+0x9f 000235 branch txon_next + 1 
+:      000237 p_set_tx_power_f17db:
+0xa0 000238 jam 0x5b ,core_tx_pwr_ctrl0 
+0xa1 000239 jam 0x01 ,core_tx_pwr_ctrl1 
+0xa2 000240 branch set_rf_ldo_cfg89 
+:      000243 p_adc_init_data:
+0xa3 000244 arg mem_temp_block2 ,rega 
+0xa4 000245 arg 12 ,temp 
+0xa5 000246 setarg efuse_offset_adc_param 
+0xa6 000247 call efuse_read_data 
+0xa7 000248 branch adc_init_data + 6 
+:      000250 p_enable_adc:
+0xa8 000251 fetchr regb ,1 ,core_rf_ldo_cfg6 
+0xa9 000252 jam 0x3d ,core_rf_ldo_cfg6 
+0xaa 000253 jam 0xaa ,core_rf_ldo_cfg5 
+0xab 000254 jam 0x0c ,core_rf_ldo_en0 
+0xac 000255 fetch 1 ,core_clkpll_cfg6 
+0xad 000256 set1 7 ,pdata 
+0xae 000257 store 1 ,core_clkpll_cfg6 
+0xaf 000258 jam 0x04 ,core_rf_ldo_en1 
+0xb0 000259 nop 60 
+0xb1 000260 jam 0 ,core_syn_en 
+0xb2 000261 jam 6 ,core_rx_en0 
+0xb3 000262 call read_adc_mode 
+0xb4 000263 store 1 ,core_gpadc_ctrl 
+0xb5 000265 jam 0x03 ,core_sum_ctrl 
+0xb6 000266 nop 60 
+0xb7 000267 fetch 1 ,core_sum_en 
+0xb8 000268 set1 7 ,pdata 
+0xb9 000269 store 1 ,core_sum_en 
+0xba 000270 nop 1000 
+0xbb 000271 fetch 2 ,core_adc_sum 
+0xbc 000272 store 2 ,mem_adc_current_value 
+0xbd 000273 fetch 1 ,core_sum_en 
+0xbe 000274 set0 7 ,pdata 
+0xbf 000275 store 1 ,core_sum_en 
+0xc0 000276 jam 0 ,core_gpadc_ctrl 
+0xc1 000278 storer regb ,1 ,core_rf_ldo_cfg6 
+0xc2 000279 rtn 
+:      000281 p_mouse_adc_read_start:
+0xc3 000282 call p_enable_adc 
+0xc4 000283 jam 0 ,mem_adc_read_timer 
+0xc5 000284 call vdd_calculate_by_mode 
+0xc6 000285 store 2 ,mem_mouse_vdd_now_vol 
+0xc7 000286 fetch 1 ,mem_adc_config_flag 
+0xc8 000287 bne adc_config_gpio ,p_mouse_adc_data_process 
+0xc9 000288 fetcht 2 ,mem_mouse_vdd_now_vol 
+0xca 000289 mul32 temp ,8 ,pdata 
+0xcb 000290 div pdata ,10 
+0xcc 000291 call get_div_result 
+0xcd 000292 iadd temp ,pdata 
+0xce 000293 store 2 ,mem_mouse_vdd_now_vol 
+:      000294 p_mouse_adc_data_process:
+0xcf 000295 arg mem_mouse_vdd_calculate_set ,rega 
+0xd0 000296 call mouse_adc_bat_percent_lowpower_out 
+0xd1 000297 fetch 1 ,mem_adc_power_flag 
+0xd2 000298 bbit1 2 ,mouse_adc_button_press 
+0xd3 000299 bbit1 1 ,p_mouse_power_down 
+0xd4 000300 bbit0 0 ,p_mouse_adc_no_low_voltage 
+0xd5 000301 branch mouse_adc_data_process_next 
+:      000303 p_mouse_power_down:
+0xd6 000304 fetch 1 ,mem_mouse_led_new_interface_config 
+0xd7 000305 bbit0 mouse_enable_1io2led ,mouse_power_down 
+0xd8 000306 branch p_mouse_app_enter_hibernate 
+:      000308 p_mouse_adc_no_low_voltage:
+0xd9 000309 fetch 1 ,mem_mouse_led_new_interface_config 
+0xda 000310 bbit0 mouse_enable_1io2led ,mouse_adc_no_low_voltage 
+0xdb 000311 arg mouse_low_voltage_flag ,queue 
+0xdc 000312 call mouse_disable_function_flag 
+0xdd 000313 jam 12 ,mem_adc_low_volatage_led_timer_count_new 
+0xde 000314 fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
+0xdf 000315 rtn blank 
+0xe0 000316 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
+0xe1 000317 branch p_mouse_low_voltage_led_off_judge 
+:      000322 p_mouse_check_dpi_blink:
+0xe2 000323 disable user 
+0xe3 000324 fetch 1 ,mem_mouse_multi_led_blink_type 
+0xe4 000325 sub pdata ,4 ,null 
+0xe5 000326 nrtn zero 
+0xe6 000328 branch enable_user 
+:      000330 p_mouse_low_voltage_led_timer:
+0xe7 000331 fetch 1 ,mem_mouse_led_new_interface_config 
+0xe8 000332 bbit0 mouse_enable_1io2led ,mouse_low_voltage_led_timer 
+:      000333 p_mouse_low_voltage_led_timer_new:
+0xe9 000334 rtnbit0 mouse_enable_low_led 
+0xea 000335 fetch 2 ,mem_mouse_discovery_timer 
+0xeb 000336 nrtn blank 
+0xec 000337 fetch 2 ,mem_24g_pair_timeout 
+0xed 000338 nrtn blank 
+0xee 000339 fetch 2 ,mem_24g_reconn_timeout 
+0xef 000340 nrtn blank 
+0xf0 000341 fetch 1 ,mem_mouse_multi_led_powon_timer 
+0xf1 000342 nrtn blank 
+0xf2 000343 fetch mouse_flag_len ,mem_mouse_flag 
+0xf3 000344 rtnbit0 mouse_low_voltage_flag 
+0xf4 000346 call p_mouse_check_dpi_blink 
+0xf5 000347 rtn user 
+0xf6 000349 fetch 1 ,mem_mouse_multi_low_led_blink_count 
+0xf7 000350 branch p_mouse_low_led_blink_count_init_judge ,blank 
+:      000351 p_mouse_low_led_blink_timer:
+0xf8 000352 fetcht 1 ,mem_adc_low_volatage_led_timer_count_new 
+0xf9 000353 increase 1 ,temp 
+0xfa 000354 storet 1 ,mem_adc_low_volatage_led_timer_count_new 
+0xfb 000355 fetch 1 ,mem_mouse_low_led_blink_timer 
+0xfc 000356 isub temp ,null 
+0xfd 000357 ncall p_mouse_low_led_timer_count_clean ,positive 
+0xfe 000358 fetch 1 ,mem_mouse_low_led_blink_half_timer 
+0xff 000359 isub temp ,null 
+0x100 000360 nbranch p_mouse_low_voltage_led_off_judge ,positive 
+:      000361 p_mouse_low_voltage_led_on_judge:
+0x101 000362 fetch 1 ,mem_mouse_led_multi_type 
+0x102 000363 beq mouse_enable_low_for_led ,p_mouse_device_multi_led_on + 1 
+0x103 000364 beq mouse_enable_dpi_low_for_led ,p_mouse_device_multi_led_on + 1 
+:      000365 p_mouse_low_voltage_led_on:
+0x104 000366 fetcht 1 ,mem_mouse_low_gpio 
+0x105 000367 branch p_mouse_multi_led_on 
+:      000369 p_mouse_low_led_timer_count_clean:
+0x106 000370 jam 1 ,mem_adc_low_volatage_led_timer_count_new 
+0x107 000371 call p_mouse_low_led_blink_decrease 
+:      000372 p_mouse_low_voltage_led_off_judge:
+0x108 000373 fetch 1 ,mem_mouse_led_multi_type 
+0x109 000374 beq mouse_enable_low_for_led ,p_mouse_device_multi_led_off + 1 
+0x10a 000375 beq mouse_enable_dpi_low_for_led ,p_mouse_device_multi_led_off + 1 
+:      000376 p_mouse_low_voltage_led_off:
+0x10b 000377 fetcht 1 ,mem_mouse_low_gpio 
+0x10c 000378 branch p_mouse_multi_led_off 
+:      000380 p_mouse_low_led_blink_decrease:
+0x10d 000381 fetch 1 ,mem_mouse_multi_low_led_blink_count 
+0x10e 000382 increase -1 ,pdata 
+0x10f 000383 store 1 ,mem_mouse_multi_low_led_blink_count 
+0x110 000384 rtn 
+:      000385 p_mouse_low_led_blink_count_init_judge:
+0x111 000386 fetch 1 ,mem_mouse_led_new_interface_config 
+0x112 000387 bbit1 mouse_enable_low_led_blink_limit ,p_mouse_low_voltage_led_off_judge 
+0x113 000388 call p_mouse_multi_low_led_blink_count_init 
+0x114 000389 branch p_mouse_low_led_blink_timer 
+:      000394 p_initialize_radio_cont:
+0x115 000395 jam 0xe6 ,core_syn_aac_cfg1 
+0x116 000396 call initialize_syn_afc_cfg1 
+0x117 000397 call initialize_rf_ldo_cfg1 
+0x118 000398 call initialize_rc_cal 
+0x119 000399 jam 0x09 ,core_rx_bq_cfg0 
+0x11a 000400 jam 5 ,core_clkpll_cfg0 
+0x11b 000401 jam 0x94 ,core_rx_iqadc_cfg 
+0x11c 000402 jam 0x0b ,core_rf_ldo_cfg2 
+0x11d 000403 jam 0x05 ,core_rf_ldo_cfg3 
+0x11e 000404 jam 0x90 ,core_syn_pfd_lkd_cfg 
+0x11f 000405 jam 0x00 ,core_syn_loopdiv_dsm_cfg 
+0x120 000406 jam 0x40 ,core_rx_ctrl1 
+0x121 000407 branch initialize_radio_cont + 8 
+:      000410 p_shutdown_radio:
+0x122 000411 fetch 1 ,mem_gain_fix 
+0x123 000412 store 1 ,mem_temp 
+0x124 000413 call shutdown_radio + 1 
+0x125 000414 jam 0x00 ,core_rf_ldo_en0 
+0x126 000415 fetch 1 ,mem_temp 
+0x127 000416 store 1 ,mem_gain_fix 
+0x128 000417 rtn 
+:      000419 p_init_param:
+0x129 000420 jam 0 ,mem_lmo_tid2 
+0x12a 000421 branch init_param_next + 1 
+:      000424 p_app_init:
+0x12b 000425 set0 mark_adc_enable ,mark 
+0x12c 000426 call enable_authrom 
+0x12d 000427 call p_mouse_setting_config 
+0x12e 000428 call mouse_init_sunt 
+0x12f 000429 rtn wake 
+0x130 000431 call p_mouse_seting_sensor_type 
+0x131 000432 call mouse_usb_check_enable 
+0x132 000433 call mouse_drawing_optima_init 
+0x133 000434 call p_mouse_cb_fuction 
+0x134 000435 call p_mouse_sensor_powerdown 
+0x135 000436 branch mouse_init + 8 
+:      000438 p_mouse_double_dpi_judge:
+0x136 000439 fetch mouse_flag_len ,mem_mouse_flag 
+0x137 000440 rtnbit0 mouse_enable_double_dpi_key 
+0x138 000441 fetch 1 ,mem_dpi_another_button_gpio 
+0x139 000442 bbit1 gpio_active_bit ,p_mouse_another_dpi_connect_vin 
+:      000443 p_mouse_another_dpi_connect_gnd:
+0x13a 000444 jam 0 ,mem_mouse_another_dpi_connect_vin_flag 
+0x13b 000445 rtn 
+:      000446 p_mouse_another_dpi_connect_vin:
+0x13c 000447 jam 1 ,mem_mouse_another_dpi_connect_vin_flag 
+0x13d 000448 rtn 
+:      000451 p_mouse_le_name_load:
+0x13e 000452 fetch 8 ,mem_le_name_patch 
+0x13f 000453 rtn blank 
+0x140 000454 fetch 1 ,mem_le_name_patch_len 
+0x141 000455 copy pdata ,rega 
+0x142 000456 sub pdata ,11 ,null 
+0x143 000457 nbranch p_mouse_le_name_patch_len_overflow ,positive 
+0x144 000459 call p_mouse_le_name_clear 
+0x145 000461 arg mem_le_adv_swift_pair + 9 ,contw 
+0x146 000462 call p_mouse_le_name_load_next 
+0x147 000464 arg mem_le_scan_data + 2 ,contw 
+0x148 000465 call p_mouse_le_name_load_next 
+0x149 000467 arg mem_le_name ,contw 
+:      000468 p_mouse_le_name_load_next:
+0x14a 000469 arg mem_le_name_patch ,contr 
+0x14b 000470 copy rega ,loopcnt 
+0x14c 000471 branch memcpy 
+:      000473 p_mouse_le_name_clear:
+0x14d 000474 arg mem_le_adv_swift_pair + 9 ,contw 
+0x14e 000475 call p_mouse_le_name_clear_next 
+0x14f 000477 arg mem_le_scan_data + 2 ,contw 
+0x150 000478 call p_mouse_le_name_clear_next 
+0x151 000480 arg mem_le_name ,contw 
+:      000481 p_mouse_le_name_clear_next:
+0x152 000482 arg 11 ,loopcnt 
+0x153 000483 branch clear_mem 
+:      000485 p_mouse_le_name_patch_len_overflow:
+0x154 000486 call p_mouse_le_swift_pair_disable 
+0x155 000487 fetch 1 ,mem_le_name_patch_len 
+0x156 000488 increase 1 ,pdata 
+0x157 000489 store 1 ,mem_le_adv_swift_pair 
+0x158 000490 jam 9 ,mem_le_adv_swift_pair + 1 
+0x159 000491 arg mem_le_name_patch ,contr 
+0x15a 000492 arg mem_le_adv_swift_pair + 2 ,contw 
+0x15b 000493 copy rega ,loopcnt 
+0x15c 000494 call memcpy 
+0x15d 000496 fetch 1 ,mem_le_name_patch_len 
+0x15e 000497 increase 1 ,pdata 
+0x15f 000498 store 1 ,mem_le_scan_data 
+0x160 000499 jam 9 ,mem_le_scan_data + 1 
+0x161 000500 arg mem_le_name_patch ,contr 
+0x162 000501 arg mem_le_scan_data + 2 ,contw 
+0x163 000502 copy rega ,loopcnt 
+0x164 000503 call memcpy 
+0x165 000505 arg mem_le_name_patch_len ,contr 
+0x166 000506 arg mem_le_name_len ,contw 
+0x167 000507 copy rega ,loopcnt 
+0x168 000508 increase 1 ,loopcnt 
+0x169 000509 branch memcpy 
+:      000511 p_mouse_le_swift_pair_disable:
+0x16a 000512 arg mem_le_adv_swift_pair ,contw 
+0x16b 000513 arg 20 ,loopcnt 
+0x16c 000514 branch clear_mem 
+:      000516 p_mouse_setting_config:
+0x16d 000517 rtn wake 
+0x16e 000518 call g24_transmit_init 
+0x16f 000519 call g24_chmap_param_init 
+0x170 000520 call mouse_gpio_init 
+0x171 000521 call p_mouse_mos_off 
+0x172 000522 call p_mouse_le_name_load 
+0x173 000523 call mouse_param_init 
+0x174 000524 call p_mouse_device_multi_led_parm_init 
+0x175 000525 call p_mouse_double_dpi_judge 
+0x176 000526 call p_mouse_store_normal_tx_power 
+0x177 000527 call le_set_config_fixed_ltk 
+0x178 000528 call le_set_justwork 
+0x179 000529 call le_set_fixed_ltk 
+0x17a 000530 call le_set_config_read_authentication 
+0x17b 000531 fetch mouse_flag_len ,mem_mouse_flag 
+0x17c 000532 bbit1 mouse_enable_eeprom ,p_mouse_load_eeprom_info_check 
+0x17d 000533 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
+0x17e 000534 rtn 
+:      000536 p_mouse_load_eeprom_info_check:
+0x17f 000537 call iicd_read_init_pin 
+0x180 000538 fetch mouse_flag_len ,mem_mouse_flag 
+0x181 000539 isolate1 mouse_enable_2k_eeprom ,pdata 
+0x182 000540 ncall clear_eeprom_size_2k ,true 
+0x183 000541 call mouse_eeprom_load_recon_info 
+0x184 000543 fetch 2 ,mem_store_flag 
+0x185 000544 arg eeprom_init_flag ,temp 
+0x186 000545 isub temp ,null 
+0x187 000546 branch mouse_load_device_info ,zero 
+0x188 000547 storet 2 ,mem_store_flag 
+0x189 000548 call mouse_ble_init_address 
+0x18a 000549 fetch 1 ,mem_device_flag_temp 
+0x18b 000550 store 1 ,mem_device_flag 
+:      000551 p_mouse_load_default_dpi:
+0x18c 000552 fetch 1 ,mem_config_sensor_dpi 
+0x18d 000553 store 1 ,mem_mouse_dpi 
+0x18e 000554 rtn 
+:      000558 p_mouse_store_normal_tx_power:
+0x18f 000559 fetch 1 ,mem_tx_power 
+0x190 000560 store 1 ,mem_normal_tx_power 
+0x191 000561 rtn 
+:      000563 p_mouse_fetch_normal_tx_power:
+0x192 000564 fetch 1 ,mem_normal_tx_power 
+0x193 000565 store 1 ,mem_tx_power 
+0x194 000566 rtn 
+:      000568 p_mouse_cb_fuction:
+0x195 000569 setarg p_mouse_24g_package_data 
+0x196 000570 store 2 ,mem_cb_24g_transmit_data 
+0x197 000571 setarg p_mouse_24g_search_dongle 
+0x198 000572 store 2 ,mem_cb_24g_search_receiver 
+0x199 000573 branch mouse_cb_fuction + 4 
+:      000575 p_mouse_24g_package_data:
+0x19a 000576 rtnmark0 mark_24g 
+0x19b 000577 call mouse_motion 
+0x19c 000578 nrtn user 
+0x19d 000579 fetch 1 ,mem_long_sleep_flag 
+0x19e 000580 jam 0 ,mem_long_sleep_flag 
+0x19f 000581 ncall p_mouse_short_sleep_clear_wake ,blank 
+0x1a0 000582 fetch mouse_flag_len ,mem_mouse_flag 
+0x1a1 000583 bbit0 mouse_enable_keyboard ,p_mouse_24g_mouse_package_data 
+0x1a2 000584 fetch 1 ,mem_customer_key 
+0x1a3 000585 nbranch mouse_24g_keyboard_package_data ,blank 
+:      000586 p_mouse_24g_mouse_package_data:
+0x1a4 000587 call mouse_data_xy_release 
+0x1a5 000588 fetch 1 ,mem_24g_data_type 
+0x1a6 000589 bbit1 1 ,p_mouse_24g_mouse_package_data_now 
+0x1a7 000590 fetcht 1 ,mem_24g_txbuf + 1 
+0x1a8 000591 fetch 1 ,mem_mouse_key 
+0x1a9 000592 ior temp ,pdata 
+0x1aa 000593 store 1 ,mem_mouse_key 
+0x1ab 000594 fetcht 1 ,mem_24g_txbuf + 6 
+0x1ac 000595 fetch 1 ,mem_mouse_z 
+0x1ad 000596 iadd temp ,pdata 
+0x1ae 000597 store 1 ,mem_mouse_z 
+0x1af 000598 fetcht 1 ,mem_24g_txbuf + 7 
+0x1b0 000599 fetch 1 ,mem_mouse_tz 
+0x1b1 000600 iadd temp ,pdata 
+0x1b2 000601 store 1 ,mem_mouse_tz 
+:      000602 p_mouse_24g_mouse_package_data_now:
+0x1b3 000603 jam type_ms ,mem_24g_data_type 
+0x1b4 000604 arg 7 ,rega 
+0x1b5 000605 arg mem_mouse_key ,regb 
+0x1b6 000608 branch g24_transmit_by_interrupt_enable 
+:      000610 p_mouse_short_sleep_clear_wake:
+0x1b7 000611 call clear_wake 
+0x1b8 000612 branch lpm_write_gpio_wakeup 
+:      000614 p_mouse_24g_search_dongle:
+0x1b9 000615 fetch mouse_flag_len ,mem_mouse_flag 
+0x1ba 000616 rtnbit0 mouse_enable_24g_search_dongle 
+0x1bb 000617 fetch 1 ,mem_mouse_long_mult_flag 
+0x1bc 000618 rtn blank 
+0x1bd 000619 fetch 1 ,mem_24g_abort_pac 
+0x1be 000620 rtn blank 
+0x1bf 000621 fetch 1 ,mem_mouse_search_dongle_interval 
+0x1c0 000622 increase 1 ,pdata 
+0x1c1 000623 and_into 3 ,pdata 
+0x1c2 000624 store 1 ,mem_mouse_search_dongle_interval 
+0x1c3 000625 nrtn blank 
+0x1c4 000626 jam 0 ,mem_mouse_search_dongle_ch 
+:      000627 p_mouse_24g_search_dongle_loop:
+0x1c5 000628 fetch 1 ,mem_mouse_search_dongle_ch 
+0x1c6 000629 increase 1 ,pdata 
+0x1c7 000630 store 1 ,mem_mouse_search_dongle_ch 
+0x1c8 000631 sub pdata ,g24_ch_number ,null 
+0x1c9 000632 nbranch p_mouse_24g_search_dongle_loop_end ,positive 
+0x1ca 000633 call g24_reconn_data_prep 
+0x1cb 000634 call g24_transmit_receive_ack 
+0x1cc 000635 nbranch p_mouse_24g_search_dongle_loop_retry ,sync 
+0x1cd 000636 nbranch p_mouse_24g_search_dongle_loop_retry ,user3 
+0x1ce 000637 call p_mouse_24g_search_dongle_success 
+:      000638 p_mouse_24g_search_dongle_loop_end:
+0x1cf 000639 call g24_txbuf_clear 
+0x1d0 000640 fetch 1 ,mem_mouse_search_dongle_count 
+0x1d1 000641 increase 1 ,pdata 
+0x1d2 000642 store 1 ,mem_mouse_search_dongle_count 
+0x1d3 000643 rtnne g24_ch_poll_count 
+:      000644 p_mouse_24g_search_dongle_check:
+0x1d4 000645 jam 0 ,mem_mouse_search_dongle_count 
+0x1d5 000646 fetch 1 ,mem_mouse_search_dongle_action 
+0x1d6 000647 rtnbit1 g24_disconn_state 
+0x1d7 000648 set1 g24_disconn_state ,pdata 
+0x1d8 000649 store 1 ,mem_mouse_search_dongle_action 
+0x1d9 000650 fetch 2 ,mem_mouse_24g_search_dongle_time_init 
+0x1da 000651 store 2 ,mem_mouse_no_data_timer 
+0x1db 000652 branch p_mouse_sensor_powerdown 
+:      000654 p_mouse_24g_search_dongle_success:
+0x1dc 000655 fetch 1 ,mem_24g_abort_pac 
+0x1dd 000656 branch mouse_24g_search_dongle_init ,blank 
+0x1de 000657 jam 0 ,mem_mouse_search_dongle_count 
+0x1df 000658 fetch 1 ,mem_mouse_search_dongle_action 
+0x1e0 000659 rtnbit0 g24_disconn_state 
+0x1e1 000660 set0 g24_disconn_state ,pdata 
+0x1e2 000661 store 1 ,mem_mouse_search_dongle_action 
+0x1e3 000662 call mouse_no_data_timer_init 
+0x1e4 000663 branch p_mouse_init_sensor_wakeup 
+:      000665 p_mouse_24g_search_dongle_loop_retry:
+0x1e5 000666 call g24_ch 
+0x1e6 000667 branch p_mouse_24g_search_dongle_loop 
+:      000669 p_g24_transmit_no_interrupt:
+0x1e7 000670 call g24_txdata_prep 
+0x1e8 000671 nbranch p_g24_nodata_transmit ,user 
+:      000672 p_g24_transmit_start:
+0x1e9 000673 call p_g24_transmit_process 
+0x1ea 000674 call power_ctrl_start 
+0x1eb 000675 call p_mouse_24g_fast_conn_mode_check 
+0x1ec 000676 fetch 1 ,mem_sensor_shutdown_flag 
+0x1ed 000677 nbranch p_g24_short_sleep ,blank 
+0x1ee 000678 fetch 8 ,mem_24g_long_sleep_set 
+0x1ef 000679 store 8 ,mem_24g_enter_hibernate 
+0x1f0 000680 fetch 2 ,mem_24g_long_sleep_param_update_timer_init 
+0x1f1 000681 store 2 ,mem_24g_long_sleep_param_update_timer 
+:      000682 p_g24_short_sleep:
+0x1f2 000683 call g24_lpm_wait 
+0x1f3 000684 nrtn user 
+0x1f4 000685 call clear_wake 
+0x1f5 000686 fetch 3 ,mem_24g_short_sleep_set 
+0x1f6 000687 branch g24_long_sleep2 
+:      000689 p_g24_transmit_process:
+0x1f7 000690 jam 0 ,mem_24g_retry 
+:      000691 p_g24_transmit_loop:
+0x1f8 000692 fetchr timeup ,2 ,mem_param_rx_setup 
+0x1f9 000693 until clkn_rt ,meet 
+0x1fa 000694 call g24_transmit_receive_ack 
+0x1fb 000695 fetch 1 ,mem_24g_no_ack 
+0x1fc 000696 beq no_ack_24g ,g24_transmit_no_ack 
+0x1fd 000697 nbranch p_g24_retransmit ,sync 
+0x1fe 000698 nbranch p_g24_retransmit ,user3 
+0x1ff 000699 call g24_ackpayload_parse 
+0x200 000700 call p_mouse_wakeup_24g 
+0x201 000701 branch g24_transmit_no_ack 
+:      000704 p_g24_retransmit:
+0x202 000705 fetch 1 ,mem_mouse_need_soft_reset 
+0x203 000706 nrtn blank 
+0x204 000707 call p_mouse_select_device_by_pb_button 
+0x205 000708 call p_mouse_select_device_by_dpi_button_once 
+0x206 000709 fetch 1 ,mem_24g_abort_pac 
+0x207 000710 nrtn blank 
+0x208 000711 fetch 2 ,mem_24g_txfail_cnt 
+0x209 000712 increase 1 ,pdata 
+0x20a 000713 store 2 ,mem_24g_txfail_cnt 
+0x20b 000714 fetch 1 ,mem_24g_txfail_cnt + 1 
+0x20c 000715 bbit1 1 ,g24_tx_attempt_fail 
+0x20d 000716 call g24_transmit_hop_process 
+0x20e 000717 call p_delay_40ms 
+0x20f 000718 branch p_g24_transmit_loop 
+:      000720 p_delay_40ms:
+0x210 000721 fetch 1 ,mem_24g_txfail_cnt + 1 
+0x211 000722 sub pdata ,0x00 ,null 
+0x212 000723 rtn positive 
+0x213 000724 arg 40 ,loopcnt 
+0x214 000725 branch delay_ms_wait 
+:      000727 p_mouse_select_device_by_dpi_button_once:
+0x215 000728 arg 12 ,queue 
+0x216 000729 call timer_check 
+0x217 000730 nrtn blank 
+0x218 000731 call p_mouse_dpi_check_once 
+0x219 000732 call mouse_dpi_key_check_long_press 
+:      000733 p_mouse_g24_retransmit_100ms_timer_init:
+0x21a 000734 arg 12 ,queue 
+0x21b 000735 setarg 160 
+0x21c 000736 branch timer_init 
+:      000738 p_mouse_dpi_check_once:
+0x21d 000739 fetch mouse_flag_len ,mem_mouse_flag 
+0x21e 000740 rtnbit0 mouse_enable_select_device_by_dpi_button 
+0x21f 000742 branch p_mouse_dpi_check 
+:      000744 p_mouse_select_device_by_pb_button_check_once:
+0x220 000745 jam 0x03 ,mem_mouse_pbkey_press_status 
+:      000746 p_mouse_select_device_by_pb_button:
+0x221 000747 fetch 1 ,mem_config_select_device_button_gpio 
+0x222 000748 rtneq gpio_disable 
+0x223 000749 fetch 1 ,mem_store_information_delay_timer 
+0x224 000750 nrtn blank 
+0x225 000751 arg 0 ,rega 
+0x226 000752 jam mouse_pb_key ,mem_mouse_key_temp 
+0x227 000753 fetcht 1 ,mem_config_select_device_button_gpio 
+0x228 000754 call mouse_pb_button_check 
+0x229 000755 store 1 ,mem_mouse_pbkey_press_status 
+0x22a 000756 fetch 1 ,mem_matrix_public_gpio 
+0x22b 000757 beq gpio_disable ,p_mouse_3io6key_pb_button_check_end 
+0x22c 000758 call mouse_matrix_public_gpio_reset 
+:      000759 p_mouse_select_device_by_pb_button_exit:
+0x22d 000760 copy rega ,pdata 
+0x22e 000761 bbit1 mouse_pb_key ,mouse_select_device_button_down + 2 
+0x22f 000762 branch mouse_select_device_button_up 
+:      000764 p_mouse_3io6key_pb_button_check_end:
+0x230 000765 fetcht 1 ,mem_config_select_device_button_gpio 
+0x231 000766 call mouse_gpio_config_input_pu 
+0x232 000767 branch p_mouse_select_device_by_pb_button_exit 
+:      000769 p_mouse_wakeup_24g:
+0x233 000770 fetch 1 ,mem_sensor_shutdown_flag 
+0x234 000771 ncall p_mouse_wakeup_24g_from_long_sleep ,blank 
+0x235 000772 jam 0 ,mem_sensor_shutdown_flag 
+0x236 000773 rtn 
+:      000775 p_mouse_wakeup_24g_from_long_sleep:
+0x237 000776 call p_mouse_init_sensor_wakeup 
+0x238 000777 call p_mouse_mos_on 
+0x239 000778 fetch mouse_flag_len ,mem_mouse_flag 
+0x23a 000779 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+:      000780 p_mouse_wheel_set_wakeup:
+0x23b 000781 fetcht 1 ,mem_whee_a_data_gpio 
+0x23c 000782 call mouse_gpio_config_input_pu 
+0x23d 000783 fetcht 1 ,mem_whee_b_data_gpio 
+0x23e 000784 branch mouse_gpio_config_input_pu 
+:      000788 p_mouse_app_enter_hibernate:
+0x23f 000789 setarg pan_reg_config 
+0x240 000790 call twspi_read 
+0x241 000791 bbit1 3 ,mouse_app_enter_hibernate + 3 
+0x242 000792 call p_mouse_sensor_reset 
+0x243 000793 call p_mouse_sensor_powerdown 
+0x244 000794 branch mouse_app_enter_hibernate + 3 
+:      000796 p_mouse_setgpio_hibernate:
+0x245 000797 call mouse_set_sdio_high 
+0x246 000798 call clear_wake 
+0x247 000799 call p_mouse_logo_led_off 
+0x248 000800 call mouse_before_hibernate_wheel_gpio_set 
+0x249 000801 fetcht 1 ,mem_matrix_public_gpio 
+0x24a 000802 call gpio_out_active 
+0x24b 000803 fetcht 1 ,mem_matrix_public_gpio 
+0x24c 000804 call gpio_clr_wake 
+0x24d 000805 fetch 1 ,mem_mouse_sensor_sdio_gpio 
+0x24e 000806 call p_mouse_gpio_config_output_high 
+0x24f 000807 arg 3 ,temp 
+0x250 000808 call mouse_gpio_config_input_pu 
+0x251 000809 call p_mouse_lpm_before_common 
+0x252 000810 call gpio_pd_idle 
+0x253 000811 call p_mouse_device_multi_led_all_off 
+0x254 000812 arg 19 ,temp 
+0x255 000813 call mouse_gpio_config_input_pu 
+0x256 000814 call p_mouse_device_switch_gpio_high_impedance 
+0x257 000815 call p_mouse_mos_off 
+0x258 000817 call p_mouse_adc_gpio_set_before_hibernate 
+0x259 000818 branch p_mouse_wheel_gpio_set_before_hibernate 
+:      000820 p_mouse_device_switch_gpio_high_impedance:
+0x25a 000821 fetch 1 ,mem_device_switch_gpio 
+0x25b 000822 rtneq gpio_disable 
+0x25c 000823 fetcht 1 ,mem_device_switch_gpio 
+0x25d 000824 branch gpio_set_high_impedance 
+:      000842 p_mouse_adc_gpio_set_before_hibernate:
+0x25e 000843 fetch 1 ,mem_mouse_led_new_interface_config 
+0x25f 000844 bbit1 mouse_enable_1io2led ,p_mouse_adc_gpio_set_before_hibernate_next 
+0x260 000845 fetch mouse_flag_len ,mem_mouse_flag 
+0x261 000846 rtnbit0 mouse_enable_adc 
+:      000847 p_mouse_adc_gpio_set_before_hibernate_next:
+0x262 000848 call p_mouse_adc_gpio_set 
+0x263 000849 fetch 1 ,mem_adc_channel_gpio 
+0x264 000850 arg gpcfg_no_ie ,temp 
+0x265 000851 branch gpio_config_function_int 
+:      000853 p_mouse_adc_gpio_set:
+0x266 000854 fetcht 1 ,mem_adc_channel 
+0x267 000855 sub temp ,3 ,null 
+0x268 000856 branch p_mouse_adc_gpio_4_7_set ,positive 
+0x269 000857 increase 5 ,temp 
+:      000858 p_mouse_adc_gpio_store:
+0x26a 000859 storet 1 ,mem_adc_channel_gpio 
+0x26b 000860 rtn 
+:      000862 p_mouse_adc_gpio_4_7_set:
+0x26c 000863 increase 4 ,temp 
+0x26d 000864 branch p_mouse_adc_gpio_store 
+:      000866 p_mouse_wheel_gpio_set_before_hibernate:
+0x26e 000867 fetch mouse_flag_len ,mem_mouse_flag 
+0x26f 000868 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+:      000869 p_mouse_wheel_clr_wakeup:
+0x270 000870 fetcht 1 ,mem_whee_a_data_gpio 
+0x271 000871 call gpio_clr_wake 
+0x272 000872 fetcht 1 ,mem_whee_b_data_gpio 
+0x273 000873 call gpio_clr_wake 
+0x274 000874 fetcht 1 ,mem_whee_a_data_gpio 
+0x275 000875 call mouse_gpio_config_input_pd 
+0x276 000876 fetcht 1 ,mem_whee_b_data_gpio 
+0x277 000877 branch mouse_gpio_config_input_pd 
+:      000879 p_mouse_lpm_before_common:
+0x278 000880 fetcht 1 ,mem_whee_a_data_gpio 
+0x279 000881 call gpio_config_input 
+0x27a 000882 fetcht 1 ,mem_whee_b_data_gpio 
+0x27b 000883 call gpio_config_input 
+0x27c 000885 call mouse_wheel_check 
+0x27d 000886 fetch 1 ,mem_mouse_sensor_sclk_gpio 
+0x27e 000887 call p_mouse_gpio_config_output_high 
+0x27f 000888 branch mouse_lpm_before_common + 4 
+:      000890 p_g24_nodata_transmit:
+0x280 000891 fetch 1 ,mem_24g_abort_pac 
+0x281 000892 call p_g24_send_abort_packet ,blank 
+0x282 000893 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x283 000894 rtneq g24_tx_timer_int_enable 
+0x284 000895 call g24_search_receiver 
+:      000896 p_g24_long_sleep:
+0x285 000897 call p_g24_lpm_wait 
+0x286 000898 nrtn user 
+0x287 000899 call g24_setgpio_lpm_before 
+0x288 000900 jam 1 ,mem_long_sleep_flag 
+0x289 000901 fetch 1 ,mem_sensor_shutdown_flag 
+0x28a 000902 ncall p_mouse_setgpio_hibernate ,blank 
+0x28b 000903 fetch 4 ,mem_24g_enter_hibernate 
+0x28c 000904 branch g24_long_sleep2 
+:      000906 p_g24_send_abort_packet:
+0x28d 000907 jam type_ms ,mem_24g_data_type 
+0x28e 000908 jam 1 ,mem_24g_abort_pac 
+0x28f 000909 call g24_transmit_rf_ctrl_clear 
+0x290 000910 store 1 ,mem_24g_txbuf 
+0x291 000911 setarg 0 
+0x292 000912 store 7 ,mem_24g_txbuf + 1 
+0x293 000913 fetch 4 ,mem_24g_device_addr 
+0x294 000914 store 4 ,mem_24g_txbuf + 8 
+0x295 000915 jam 12 ,mem_24g_datalen 
+0x296 000916 fetch 1 ,mem_24g_data_type 
+0x297 000917 set1 bit_abort ,pdata 
+0x298 000918 store 1 ,mem_24g_data_type 
+0x299 000919 call g24_transmit_prep 
+0x29a 000920 branch p_g24_transmit_start 
+:      000922 p_mouse_priority_bb_event:
+0x29b 000923 copy regc ,pdata 
+0x29c 000924 beq bt_evt_bb_connected ,p_mouse_bb_event_connected 
+0x29d 000925 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+0x29e 000926 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
+0x29f 000927 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+0x2a0 000928 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
+0x2a1 000929 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
+0x2a2 000930 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
+0x2a3 000931 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
+0x2a4 000932 beq bt_evt_hid_handshake ,p_mouse_bt_hid_handshake 
+0x2a5 000933 beq bt_evt_hid_connected ,p_app_hid_connected 
+0x2a6 000934 branch mouse_priority_bb_event + 2 
+:      000936 p_app_hid_connected:
+0x2a7 000937 call mouse_init_sensor_reset 
+0x2a8 000938 call p_mouse_device_poweron_led_config 
+0x2a9 000939 call p_mouse_mos_on 
+0x2aa 000940 branch app_hid_connected 
+:      000943 p_mouse_bt_hid_handshake:
+0x2ab 000944 jam app_handshake_done ,mem_app_handshake_flag 
+0x2ac 000945 call app_lpm_mult_enable 
+0x2ad 000946 branch mouse_bt_hid_handshake + 3 
+:      000948 p_mouse_le_bb_event_connected:
+0x2ae 000949 call p_mouse_mos_on 
+0x2af 000950 call p_mouse_device_poweron_led_config 
+0x2b0 000951 branch mouse_le_bb_event_connected 
+:      000953 p_mouse_bb_event_connected:
+0x2b1 000955 jam 0 ,mem_mouse_long_mult_flag 
+0x2b2 000957 branch mouse_bb_event_connected + 2 
+:      000959 p_mouse_le_bb_disconnected:
+0x2b3 000960 setarg 0 
+0x2b4 000961 store 2 ,mem_le_battery_level_updata_timer 
+0x2b5 000962 store 1 ,mem_mouse_le_send_conn_param_update 
+0x2b6 000963 store 1 ,mem_mouse_le_send_conn_param_update_timer 
+0x2b7 000964 store 1 ,mem_mouse_le_bb_connected_flag 
+0x2b8 000965 branch mouse_le_bb_disconnected + 7 
+:      000967 p_mouse_le_ll_start_encryt:
+0x2b9 000968 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x2ba 000969 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
+0x2bb 000970 jam 20 ,mem_le_start_encrypt_timer 
+0x2bc 000971 branch mouse_le_ll_enable_start_enc_flag 
+:      000972 p_mouse_le_ll_reconn_start_encryt:
+0x2bd 000973 call mouse_updata_le_param 
+0x2be 000974 jam 10 ,mem_le_start_encrypt_timer 
+0x2bf 000975 branch mouse_le_ll_enable_start_enc_flag 
+:      000977 p_mouse_le_conn_param_update_rsp_recieved:
+0x2c0 000978 fetch 1 ,mem_mouse_le_send_conn_param_update 
+0x2c1 000979 nrtn blank 
+0x2c2 000980 jam 1 ,mem_mouse_le_send_conn_param_update 
+0x2c3 000981 jam 30 ,mem_mouse_le_send_conn_param_update_timer 
+0x2c4 000982 rtn 
+:      000984 p_mouse_agc_disable_nomal_power:
+0x2c5 000985 call p_mouse_soft_agc_disable 
+0x2c6 000986 branch p_mouse_fetch_normal_tx_power 
+:      000988 p_mouse_24g_pairing_complete:
+0x2c7 000989 call p_mouse_agc_disable_nomal_power 
+0x2c8 000990 call mouse_no_data_timer_init 
+0x2c9 000991 call p_mouse_mos_on 
+0x2ca 000992 call p_mouse_device_poweron_led_config 
+0x2cb 000993 branch mouse_24g_pairing_complete 
+:      000995 p_mouse_24g_attempt_success:
+0x2cc 000996 call p_mouse_mos_on 
+0x2cd 000997 fetch 4 ,mem_24g_addr 
+0x2ce 000998 store 4 ,mem_24g_receiver_addr 
+0x2cf 000999 store 4 ,mem_mouse_24g_addr 
+0x2d0 001000 call g24_ch_syncword_crc8_init 
+0x2d1 001001 call p_mouse_device_poweron_led_config 
+0x2d2 001002 call mouse_no_data_timer_init 
+0x2d3 001003 call mouse_init_sensor_reset 
+0x2d4 001004 jam 0 ,mem_mouse_long_mult_flag 
+0x2d5 001005 jam 0 ,mem_24g_conn_sm 
+0x2d6 001006 jam 0 ,mem_24g_reconn_type 
+0x2d7 001007 fetch 4 ,mem_24g_receiver_addr 
+0x2d8 001008 fetcht 4 ,mem_24g_fast_conn_addr 
+0x2d9 001009 isub temp ,null 
+0x2da 001010 rtn zero 
+0x2db 001011 call p_mouse_agc_disable_nomal_power 
+0x2dc 001012 branch mouse_24g_first_store_reconn_info 
+:      001015 p_mouse_24g_attempt_fail:
+0x2dd 001016 call p_mouse_agc_disable_nomal_power 
+0x2de 001017 fetch 1 ,mem_24g_attempt_fail_flag 
+0x2df 001018 nbranch p_mouse_24g_hibernate_set ,blank 
+0x2e0 001019 fetch 1 ,mem_24g_reconn_type 
+0x2e1 001020 beq fast_conn_and_3_0_addr ,p_mouse_24g_fast_conn_attempt_fail 
+0x2e2 001021 branch mouse_24g_attempt_fail + 4 
+:      001023 p_mouse_24g_fast_conn_attempt_fail:
+0x2e3 001024 fetch mouse_flag_len ,mem_mouse_flag 
+0x2e4 001025 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
+0x2e5 001026 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
+0x2e6 001027 bbit0 mouse_enable_24g_auto_pair_nerver_been_paired ,mouse_24g_reconn_dongle_start 
+0x2e7 001028 fetch 4 ,mem_mouse_24g_addr 
+0x2e8 001029 fetcht 4 ,mem_mouse_compare_addr_ff 
+0x2e9 001030 isub temp ,null 
+0x2ea 001031 branch p_mouse_24g_start_pair_mode ,zero 
+0x2eb 001032 branch mouse_24g_reconn_dongle_start 
+:      001034 p_mouse_24g_start_pair_mode:
+0x2ec 001035 jam 0 ,mem_24g_reconn_type 
+0x2ed 001036 branch mouse_24g_start_pair_mode 
+:      001038 p_mouse_24g_hibernate_set:
+:      001039 p_mouse_24g_hibernate_set_next:
+0x2ee 001040 jam 0 ,mem_24g_attempt_fail_flag 
+0x2ef 001041 call g24_transmit_next_packet 
+0x2f0 001042 setarg -1 
+0x2f1 001043 store 4 ,mem_24g_enter_hibernate 
+0x2f2 001044 setarg 0 
+0x2f3 001045 store 7 ,mem_mouse_key 
+0x2f4 001046 jam 1 ,mem_sensor_shutdown_flag 
+0x2f5 001047 call p_mouse_sensor_powerdown 
+0x2f6 001048 branch p_g24_long_sleep 
+:      001050 p_g24_pair_dispatch:
+0x2f7 001051 jam default_24g_device ,mem_24g_reconn_type 
+0x2f8 001052 fetch 2 ,mem_24g_pair_count 
+0x2f9 001053 increase 1 ,pdata 
+0x2fa 001054 store 2 ,mem_24g_pair_count 
+0x2fb 001055 fetch 1 ,mem_24g_pair_count 
+0x2fc 001056 and pdata ,0xff ,pdata 
+0x2fd 001057 beq 0 ,g24_pair_dispatch + 1 
+0x2fe 001058 rtn 
+:      001060 p_g24_reconn_dispatch:
+0x2ff 001061 fetch 2 ,mem_24g_reconn_count 
+0x300 001062 arg 0x01f8 ,temp 
+0x301 001063 iand temp ,pdata 
+0x302 001064 branch p_g24_reconn_dispatch_next ,blank 
+0x303 001065 fetch 2 ,mem_24g_reconn_count 
+0x304 001066 increase 1 ,pdata 
+0x305 001067 store 2 ,mem_24g_reconn_count 
+0x306 001068 rtn 
+:      001069 p_g24_reconn_dispatch_next:
+0x307 001070 call g24_reconn_data_prep 
+0x308 001071 call g24_transmit_receive_ack 
+0x309 001072 nbranch p_g24_reconn_device_fail ,sync 
+0x30a 001073 nbranch p_g24_reconn_device_fail ,user3 
+0x30b 001074 call g24_ackpayload_parse 
+0x30c 001075 fetch 4 ,mem_24g_pair_addr 
+0x30d 001076 fetcht 4 ,mem_24g_addr 
+0x30e 001077 isub temp ,null 
+0x30f 001078 branch g24_pair_start ,zero 
+0x310 001080 fetch 4 ,mem_24g_device_addr 
+0x311 001081 fetcht 4 ,mem_24g_addr 
+0x312 001082 isub temp ,null 
+0x313 001083 call p_g24_store_receiver_addr ,zero 
+0x314 001084 fetch 1 ,mem_24g_conn_sm 
+0x315 001085 set0 state_24g_reconn ,pdata 
+0x316 001086 store 1 ,mem_24g_conn_sm 
+0x317 001087 setarg 0 
+0x318 001088 store 2 ,mem_24g_pair_timeout 
+0x319 001089 store 2 ,mem_24g_reconn_count 
+0x31a 001090 store 2 ,mem_24g_reconn_timeout 
+0x31b 001091 branch g24_reconn_attempt_success 
+:      001093 p_g24_store_receiver_addr:
+0x31c 001094 fetch 4 ,mem_24g_rxpayload + 2 
+0x31d 001095 rtn blank 
+0x31e 001096 store 4 ,mem_24g_receiver_addr 
+0x31f 001097 branch g24_ch_syncword_crc8_init 
+:      001099 p_g24_reconn_device_fail:
+0x320 001100 fetch 1 ,mem_24g_fast_conn_enable 
+0x321 001101 branch g24_ch ,blank 
+0x322 001102 fetch 2 ,mem_24g_reconn_count 
+0x323 001103 increase 1 ,pdata 
+0x324 001104 store 2 ,mem_24g_reconn_count 
+0x325 001105 isolate1 9 ,pdata 
+0x326 001106 fetch 1 ,mem_24g_reconn_type 
+0x327 001107 beq pair_and_3_0_addr ,p_g24_reconn_pair_and_3_0 
+0x328 001108 branch g24_reconn_device_fail + 7 
+:      001110 p_g24_reconn_pair_and_3_0:
+0x329 001111 branch g24_reconn_device_3_0_addr ,true 
+0x32a 001112 branch g24_pair_init_param 
+:      001114 p_g24_dispatch:
+0x32b 001115 bmark1 mark_24g_rxmode ,g24_receive_dispatch 
+:      001116 p_g24_transmit_dispatch:
+0x32c 001117 rtnmark0 mark_24g 
+0x32d 001118 fetch 1 ,mem_24g_conn_sm 
+0x32e 001119 branch g24_transmit_dispatch + 2 
+:      001122 p_mouse_start_work:
+0x32f 001123 fetch mouse_flag_len ,mem_mouse_flag 
+0x330 001124 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_start_auto_pair_mode 
+0x331 001125 fetch 1 ,mem_device_flag 
+0x332 001126 beq mode_24g_device ,p_mouse_24g_start_mode 
+0x333 001127 branch mouse_start_work + 5 
+:      001129 p_mouse_24g_start_mode:
+0x334 001130 fetch mouse_flag_len ,mem_mouse_flag 
+0x335 001131 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
+0x336 001132 call p_mouse_device_pair_led_config 
+0x337 001133 call mouse_wakeup_from_power_check 
+0x338 001134 branch mouse_24g_reconn_dongle_start ,user 
+0x339 001135 fetch mouse_flag_len ,mem_mouse_flag 
+0x33a 001136 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_reconn_general_dongle 
+0x33b 001137 bbit0 mouse_enable_24g_power_on_pairing ,mouse_24g_reconn_general_dongle 
+0x33c 001138 call mouse_key_check_once 
+0x33d 001139 and rega ,0x07 ,pdata 
+0x33e 001140 branch mouse_24g_start_mode + 9 
+:      001143 p_mouse_seting_dpi:
+0x33f 001144 call mouse_setting_dpi_4_level 
+0x340 001145 call p_mouse_dpi_led_blink_delay 
+:      001146 p_mouse_seting_sensor_type:
+0x341 001147 fetch 1 ,mem_config_sensor_type 
+0x342 001148 beq s201x ,p_mouse_seting_s201_dpi 
+0x343 001149 branch mouse_seting_sensor_type 
+:      001151 p_mouse_seting_s201_dpi:
+0x344 001152 fetch 1 ,mem_mouse_dpi 
+0x345 001153 beq mouse_dpi_level1 ,p_mouse_set_s201_dpi_0 
+0x346 001154 beq mouse_dpi_level2 ,p_mouse_set_s201_dpi_2 
+0x347 001155 beq mouse_dpi_level3 ,p_mouse_set_s201_dpi_3 
+:      001156 p_mouse_set_s201_dpi_0:
+0x348 001157 fetch 1 ,mem_sensor_s201_dpi_0 
+0x349 001158 branch p_mouse_dpi_s201_store 
+:      001160 p_mouse_set_s201_dpi_2:
+0x34a 001161 fetch 1 ,mem_sensor_s201_dpi_2 
+0x34b 001162 branch p_mouse_dpi_s201_store 
+:      001164 p_mouse_set_s201_dpi_3:
+0x34c 001165 fetch 1 ,mem_sensor_s201_dpi_3 
+:      001166 p_mouse_dpi_s201_store:
+0x34d 001167 copy pdata ,rega 
+0x34e 001168 setarg 0xc309 
+0x34f 001169 call twspi_write 
+0x350 001170 copy rega ,pdata 
+0x351 001171 lshift8 pdata ,pdata 
+0x352 001172 add pdata ,0x23 ,pdata 
+0x353 001173 call twspi_write 
+0x354 001174 setarg 0x0009 
+0x355 001175 branch twspi_write 
+:      001184 p_mouse_init_sunt:
+0x356 001185 call mouse_sensor_spi_init 
+0x357 001186 rtn wake 
+:      001187 p_mouse_init_sensor_wakeup:
+0x358 001188 call mouse_sensor_poweron 
+:      001189 p_mouse_init_sensor:
+0x359 001190 call mouse_read_sensor_id 
+0x35a 001191 beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
+0x35b 001192 beq p3065_id1 ,mouse_init_p3065 
+0x35c 001193 beq pka8g2_id1 ,mouse_ka8g2_id2_judge 
+0x35d 001194 call mouse_twspi_reset 
+0x35e 001195 nop 6900 
+0x35f 001196 branch p_mouse_init_sensor 
+:      001198 p_mouse_init_p32xx_id2_judge:
+0x360 001199 fetch 1 ,mem_sensor_id2 
+0x361 001200 beq p3205_tj3t_id2 ,p_mouse_3205_3t_init_param 
+0x362 001201 beq p_mx8650 ,p_mouse_mx8650_init_param 
+0x363 001202 branch mouse_init_p32xx_id2_judge + 2 
+:      001204 p_mouse_mx8650_init_param:
+0x364 001205 jam mx8650 ,mem_config_sensor_type 
+0x365 001206 call mouse_sensor_reset 
+0x366 001207 call delay_10ms 
+0x367 001208 arg mem_sensor_8650_init_new ,regc 
+0x368 001209 branch p_mouse_sensor_end 
+:      001211 p_mouse_3205_3t_init_param:
+0x369 001212 setarg 0x49 
+0x36a 001213 call twspi_read 
+0x36b 001214 beq 0xa1 ,p_mouse_s201x_init_param 
+0x36c 001215 branch mouse_3205_3t_init_param 
+:      001217 p_mouse_s201x_init_param:
+0x36d 001218 jam s201x ,mem_config_sensor_type 
+0x36e 001219 rtn 
+:      001222 p_mouse_dpi_led_blink_delay:
+0x36f 001223 fetch 1 ,mem_mouse_led_new_interface_config 
+0x370 001224 bbit1 mouse_enable_1io2led ,p_mouse_dpi_led_blink_delay_new1 
+0x371 001225 fetch 1 ,mem_dpi_led_gpio 
+0x372 001226 rtneq gpio_disable 
+:      001227 p_mouse_dpi_led_blink_delay_new1:
+0x373 001228 fetch 2 ,mem_mouse_discovery_timer 
+0x374 001229 nrtn blank 
+0x375 001230 fetch 2 ,mem_24g_pair_timeout 
+0x376 001231 nrtn blank 
+0x377 001232 fetch 2 ,mem_24g_reconn_timeout 
+0x378 001233 nrtn blank 
+0x379 001234 fetch 1 ,mem_mouse_led_new_interface_config 
+0x37a 001235 bbit1 mouse_enable_1io2led ,p_mouse_dpi_led_blink_delay_new2 
+0x37b 001236 fetch 1 ,mem_mouse_device_poweron_timer_count 
+0x37c 001237 nrtn blank 
+:      001238 p_mouse_dpi_led_blink_delay_next:
+0x37d 001239 fetch 1 ,mem_mouse_dpi_led_delay_count_init 
+0x37e 001240 branch p_mouse_dpi_led_blink_init ,blank 
+0x37f 001241 store 1 ,mem_mouse_dpi_led_delay_count 
+0x380 001242 rtn 
+:      001243 p_mouse_dpi_led_blink_delay_new2:
+0x381 001244 fetch 1 ,mem_mouse_multi_led_powon_timer 
+0x382 001245 nrtn blank 
+0x383 001246 branch p_mouse_dpi_led_blink_delay_next 
+:      001248 p_mouse_bb_event_timer:
+0x384 001249 call mouse_adc_read 
+0x385 001250 call p_mouse_low_voltage_led_timer 
+0x386 001252 call g24_pair_timeout_timer 
+0x387 001253 call g24_reconn_timeout_timer 
+0x388 001254 call mouse_24g_long_sleep_param_update_timer 
+0x389 001256 call mouse_device_poweron_timer 
+0x38a 001257 call p_mouse_dpi_led_blink_delay_timer 
+0x38b 001258 call p_mouse_led_multi_timer 
+0x38c 001259 call p_mouse_mos_ctrl_timer 
+0x38d 001260 call p_mouse_logo_led_on_timer 
+0x38e 001261 call mouse_dpi_key_check_long_press 
+0x38f 001262 call mouse_bt_discovery_check 
+0x390 001263 call p_mouse_commbination_key_process 
+0x391 001264 call mouse_check_discovery_timeout_timer 
+0x392 001266 call p_mouse_check_direct_timeout_timer 
+0x393 001267 call mouse_le_enable_att_list_timer 
+0x394 001268 call p_mouse_le_battery_updata_timer 
+0x395 001269 call mouse_le_send_smp_security_request_timer 
+0x396 001270 call p_mouse_le_send_conn_param_update_timer 
+0x397 001272 call mouse_check_hid_handshake_timer 
+0x398 001273 call mouse_bt_check_sniff_req_timeout_timer 
+0x399 001274 call mouse_check_reconnect_delay_long_sleep 
+0x39a 001275 call mouse_current_mult_update_timer 
+0x39b 001276 call mouse_wheel_trigger_timer 
+0x39c 001277 call mouse_store_information_delay_timer 
+0x39d 001278 branch p_mouse_check_no_data_timeout_timer 
+:      001280 p_mouse_check_direct_timeout_timer:
+0x39e 001281 arg mem_mouse_direct_timer ,regc 
+0x39f 001282 arg mouse_check_direct_timeout ,regb 
+0x3a0 001283 call timer_single_step 
+0x3a1 001284 branch mouse_check_direct_timeout_timer + 3 
+:      001289 p_mouse_mos_ctrl_timer:
+0x3a2 001290 fetch 1 ,mem_mouse_mos_status 
+0x3a3 001291 rtneq off 
+0x3a4 001292 arg mem_mouse_mos_ctrl_count ,regc 
+0x3a5 001293 arg p_mouse_mos_off ,regb 
+0x3a6 001294 branch timer_single_step 
+:      001296 p_mouse_mos_on:
+0x3a7 001297 jam 0xc8 ,mem_mouse_mos_ctrl_count 
+0x3a8 001298 jam on ,mem_mouse_mos_status 
+0x3a9 001299 fetcht 1 ,mem_mouse_mos_ctrl_gpio 
+0x3aa 001300 branch gpio_out_active 
+:      001302 p_mouse_mos_off:
+0x3ab 001303 jam off ,mem_mouse_mos_status 
+0x3ac 001304 fetcht 1 ,mem_mouse_mos_ctrl_gpio 
+0x3ad 001305 branch gpio_out_inactive 
+:      001312 p_mouse_device_multi_led_parm_init:
+0x3ae 001313 jam 0 ,mem_mouse_multi_led_blink_enable 
+0x3af 001314 fetch 1 ,mem_mouse_led_new_interface_config 
+0x3b0 001315 rtnbit0 mouse_enable_1io2led 
+0x3b1 001316 call p_mouse_device_multi_led_all_off 
+:      001317 p_mouse_multi_led_parm_init:
+0x3b2 001318 jam 0 ,mem_mouse_multi_led_blink_type 
+:      001319 p_mouse_multi_low_led_blink_timer_init:
+0x3b3 001320 fetch 1 ,mem_mouse_low_led_blink_timer 
+0x3b4 001321 rshift pdata ,pdata 
+0x3b5 001322 store 1 ,mem_mouse_low_led_blink_half_timer 
+0x3b6 001323 rtn 
+:      001324 p_mouse_multi_low_led_blink_count_init:
+0x3b7 001325 fetch 1 ,mem_mouse_multi_lowled_blink_count_init 
+0x3b8 001326 store 1 ,mem_mouse_multi_low_led_blink_count 
+0x3b9 001327 rtn 
+:      001329 p_mouse_multi_led_blink_timer_init:
+0x3ba 001330 fetch 1 ,mem_mouse_multi_led_blink_type 
+0x3bb 001331 beq 1 ,p_mouse_device_24g_led_blink_timer_init 
+0x3bc 001332 beq 2 ,p_mouse_device_le_discovery_led_blink_timer_init 
+0x3bd 001333 beq 3 ,p_mouse_device_le_reconn_led_blink_timer_init 
+:      001334 p_mouse_multi_dpi_led_blink_timer_init:
+0x3be 001335 fetch 1 ,mem_mouse_dpi_led_blink_timer_init 
+:      001336 p_mouse_store_multi_led_blink_timer:
+0x3bf 001337 store 1 ,mem_mouse_multi_led_blink_timer 
+0x3c0 001338 rtn 
+:      001339 p_mouse_device_24g_led_blink_timer_init:
+0x3c1 001340 fetch 1 ,mem_mouse_multi_24gled_blink_timer_init 
+0x3c2 001341 branch p_mouse_store_multi_led_blink_timer 
+:      001342 p_mouse_device_le_discovery_led_blink_timer_init:
+0x3c3 001343 fetch 1 ,mem_mouse_multi_le_discovery_blink_timer_init 
+0x3c4 001344 branch p_mouse_store_multi_led_blink_timer 
+:      001345 p_mouse_device_le_reconn_led_blink_timer_init:
+0x3c5 001346 fetch 1 ,mem_mouse_multi_le_reconn_blink_timer_init 
+0x3c6 001347 branch p_mouse_store_multi_led_blink_timer 
+:      001350 p_mouse_device_poweron_led_config:
+0x3c7 001351 fetch 1 ,mem_mouse_led_new_interface_config 
+0x3c8 001352 rtnbit0 mouse_enable_1io2led 
+0x3c9 001353 fetch 1 ,mem_mouse_multi_led_powon_timer_init 
+0x3ca 001354 store 1 ,mem_mouse_multi_led_powon_timer 
+0x3cb 001355 jam multi_led_on ,mem_mouse_multi_led_type 
+:      001356 p_mouse_multi_led_enable:
+0x3cc 001357 jam off ,mem_mouse_multi_led_state 
+0x3cd 001358 jam on ,mem_mouse_multi_led_blink_enable 
+0x3ce 001359 rtn 
+:      001362 p_mouse_device_pair_led_config:
+0x3cf 001363 fetch 1 ,mem_mouse_led_new_interface_config 
+0x3d0 001364 rtnbit0 mouse_enable_1io2led 
+:      001365 p_mouse_device_24g_led_blink:
+0x3d1 001366 jam 1 ,mem_mouse_multi_led_blink_type 
+0x3d2 001367 call p_mouse_device_24g_led_blink_timer_init 
+0x3d3 001368 call p_mouse_multi_led_blink_enable_init 
+0x3d4 001369 fetch 1 ,mem_mouse_led_new_interface_config 
+0x3d5 001370 rtnbit0 mouse_enable_led_blink_limit 
+0x3d6 001371 fetch 1 ,mem_mouse_multi_24gled_blink_count_init 
+0x3d7 001372 branch p_mouse_device_led_blink_count_init 
+:      001374 p_mouse_device_le_reconn_led_config:
+0x3d8 001375 fetch 1 ,mem_mouse_led_new_interface_config 
+0x3d9 001376 rtnbit0 mouse_enable_1io2led 
+:      001377 p_mouse_device_le_reconn_led_blink:
+0x3da 001378 fetch 1 ,mem_mouse_led_new_interface_config 
+0x3db 001379 rtnbit0 mouse_enable_bt_reconn_led_effect 
+0x3dc 001380 call p_mouse_multi_led_blink_enable_init 
+0x3dd 001381 jam 3 ,mem_mouse_multi_led_blink_type 
+0x3de 001382 call p_mouse_device_le_reconn_led_blink_timer_init 
+0x3df 001383 fetch 1 ,mem_mouse_led_new_interface_config 
+0x3e0 001384 rtnbit0 mouse_enable_led_blink_limit 
+0x3e1 001385 fetch 1 ,mem_mouse_multi_le_reconn_blink_count_init 
+:      001386 p_mouse_device_led_blink_count_init:
+0x3e2 001387 store 1 ,mem_mouse_multi_led_blink_count 
+0x3e3 001388 rtn 
+:      001390 p_mouse_device_discovery_led_config:
+0x3e4 001391 fetch 1 ,mem_mouse_led_new_interface_config 
+0x3e5 001392 rtnbit0 mouse_enable_1io2led 
+0x3e6 001393 fetch 1 ,mem_mouse_led_new_interface_config 
+0x3e7 001394 set0 mouse_enable_led_blink_limit ,pdata 
+0x3e8 001395 store 1 ,mem_mouse_led_new_interface_config 
+0x3e9 001396 jam 2 ,mem_mouse_multi_led_blink_type 
+0x3ea 001397 call p_mouse_device_le_discovery_led_blink_timer_init 
+:      001398 p_mouse_multi_led_blink_enable_init:
+0x3eb 001399 jam 1 ,mem_mouse_multi_led_blink_enable 
+0x3ec 001400 jam multi_led_blink ,mem_mouse_multi_led_type 
+0x3ed 001401 branch p_mouse_device_multi_led_on 
+:      001404 p_mouse_led_multi_timer:
+0x3ee 001405 fetch 1 ,mem_mouse_multi_led_blink_enable 
+0x3ef 001406 rtn blank 
+0x3f0 001407 fetch 1 ,mem_mouse_multi_led_type 
+0x3f1 001408 beq multi_led_blink ,p_mouse_multi_led_type_blink 
+:      001409 p_mouse_device_multi_led_type_on:
+0x3f2 001410 fetch 1 ,mem_mouse_multi_led_powon_timer 
+0x3f3 001411 branch p_mouse_device_poweron_led_off ,blank 
+0x3f4 001412 increase -1 ,pdata 
+0x3f5 001413 store 1 ,mem_mouse_multi_led_powon_timer 
+0x3f6 001414 branch p_mouse_device_multi_led_on + 1 
+:      001416 p_mouse_device_poweron_led_off:
+0x3f7 001417 call p_mouse_multi_low_led_blink_count_init 
+:      001418 p_mouse_devide_led_disable:
+0x3f8 001419 jam 0 ,mem_mouse_multi_led_blink_enable 
+0x3f9 001420 branch p_mouse_device_multi_led_off + 1 
+:      001422 p_mouse_multi_led_type_blink:
+0x3fa 001423 fetch 1 ,mem_mouse_multi_led_blink_type 
+0x3fb 001424 rtn blank 
+0x3fc 001425 beq 4 ,p_mouse_device_led_blink_limit 
+0x3fd 001426 branch p_mouse_device_led_blink_judge 
+:      001428 p_mouse_device_led_blink_judge:
+0x3fe 001429 fetch 1 ,mem_mouse_led_new_interface_config 
+0x3ff 001430 bbit1 mouse_enable_led_blink_limit ,p_mouse_device_led_blink_limit 
+0x400 001431 branch p_mouse_multi_led_type_blink_next 
+:      001433 p_mouse_device_led_blink_limit:
+0x401 001434 fetch 1 ,mem_mouse_multi_led_blink_count 
+0x402 001435 branch p_mouse_multi_led_off_judge ,blank 
+:      001436 p_mouse_multi_led_type_blink_next:
+0x403 001437 arg mem_mouse_multi_led_blink_timer ,regc 
+0x404 001438 arg p_mouse_multi_led_type_blink_start ,regb 
+0x405 001439 branch timer_single_step 
+:      001441 p_mouse_multi_led_type_blink_start:
+0x406 001442 fetch 1 ,mem_mouse_multi_led_blink_type 
+0x407 001443 beq 4 ,p_mouse_multi_led_blink_count_decrease 
+0x408 001444 fetch 1 ,mem_mouse_led_new_interface_config 
+0x409 001445 bbit1 mouse_enable_led_blink_limit ,p_mouse_multi_led_blink_count_decrease 
+:      001446 p_mouse_multi_led_blink:
+0x40a 001447 call p_mouse_multi_led_blink_timer_init 
+0x40b 001448 fetch 1 ,mem_mouse_multi_led_state 
+0x40c 001449 beq on ,p_mouse_multi_led_off_judge_next 
+0x40d 001450 branch p_mouse_multi_led_on_judge 
+:      001452 p_mouse_multi_led_blink_count_decrease:
+0x40e 001453 fetch 1 ,mem_mouse_multi_led_blink_count 
+0x40f 001454 increase -1 ,pdata 
+0x410 001455 store 1 ,mem_mouse_multi_led_blink_count 
+0x411 001456 branch p_mouse_multi_led_blink 
+:      001459 p_mouse_multi_led_on_judge:
+0x412 001460 fetch 1 ,mem_mouse_multi_led_blink_type 
+0x413 001461 beq 4 ,p_mouse_multi_dpi_led_on_judge 
+:      001462 p_mouse_device_multi_led_on:
+0x414 001463 jam on ,mem_mouse_multi_led_state 
+0x415 001464 fetch 1 ,mem_device_flag 
+0x416 001465 beq mode_24g_device ,p_mouse_device_24g_led_on 
+0x417 001466 beq mode_bt_device1 ,p_mouse_device_bt1_led_on 
+0x418 001467 beq mode_bt_device2 ,p_mouse_device_bt2_led_on 
+0x419 001468 rtn 
+:      001469 p_mouse_device_24g_led_on:
+0x41a 001470 fetcht 1 ,mem_mouse_1io2led_multi_24gled 
+0x41b 001471 branch p_mouse_multi_led_on 
+:      001472 p_mouse_device_bt1_led_on:
+0x41c 001473 fetcht 1 ,mem_mouse_1io2led_multi_bt1led 
+0x41d 001474 branch p_mouse_multi_led_on 
+:      001475 p_mouse_device_bt2_led_on:
+0x41e 001476 fetcht 1 ,mem_mouse_1io2led_multi_bt2led 
+0x41f 001477 branch p_mouse_multi_led_on 
+:      001478 p_mouse_multi_dpi_led_on:
+0x420 001479 fetcht 1 ,mem_mouse_dpi_gpio 
+:      001480 p_mouse_multi_led_on:
+0x421 001481 branch gpio_out_active 
+:      001484 p_mouse_multi_led_off_judge:
+0x422 001485 jam 0 ,mem_mouse_multi_led_blink_enable 
+0x423 001486 jam 0 ,mem_mouse_multi_led_blink_type 
+:      001487 p_mouse_multi_led_off_judge_next:
+0x424 001488 fetch 1 ,mem_mouse_multi_led_blink_type 
+0x425 001489 beq 4 ,p_mouse_multi_dpi_led_off_judge 
+:      001490 p_mouse_device_multi_led_off:
+0x426 001491 jam off ,mem_mouse_multi_led_state 
+0x427 001492 fetch 1 ,mem_device_flag 
+0x428 001493 beq mode_24g_device ,p_mouse_device_24g_led_off 
+0x429 001494 beq mode_bt_device1 ,p_mouse_device_bt1_led_off 
+0x42a 001495 beq mode_bt_device2 ,p_mouse_device_bt2_led_off 
+0x42b 001496 rtn 
+:      001497 p_mouse_device_24g_led_off:
+0x42c 001498 fetcht 1 ,mem_mouse_1io2led_multi_24gled 
+0x42d 001499 branch p_gpio_set_high_impedance 
+:      001500 p_mouse_device_bt1_led_off:
+0x42e 001501 fetcht 1 ,mem_mouse_1io2led_multi_bt1led 
+0x42f 001502 branch p_gpio_set_high_impedance 
+:      001503 p_mouse_device_bt2_led_off:
+0x430 001504 fetcht 1 ,mem_mouse_1io2led_multi_bt2led 
+:      001505 p_gpio_set_high_impedance:
+0x431 001506 sub temp ,gpio_disable ,null 
+0x432 001507 rtn zero 
+0x433 001508 branch gpio_set_high_impedance 
+:      001510 p_mouse_device_multi_led_all_off:
+0x434 001511 call p_mouse_device_24g_led_off 
+0x435 001512 call p_mouse_device_bt1_led_off 
+0x436 001513 call p_mouse_device_bt2_led_off 
+0x437 001514 call p_mouse_low_voltage_led_off_judge 
+0x438 001515 branch p_mouse_multi_dpi_led_off_judge 
+:      001517 p_mouse_multi_dpi_led_off_judge:
+0x439 001518 jam off ,mem_mouse_multi_led_state 
+0x43a 001519 fetch 1 ,mem_mouse_led_multi_type 
+0x43b 001520 beq mouse_enable_dpi_for_led ,p_mouse_device_multi_led_off 
+0x43c 001521 beq mouse_enable_dpi_low_for_led ,p_mouse_device_multi_led_off 
+:      001522 p_mouse_multi_dpi_led_off:
+0x43d 001523 fetcht 1 ,mem_mouse_dpi_gpio 
+:      001524 p_mouse_multi_led_off:
+0x43e 001525 branch gpio_out_inactive 
+:      001527 p_mouse_multi_dpi_led_on_judge:
+0x43f 001528 jam on ,mem_mouse_multi_led_state 
+0x440 001529 fetch 1 ,mem_mouse_led_multi_type 
+0x441 001530 beq mouse_enable_dpi_for_led ,p_mouse_device_multi_led_on 
+0x442 001531 beq mouse_enable_dpi_low_for_led ,p_mouse_device_multi_led_on 
+0x443 001532 branch p_mouse_multi_dpi_led_on 
+:      001535 p_mouse_logo_led_on_timer:
+0x444 001536 fetch 1 ,mem_mouse_logo_led_gpio 
+0x445 001537 rtneq gpio_disable 
+0x446 001538 fetch 2 ,mem_mouse_no_data_timer 
+0x447 001539 rtn blank 
+0x448 001540 fetch 2 ,mem_mouse_no_data_timeout 
+0x449 001541 fetcht 2 ,mem_mouse_no_data_timer 
+0x44a 001542 isub temp ,temp 
+0x44b 001543 fetch 2 ,mem_mouse_logo_led_on_time_init 
+0x44c 001544 isub temp ,pdata 
+0x44d 001545 branch p_mouse_logo_led_on ,positive 
+:      001546 p_mouse_logo_led_off:
+0x44e 001547 fetcht 1 ,mem_mouse_logo_led_gpio 
+0x44f 001548 branch gpio_out_inactive 
+:      001549 p_mouse_logo_led_on:
+0x450 001550 fetcht 1 ,mem_mouse_logo_led_gpio 
+0x451 001551 branch gpio_out_active 
+:      001553 p_mouse_dpi_led_blink_delay_timer:
+0x452 001554 arg mem_mouse_dpi_led_delay_count ,regc 
+0x453 001555 arg p_mouse_dpi_led_blink_init ,regb 
+0x454 001556 branch timer_single_step 
+:      001558 p_mouse_dpi_led_blink_init:
+0x455 001559 fetch 1 ,mem_mouse_led_new_interface_config 
+0x456 001560 bbit1 mouse_enable_1io2led ,p_mouse_dpi_led_blink_init_new1 
+0x457 001561 fetch 1 ,mem_config_sensor_type 
+0x458 001562 beq p3212 ,mouse_dpi_led_blink_init 
+0x459 001563 beq ka8g2 ,mouse_dpi_led_blink_init 
+0x45a 001564 fetch 1 ,mem_dpi_led_gpio 
+0x45b 001565 store 1 ,mem_mouse_struct_led_gpio 
+0x45c 001566 fetch 2 ,mem_mouse_dpi_led_blink_time 
+0x45d 001567 store 2 ,mem_mouse_on_time 
+0x45e 001568 store 2 ,mem_mouse_off_time 
+0x45f 001569 arg 0 ,rega 
+0x460 001570 fetcht 1 ,mem_mouse_dpi 
+0x461 001571 increase 2 ,temp 
+0x462 001572 sub temp ,3 ,null 
+0x463 001573 call p_mouse_dpi_led_blink_init_level_4 ,positive 
+0x464 001574 ncall p_mouse_dpi_led_blink_count_clean ,positive 
+0x465 001575 branch mouse_dpi_led_blink_init_end 
+:      001577 p_mouse_dpi_led_blink_init_level_4:
+0x466 001578 fetch mouse_flag_len ,mem_mouse_flag 
+0x467 001579 rtnbit0 mouse_enable_dpi_level_4 
+0x468 001580 increase 1 ,temp 
+0x469 001581 rtn 
+:      001582 p_mouse_dpi_led_blink_count_clean:
+0x46a 001583 increase -3 ,temp 
+0x46b 001584 rtn 
+:      001586 p_mouse_dpi_led_blink_init_new1:
+0x46c 001587 fetch 1 ,mem_config_sensor_type 
+0x46d 001588 beq p3212 ,p_mouse_dpi_led_blink_init_new2 
+0x46e 001589 beq ka8g2 ,p_mouse_dpi_led_blink_init_new2 
+0x46f 001590 fetcht 1 ,mem_mouse_dpi 
+0x470 001591 increase 2 ,temp 
+:      001592 p_mouse_dpi_led_blink_init_new1_next:
+0x471 001593 sub temp ,3 ,null 
+0x472 001594 call p_mouse_dpi_led_blink_init_level_4 ,positive 
+0x473 001595 ncall p_mouse_dpi_led_blink_count_clean ,positive 
+0x474 001596 copy temp ,pdata 
+0x475 001597 iadd pdata ,pdata 
+0x476 001598 store 1 ,mem_mouse_multi_led_blink_count 
+:      001599 p_mouse_multi_dpi_led_blink_enable:
+0x477 001600 jam 4 ,mem_mouse_multi_led_blink_type 
+0x478 001601 call p_mouse_multi_dpi_led_blink_timer_init 
+0x479 001602 jam multi_led_blink ,mem_mouse_multi_led_type 
+0x47a 001603 branch p_mouse_multi_led_enable 
+:      001605 p_mouse_dpi_led_blink_init_new2:
+0x47b 001606 fetcht 1 ,mem_mouse_dpi 
+0x47c 001607 increase 1 ,temp 
+0x47d 001608 branch p_mouse_dpi_led_blink_init_new1_next 
+:      001612 p_mouse_commbination_key_process:
+0x47e 001613 fetch 1 ,mem_device_flag 
+0x47f 001614 beq mode_24g_device ,p_mouse_24g_commbination_key_process 
+0x480 001615 fetch mouse_flag_len ,mem_mouse_flag 
+0x481 001616 rtnbit0 mouse_enable_commbination_key_by_bt_discovery 
+0x482 001617 fetcht 1 ,mem_mouse_commbination_key_bt 
+0x483 001618 branch p_mouse_commbination_key_start 
+:      001620 p_mouse_24g_commbination_key_process:
+0x484 001621 fetch mouse_flag_len ,mem_mouse_flag 
+0x485 001622 rtnbit0 mouse_enable_commbination_key_by_24g_pairing 
+0x486 001623 fetcht 1 ,mem_mouse_commbination_key_24g 
+:      001624 p_mouse_commbination_key_start:
+0x487 001625 storet 1 ,mem_mouse_commbination_key 
+0x488 001626 call p_mouse_check_key_gpio 
+0x489 001627 and pdata ,0x07 ,pdata 
+0x48a 001628 fetcht 1 ,mem_mouse_commbination_key 
+0x48b 001629 isub temp ,null 
+0x48c 001630 branch p_mouse_commbination_key_down ,zero 
+0x48d 001631 branch mouse_commbination_key_up 
+:      001634 p_mouse_commbination_key_down:
+0x48e 001635 call p_mouse_combination_ui_timer 
+0x48f 001636 fetch 1 ,mem_commbination_key_statue 
+0x490 001637 rtneq commbination_key_state_down 
+0x491 001638 jam commbination_key_state_down ,mem_commbination_key_statue 
+0x492 001639 rtn 
+:      001641 p_mouse_combination_ui_timer:
+0x493 001642 arg p_mouse_24g_start_pair ,regb 
+0x494 001643 branch mouse_combination_ui_timer + 1 
+:      001645 p_mouse_24g_start_pair:
+0x495 001646 call p_mouse_device_pair_led_config 
+0x496 001647 branch p_mouse_24g_start_pair_mode 
+:      001649 p_mouse_le_battery_updata_timer:
+0x497 001650 fetch mouse_flag_len ,mem_mouse_flag 
+0x498 001651 rtnbit1 mouse_enable_le_battery_service_cancel 
+0x499 001652 branch mouse_le_battery_updata_timer 
+:      001654 p_mouse_le_send_conn_param_update_timer:
+0x49a 001655 arg mem_mouse_le_send_conn_param_update_timer ,regc 
+0x49b 001656 arg mouse_updata_le_param ,regb 
+0x49c 001657 branch timer_single_step 
+:      001659 p_mouse_check_no_data_timeout_timer:
+0x49d 001662 arg mem_mouse_no_data_timer ,regc 
+0x49e 001663 arg p_mouse_check_no_data_timeout ,regb 
+0x49f 001664 branch timer_single_step_2b 
+:      001666 p_mouse_check_no_data_timeout:
+0x4a0 001667 fetch 1 ,mem_device_flag 
+0x4a1 001668 beq mode_24g_device ,p_mouse_24g_hibernate_set 
+0x4a2 001669 branch mouse_disconnect 
+:      001671 p_mouse_start_discovery:
+0x4a3 001672 call p_mouse_device_discovery_led_config 
+0x4a4 001673 fetch 2 ,mem_ui_state_map 
+0x4a5 001674 isolate1 ui_state_ble_adv ,pdata 
+0x4a6 001675 call mouse_stop_le_adv ,true 
+0x4a7 001676 fetch 2 ,mem_ui_state_map 
+0x4a8 001677 isolate1 ui_state_bt_reconnect ,pdata 
+0x4a9 001678 call mouse_cancel_reconnect ,true 
+0x4aa 001679 setarg 0 
+0x4ab 001680 store 2 ,mem_le_battery_level_updata_timer 
+0x4ac 001681 branch mouse_start_discovery + 1 
+:      001683 p_mouse_stop_discovery:
+0x4ad 001684 setarg 0 
+0x4ae 001685 store 2 ,mem_mouse_discovery_timer 
+0x4af 001686 branch mouse_stop_discovery + 1 
+:      001688 p_ui_timer_check:
+0x4b0 001689 fetch 1 ,mem_power_on_flag 
+0x4b1 001690 ncall ui_timer_init ,blank 
+0x4b2 001691 jam 0 ,mem_power_on_flag 
+0x4b3 001692 branch ui_timer_check + 1 
+:      001694 p_hid_rx_process:
+0x4b4 001695 fetch 2 ,mem_l2cap_payload_ptr 
+0x4b5 001696 copy pdata ,contr 
+0x4b6 001697 ifetch 1 ,contr 
+0x4b7 001698 store 1 ,mem_l2cap_rcv_hidtype 
+0x4b8 001699 and pdata ,0x0f ,temp 
+0x4b9 001700 rshift4 pdata ,pdata 
+0x4ba 001701 beq hid_type_set_idle ,p_hid_rx_process_handshake 
+0x4bb 001702 branch hid_rx_process + 7 
+:      001704 p_hid_rx_process_handshake:
+0x4bc 001705 arg 1 ,rega 
+0x4bd 001706 call hid_malloc_tx_buff 
+0x4be 001707 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4bf 001708 istore 2 ,contw 
+0x4c0 001709 setarg 0 
+0x4c1 001710 istore 1 ,contw 
+0x4c2 001711 jam 1 ,mem_ui_data_txbuff_length 
+0x4c3 001712 fetch 1 ,mem_hid_control_state 
+0x4c4 001713 set1 l2cap_channel_hid_handshake_done ,pdata 
+0x4c5 001714 store 1 ,mem_hid_control_state 
+0x4c6 001715 jam bt_evt_hid_handshake ,mem_fifo_temp 
+0x4c7 001716 branch ui_ipc_send_event 
+:      001718 p_send_lmp:
+0x4c8 001719 disable user 
+0x4c9 001720 call lmo_fifo_process 
+0x4ca 001721 fetch 1 ,mem_lmp_to_send 
+0x4cb 001722 rtn blank 
+0x4cc 001727 bbit1 7 ,send_lmp_escape 
+:      001728 p_send_lmp0:
+0x4cd 001729 beq lmp_detach ,p_send_lmp_detach 
+0x4ce 001730 branch send_lmp0 
+:      001732 p_send_lmp_detach:
+0x4cf 001733 call send_lmp_detach 
+0x4d0 001734 jam 120 ,mem_conn_timer 
+0x4d1 001735 rtn 
+:      001738 p_le_slave_match:
+0x4d2 001739 fetch 1 ,mem_le_md_count 
+0x4d3 001740 pincrease 1 
+0x4d4 001741 store 1 ,mem_le_md_count 
+0x4d5 001742 beq le_md_max_count ,le_slave_cont 
+0x4d6 001743 call le_acknowledge 
+0x4d7 001744 call le_prepare_tx 
+0x4d8 001745 fetch 1 ,mem_le_tx_phy 
+0x4d9 001746 call le_enable_phy_by_pdata 
+0x4da 001747 call le_transmit 
+0x4db 001748 branch le_slave_match + 10 
+:      001750 p_le_slave_unsync:
+0x4dc 001751 call end_of_packet 
+0x4dd 001752 branch le_slave_unsync + 1 
+:      001754 p_le_transmit:
+0x4de 001755 call le_prep 
+0x4df 001756 call le_tx_setfreq 
+0x4e0 001757 call rf_debug_tx_on_line 
+0x4e1 001758 set1 txgfsk ,radio_ctrl 
+0x4e2 001759 enable encode_fec0 
+0x4e3 001760 enable is_tx 
+0x4e4 001761 disable is_rx 
+0x4e5 001762 call le_wait_tx 
+0x4e6 001763 nop 10 
+0x4e7 001764 branch le_transmit + 9 
+:      001766 p_le_parse_l2cap:
+0x4e8 001767 ifetch 2 ,contr 
+0x4e9 001768 beq le_l2cap_cid_att ,p_le_parse_att 
+0x4ea 001769 branch le_parse_l2cap + 10 
+:      001771 p_le_parse_att:
+0x4eb 001772 ifetch 3 ,contr 
+0x4ec 001773 store 3 ,mem_le_att_opcode 
+0x4ed 001774 beq attop_read_request ,p_le_parse_att_read_request 
+0x4ee 001775 beq attop_write_request ,p_le_parse_att_write_request 
+0x4ef 001776 branch le_parse_att + 2 
+:      001778 p_le_parse_att_read_request:
+0x4f0 001779 fetch mouse_flag_len ,mem_mouse_flag 
+0x4f1 001780 bbit0 mouse_enable_le_battery_service_cancel ,le_parse_att_read_request 
+0x4f2 001781 call le_check_encrypt_state 
+0x4f3 001782 fetcht 2 ,mem_le_att_handle 
+0x4f4 001783 fetch 1 ,mem_le_configuration 
+0x4f5 001784 bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
+:      001786 p_le_send_att_read_response:
+0x4f6 001787 fetch 2 ,mem_le_att_handle 
+0x4f7 001788 beq 0x30 ,le_send_att_error_response_notfound 
+0x4f8 001789 fetcht 2 ,mem_le_att_handle 
+0x4f9 001790 branch le_send_att_read_response 
+:      001792 p_le_send_att_read_response_check_auth:
+0x4fa 001793 fetch 2 ,mem_le_pairing_handle 
+0x4fb 001794 isub temp ,null 
+0x4fc 001795 nbranch p_le_send_att_read_response ,zero 
+0x4fd 001796 nbranch p_le_send_att_read_response ,user 
+0x4fe 001797 branch le_send_att_read_response_error_insufficient_auth 
+:      001800 p_le_parse_att_write_request:
+0x4ff 001801 copy contr ,rega 
+0x500 001802 fetch 2 ,mem_le_l2cap_size 
+0x501 001803 add pdata ,-3 ,regb 
+0x502 001804 call le_writeatt_cb 
+0x503 001805 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x504 001806 beq 0xff ,le_send_att_write_response_check_auth 
+0x505 001807 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x506 001808 branch le_send_att_write_response_check_auth ,blank 
+0x507 001809 fetch 1 ,mem_le_connect_status_flag 
+0x508 001810 bbit1 ll_start_enc_flag ,le_send_att_write_response_check_auth 
+0x509 001811 setarg 0x001a 
+0x50a 001812 fetcht 2 ,mem_le_att_handle 
+0x50b 001813 isub temp ,null 
+0x50c 001814 nbranch le_send_att_write_response_check_auth ,zero 
+0x50d 001815 branch le_send_att_read_response_error_insufficient_auth 
+:      001817 p_g24_lpm_wait:
+0x50e 001820 enable user 
+0x50f 001821 call lpo_calibration 
+0x510 001822 fetch 3 ,mem_clks_per_lpo 
+0x511 001823 branch disable_user ,blank 
+0x512 001824 fetch 1 ,mem_lpm_mode 
+0x513 001825 branch disable_user ,blank 
+0x514 001826 fetch 1 ,mem_sensor_shutdown_flag 
+0x515 001827 nrtn blank 
+0x516 001828 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x517 001829 beq g24_tx_timer_int_enable ,disable_user 
+0x518 001830 rtn 
+:      001833 p_mouse_motion:
+0x519 001834 disable user 
+0x51a 001835 setarg 0 
+0x51b 001836 store 6 ,mem_mouse_x 
+0x51c 001837 call p_mouse_check_sensor_data 
+0x51d 001838 setarg 0x0089 
+0x51e 001839 call twspi_write 
+0x51f 001840 call p_mouse_seting_sensor_type 
+0x520 001841 call mouse_zwheel 
+0x521 001842 call mouse_t_zwheel 
+0x522 001843 call p_mouse_key 
+0x523 001844 fetch 1 ,mem_mouse_key 
+0x524 001845 and_into 0x1f ,pdata 
+0x525 001846 store 1 ,mem_mouse_key 
+0x526 001847 nbranch p_mouse_motion_nodata ,user 
+0x527 001848 call p_mouse_drawing_optima 
+0x528 001849 branch mouse_no_data_timer_init 
+:      001851 p_mouse_check_sensor_data:
+0x529 001852 fetch 1 ,mem_spi_write_flash_sm 
+0x52a 001853 rtnne flash_sm_no_buys 
+0x52b 001854 fetch 1 ,mem_config_sensor_type 
+0x52c 001855 beq ka8g2 ,p_mouse_ka8g2_sensor_motion 
+0x52d 001856 branch mouse_check_sensor_data + 3 
+:      001858 p_mouse_ka8g2_sensor_motion:
+0x52e 001859 call mouse_clear_sensor_data 
+0x52f 001860 fetch 1 ,mem_sensor_motion_gpio 
+0x530 001861 beq gpio_disable ,mouse_pka8g2_sensor_motion_1 
+0x531 001862 fetcht 1 ,mem_sensor_motion_gpio 
+0x532 001863 call gpio_get_bit 
+0x533 001864 nrtn true 
+:      001865 p_mouse_pka8g2_sensor_motion_1:
+0x534 001866 setarg pan_reg_pid_l 
+0x535 001867 call twspi_read 
+0x536 001868 bne pka8g2_id1 ,mouse_twspi_reset 
+0x537 001869 branch mouse_p3212_sensor_motion_2 
+:      001871 p_mouse_motion_nodata:
+0x538 001872 call mouse_drawing_optima_init 
+0x539 001873 rtn 
+:      001875 p_mouse_drawing_optima:
+0x53a 001876 fetch 1 ,mem_config_sensor_type 
+0x53b 001877 rtneq p3212 
+0x53c 001878 branch mouse_drawing_optima 
+:      001880 p_mouse_sensor_poweron:
+0x53d 001881 call mouse_sensor_spi_init 
+0x53e 001882 fetch 1 ,mem_config_sensor_type 
+0x53f 001883 beq ka8g2 ,p_mouse_ka8g2_sensor_init 
+0x540 001884 call mouse_sensor_reset 
+0x541 001885 arg mem_sensor_poweron_init ,regc 
+:      001886 p_mouse_sensor_end:
+0x542 001887 call mouse_sensor_wr_seq 
+0x543 001888 branch p_mouse_seting_sensor_type 
+:      001890 p_mouse_ka8g2_sensor_init:
+0x544 001891 call p_mouse_ka8g2_sensor_reset 
+0x545 001892 arg mem_ka8g2_sensor_poweron_init ,regc 
+0x546 001893 branch p_mouse_sensor_end 
+:      001895 p_mouse_sensor_reset:
+0x547 001896 fetch 1 ,mem_config_sensor_type 
+0x548 001897 beq ka8g2 ,p_mouse_ka8g2_sensor_reset 
+0x549 001898 branch mouse_sensor_reset 
+:      001899 p_mouse_ka8g2_sensor_reset:
+0x54a 001900 setarg 0x9706 
+0x54b 001901 branch mouse_sensor_reset_end 
+:      001903 p_mouse_sensor_powerdown:
+0x54c 001904 call mouse_init_sunt 
+0x54d 001905 call mouse_sensor_spi_init 
+0x54e 001906 fetch 1 ,mem_config_sensor_type 
+0x54f 001907 beq ka8g2 ,p_mouse_ka8g2_sensor_powerdown 
+0x550 001908 branch mouse_sensor_powerdown_end 
+:      001910 p_mouse_ka8g2_sensor_powerdown:
+0x551 001911 setarg 0x1f06 
+0x552 001912 branch twspi_write 
+:      001916 p_mouse_key:
+0x553 001917 call p_mouse_check_key_gpio 
+0x554 001918 branch mouse_key + 1 
+:      001920 p_mouse_check_key_gpio:
+0x555 001921 fetch 1 ,mem_sensor_shutdown_flag 
+0x556 001922 ncall mouse_check_key_gpio_once ,blank 
+0x557 001923 arg 0 ,rega 
+0x558 001924 call p_mouse_check_lkey_gpio 
+0x559 001925 call p_mouse_check_rkey_gpio 
+0x55a 001926 call p_mouse_check_mkey_gpio 
+0x55b 001927 call p_mouse_check_bkkey_gpio 
+0x55c 001928 call p_mouse_check_fwkey_gpio 
+0x55d 001929 branch mouse_check_key_gpio_next 
+:      001931 p_mouse_check_lkey_gpio:
+0x55e 001932 fetch 1 ,mem_lbutton_gpio 
+0x55f 001933 call p_mouse_gpio_config_output_high 
+0x560 001934 call mouse_check_lkey_gpio 
+0x561 001935 fetcht 1 ,mem_lbutton_gpio 
+0x562 001936 branch mouse_gpio_config_input_pu 
+:      001937 p_mouse_check_rkey_gpio:
+0x563 001938 fetch 1 ,mem_rbutton_gpio 
+0x564 001939 call p_mouse_gpio_config_output_high 
+0x565 001940 call mouse_check_rkey_gpio 
+0x566 001941 fetcht 1 ,mem_rbutton_gpio 
+0x567 001942 branch mouse_gpio_config_input_pu 
+:      001943 p_mouse_check_mkey_gpio:
+0x568 001944 fetch 1 ,mem_mbutton_gpio 
+0x569 001945 call p_mouse_gpio_config_output_high 
+0x56a 001946 call mouse_check_mkey_gpio 
+0x56b 001947 fetcht 1 ,mem_mbutton_gpio 
+0x56c 001948 branch mouse_gpio_config_input_pu 
+:      001950 p_mouse_check_bkkey_gpio:
+0x56d 001951 fetch 1 ,mem_bk_button_gpio 
+0x56e 001952 rtneq gpio_disable 
+0x56f 001953 jam mouse_bk_key ,mem_mouse_key_temp 
+0x570 001954 fetch 1 ,mem_mouse_bkkey_press_status 
+0x571 001955 copy pdata ,regc 
+0x572 001956 fetcht 1 ,mem_bk_button_gpio 
+0x573 001957 fetch 1 ,mem_matrix_public_gpio 
+0x574 001958 beq gpio_disable ,p_mouse_3io6key_bk_check 
+0x575 001959 branch mouse_check_bkkey_gpio_next 
+:      001960 p_mouse_3io6key_bk_check:
+0x576 001961 fetch 1 ,mem_bk_button_gpio 
+0x577 001962 call p_mouse_gpio_config_output_low 
+0x578 001963 fetcht 1 ,mem_bk_button_gpio 
+0x579 001964 branch mouse_3io6key_bk_check 
+:      001966 p_mouse_check_fwkey_gpio:
+0x57a 001967 fetch 1 ,mem_fw_button_gpio 
+0x57b 001968 rtneq gpio_disable 
+0x57c 001969 jam mouse_fw_key ,mem_mouse_key_temp 
+0x57d 001970 fetch 1 ,mem_mouse_fwkey_press_status 
+0x57e 001971 copy pdata ,regc 
+0x57f 001972 fetcht 1 ,mem_fw_button_gpio 
+0x580 001973 fetch 1 ,mem_matrix_public_gpio 
+0x581 001974 beq gpio_disable ,p_mouse_3io6key_fw_check 
+0x582 001975 branch mouse_check_fwkey_gpio_next 
+:      001976 p_mouse_3io6key_fw_check:
+0x583 001977 fetch 1 ,mem_fw_button_gpio 
+0x584 001978 call p_mouse_gpio_config_output_low 
+0x585 001979 fetcht 1 ,mem_fw_button_gpio 
+0x586 001980 branch mouse_3io6key_fw_check 
+:      001983 p_mouse_gpio_config_output_high:
+0x587 001984 rtneq gpio_disable 
+0x588 001985 arg gpcfg_output_high ,temp 
+0x589 001986 branch gpio_config_function_int 
+:      001989 p_mouse_gpio_config_output_low:
+0x58a 001990 rtneq gpio_disable 
+0x58b 001991 arg gpcfg_output_low ,temp 
+0x58c 001992 branch gpio_config_function_int 
+:      001999 p_mouse_idle:
+0x58d 002000 call p_mouse_low_voltage_led_no_enter_lpm 
+0x58e 002001 call ui_check_paring_button 
+0x58f 002002 call p_mouse_dpi_check 
+0x590 002003 call p_mouse_dpi_another_gpio_check 
+0x591 002004 call p_mouse_select_device_check 
+0x592 002005 branch mouse_idle + 5 
+:      002007 p_mouse_low_voltage_led_no_enter_lpm:
+0x593 002008 fetch 1 ,mem_mouse_led_new_interface_config 
+0x594 002009 bbit0 mouse_enable_low_led ,mouse_low_voltage_led_no_enter_lpm 
+:      002010 p_mouse_low_voltage_led_no_enter_lpm_next:
+0x595 002011 fetch mouse_flag_len ,mem_mouse_flag 
+0x596 002012 branch mouse_low_voltage_led_no_enter_lpm + 2 
+:      002014 p_mouse_select_device_check:
+0x597 002015 fetch mouse_flag_len ,mem_mouse_flag 
+0x598 002016 bbit1 mouse_enable_select_device_by_pb_button ,p_mouse_select_device_by_pb_button_check_judge 
+0x599 002017 bbit1 mouse_enable_pb_button_long_press_disconvery ,p_mouse_select_device_by_pb_button_check_judge 
+0x59a 002018 rtn 
+:      002019 p_mouse_select_device_by_pb_button_check_judge:
+0x59b 002020 fetch 2 ,mem_ui_state_map 
+0x59c 002021 bbit1 ui_state_bt_discovery ,p_mouse_select_device_by_pb_button_check_once 
+0x59d 002022 fetch 1 ,mem_store_information_delay_timer 
+0x59e 002023 nrtn blank 
+0x59f 002024 branch mouse_select_device_by_pb_button 
+:      002026 p_mouse_dpi_check:
+0x5a0 002027 fetch 1 ,mem_dpi_button_gpio 
+0x5a1 002028 rtneq gpio_disable 
+0x5a2 002029 arg 0 ,rega 
+0x5a3 002030 jam mouse_dpi_key ,mem_mouse_key_temp 
+0x5a4 002031 fetcht 1 ,mem_dpi_button_gpio 
+0x5a5 002032 call p_mouse_dpi_key_check 
+0x5a6 002033 branch mouse_dpi_check_next 
+:      002035 p_mouse_dpi_key_check:
+0x5a7 002036 fetch mouse_flag_len ,mem_mouse_flag 
+0x5a8 002037 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
+0x5a9 002038 fetch 1 ,mem_mouse_dpikey_press_status 
+0x5aa 002039 copy pdata ,regc 
+0x5ab 002040 fetch 1 ,mem_matrix_public_gpio 
+0x5ac 002041 beq gpio_disable ,p_mouse_3io6key_dpi_check 
+0x5ad 002042 branch mouse_dpi_key_check_next 
+:      002043 p_mouse_3io6key_dpi_check:
+0x5ae 002044 fetch 1 ,mem_dpi_button_gpio 
+0x5af 002045 call p_mouse_gpio_config_output_low 
+0x5b0 002046 fetcht 1 ,mem_dpi_button_gpio 
+0x5b1 002047 branch mouse_3io6key_check 
+:      002049 p_mouse_dpi_another_gpio_check:
+0x5b2 002050 fetch mouse_flag_len ,mem_mouse_flag 
+0x5b3 002051 rtnbit0 mouse_enable_double_dpi_key 
+0x5b4 002052 fetch 1 ,mem_mouse_another_dpi_connect_vin_flag 
+0x5b5 002053 nbranch p_mouse_dpi_another_gpio_connect_vin_check ,blank 
+:      002054 p_mouse_dpi_another_gpio_connect_gnd_check:
+0x5b6 002055 fetch 1 ,mem_dpi_another_button_gpio 
+0x5b7 002056 call p_mouse_gpio_config_output_high 
+0x5b8 002057 call p_mouse_dpi_another_check 
+0x5b9 002058 fetcht 1 ,mem_dpi_another_button_gpio 
+0x5ba 002059 branch mouse_gpio_config_input_pu 
+:      002061 p_mouse_dpi_another_gpio_connect_vin_check:
+0x5bb 002062 fetch 1 ,mem_dpi_another_button_gpio 
+0x5bc 002063 set0 gpio_active_bit ,pdata 
+0x5bd 002064 store 1 ,mem_dpi_another_button_gpio 
+0x5be 002065 call p_mouse_gpio_config_output_low 
+0x5bf 002066 jam mouse_dpi_another_key ,mem_mouse_key_temp_patch 
+0x5c0 002067 fetcht 1 ,mem_dpi_another_button_gpio 
+0x5c1 002068 fetch 1 ,mem_dpi_another_press_status 
+0x5c2 002069 call p_mouse_check_key_connect_vin_new 
+0x5c3 002070 call p_mouse_dpi_another_state_check 
+0x5c4 002071 fetcht 1 ,mem_dpi_another_button_gpio 
+0x5c5 002072 branch mouse_gpio_config_input_pu 
+:      002074 p_mouse_dpi_another_check:
+0x5c6 002075 jam mouse_dpi_another_key ,mem_mouse_key_temp_patch 
+0x5c7 002076 fetcht 1 ,mem_dpi_another_button_gpio 
+0x5c8 002077 fetch 1 ,mem_dpi_another_press_status 
+0x5c9 002078 call p_mouse_check_key_connect_gnd_new 
+:      002079 p_mouse_dpi_another_state_check:
+0x5ca 002080 store 1 ,mem_dpi_another_press_status 
+0x5cb 002081 fetch 1 ,mem_dpi_another_button_down_enable 
+0x5cc 002082 branch p_mouse_dpi_another_up ,blank 
+:      002083 p_mouse_dpi_another_down:
+0x5cd 002084 fetch 1 ,mem_dpi_another_button_state 
+0x5ce 002085 rtneq dpi_button_state_down 
+0x5cf 002086 jam dpi_button_state_down ,mem_dpi_another_button_state 
+0x5d0 002087 branch mouse_dpi_process 
+:      002089 p_mouse_dpi_another_up:
+0x5d1 002090 fetch 1 ,mem_dpi_another_button_state 
+0x5d2 002091 rtneq dpi_button_state_up 
+0x5d3 002092 jam dpi_button_state_up ,mem_dpi_another_button_state 
+0x5d4 002093 rtn 
+:      002095 p_mouse_check_key_connect_gnd_new:
+0x5d5 002096 lshift pdata ,pdata 
+0x5d6 002097 copy pdata ,regb 
+0x5d7 002098 call gpio_get_bit 
+0x5d8 002099 setflag true ,0 ,regb 
+0x5d9 002100 and regb ,0x07 ,pdata 
+0x5da 002101 fetcht 1 ,mem_mouse_key_temp_patch 
+0x5db 002102 copy temp ,queue 
+0x5dc 002103 beq 0x07 ,p_mouse_key_press 
+0x5dd 002104 beq 0x00 ,p_mouse_key_release 
+0x5de 002105 rtn 
+:      002107 p_mouse_check_key_connect_vin_new:
+0x5df 002108 lshift pdata ,pdata 
+0x5e0 002109 copy pdata ,regb 
+0x5e1 002110 call mouse_gpio_config_input_pd 
+0x5e2 002111 call gpio_get_bit 
+0x5e3 002112 setflag true ,0 ,regb 
+0x5e4 002113 and regb ,0x07 ,pdata 
+0x5e5 002114 fetcht 1 ,mem_mouse_key_temp_patch 
+0x5e6 002115 copy temp ,queue 
+0x5e7 002116 beq 0x07 ,p_mouse_key_press 
+0x5e8 002117 beq 0x00 ,p_mouse_key_release 
+0x5e9 002118 rtn 
+:      002120 p_mouse_key_press:
+0x5ea 002121 jam 1 ,mem_dpi_another_button_down_enable 
+0x5eb 002122 rtn 
+:      002123 p_mouse_key_release:
+0x5ec 002124 jam 0 ,mem_dpi_another_button_down_enable 
+0x5ed 002125 rtn 
+:      002127 p_mouse_dpi_process:
+0x5ee 002128 call mouse_dpi_ghost_check 
+0x5ef 002129 rtn user 
+:      002130 p_mouse_dpi_process_next:
+0x5f0 002131 fetch 1 ,mem_mouse_dpi 
+0x5f1 002132 copy pdata ,temp 
+0x5f2 002133 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f3 002134 bbit1 mouse_enable_double_dpi_key ,p_mouse_double_dpi_check 
+0x5f4 002135 copy temp ,pdata 
+0x5f5 002136 increase 1 ,pdata 
+0x5f6 002137 and pdata ,0x03 ,pdata 
+:      002138 p_mouse_dpi_store:
+0x5f7 002139 store 1 ,mem_mouse_dpi 
+0x5f8 002140 call p_mouse_seting_dpi 
+0x5f9 002141 branch mouse_store_eerpom_dpi 
+:      002143 p_mouse_double_dpi_check:
+0x5fa 002144 fetch 1 ,mem_dpi_another_button_down_enable 
+0x5fb 002145 nbranch p_mouse_another_dpi_button_down ,blank 
+:      002146 p_mouse_dpi_increase:
+0x5fc 002147 fetch mouse_flag_len ,mem_mouse_flag 
+0x5fd 002148 bbit1 mouse_enable_dpi_level_4 ,p_mouse_dpi_increase_level_4 
+0x5fe 002149 copy temp ,pdata 
+0x5ff 002150 rtneq mouse_dpi_level2 
+:      002151 p_mouse_dpi_increase_level:
+0x600 002152 beq mouse_dpi_level1 ,p_mouse_dpi_level_3 
+0x601 002153 beq mouse_dpi_level3 ,p_mouse_dpi_level_2 
+0x602 002154 rtn 
+:      002156 p_mouse_dpi_level_1:
+0x603 002157 setarg 2 
+0x604 002158 branch p_mouse_dpi_store 
+:      002159 p_mouse_dpi_level_2:
+0x605 002160 setarg 0 
+0x606 002161 branch p_mouse_dpi_store 
+:      002162 p_mouse_dpi_level_3:
+0x607 002163 setarg 1 
+0x608 002164 branch p_mouse_dpi_store 
+:      002165 p_mouse_dpi_level_4:
+0x609 002166 setarg 3 
+0x60a 002167 branch p_mouse_dpi_store 
+:      002169 p_mouse_dpi_increase_level_4:
+0x60b 002170 copy temp ,pdata 
+0x60c 002171 rtneq mouse_dpi_level2 
+0x60d 002172 beq mouse_dpi_level1 ,p_mouse_dpi_level_3 
+0x60e 002173 beq mouse_dpi_level3 ,p_mouse_dpi_level_4 
+0x60f 002174 beq mouse_dpi_level4 ,p_mouse_dpi_level_2 
+0x610 002175 rtn 
+:      002176 p_mouse_dpi_decrease_level_4:
+0x611 002177 copy temp ,pdata 
+0x612 002178 rtneq mouse_dpi_level3 
+0x613 002179 beq mouse_dpi_level1 ,p_mouse_dpi_level_4 
+0x614 002180 beq mouse_dpi_level2 ,p_mouse_dpi_level_2 
+0x615 002181 beq mouse_dpi_level4 ,p_mouse_dpi_level_1 
+0x616 002182 rtn 
+:      002184 p_mouse_another_dpi_button_down:
+:      002185 p_mouse_dpi_decrease:
+0x617 002186 fetch mouse_flag_len ,mem_mouse_flag 
+0x618 002187 bbit1 mouse_enable_dpi_level_4 ,p_mouse_dpi_decrease_level_4 
+0x619 002188 copy temp ,pdata 
+0x61a 002189 rtneq mouse_dpi_level3 
+:      002190 p_mouse_dpi_decrease_level:
+0x61b 002191 beq mouse_dpi_level1 ,p_mouse_dpi_level_1 
+0x61c 002192 beq mouse_dpi_level2 ,p_mouse_dpi_level_2 
+0x61d 002193 rtn 
+:      002200 p_power_ctrl_start:
+0x61e 002201 fetch 2 ,mem_ui_state_map 
+0x61f 002202 rtnbit1 ui_state_ble_adv 
+0x620 002203 rtnbit1 ui_state_bt_reconnect 
+0x621 002204 rtnbit1 ui_state_bt_discovery 
+0x622 002205 fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
+0x623 002206 call rssi_average 
+0x624 002207 storet 1 ,mem_rssi_avg_received 
+0x625 002208 branch power_ctrl_rssi_avg_compare 
+              org 0x3bc1
+:      002215 mouse_init:
+0x3bc1 002216 call mouse_setting_config 
+0x3bc2 002217 call mouse_init_sunt 
+0x3bc3 002218 call mouse_dpi_config 
+0x3bc4 002219 rtn wake 
+0x3bc5 002220 call mouse_usb_check_enable 
+0x3bc6 002221 call mouse_drawing_optima_init 
+0x3bc7 002222 call mouse_cb_fuction 
+0x3bc8 002223 call mouse_sensor_powerdown 
+0x3bc9 002224 fetch 1 ,mem_usb_addr 
+0x3bca 002225 rtnbit1 7 
+:      002226 mouse_init_wireless:
+0x3bcb 002227 fetch 2 ,mem_ui_state_map 
+0x3bcc 002228 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x3bcd 002229 call mouse_check_select_device_by_switch 
+0x3bce 002230 branch mouse_start_work 
+:      002233 mouse_cb_fuction:
+0x3bcf 002234 setarg mouse_24g_package_data 
+0x3bd0 002235 store 2 ,mem_cb_24g_transmit_data 
+0x3bd1 002236 setarg mouse_24g_search_dongle 
+0x3bd2 002237 store 2 ,mem_cb_24g_search_receiver 
+0x3bd3 002238 setarg mouse_lpm_before_common 
+0x3bd4 002239 store 2 ,mem_cb_24g_lpm_before 
+0x3bd5 002240 setarg mouse_le 
+0x3bd6 002241 store 2 ,mem_cb_le_process 
+0x3bd7 002242 setarg mouse_bt 
+0x3bd8 002243 store 2 ,mem_cb_bt_process 
+0x3bd9 002244 setarg mouse_process_lpm_before 
+0x3bda 002245 store 2 ,mem_cb_before_lpm 
+0x3bdb 002246 setarg mouse_priority_bb_event 
+0x3bdc 002247 store 2 ,mem_cb_bb_event_process 
+0x3bdd 002248 setarg mouse_idle 
+0x3bde 002249 store 2 ,mem_cb_idle_process 
+0x3bdf 002250 setarg mouse_before_hibernate 
+0x3be0 002251 store 2 ,mem_cb_before_hibernate 
+0x3be1 002252 setarg mouse_le_bb_event_connect_complete 
+0x3be2 002253 store 2 ,mem_cb_att_write 
+0x3be3 002254 setarg mouse_bb_event_timer 
+0x3be4 002255 store 2 ,mem_cb_event_timer 
+0x3be5 002256 setarg mouse_spi_write_flash_cb 
+0x3be6 002257 store 2 ,mem_cb_spi_flash_write_complate 
+0x3be7 002258 setarg mouse_lpm_check_wake_lock 
+0x3be8 002259 store 2 ,mem_cb_check_wakelock 
+0x3be9 002260 setarg mouse_le_transmit 
+0x3bea 002261 store 2 ,mem_cb_ble_transmit 
+0x3beb 002262 setarg mouse_bt_slave_match 
+0x3bec 002263 store 2 ,mem_cb_bt_slave_match 
+0x3bed 002264 setarg mouse_set_lpm_mult 
+0x3bee 002265 store 2 ,mem_cb_bt_set_mult 
+0x3bef 002266 rtn 
+:      002269 mouse_setting_config:
+0x3bf0 002270 rtn wake 
+0x3bf1 002271 call g24_transmit_init 
+0x3bf2 002272 call g24_chmap_param_init 
+0x3bf3 002273 call mouse_gpio_init 
+0x3bf4 002274 call mouse_param_init 
+:      002275 mouse_setting_config_next:
+0x3bf5 002276 call le_set_config_fixed_ltk 
+0x3bf6 002277 call le_set_justwork 
+0x3bf7 002278 call le_set_fixed_ltk 
+0x3bf8 002279 call le_set_config_read_authentication 
+0x3bf9 002280 fetch mouse_flag_len ,mem_mouse_flag 
+0x3bfa 002281 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
+0x3bfb 002282 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
+0x3bfc 002283 rtn 
+:      002285 mouse_xtal_init:
+0x3bfd 002286 jam 0x08 ,mem_fcomp_div 
+0x3bfe 002287 fetch mouse_flag_len ,mem_mouse_flag 
+0x3bff 002288 rtnbit1 mouse_enable_16m 
+0x3c00 002289 jam 0x18 ,mem_fcomp_div 
+0x3c01 002290 rtn 
+:      002292 mouse_default_init:
+0x3c02 002293 jam 0xff ,mem_usb_offline_check_gpio 
+0x3c03 002294 jam 0xff ,mem_ui_button_gpio 
+0x3c04 002295 jam 0x1e ,mem_ui_button_timeout 
+0x3c05 002297 setarg mem_mouse_led_type 
+0x3c06 002298 store 2 ,mem_ui_led_struct_ptr 
+0x3c07 002299 jam 1 ,mem_ui_led_struct_num 
+0x3c08 002301 setarg mem_mouse_rssi_signal_buf 
+0x3c09 002302 store 2 ,mem_rssi_signal_buf_ptr 
+0x3c0a 002304 jam 1 ,mem_24g_data_type 
+0x3c0b 002306 fetch 2 ,mem_mouse_discovery_timeout 
+0x3c0c 002307 store 2 ,mem_discovery_timeout 
+0x3c0d 002309 fetch 2 ,mem_mouse_24g_pair_timeout_init 
+0x3c0e 002310 store 2 ,mem_24g_pair_timeout_init 
+0x3c0f 002312 fetch 1 ,mem_mouse_24g_reconn_timeout_init 
+0x3c10 002313 store 2 ,mem_24g_reconn_timeout_init 
+0x3c11 002315 fetch 5 ,mem_rssi_dis_min_24g_init 
+0x3c12 002316 store 5 ,mem_rssi_dis_min_24g 
+0x3c13 002318 fetch 1 ,mem_mouse_24g_pair_tx_power 
+0x3c14 002319 store 1 ,mem_24g_pair_tx_power 
+0x3c15 002322 fetch mouse_flag_len ,mem_mouse_flag 
+0x3c16 002323 nrtn blank 
+0x3c17 002327 setarg 0x020800 
+0x3c18 002328 store 3 ,mem_mouse_flag 
+0x3c19 002329 setarg 0x800700 
+0x3c1a 002330 istore 3 ,contw 
+0x3c1b 002331 setarg 0x0300 
+0x3c1c 002332 istore 2 ,contw 
+0x3c1d 002334 jam 1 ,mem_lpm_mode 
+0x3c1e 002335 fetch 1 ,mem_mouse_enable_flag 
+0x3c1f 002336 isolate1 mouse_adc_enable ,pdata 
+0x3c20 002337 call mouse_adc_read_enable ,true 
+0x3c21 002339 fetch 1 ,mem_mouse_enable_flag 
+0x3c22 002340 isolate1 mouse_24g_250hz_enable ,pdata 
+0x3c23 002341 call mouse_24g_set_250hz ,true 
+0x3c24 002342 fetch 1 ,mem_mouse_enable_flag 
+0x3c25 002343 isolate1 mouse_search_dongle_enable ,pdata 
+0x3c26 002344 call mouse_24g_search_dongle_enable ,true 
+0x3c27 002345 fetch 1 ,mem_mouse_enable_flag 
+0x3c28 002346 isolate1 mouse_clk_16m_enable ,pdata 
+0x3c29 002347 call mouse_16m_enable ,true 
+0x3c2a 002348 fetch 1 ,mem_mouse_enable_flag 
+0x3c2b 002349 isolate1 mouse_dpi_4_level_enable ,pdata 
+0x3c2c 002350 call mouse_dpi_4level_enable ,true 
+0x3c2d 002351 fetch 1 ,mem_mouse_enable_flag 
+0x3c2e 002352 isolate1 mouse_keyboard_enable ,pdata 
+0x3c2f 002353 call mouse_customer_key_enable ,true 
+0x3c30 002355 fetch 1 ,mem_24g_ch_map_update 
+0x3c31 002356 ncall g24_chamap_param_update ,blank 
+0x3c32 002358 call mouse_xtal_init 
+0x3c33 002360 fetch 1 ,mem_mouse_global_setup 
+0x3c34 002361 and pdata ,0x07 ,temp 
+0x3c35 002362 storet 1 ,mem_adc_channel 
+0x3c36 002363 rshift3 pdata ,pdata 
+0x3c37 002364 and pdata ,0x01 ,temp 
+0x3c38 002365 storet 1 ,mem_24g_ch_map_update 
+0x3c39 002366 rshift pdata ,pdata 
+0x3c3a 002367 and pdata ,0x03 ,temp 
+0x3c3b 002368 storet 1 ,mem_adc_config_flag_init 
+0x3c3c 002369 rshift2 pdata ,pdata 
+0x3c3d 002370 and pdata ,0x03 ,pdata 
+0x3c3e 002371 call mouse_24g_long_sleep_set 
+0x3c3f 002373 fetch 1 ,mem_mouse_global_setup1 
+0x3c40 002374 and pdata ,0x03 ,temp 
+0x3c41 002375 storet 1 ,mem_sensor_angle_default 
+0x3c42 002376 rshift2 pdata ,pdata 
+0x3c43 002377 and pdata ,0x03 ,temp 
+0x3c44 002378 storet 1 ,mem_sensor_angle_switch 
+0x3c45 002379 rshift2 pdata ,pdata 
+0x3c46 002380 and pdata ,0x03 ,pdata 
+0x3c47 002381 store 1 ,mem_config_sensor_dpi 
+0x3c48 002382 store 1 ,mem_mouse_dpi 
+0x3c49 002383 rshift2 pdata ,pdata 
+0x3c4a 002384 and pdata ,0x03 ,pdata 
+0x3c4b 002385 store 1 ,mem_device_number 
+0x3c4c 002388 setarg 0x0b0c0a 
+0x3c4d 002389 store 3 ,mem_lbutton_gpio 
+0x3c4e 002390 setarg 0xffffff 
+0x3c4f 002391 istore 3 ,contw 
+0x3c50 002392 setarg 0x0607ff 
+0x3c51 002393 istore 3 ,contw 
+0x3c52 002394 setarg 0xffffff 
+0x3c53 002395 istore 3 ,contw 
+0x3c54 002398 jam 0x0a ,mem_adc_read_time_init 
+0x3c55 002399 setarg 0x0064 
+0x3c56 002400 store 2 ,mem_adc_low_volatage_led_blink_timer 
+0x3c57 002401 call mouse_adc_vol_init 
+0x3c58 002403 setarg 0x1770 
+0x3c59 002404 store 2 ,mem_mouse_no_data_timeout 
+0x3c5a 002405 jam 0x14 ,mem_mouse_device_poweron_timer_count_init 
+0x3c5b 002406 setarg 0x0190 
+0x3c5c 002407 store 2 ,mem_mouse_low_v_led_blink_time 
+0x3c5d 002408 store 2 ,mem_mouse_dpi_led_blink_time 
+0x3c5e 002409 setarg 0x03e8 
+0x3c5f 002410 store 2 ,mem_mouse_disconvey_led_blink_time 
+0x3c60 002411 jam 0x07 ,mem_rssi_buff_index 
+0x3c61 002412 jam 125 ,mem_power_ctrl_pac_succ_cnt_init 
+0x3c62 002413 jam tx_power_0db ,mem_tx_power 
+0x3c63 002415 jam 0x01 ,mem_24g_fast_conn_enable 
+0x3c64 002416 setarg 0x0f0f 
+0x3c65 002417 store 2 ,mem_24g_fast_conn_addr 
+0x3c66 002418 store 2 ,mem_24g_fast_conn_addr + 2 
+0x3c67 002421 fetch 2 ,mem_lap 
+0x3c68 002422 store 2 ,mem_lap + 4 
+0x3c69 002423 arg mem_le_lap ,contw 
+0x3c6a 002424 arg mem_lap ,contr 
+0x3c6b 002425 arg 0x06 ,loopcnt 
+0x3c6c 002426 call reverse_byte 
+0x3c6d 002428 jam 0x20 ,mem_lpm_mult_init 
+0x3c6e 002429 jam 0x34 ,mem_device1_type 
+0x3c6f 002430 fetch 6 ,mem_le_lap 
+0x3c70 002431 store 6 ,mem_device1_locall_addr 
+0x3c71 002432 jam 0x02 ,mem_mouse_bluetooth_type 
+0x3c72 002434 jam 0x1f ,mem_le_adv_data_len 
+0x3c73 002436 setarg 0x050102 
+0x3c74 002437 store 3 ,mem_le_adv_data 
+0x3c75 002438 setarg 0x120303 
+0x3c76 002439 istore 3 ,contw 
+0x3c77 002440 setarg 0x190318 
+0x3c78 002441 istore 3 ,contw 
+0x3c79 002442 setarg 0x03c2 
+0x3c7a 002443 istore 2 ,contw 
+0x3c7b 002445 setarg 0x06ff06 
+0x3c7c 002446 store 3 ,mem_le_adv_swift_pair 
+0x3c7d 002447 setarg 0x000300 
+0x3c7e 002448 istore 3 ,contw 
+0x3c7f 002449 setarg 0x090c80 
+0x3c80 002450 istore 3 ,contw 
+0x3c81 002452 setarg 0x355442 
+0x3c82 002453 istore 3 ,contw 
+0x3c83 002454 setarg 0x20322e 
+0x3c84 002455 istore 3 ,contw 
+0x3c85 002456 setarg 0x756f4d 
+0x3c86 002457 istore 3 ,contw 
+0x3c87 002458 setarg 0x6573 
+0x3c88 002459 istore 2 ,contw 
+0x3c89 002461 jam 0x1f ,mem_le_scan_data_len 
+0x3c8a 002462 arg mem_le_adv_swift_pair + 7 ,contr 
+0x3c8b 002463 arg mem_le_scan_data ,contw 
+0x3c8c 002464 arg 13 ,loopcnt 
+0x3c8d 002465 call memcpy 
+0x3c8e 002467 fetch 1 ,mem_le_scan_data 
+0x3c8f 002468 increase -1 ,pdata 
+0x3c90 002469 store 1 ,mem_le_name_len 
+0x3c91 002471 arg mem_le_scan_data + 2 ,contr 
+0x3c92 002472 arg mem_le_name_len + 1 ,contw 
+0x3c93 002473 arg 11 ,loopcnt 
+0x3c94 002474 call memcpy 
+0x3c95 002476 setarg 0x070007 
+0x3c96 002477 store 3 ,mem_le_interval_min 
+0x3c97 002478 setarg 0x002000 
+0x3c98 002479 istore 3 ,contw 
+0x3c99 002480 setarg 0x012c 
+0x3c9a 002481 istore 2 ,contw 
+0x3c9b 002483 setarg 0x181203 
+0x3c9c 002484 store 3 ,mem_le_adv_ind 
+0x3c9d 002486 setarg 0x0000ff 
+0x3c9e 002487 store 3 ,mem_le_adv_direct_ind 
+0x3c9f 002489 setsect 0 ,0xfb 
+0x3ca0 002490 setsect 1 ,0x2c212 
+0x3ca1 002491 setsect 2 ,0x800f 
+0x3ca2 002492 setsect 3 ,0x21 
+0x3ca3 002493 store 8 ,mem_local_rx_max_octets 
+0x3ca4 002495 jam 0x07 ,mem_le_adv_channel_map 
+0x3ca5 002497 setarg 0x0015 
+0x3ca6 002498 store 2 ,mem_le_keyboard_handle 
+0x3ca7 002499 setarg 0x0019 
+0x3ca8 002500 store 2 ,mem_le_notify_handle 
+0x3ca9 002501 setarg 0x001d 
+0x3caa 002502 store 2 ,mem_le_multimedia_handle 
+0x3cab 002503 setarg 0x0021 
+0x3cac 002504 store 2 ,mem_le_systemctrl_handle 
+0x3cad 002505 setarg 0x0030 
+0x3cae 002506 store 2 ,mem_le_battery_level_handle 
+0x3caf 002507 setarg 0x0022 
+0x3cb0 002508 store 2 ,mem_le_pairing_handle 
+0x3cb1 002510 jam 0x96 ,mem_le_battery_level_updata_timer_init 
+0x3cb2 002513 jam mode_24g_device ,mem_device_flag 
+0x3cb3 002514 call g24_enable_1m 
+0x3cb4 002515 call g24_pair_param_init 
+0x3cb5 002517 setarg 0x604800 
+0x3cb6 002518 store 3 ,mem_24g_enter_hibernate 
+0x3cb7 002519 setarg 0x012c 
+0x3cb8 002520 store 2 ,mem_24g_long_sleep_param_update_timer_init 
+0x3cb9 002521 setarg 0x0050 
+0x3cba 002522 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+0x3cbb 002523 setarg 0x05 
+0x3cbc 002524 store 2 ,mem_mouse_24g_power_on_fast_conn_timer 
+0x3cbd 002525 setarg 0x0708 
+0x3cbe 002526 store 2 ,mem_mouse_24g_search_dongle_time_init 
+0x3cbf 002530 setarg 0x010403 
+0x3cc0 002531 store 3 ,mem_mouse_dpi_seting 
+0x3cc1 002532 setarg 0x2a2002 
+0x3cc2 002533 istore 3 ,contw 
+0x3cc3 002534 setarg 0x22153f 
+0x3cc4 002535 istore 3 ,contw 
+0x3cc5 002536 setarg 0x114433 
+0x3cc6 002537 istore 3 ,contw 
+0x3cc7 002539 setarg 0x265a09 
+0x3cc8 002540 store 3 ,mem_sensor_3212_init 
+0x3cc9 002541 setarg 0x041934 
+0x3cca 002542 istore 3 ,contw 
+0x3ccb 002543 setarg 0x0009 
+0x3ccc 002544 istore 2 ,contw 
+0x3ccd 002545 setarg 0xffff 
+0x3cce 002546 istore 2 ,contw 
+0x3ccf 002548 setarg 0x0d5a09 
+0x3cd0 002549 store 3 ,mem_sensor_3205_init 
+0x3cd1 002550 setarg 0xed1d10 
+0x3cd2 002551 istore 3 ,contw 
+0x3cd3 002552 setarg 0x807d 
+0x3cd4 002553 istore 2 ,contw 
+0x3cd5 002554 setarg 0xffff 
+0x3cd6 002555 istore 2 ,contw 
+0x3cd7 002557 setarg 0xff5a09 
+0x3cd8 002558 store 3 ,mem_sensor_8650_init 
+0x3cd9 002559 setarg 0x40ab27 
+0x3cda 002560 istore 3 ,contw 
+0x3cdb 002561 setarg 0xa0d1be 
+0x3cdc 002562 istore 3 ,contw 
+0x3cdd 002563 setarg 0x12a141 
+0x3cde 002564 istore 3 ,contw 
+0x3cdf 002565 setarg 0xa784a5 
+0x3ce0 002566 istore 3 ,contw 
+0x3ce1 002567 setarg 0xd0b5ff 
+0x3ce2 002568 istore 3 ,contw 
+0x3ce3 002569 setarg 0xff00b6 
+0x3ce4 002570 istore 3 ,contw 
+0x3ce5 002571 setarg 0x000900 
+0x3ce6 002572 istore 3 ,contw 
+0x3ce7 002573 setarg 0xffff 
+0x3ce8 002574 istore 2 ,contw 
+0x3ce9 002576 setarg 0x0d5a09 
+0x3cea 002577 store 3 ,mem_sensor_ka8ul_init 
+0x3ceb 002578 setarg 0xc50e10 
+0x3cec 002579 istore 3 ,contw 
+0x3ced 002580 setarg 0x109a5b 
+0x3cee 002581 istore 3 ,contw 
+0x3cef 002582 setarg 0x421138 
+0x3cf0 002583 istore 3 ,contw 
+0x3cf1 002584 setarg 0x412828 
+0x3cf2 002585 istore 3 ,contw 
+0x3cf3 002586 setarg 0x394923 
+0x3cf4 002587 istore 3 ,contw 
+0x3cf5 002588 setarg 0x4bb04a 
+0x3cf6 002589 istore 3 ,contw 
+0x3cf7 002590 setarg 0x904ca0 
+0x3cf8 002591 istore 3 ,contw 
+0x3cf9 002592 setarg 0x09704d 
+0x3cfa 002593 istore 3 ,contw 
+0x3cfb 002594 setarg 0xffff00 
+0x3cfc 002595 istore 3 ,contw 
+0x3cfd 002597 setarg 0x46a509 
+0x3cfe 002598 store 3 ,mem_sensor_ka8g2_init 
+0x3cff 002599 setarg 0x101934 
+0x3d00 002600 istore 3 ,contw 
+0x3d01 002601 setarg 0x690760 
+0x3d02 002602 istore 3 ,contw 
+0x3d03 002603 setarg 0x207d04 
+0x3d04 002604 istore 3 ,contw 
+0x3d05 002605 setarg 0x09007e 
+0x3d06 002606 istore 3 ,contw 
+0x3d07 002607 setarg 0x220d00 
+0x3d08 002608 istore 3 ,contw 
+0x3d09 002609 setarg 0xff220e 
+0x3d0a 002610 istore 3 ,contw 
+0x3d0b 002611 jam 0xff ,mem_sensor_ka8g2_init + 21 
+0x3d0c 002613 setarg 0x0b5a09 
+0x3d0d 002614 store 3 ,mem_sensor_poweron_init 
+0x3d0e 002615 setarg 0x0009f3 
+0x3d0f 002616 istore 3 ,contw 
+0x3d10 002617 setarg 0xffff 
+0x3d11 002618 istore 2 ,contw 
+0x3d12 002621 branch app_sys_param_init 
+:      002624 mouse_param_init:
+0x3d13 002625 setarg mouse_bt_sdp_addr 
+0x3d14 002626 store 2 ,mem_ui_uuid_table 
+0x3d15 002627 setarg mouse_ble_att_list_addr 
+0x3d16 002628 store 2 ,mem_ui_le_uuid_table 
+0x3d17 002629 setarg 0x2580 
+0x3d18 002630 store 3 ,mem_class 
+0x3d19 002631 jam 3 ,mem_lpm_mult_timeout 
+0x3d1a 002632 jam 8 ,mem_lpm_overhead 
+0x3d1b 002633 jam dpi_button_state_up ,mem_select_device_button_statue 
+0x3d1c 002634 jam pb_button_state_up ,mem_select_device_button_statue 
+0x3d1d 002635 jam commbination_key_state_up ,mem_commbination_key_statue 
+0x3d1e 002636 setarg 0x0200 
+0x3d1f 002637 store 2 ,mem_lpm_interval 
+0x3d20 002638 jam 0x17 ,mem_le_local_mtu 
+0x3d21 002639 jam 0x17 ,mem_le_remote_mtu 
+0x3d22 002641 setarg 0x0a77 
+0x3d23 002642 store 2 ,mem_spi_init_clk 
+0x3d24 002644 setsect 0 ,0x306 
+0x3d25 002645 setsect 1 ,0x4440 
+0x3d26 002646 setsect 2 ,0x10000 
+0x3d27 002647 setsect 3 ,0x4408 
+0x3d28 002648 store 9 ,mem_all_uuid_16bits 
+0x3d29 002649 setsect 0 ,0x1224 
+0x3d2a 002650 setsect 1 ,0x4000 
+0x3d2b 002651 setsect 2 ,0x0 
+0x3d2c 002652 istore 5 ,contw 
+0x3d2d 002654 setsect 0 ,0x3ffff 
+0x3d2e 002655 setsect 1 ,0x2fe23 
+0x3d2f 002656 setsect 2 ,0x199d9 
+0x3d30 002657 setsect 3 ,0x20d 
+0x3d31 002658 store 8 ,mem_features 
+0x3d32 002660 setarg mem_le_tx_buffer0_omemalloc 
+0x3d33 002661 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+0x3d34 002662 setarg mouse_ble_l2cap_txbuff_size 
+0x3d35 002663 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+0x3d36 002665 call mouse_device_led_all_off 
+0x3d37 002666 call mouse_device_poweron_timer_init 
+0x3d38 002667 call mouse_adc_gpio_mux_init 
+0x3d39 002669 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d3a 002670 bbit0 mouse_enable_bt_125hz ,mouse_param_init_intervl_end 
+0x3d3b 002671 jam classic_interval_7_5ms ,mem_sniff_param_interval 
+0x3d3c 002672 setarg le_interval_7_5ms 
+0x3d3d 002673 store 2 ,mem_le_interval_min 
+0x3d3e 002674 store 2 ,mem_le_interval_min + 2 
+:      002675 mouse_param_init_intervl_end:
+0x3d3f 002676 call g24_interval_param_8ms 
+0x3d40 002677 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d41 002678 bbit0 mouse_enable_24g_250hz ,mouse_24g_short_sleep_set_end 
+0x3d42 002679 call g24_interval_param_4ms 
+:      002680 mouse_24g_short_sleep_set_end:
+0x3d43 002681 fetch 1 ,mem_device_flag 
+0x3d44 002682 store 1 ,mem_device_flag_temp 
+0x3d45 002683 fetch 3 ,mem_le_lap + 3 
+0x3d46 002684 store 3 ,mem_mouse_le_lap_temp 
+0x3d47 002685 fetch 1 ,mem_adc_config_flag_init 
+0x3d48 002686 and pdata ,0xfe ,pdata 
+0x3d49 002687 store 1 ,mem_adc_config_flag_init 
+0x3d4a 002688 store 1 ,mem_adc_config_flag 
+0x3d4b 002689 setarg 0 
+0x3d4c 002690 store 7 ,mem_mouse_key 
+0x3d4d 002691 fetch 1 ,mem_ui_button_timeout 
+0x3d4e 002692 store 1 ,mem_bt_discovery_count 
+0x3d4f 002693 store 1 ,mem_select_device_count 
+0x3d50 002694 call le_modified_name 
+0x3d51 002695 branch mouse_sensor_set_angle 
+:      002698 mouse_start_work:
+0x3d52 002699 bpatch patch18_3 ,mem_patch18 
+0x3d53 002700 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d54 002701 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_start_auto_pair_mode 
+0x3d55 002702 fetch 1 ,mem_device_flag 
+0x3d56 002703 beq mode_24g_device ,mouse_24g_start_mode 
+0x3d57 002704 call mouse_wakeup_from_power_check 
+0x3d58 002705 nbranch mouse_buletooth_fast_conn_init ,user 
+:      002706 mouse_start_reconnect_device:
+0x3d59 002707 bpatch patch18_4 ,mem_patch18 
+0x3d5a 002708 arg mem_device1_type ,rega 
+0x3d5b 002709 fetch 1 ,mem_device_flag 
+0x3d5c 002710 increase -1 ,pdata 
+0x3d5d 002711 mul32 pdata ,29 ,pdata 
+0x3d5e 002712 iadd rega ,rega 
+0x3d5f 002713 ifetch 1 ,rega 
+0x3d60 002714 store 1 ,mem_xrecord_mode 
+:      002715 mouse_start_reconnect:
+0x3d61 002716 fetch 1 ,mem_xrecord_mode 
+0x3d62 002717 beq rec_3_mode ,mouse3_0_check_reconn_target 
+0x3d63 002718 beq rec_4_mode ,mouse4_0_check_reconn_target 
+0x3d64 002719 branch mouse_start_discovery 
+:      002722 mouse_wakeup_from_power_check:
+0x3d65 002723 bpatch patch18_5 ,mem_patch18 
+0x3d66 002724 disable user 
+0x3d67 002725 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d68 002726 bbit0 mouse_enable_wakeup_from_power ,mouse_wakeup_from_power 
+0x3d69 002727 fetch 1 ,mem_wakup_from_power_flag 
+0x3d6a 002728 bbit0 bit_power_on ,mouse_wakeup_from_power 
+0x3d6b 002729 enable user 
+:      002730 mouse_wakeup_from_power:
+0x3d6c 002731 fetch 1 ,mem_reconn_times_init 
+0x3d6d 002732 store 1 ,mem_reconn_times 
+0x3d6e 002733 rtn 
+:      002736 mouse3_0_check_reconn_target:
+0x3d6f 002737 fetcht 2 ,mem_mouse_fast_page_to 
+0x3d70 002738 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x3d71 002739 beq 0xff ,mouse3_0_check_reconn_target_next 
+0x3d72 002740 fetcht 2 ,mem_mouse_page_to 
+:      002741 mouse3_0_check_reconn_target_next:
+0x3d73 002742 storet 2 ,mem_page_to 
+0x3d74 002743 fetch 6 ,mem_hci_plap 
+0x3d75 002744 branch app_bt_start_discovery_short ,blank 
+0x3d76 002745 jam 0x17 ,mem_app_connection_options 
+0x3d77 002746 fetch 1 ,mem_ssp_enable 
+0x3d78 002747 nbranch app_bt_start_reconnect ,blank 
+0x3d79 002748 jam 0x04 ,mem_app_connection_options 
+0x3d7a 002749 branch app_bt_start_reconnect 
+:      002751 mouse4_0_check_reconn_target:
+0x3d7b 002752 jam 1 ,mem_mouse_le_reconnect_flag 
+0x3d7c 002753 fetcht 1 ,mem_mouse_fast_direct_timeout 
+0x3d7d 002754 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x3d7e 002755 beq 0xff ,mouse4_0_check_reconn_target_next 
+0x3d7f 002756 fetcht 1 ,mem_mouse_direct_timeout 
+:      002757 mouse4_0_check_reconn_target_next:
+0x3d80 002758 storet 1 ,mem_mouse_direct_timer 
+0x3d81 002759 call app_lpm_mult_disable 
+0x3d82 002760 fetch 3 ,mem_le_adv_direct_ind 
+0x3d83 002761 store 3 ,mem_le_adv_data + 4 
+0x3d84 002762 call mouse_le_check_adv_flag 
+0x3d85 002763 setarg adv_flag_bredr_not_supported 
+0x3d86 002764 istore 1 ,contr 
+0x3d87 002765 arg mem_le_scan_data ,contr 
+0x3d88 002766 call mouse_le_adv_data_update 
+0x3d89 002767 branch check_51cmd_adv 
+:      002771 mouse_usb_check_enable:
+0x3d8a 002772 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d8b 002773 rtnbit0 mouse_enable_usb 
+0x3d8c 002774 setarg mouse_usb_config_param 
+0x3d8d 002775 store 2 ,mem_cb_usb_config 
+0x3d8e 002776 jam mouse_usb_interface_remove ,mem_mouse_usb_vdd_status 
+0x3d8f 002777 branch mouse_usb_interface_check 
+:      002779 mouse_usb_config_param:
+0x3d90 002780 call mouse_usb_config_kb_check 
+0x3d91 002781 call mouse_usb_config_param_init 
+0x3d92 002782 branch mouse_usb_config_param_setup 
+:      002784 mouse_usb_config_kb_check:
+0x3d93 002785 jam dongle_kb_bind_eeprom_offect ,mem_mouse_usb_keyboard_flag 
+0x3d94 002786 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d95 002787 rtnbit0 mouse_enable_keyboard 
+0x3d96 002788 jam dongle_kb_bind_success ,mem_mouse_usb_keyboard_flag 
+0x3d97 002789 rtn 
+:      002791 mouse_usb_config_param_init:
+0x3d98 002792 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d99 002793 bbit1 mouse_enable_usb_250 ,mouse_usb_report_rate_set_250hz 
+0x3d9a 002794 bbit1 mouse_enable_usb_500 ,mouse_usb_report_rate_set_500hz 
+0x3d9b 002795 bbit1 mouse_enable_usb_1000 ,mouse_usb_report_rate_set_1000hz 
+0x3d9c 002796 jam 0x19 ,mem_wire_usb_interval 
+0x3d9d 002797 jam 0x08 ,mem_usb_tx_interval 
+0x3d9e 002798 rtn 
+:      002799 mouse_usb_report_rate_set_250hz:
+0x3d9f 002800 jam 0x0c ,mem_wire_usb_interval 
+0x3da0 002801 jam 0x04 ,mem_usb_tx_interval 
+0x3da1 002802 rtn 
+:      002803 mouse_usb_report_rate_set_500hz:
+0x3da2 002804 jam 0x06 ,mem_wire_usb_interval 
+0x3da3 002805 jam 0x02 ,mem_usb_tx_interval 
+0x3da4 002806 rtn 
+:      002807 mouse_usb_report_rate_set_1000hz:
+0x3da5 002808 jam 0x03 ,mem_wire_usb_interval 
+0x3da6 002809 jam 0x01 ,mem_usb_tx_interval 
+0x3da7 002810 rtn 
+:      002812 mouse_usb_config_param_setup:
+0x3da8 002813 call usb_tx_interval_config 
+0x3da9 002814 call mouse_usb_vid_pid_config 
+0x3daa 002815 branch mouse_usb_hid_icon_config 
+:      002817 mouse_usb_vid_pid_config:
+0x3dab 002818 fetch 1 ,mem_usb_vid_pid 
+0x3dac 002819 rtn blank 
+0x3dad 002820 fetch 1 ,mem_mouse_usb_keyboard_flag 
+0x3dae 002821 beq dongle_kb_bind_success ,dongle_usb_vid_pid_for_suit 
+0x3daf 002822 branch dongle_usb_vid_pid_for_mouse_only_auto_pair 
+:      002824 mouse_usb_hid_icon_config:
+0x3db0 002825 fetch 1 ,mem_mouse_usb_keyboard_flag 
+0x3db1 002826 branch dongle_usb_hid_icon_config + 1 
+:      002829 mouse_usb_check:
+0x3db2 002830 fetch 1 ,core_usb_addr 
+0x3db3 002831 bbit0 7 ,mouse_usb_no_exsit 
+0x3db4 002832 bbit1 7 ,mouse_usb_exsit 
+0x3db5 002833 rtn 
+:      002834 mouse_usb_no_exsit:
+0x3db6 002835 fetch 1 ,mem_usb_addr 
+0x3db7 002836 rtnbit0 7 
+0x3db8 002837 branch soft_reset_chip 
+:      002838 mouse_usb_exsit:
+0x3db9 002839 fetch 1 ,mem_usb_addr 
+0x3dba 002840 rtnbit1 7 
+0x3dbb 002841 call mouse_24g_stop 
+0x3dbc 002842 branch mouse_stop_bluetooth_mode 
+:      002844 mouse_usb_isr:
+0x3dbd 002845 fetch mouse_flag_len ,mem_mouse_flag 
+0x3dbe 002846 rtnbit0 mouse_enable_usb 
+0x3dbf 002847 call usb_isr 
+0x3dc0 002848 branch mouse_usb_interface_check 
+:      002852 mouse_usb_interface_check:
+0x3dc1 002853 bpatch patch18_6 ,mem_patch18 
+0x3dc2 002854 fetcht 1 ,mem_usb_offline_check_gpio 
+0x3dc3 002855 call gpio_get_bit 
+0x3dc4 002856 branch mouse_usb_gpio_low ,true 
+0x3dc5 002857 branch mouse_usb_gpio_high 
+:      002860 mouse_usb_gpio_low:
+0x3dc6 002861 fetch 1 ,mem_mouse_usb_vdd_status 
+0x3dc7 002862 rtneq mouse_usb_interface_remove 
+0x3dc8 002863 jam mouse_usb_interface_remove ,mem_mouse_usb_vdd_status 
+0x3dc9 002864 jam 0 ,mem_usb_device_enumeration_endflag 
+0x3dca 002865 jam 0 ,mem_usb_status 
+0x3dcb 002866 jam 0 ,mem_usb_state 
+0x3dcc 002867 branch mouse_init_wireless 
+:      002870 mouse_usb_gpio_high:
+0x3dcd 002871 fetch 1 ,mem_mouse_usb_vdd_status 
+0x3dce 002872 rtneq mouse_usb_interface_insert 
+0x3dcf 002873 jam mouse_usb_interface_insert ,mem_mouse_usb_vdd_status 
+0x3dd0 002874 call mouse_24g_stop 
+0x3dd1 002875 call mouse_stop_bluetooth_mode 
+0x3dd2 002876 call mouse_device_led_all_off 
+0x3dd3 002877 branch usb_init 
+:      002880 mouse_usb_mode:
+0x3dd4 002881 fetch mouse_flag_len ,mem_mouse_flag 
+0x3dd5 002882 rtnbit0 mouse_enable_usb 
+0x3dd6 002883 call mouse_usb_check 
+0x3dd7 002884 fetch 1 ,core_usb_addr 
+0x3dd8 002885 store 1 ,mem_usb_addr 
+0x3dd9 002886 rtnbit0 7 
+0x3dda 002887 call mouse_clkn_check 
+0x3ddb 002888 fetch 4 ,mem_btclk_sensor 
+0x3ddc 002889 fetcht 1 ,mem_wire_usb_interval 
+0x3ddd 002890 iadd temp ,temp 
+0x3dde 002891 copy clkn_bt ,pdata 
+0x3ddf 002892 isub temp ,null 
+0x3de0 002893 nrtn positive 
+0x3de1 002894 store 4 ,mem_btclk_sensor 
+0x3de2 002895 call mouse_motion 
+0x3de3 002896 nrtn user 
+:      002897 mouse_push_data_to_usb:
+0x3de4 002898 fetch 1 ,core_usb_addr 
+0x3de5 002899 rtnbit0 7 
+0x3de6 002900 fetch mouse_flag_len ,mem_mouse_flag 
+0x3de7 002901 bbit0 mouse_enable_keyboard ,mouse_push_mouse_data_to_usb 
+0x3de8 002902 fetch 1 ,mem_customer_key 
+0x3de9 002903 beq 1 ,mouse_push_keyboard_data_to_usb 
+:      002904 mouse_push_mouse_data_to_usb:
+0x3dea 002905 call dongle_usb_tx_ms_data 
+0x3deb 002906 setarg ms_report_id 
+0x3dec 002907 store 1 ,mem_usb_mouse_data 
+0x3ded 002908 fetch 7 ,mem_mouse_key 
+0x3dee 002909 istore 7 ,contw 
+0x3def 002910 rtn 
+:      002912 mouse_push_keyboard_data_to_usb:
+0x3df0 002913 fetch 1 ,mem_customer_data_trigger 
+0x3df1 002914 branch mouse_push_release_keyboard_data_to_usb ,blank 
+0x3df2 002915 fetch 8 ,mem_customer_key_press + 1 
+:      002916 mouse_push_keyboard_package_data_to_usb:
+0x3df3 002917 store 8 ,mem_pdatatemp 
+0x3df4 002918 fetch 1 ,mem_customer_key_press 
+0x3df5 002919 beq kb_multikey_report_id ,mouse_push_multimedia_key_data_to_usb 
+0x3df6 002920 beq kb_system_conctrl_report_id ,mouse_push_systemctrl_key_data_to_usb 
+0x3df7 002921 call dongle_usb_tx_kb_data 
+0x3df8 002922 fetch 8 ,mem_pdatatemp 
+0x3df9 002923 store 8 ,mem_usb_kb_data 
+0x3dfa 002924 rtn 
+:      002926 mouse_push_release_keyboard_data_to_usb:
+0x3dfb 002927 fetch 8 ,mem_customer_key_release + 1 
+0x3dfc 002928 branch mouse_push_keyboard_package_data_to_usb 
+:      002930 mouse_push_multimedia_key_data_to_usb:
+0x3dfd 002931 call dongle_usb_tx_enable_ep2 
+0x3dfe 002932 jam usb_ep2_multikey ,mem_usb_ep2_data 
+0x3dff 002933 setarg kb_multikey_report_id 
+0x3e00 002934 store 1 ,mem_usb_kb_multikey 
+0x3e01 002935 fetch 2 ,mem_pdatatemp 
+0x3e02 002936 istore 2 ,contw 
+0x3e03 002937 rtn 
+:      002939 mouse_push_systemctrl_key_data_to_usb:
+0x3e04 002940 call dongle_usb_tx_enable_ep2 
+0x3e05 002941 jam usb_ep2_systemkey ,mem_usb_ep2_data 
+0x3e06 002942 setarg kb_system_conctrl_report_id 
+0x3e07 002943 store 1 ,mem_usb_kb_system 
+0x3e08 002944 fetch 1 ,mem_pdatatemp 
+0x3e09 002945 istore 1 ,contw 
+0x3e0a 002946 rtn 
+:      002954 mouse_clkn_check:
+0x3e0b 002955 fetcht 4 ,mem_btclk_sensor 
+0x3e0c 002956 copy clkn_bt ,pdata 
+0x3e0d 002957 isub temp ,null 
+0x3e0e 002958 ncall mouse_clkn_timeout ,positive 
+0x3e0f 002959 rtn 
+:      002960 mouse_clkn_timeout:
+0x3e10 002961 setarg 0 
+0x3e11 002962 store 4 ,mem_btclk_sensor 
+0x3e12 002963 rtn 
+:      002967 mouse_lpm_check_wake_lock:
+0x3e13 002968 bmark1 mark_24g ,app_get_lpm_wake_lock 
+0x3e14 002969 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x3e15 002970 branch app_get_lpm_wake_lock ,blank 
+0x3e16 002971 fetch 1 ,mem_mouse_le_conn_param_reject 
+0x3e17 002972 beq le_lpm_disable ,app_get_lpm_wake_lock 
+0x3e18 002973 fetch 2 ,mem_sdp_remote_cid 
+0x3e19 002974 nbranch app_get_lpm_wake_lock ,blank 
+0x3e1a 002975 fetch 1 ,mem_mouse_wheel_trigger 
+0x3e1b 002976 nbranch app_get_lpm_wake_lock ,blank 
+0x3e1c 002977 branch app_put_lpm_wake_lock 
+:      002979 mouse_delay_enter_hibernata:
+0x3e1d 002980 fetch 1 ,mem_mouse_direct_timeout 
+0x3e1e 002981 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
+0x3e1f 002982 rtn 
+:      002985 mouse_app_enter_hibernate:
+0x3e20 002986 bpatch patch18_7 ,mem_patch18 
+0x3e21 002987 call mouse_sensor_reset 
+0x3e22 002988 call mouse_sensor_powerdown 
+0x3e23 002989 call mouse_setgpio_hibernate 
+0x3e24 002990 branch app_enter_hibernate 
+:      002993 mouse_before_hibernate:
+0x3e25 002994 bpatch patch19_0 ,mem_patch19 
+0x3e26 002995 enable user 
+0x3e27 002996 fetch 4 ,0x8138 
+0x3e28 002997 setflag user ,26 ,pdata 
+0x3e29 002998 store 4 ,core_lpm_reg 
+0x3e2a 002999 call lpm_write_ctrl 
+0x3e2b 003000 call disable_authrom 
+0x3e2c 003001 call mouse_device_led_all_off 
+0x3e2d 003002 call mouse_before_hibernate_wheel_gpio_set 
+0x3e2e 003003 call mouse_setgpio_hibernate 
+0x3e2f 003004 call mouse_flash_power_down 
+0x3e30 003005 call gpio_set_before_lpm_common 
+0x3e31 003006 fetcht 1 ,mem_sensor_motion_gpio 
+0x3e32 003007 branch gpio_clr_wake 
+:      003010 mouse_setgpio_hibernate:
+0x3e33 003011 bpatch patch19_1 ,mem_patch19 
+0x3e34 003012 call mouse_set_sdio_high 
+0x3e35 003013 call clear_wake 
+0x3e36 003014 call mouse_lpm_before_common 
+0x3e37 003015 call gpio_pd_idle 
+0x3e38 003016 arg 19 ,temp 
+0x3e39 003017 call mouse_gpio_config_input_pu 
+0x3e3a 003018 branch mouse_gpio_set_high_impedance 
+:      003022 mouse_process_lpm_before:
+0x3e3b 003023 rtnmark1 mark_24g 
+0x3e3c 003024 call mouse_lpm_before_common 
+0x3e3d 003025 fetch 1 ,mem_lpm_current_mult 
+0x3e3e 003026 nrtn blank 
+0x3e3f 003027 branch gpio_clr_wake 
+:      003029 mouse_lpm_before_common:
+0x3e40 003030 bpatch patch19_2 ,mem_patch19 
+0x3e41 003032 call mouse_wheel_check 
+0x3e42 003033 fetcht 1 ,mem_mouse_sensor_sclk_gpio 
+0x3e43 003034 call gpio_config_output 
+:      003035 mouse_lpm_before_common_next:
+0x3e44 003036 call twspi_disable 
+0x3e45 003038 fetcht 1 ,mem_lbutton_gpio 
+0x3e46 003039 call gpio_set_wake 
+0x3e47 003040 fetcht 1 ,mem_rbutton_gpio 
+0x3e48 003041 call gpio_set_wake 
+0x3e49 003042 fetcht 1 ,mem_mbutton_gpio 
+0x3e4a 003043 call gpio_set_wake 
+0x3e4b 003045 fetcht 1 ,mem_bk_button_gpio 
+0x3e4c 003046 call gpio_set_wake 
+0x3e4d 003047 fetcht 1 ,mem_fw_button_gpio 
+0x3e4e 003048 call gpio_set_wake 
+0x3e4f 003049 fetcht 1 ,mem_dpi_button_gpio 
+0x3e50 003050 call gpio_set_wake 
+0x3e51 003051 fetcht 1 ,mem_config_select_device_button_gpio 
+0x3e52 003052 call gpio_set_wake 
+0x3e53 003054 fetcht 1 ,mem_customer_key_gpio 
+0x3e54 003055 call gpio_set_wake 
+0x3e55 003057 fetcht 1 ,mem_whee_a_data_gpio 
+0x3e56 003058 call gpio_set_wake_by_current_state 
+0x3e57 003059 fetcht 1 ,mem_whee_b_data_gpio 
+0x3e58 003060 call gpio_set_wake_by_current_state 
+0x3e59 003061 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3e5a 003062 call gpio_set_wake_by_current_state 
+0x3e5b 003063 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3e5c 003064 call gpio_set_wake_by_current_state 
+0x3e5d 003065 fetcht 1 ,mem_sensor_motion_gpio 
+0x3e5e 003066 branch gpio_set_wake 
+:      003070 mouse_set_mult:
+0x3e5f 003071 fetch 2 ,mem_ui_state_map 
+0x3e60 003072 bbit1 ui_state_ble_connected ,mouse_set_ble_mult 
+0x3e61 003073 fetch 2 ,mem_ui_state_map 
+0x3e62 003074 bbit1 ui_state_bt_connected ,mouse_set_bt_mult 
+0x3e63 003075 rtn 
+:      003076 mouse_set_ble_mult:
+0x3e64 003077 copy rega ,pdata 
+0x3e65 003078 nbranch le_set_config_short_mult ,blank 
+0x3e66 003079 branch le_clr_config_short_mult 
+:      003080 mouse_set_bt_mult:
+0x3e67 003081 copy rega ,pdata 
+0x3e68 003082 nbranch classic_bt_set_mult_short_flag ,blank 
+0x3e69 003083 branch classic_bt_clr_mult_short_flag 
+:      003089 mouse_adc_gpio_set:
+0x3e6a 003090 fetch 1 ,mem_adc_config_flag 
+0x3e6b 003091 rtnne adc_config_gpio 
+:      003092 mouse_adc_gpio_check_output:
+0x3e6c 003093 bpatch patch19_3 ,mem_patch19 
+0x3e6d 003094 fetcht 1 ,mem_adc_channel 
+0x3e6e 003095 sub temp ,3 ,null 
+0x3e6f 003096 branch mouse_adc_gpio_4_7_set ,positive 
+0x3e70 003097 increase 5 ,temp 
+0x3e71 003098 storet 1 ,mem_adc_channel_gpio 
+:      003099 mouse_adc_gpio_set_next:
+0x3e72 003100 copy temp ,rega 
+0x3e73 003101 call gpio_get_config 
+0x3e74 003102 beq gpcfg_output_high ,mouse_set_24g_led_statue 
+0x3e75 003103 call mouse_clear_24g_led_statue 
+0x3e76 003104 copy rega ,temp 
+0x3e77 003105 branch gpio_set_high_impedance 
+:      003107 mouse_adc_gpio_4_7_set:
+0x3e78 003108 increase 4 ,temp 
+0x3e79 003109 storet 1 ,mem_adc_channel_gpio 
+0x3e7a 003110 branch mouse_adc_gpio_set_next 
+:      003112 mouse_adc_vol_init:
+0x3e7b 003113 fetch 1 ,mem_adc_config_flag_init 
+0x3e7c 003114 beq adc_config_gpio ,mouse_adc_gpio_vol_init 
+0x3e7d 003115 beq adc_config_vinlpm ,mouse_adc_gpio_vinlpm_init 
+0x3e7e 003116 jam adc_config_vinlpm ,mem_adc_config_flag_init 
+0x3e7f 003117 setarg 0x2c0172 
+0x3e80 003118 store 3 ,mem_mouse_vdd_full_vol 
+0x3e81 003119 setarg 0x014001 
+0x3e82 003120 istore 3 ,contw 
+0x3e83 003121 rtn 
+:      003122 mouse_adc_gpio_vol_init:
+0x3e84 003123 setarg 0x5d0099 
+0x3e85 003124 store 3 ,mem_mouse_vdd_full_vol 
+0x3e86 003125 setarg 0x007100 
+0x3e87 003126 istore 3 ,contw 
+0x3e88 003127 rtn 
+:      003128 mouse_adc_gpio_vinlpm_init:
+0x3e89 003129 setarg 0xc8012c 
+0x3e8a 003130 store 3 ,mem_mouse_vdd_full_vol 
+0x3e8b 003131 setarg 0x00dc00 
+0x3e8c 003132 istore 3 ,contw 
+0x3e8d 003133 rtn 
+:      003137 mouse_adc_gpio_mux_init:
+0x3e8e 003138 fetch mouse_flag_len ,mem_mouse_flag 
+0x3e8f 003139 rtnbit0 mouse_enable_adc 
+0x3e90 003140 jam mouse_adc_check_multiple ,mem_adc_mux_status 
+0x3e91 003141 rtnbit1 mouse_enable_dpi_key_connect_adc 
+0x3e92 003142 rtnbit1 mouse_enable_select_device_by_switch_adc 
+0x3e93 003143 jam mouse_adc_check_battery_only ,mem_adc_mux_status 
+0x3e94 003144 rtn 
+:      003146 mouse_adc_read_interval:
+0x3e95 003147 fetch 1 ,mem_adc_read_timer 
+0x3e96 003148 increase 1 ,pdata 
+0x3e97 003149 store 1 ,mem_adc_read_timer 
+0x3e98 003150 fetcht 1 ,mem_adc_read_time_init 
+0x3e99 003151 isub temp ,null 
+0x3e9a 003152 rtn 
+:      003155 mouse_adc_read:
+0x3e9b 003156 fetch mouse_flag_len ,mem_mouse_flag 
+0x3e9c 003157 rtnbit0 mouse_enable_adc 
+0x3e9d 003158 call mouse_adc_gpio_set 
+0x3e9e 003159 fetch 1 ,mem_adc_mux_status 
+0x3e9f 003160 branch mouse_adc_read_battery ,blank 
+0x3ea0 003161 fetch 1 ,mem_adc_config_flag 
+0x3ea1 003162 beq adc_config_gpio ,mouse_adc_read_gpio_mux_start 
+0x3ea2 003163 jam mouse_adc_check_vinlpm_multiple ,mem_adc_mux_status 
+0x3ea3 003164 call mouse_adc_read_interval 
+0x3ea4 003165 branch mouse_adc_read_gpio ,positive 
+0x3ea5 003166 call mouse_adc_read_vinlpm 
+0x3ea6 003167 branch mouse_adc_read_start 
+:      003169 mouse_adc_read_gpio_mux_start:
+0x3ea7 003170 jam mouse_adc_check_gpio_multiple ,mem_adc_mux_status 
+0x3ea8 003171 branch mouse_adc_read_start 
+:      003173 mouse_adc_read_gpio:
+0x3ea9 003174 call mouse_adc_gpio_check_output 
+0x3eaa 003175 jam adc_config_gpio ,mem_adc_config_flag 
+0x3eab 003176 fetch 1 ,mem_24g_device_led_status 
+0x3eac 003177 ncall mouse_adc_read_vinlpm ,blank 
+0x3ead 003178 branch mouse_adc_read_start 
+:      003180 mouse_adc_read_vinlpm:
+0x3eae 003181 jam 0 ,mem_adc_read_timer 
+0x3eaf 003182 fetch 1 ,mem_adc_config_flag_init 
+0x3eb0 003183 store 1 ,mem_adc_config_flag 
+0x3eb1 003184 rtn 
+:      003186 mouse_adc_read_battery:
+0x3eb2 003187 fetch 1 ,mem_adc_config_flag 
+0x3eb3 003188 bne adc_config_gpio ,mouse_adc_read_battery_start 
+0x3eb4 003189 fetch 1 ,mem_24g_device_led_status 
+0x3eb5 003190 nrtn blank 
+:      003191 mouse_adc_read_battery_start:
+0x3eb6 003192 call mouse_adc_read_interval 
+0x3eb7 003193 nrtn positive 
+:      003194 mouse_adc_read_start:
+0x3eb8 003195 bpatch patch19_4 ,mem_patch19 
+0x3eb9 003196 fetch 1 ,mem_24g_device_led_status 
+0x3eba 003197 nrtn blank 
+0x3ebb 003198 jam 0 ,mem_adc_read_timer 
+0x3ebc 003199 call vdd_calculate_by_mode 
+0x3ebd 003200 store 2 ,mem_mouse_vdd_now_vol 
+0x3ebe 003201 fetch 1 ,mem_adc_config_flag 
+0x3ebf 003202 bne adc_config_gpio ,mouse_adc_data_process 
+0x3ec0 003203 fetcht 2 ,mem_mouse_vdd_now_vol 
+0x3ec1 003204 mul32 temp ,8 ,pdata 
+0x3ec2 003205 div pdata ,10 
+0x3ec3 003206 call get_div_result 
+0x3ec4 003207 iadd temp ,pdata 
+0x3ec5 003208 store 2 ,mem_mouse_vdd_now_vol 
+:      003209 mouse_adc_data_process:
+0x3ec6 003210 arg mem_mouse_vdd_calculate_set ,rega 
+0x3ec7 003211 call mouse_adc_bat_percent_lowpower_out 
+0x3ec8 003212 fetch 1 ,mem_adc_power_flag 
+0x3ec9 003213 bbit1 2 ,mouse_adc_button_press 
+0x3eca 003214 bbit1 1 ,mouse_power_down 
+0x3ecb 003215 bbit0 0 ,mouse_adc_no_low_voltage 
+:      003216 mouse_adc_data_process_next:
+0x3ecc 003217 jam 1 ,mem_mouse_adc_last_low_voltage_flag 
+0x3ecd 003218 branch mouse_adc_low_voltage 
+:      003220 mouse_adc_low_voltage:
+0x3ece 003221 arg mouse_low_voltage_flag ,queue 
+0x3ecf 003222 branch mouse_enable_function_flag 
+:      003223 mouse_adc_no_low_voltage:
+0x3ed0 003224 arg mouse_low_voltage_flag ,queue 
+0x3ed1 003225 call mouse_disable_function_flag 
+0x3ed2 003226 jam 12 ,mem_adc_low_volatage_led_timer_count 
+0x3ed3 003227 fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
+0x3ed4 003228 rtn blank 
+0x3ed5 003229 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
+0x3ed6 003230 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+0x3ed7 003231 branch mouse_led_off 
+:      003235 mouse_adc_bat_percent_lowpower_out:
+0x3ed8 003236 bpatch patch19_5 ,mem_patch19 
+0x3ed9 003237 ifetch 8 ,rega 
+0x3eda 003238 store 8 ,mem_pdatatemp 
+0x3edb 003239 fetch 1 ,mem_adc_mux_status 
+0x3edc 003240 beq mouse_adc_check_battery_only ,mouse_adc_bat_percent_lowpower_out_battery 
+0x3edd 003241 beq mouse_adc_check_gpio_multiple ,mouse_adc_bat_percent_lowpower_out_gpio_multiple 
+0x3ede 003242 beq mouse_adc_check_vinlpm_multiple ,mouse_adc_bat_percent_lowpower_out_vinlpm_multiple 
+:      003243 mouse_adc_bat_percent_lowpower_out_gpio_multiple:
+0x3edf 003244 fetch mouse_flag_len ,mem_mouse_flag 
+0x3ee0 003245 bbit0 mouse_enable_dpi_key_connect_adc ,mouse_adc_bat_percent_lowpower_out_gpio_switch 
+0x3ee1 003246 fetch 2 ,mem_pdatatemp + 6 
+0x3ee2 003247 fetcht 2 ,mem_mouse_vdd_button_press_vol 
+0x3ee3 003248 isub temp ,null 
+0x3ee4 003249 nbranch mouse_adc_set_button_press_flag ,positive 
+:      003251 mouse_adc_bat_percent_lowpower_out_gpio_switch:
+0x3ee5 003252 fetch mouse_flag_len ,mem_mouse_flag 
+0x3ee6 003253 bbit0 mouse_enable_select_device_by_switch_adc ,mouse_adc_bat_percent_lowpower_out_battery 
+0x3ee7 003254 jam 0 ,mem_mouse_adc_button_press_flag 
+0x3ee8 003255 fetch 2 ,mem_pdatatemp + 6 
+0x3ee9 003256 fetcht 2 ,mem_mouse_vdd_switch_gnd_24g_vol 
+0x3eea 003257 isub temp ,null 
+0x3eeb 003258 nbranch mouse_select_24gdevice ,positive 
+0x3eec 003259 call mouse_select_btdevice 
+0x3eed 003260 branch mouse_adc_bat_percent_lowpower_out_battery 
+:      003262 mouse_select_24gdevice:
+0x3eee 003263 call mouse_check_select_24gdevice 
+0x3eef 003264 branch mouse_adc_bat_percent_lowpower_out_battery 
+:      003267 mouse_adc_bat_percent_lowpower_out_battery:
+0x3ef0 003268 call mouse_adc_clear_button_press_flag 
+0x3ef1 003269 call adc_clear_no_power_flag 
+0x3ef2 003270 call adc_clear_low_power_flag 
+0x3ef3 003271 fetch 2 ,mem_pdatatemp + 6 
+0x3ef4 003272 fetcht 2 ,mem_pdatatemp + 2 
+0x3ef5 003273 isub temp ,null 
+0x3ef6 003274 ncall adc_set_no_power_flag ,positive 
+0x3ef7 003276 fetcht 2 ,mem_pdatatemp + 4 
+0x3ef8 003277 isub temp ,null 
+0x3ef9 003278 ncall adc_set_low_power_flag ,positive 
+:      003280 mouse_adc_bat_level_set:
+0x3efa 003281 fetch 2 ,mem_pdatatemp + 6 
+0x3efb 003282 fetcht 2 ,mem_pdatatemp 
+0x3efc 003283 isub temp ,null 
+0x3efd 003284 branch mouse_adc_bat_level_100_percent ,positive 
+0x3efe 003285 fetcht 2 ,mem_pdatatemp + 2 
+0x3eff 003286 isub temp ,pdata 
+0x3f00 003287 nbranch mouse_adc_bat_level_0_percent ,positive 
+0x3f01 003288 branch mouse_adc_bat_level_0_percent ,blank 
+0x3f02 003289 mul32 pdata ,100 ,rega 
+0x3f03 003290 fetch 2 ,mem_pdatatemp 
+0x3f04 003291 fetcht 2 ,mem_pdatatemp + 2 
+0x3f05 003292 isub temp ,temp 
+0x3f06 003293 copy rega ,pdata 
+0x3f07 003294 idiv temp 
+0x3f08 003295 call get_div_result 
+0x3f09 003296 store 1 ,mem_le_battery_level_percentage 
+0x3f0a 003297 rtn 
+:      003299 mouse_adc_bat_level_100_percent:
+0x3f0b 003300 jam 100 ,mem_le_battery_level_percentage 
+0x3f0c 003301 rtn 
+:      003302 mouse_adc_bat_level_0_percent:
+0x3f0d 003303 jam 0 ,mem_le_battery_level_percentage 
+0x3f0e 003304 rtn 
+:      003307 mouse_adc_bat_percent_lowpower_out_vinlpm_multiple:
+0x3f0f 003308 fetch 1 ,mem_adc_config_flag 
+0x3f10 003309 beq adc_config_gpio ,mouse_adc_bat_percent_lowpower_out_gpio_multiple 
+0x3f11 003310 branch mouse_adc_bat_percent_lowpower_out_battery 
+:      003313 mouse_adc_set_button_press_flag:
+0x3f12 003314 fetcht 1 ,mem_adc_power_flag 
+0x3f13 003315 set1 2 ,temp 
+0x3f14 003316 storet 1 ,mem_adc_power_flag 
+0x3f15 003317 rtn 
+:      003319 mouse_adc_clear_button_press_flag:
+0x3f16 003320 fetcht 1 ,mem_adc_power_flag 
+0x3f17 003321 set0 2 ,temp 
+0x3f18 003322 storet 1 ,mem_adc_power_flag 
+0x3f19 003323 rtn 
+:      003325 mouse_adc_button_press:
+0x3f1a 003326 jam 1 ,mem_mouse_adc_button_press_flag 
+0x3f1b 003327 rtn 
+:      003329 mouse_power_down:
+0x3f1c 003330 call mouse_device_led_all_off 
+0x3f1d 003331 branch mouse_app_enter_hibernate 
+:      003336 mouse_gpio_init:
+0x3f1e 003337 fetcht 1 ,mem_eeprom_wp_gpio 
+0x3f1f 003338 call gpio_config_output 
+0x3f20 003339 call usb_offline_check_init 
+0x3f21 003340 fetcht 1 ,mem_lbutton_gpio 
+0x3f22 003341 call mouse_gpio_config_input_pu 
+0x3f23 003342 fetcht 1 ,mem_rbutton_gpio 
+0x3f24 003343 call mouse_gpio_config_input_pu 
+0x3f25 003344 fetcht 1 ,mem_mbutton_gpio 
+0x3f26 003345 call mouse_gpio_config_input_pu 
+0x3f27 003346 fetcht 1 ,mem_bk_button_gpio 
+0x3f28 003347 call mouse_gpio_config_input_pu 
+0x3f29 003348 fetcht 1 ,mem_fw_button_gpio 
+0x3f2a 003349 call mouse_gpio_config_input_pu 
+0x3f2b 003350 fetcht 1 ,mem_dpi_button_gpio 
+0x3f2c 003351 call mouse_gpio_config_input_pu 
+0x3f2d 003353 fetcht 1 ,mem_matrix_public_gpio 
+0x3f2e 003354 call mouse_gpio_config_input_pu 
+0x3f2f 003356 fetcht 1 ,mem_config_select_device_button_gpio 
+0x3f30 003357 call mouse_gpio_config_input_pu 
+0x3f31 003359 fetcht 1 ,mem_customer_key_gpio 
+0x3f32 003360 call mouse_gpio_config_input_pu 
+0x3f33 003362 fetcht 1 ,mem_whee_a_data_gpio 
+0x3f34 003363 call mouse_gpio_config_input_pu 
+0x3f35 003365 fetcht 1 ,mem_whee_b_data_gpio 
+0x3f36 003366 call mouse_gpio_config_input_pu 
+0x3f37 003368 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3f38 003369 call mouse_gpio_config_input_pu 
+0x3f39 003370 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3f3a 003371 call mouse_gpio_config_input_pu 
+0x3f3b 003373 fetcht 1 ,mem_sensor_motion_gpio 
+0x3f3c 003374 call mouse_gpio_config_input_pu 
+0x3f3d 003376 fetcht 1 ,mem_device_switch_gpio 
+0x3f3e 003377 call mouse_gpio_config_input_pu 
+0x3f3f 003380 fetcht 1 ,mem_sensor_reset_gpio 
+0x3f40 003381 call gpio_config_output 
+0x3f41 003383 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+0x3f42 003384 call gpio_config_output 
+0x3f43 003386 fetcht 1 ,mem_config_device_24g_led_gpio 
+0x3f44 003387 call gpio_config_output 
+0x3f45 003389 fetcht 1 ,mem_config_device_bt1_led_gpio 
+0x3f46 003390 call gpio_config_output 
+0x3f47 003392 fetcht 1 ,mem_config_device_bt2_led_gpio 
+0x3f48 003393 call gpio_config_output 
+0x3f49 003395 fetcht 1 ,mem_dpi_led_gpio 
+0x3f4a 003396 call gpio_config_output 
+0x3f4b 003398 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x3f4c 003399 branch mouse_gpio_config_input_pu 
+:      003402 mouse_gpio_set_pupd_by_input:
+0x3f4d 003403 sub temp ,ui_button_gpio_disable ,null 
+0x3f4e 003404 rtn zero 
+0x3f4f 003405 and temp ,0x7f ,queue 
+0x3f50 003406 fetch 4 ,core_gpio_in 
+0x3f51 003407 qisolate1 pdata 
+0x3f52 003408 branch mouse_gpio_config_input_pu ,true 
+0x3f53 003409 branch mouse_gpio_config_input_pd 
+:      003412 mouse_gpio_config_input_pd:
+0x3f54 003413 set1 gpio_active_bit ,temp 
+0x3f55 003414 branch gpio_config_input 
+:      003416 mouse_gpio_config_input_pu:
+0x3f56 003417 set0 gpio_active_bit ,temp 
+0x3f57 003418 branch gpio_config_input 
+:      003420 mouse_gpio_set_high_impedance:
+0x3f58 003421 fetch 3 ,mem_mouse_set_high_impedance_bit_set 
+0x3f59 003422 store 3 ,mem_pdatatemp 
+0x3f5a 003423 arg 20 ,loopcnt 
+0x3f5b 003424 arg 0 ,temp 
+:      003425 mouse_gpio_set_high_impedance_bit_loop:
+0x3f5c 003426 fetch 3 ,mem_pdatatemp 
+0x3f5d 003427 isolate1 0 ,pdata 
+0x3f5e 003428 call gpio_set_high_impedance ,true 
+0x3f5f 003429 fetch 3 ,mem_pdatatemp 
+0x3f60 003430 lshift pdata ,pdata 
+0x3f61 003431 store 3 ,mem_pdatatemp 
+0x3f62 003432 increase 1 ,temp 
+0x3f63 003433 loop mouse_gpio_set_high_impedance_bit_loop 
+0x3f64 003434 rtn 
+:      003441 mouse_sensor_spi_init:
+0x3f65 003442 call mouse_spid_init_pin 
+0x3f66 003443 jam 0x73 ,mem_spi_init_clk 
+0x3f67 003445 call mouse_spi_init 
+0x3f68 003446 branch twspi_enable 
+:      003448 mouse_spi_write_flash_cb:
+:      003449 mouse_spi_init:
+0x3f69 003450 branch spid_init 
+:      003452 mouse_spid_init_pin:
+0x3f6a 003453 fetch 1 ,mem_mouse_sensor_sclk_gpio 
+0x3f6b 003454 arg gpcfg_spid_sck ,temp 
+0x3f6c 003455 call gpio_config_function_int 
+0x3f6d 003456 fetch 1 ,mem_mouse_sensor_sdio_gpio 
+0x3f6e 003457 arg gpcfg_spid_sdio ,temp 
+0x3f6f 003458 branch gpio_config_function_int 
+:      003466 mouse_motion:
+0x3f70 003467 bpatch patch19_6 ,mem_patch19 
+0x3f71 003468 disable user 
+0x3f72 003469 setarg 0 
+0x3f73 003470 store 6 ,mem_mouse_x 
+0x3f74 003471 call mouse_check_sensor_data 
+0x3f75 003472 call mouse_zwheel 
+0x3f76 003473 call mouse_t_zwheel 
+0x3f77 003474 call mouse_key 
+0x3f78 003475 fetch 1 ,mem_mouse_key 
+0x3f79 003476 and_into 0x1f ,pdata 
+0x3f7a 003477 store 1 ,mem_mouse_key 
+0x3f7b 003478 nbranch mouse_drawing_optima_init ,user 
+0x3f7c 003479 call mouse_drawing_optima 
+0x3f7d 003480 branch mouse_no_data_timer_init 
+:      003485 mouse_zwheel:
+0x3f7e 003486 fetch 1 ,mem_mouse_z_data 
+0x3f7f 003487 rtn blank 
+0x3f80 003488 store 1 ,mem_mouse_z 
+0x3f81 003489 jam 0 ,mem_mouse_z_data 
+0x3f82 003490 branch enable_user 
+:      003492 mouse_t_zwheel:
+0x3f83 003493 fetch 1 ,mem_mouse_tz_data 
+0x3f84 003494 rtn blank 
+0x3f85 003495 store 1 ,mem_mouse_tz 
+0x3f86 003496 jam 0 ,mem_mouse_tz_data 
+0x3f87 003497 branch enable_user 
+:      003499 mouse_wheel_check:
+0x3f88 003500 call mouse_t_wheel_scan 
+0x3f89 003501 call mouse_wheel_scan 
+0x3f8a 003502 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3f8b 003503 fetcht 1 ,mem_wheel_tb_old_pinlevel 
+0x3f8c 003504 store 1 ,mem_wheel_tb_old_pinlevel 
+0x3f8d 003505 isub temp ,null 
+0x3f8e 003506 nbranch app_lpm_wake_auto_lock ,zero 
+0x3f8f 003507 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3f90 003508 fetcht 1 ,mem_mwheel_b_old_pinlevel 
+0x3f91 003509 store 1 ,mem_mwheel_b_old_pinlevel 
+0x3f92 003510 isub temp ,null 
+0x3f93 003511 nbranch app_lpm_wake_auto_lock ,zero 
+0x3f94 003512 rtn 
+:      003513 mouse_t_wheel_scan:
+0x3f95 003514 fetch 1 ,mem_whee_ta_data_gpio 
+0x3f96 003515 rtneq gpio_disable 
+0x3f97 003516 arg 0 ,rega 
+0x3f98 003517 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3f99 003518 call gpio_get_bit 
+0x3f9a 003519 setflag true ,0 ,rega 
+0x3f9b 003520 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3f9c 003521 call gpio_get_bit 
+0x3f9d 003522 setflag true ,1 ,rega 
+0x3f9e 003523 copy rega ,pdata 
+0x3f9f 003524 store 1 ,mem_wheel_tb_new_pinlevel 
+0x3fa0 003525 beq 0x01 ,mouse_t_wheel_scan_judge1 
+0x3fa1 003526 beq 0x02 ,mouse_t_wheel_scan_judge2 
+0x3fa2 003527 fetch 1 ,mem_wheel_tog 
+0x3fa3 003528 bbit1 7 ,mouse_t_wheel_scan_judge3 
+0x3fa4 003529 rtn 
+:      003531 mouse_t_wheel_scan_judge1:
+0x3fa5 003532 fetch 1 ,mem_wheel_tb_old_pinlevel 
+0x3fa6 003533 beq 0 ,mouse_t_wheel_scan_judge11 
+0x3fa7 003534 beq 3 ,mouse_t_wheel_scan_judge12 
+0x3fa8 003535 rtn 
+:      003536 mouse_t_wheel_scan_judge2:
+0x3fa9 003537 fetch 1 ,mem_wheel_tb_old_pinlevel 
+0x3faa 003538 beq 0 ,mouse_t_wheel_scan_judge21 
+0x3fab 003539 beq 3 ,mouse_t_wheel_scan_judge22 
+0x3fac 003540 rtn 
+:      003541 mouse_t_wheel_scan_judge11:
+0x3fad 003542 jam 0x82 ,mem_wheel_tog 
+0x3fae 003543 rtn 
+:      003544 mouse_t_wheel_scan_judge12:
+0x3faf 003545 jam 0x81 ,mem_wheel_tog 
+0x3fb0 003546 rtn 
+:      003547 mouse_t_wheel_scan_judge21:
+0x3fb1 003548 jam 0x80 ,mem_wheel_tog 
+0x3fb2 003549 rtn 
+:      003550 mouse_t_wheel_scan_judge22:
+0x3fb3 003551 jam 0x83 ,mem_wheel_tog 
+0x3fb4 003552 rtn 
+:      003553 mouse_t_wheel_scan_judge3:
+0x3fb5 003554 fetch 1 ,mem_wheel_tog 
+0x3fb6 003555 set0 7 ,pdata 
+0x3fb7 003556 store 1 ,mem_wheel_tog 
+0x3fb8 003557 beq 0 ,mouse_t_wheel_scan_judge30 
+0x3fb9 003558 beq 1 ,mouse_t_wheel_scan_judge31 
+0x3fba 003559 beq 2 ,mouse_t_wheel_scan_judge32 
+0x3fbb 003560 beq 3 ,mouse_t_wheel_scan_judge33 
+0x3fbc 003561 rtn 
+:      003562 mouse_t_wheel_scan_judge30:
+0x3fbd 003563 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3fbe 003564 beq 3 ,mouse_wheel_t_forward 
+0x3fbf 003565 rtn 
+:      003566 mouse_t_wheel_scan_judge31:
+0x3fc0 003567 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3fc1 003568 beq 0 ,mouse_wheel_t_forward 
+0x3fc2 003569 rtn 
+:      003570 mouse_t_wheel_scan_judge32:
+0x3fc3 003571 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3fc4 003572 beq 3 ,mouse_wheel_t_back 
+0x3fc5 003573 rtn 
+:      003574 mouse_t_wheel_scan_judge33:
+0x3fc6 003575 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3fc7 003576 beq 0 ,mouse_wheel_t_back 
+0x3fc8 003577 rtn 
+:      003578 mouse_wheel_t_forward:
+0x3fc9 003579 fetch 1 ,mem_mouse_tz_data 
+0x3fca 003580 increase 1 ,pdata 
+0x3fcb 003581 store 1 ,mem_mouse_tz_data 
+0x3fcc 003582 rtn 
+:      003583 mouse_wheel_t_back:
+0x3fcd 003584 fetch 1 ,mem_mouse_tz_data 
+0x3fce 003585 increase -1 ,pdata 
+0x3fcf 003586 store 1 ,mem_mouse_tz_data 
+0x3fd0 003587 rtn 
+:      003590 mouse_wheel_scan:
+0x3fd1 003591 fetch 1 ,mem_whee_a_data_gpio 
+0x3fd2 003592 rtneq gpio_disable 
+0x3fd3 003593 arg 0 ,rega 
+0x3fd4 003594 fetcht 1 ,mem_whee_a_data_gpio 
+0x3fd5 003595 call gpio_get_bit 
+0x3fd6 003596 setflag true ,0 ,rega 
+0x3fd7 003597 fetcht 1 ,mem_whee_b_data_gpio 
+0x3fd8 003598 call gpio_get_bit 
+0x3fd9 003599 setflag true ,1 ,rega 
+0x3fda 003600 copy rega ,pdata 
+0x3fdb 003601 store 1 ,mem_mwheel_b_new_pinlevel 
+0x3fdc 003602 beq 0x01 ,mouse_wheel_scan_judge1 
+0x3fdd 003603 beq 0x02 ,mouse_wheel_scan_judge2 
+0x3fde 003604 fetch 1 ,mem_mwheel_tog 
+0x3fdf 003605 bbit1 7 ,mouse_wheel_scan_judge3 
+0x3fe0 003606 rtn 
+:      003608 mouse_wheel_scan_judge1:
+0x3fe1 003609 fetch 1 ,mem_mwheel_b_old_pinlevel 
+0x3fe2 003610 beq 0 ,mouse_wheel_scan_judge11 
+0x3fe3 003611 beq 3 ,mouse_wheel_scan_judge12 
+0x3fe4 003612 rtn 
+:      003613 mouse_wheel_scan_judge2:
+0x3fe5 003614 fetch 1 ,mem_mwheel_b_old_pinlevel 
+0x3fe6 003615 beq 0 ,mouse_wheel_scan_judge21 
+0x3fe7 003616 beq 3 ,mouse_wheel_scan_judge22 
+0x3fe8 003617 rtn 
+:      003618 mouse_wheel_scan_judge11:
+0x3fe9 003619 jam 0x82 ,mem_mwheel_tog 
+0x3fea 003620 rtn 
+:      003621 mouse_wheel_scan_judge12:
+0x3feb 003622 jam 0x81 ,mem_mwheel_tog 
+0x3fec 003623 rtn 
+:      003624 mouse_wheel_scan_judge21:
+0x3fed 003625 jam 0x80 ,mem_mwheel_tog 
+0x3fee 003626 rtn 
+:      003627 mouse_wheel_scan_judge22:
+0x3fef 003628 jam 0x83 ,mem_mwheel_tog 
+0x3ff0 003629 rtn 
+:      003630 mouse_wheel_scan_judge3:
+0x3ff1 003631 fetch 1 ,mem_mwheel_tog 
+0x3ff2 003632 set0 7 ,pdata 
+0x3ff3 003633 store 1 ,mem_mwheel_tog 
+0x3ff4 003634 beq 0 ,mouse_wheel_scan_judge30 
+0x3ff5 003635 beq 1 ,mouse_wheel_scan_judge31 
+0x3ff6 003636 beq 2 ,mouse_wheel_scan_judge32 
+0x3ff7 003637 beq 3 ,mouse_wheel_scan_judge33 
+0x3ff8 003638 rtn 
+:      003639 mouse_wheel_scan_judge30:
+0x3ff9 003640 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3ffa 003641 beq 3 ,mouse_wheel_forward 
+0x3ffb 003642 rtn 
+:      003643 mouse_wheel_scan_judge31:
+0x3ffc 003644 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3ffd 003645 beq 0 ,mouse_wheel_forward 
+0x3ffe 003646 rtn 
+:      003647 mouse_wheel_scan_judge32:
+0x3fff 003648 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x4000 003649 beq 3 ,mouse_wheel_back 
+0x4001 003650 rtn 
+:      003651 mouse_wheel_scan_judge33:
+0x4002 003652 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x4003 003653 beq 0 ,mouse_wheel_back 
+0x4004 003654 rtn 
+:      003655 mouse_wheel_forward:
+0x4005 003656 fetch 1 ,mem_mouse_z_data 
+0x4006 003657 increase 1 ,pdata 
+0x4007 003658 store 1 ,mem_mouse_z_data 
+0x4008 003659 rtn 
+:      003660 mouse_wheel_back:
+0x4009 003661 fetch 1 ,mem_mouse_z_data 
+0x400a 003662 increase -1 ,pdata 
+0x400b 003663 store 1 ,mem_mouse_z_data 
+0x400c 003664 rtn 
+:      003667 mouse_wheel_gpio_set_wake:
+0x400d 003668 fetcht 1 ,mem_whee_a_data_gpio 
+0x400e 003669 call gpio_set_wake_by_current_state 
+0x400f 003670 fetcht 1 ,mem_whee_b_data_gpio 
+0x4010 003671 call gpio_set_wake_by_current_state 
+0x4011 003672 fetcht 1 ,mem_whee_ta_data_gpio 
+0x4012 003673 call gpio_set_wake_by_current_state 
+0x4013 003674 fetcht 1 ,mem_whee_tb_data_gpio 
+0x4014 003675 branch gpio_set_wake_by_current_state 
+:      003677 mouse_before_hibernate_wheel_gpio_set:
+0x4015 003678 fetcht 1 ,mem_whee_a_data_gpio 
+0x4016 003679 call mouse_gpio_set_pupd_by_input 
+0x4017 003680 fetcht 1 ,mem_whee_b_data_gpio 
+0x4018 003681 call mouse_gpio_set_pupd_by_input 
+0x4019 003682 fetcht 1 ,mem_whee_ta_data_gpio 
+0x401a 003683 call mouse_gpio_set_pupd_by_input 
+0x401b 003684 fetcht 1 ,mem_whee_tb_data_gpio 
+0x401c 003685 branch mouse_gpio_set_pupd_by_input 
+:      003687 mouse_wheel_trigger:
+0x401d 003688 fetch 2 ,mem_mouse_z 
+0x401e 003689 rtn blank 
+0x401f 003690 jam 1 ,mem_mouse_wheel_trigger 
+0x4020 003691 jam 10 ,mem_mouse_wheel_trigger_timer 
+0x4021 003692 rtn 
+:      003694 mouse_wheel_trigger_timer:
+0x4022 003695 arg mem_mouse_wheel_trigger_timer ,regc 
+0x4023 003696 arg mouse_wheel_trigger_disable ,regb 
+0x4024 003697 branch timer_single_step 
+:      003698 mouse_wheel_trigger_disable:
+0x4025 003699 jam 0 ,mem_mouse_wheel_trigger 
+0x4026 003700 rtn 
+:      003709 mouse_dpi_check:
+0x4027 003710 fetch mouse_flag_len ,mem_mouse_flag 
+0x4028 003711 bbit1 mouse_enable_dpi_key_connect_adc ,mouse_dpi_check_connect_adc 
+0x4029 003712 fetch 1 ,mem_dpi_button_gpio 
+0x402a 003713 rtneq gpio_disable 
+0x402b 003714 arg 0 ,rega 
+0x402c 003715 jam mouse_dpi_key ,mem_mouse_key_temp 
+0x402d 003716 fetcht 1 ,mem_dpi_button_gpio 
+0x402e 003717 call mouse_dpi_key_check 
+:      003718 mouse_dpi_check_next:
+0x402f 003719 store 1 ,mem_mouse_dpikey_press_status 
+0x4030 003720 fetch 1 ,mem_matrix_public_gpio 
+0x4031 003721 beq gpio_disable ,mouse_3io6key_dpi_check_end 
+0x4032 003722 call mouse_matrix_public_gpio_reset 
+:      003723 mouse_dpi_check_exit:
+0x4033 003724 copy rega ,pdata 
+0x4034 003725 bbit1 mouse_dpi_key ,mouse_dpi_down 
+0x4035 003726 branch mouse_dpi_up 
+:      003728 mouse_dpi_check_connect_adc:
+0x4036 003729 fetch 1 ,mem_mouse_adc_button_press_flag 
+0x4037 003730 branch mouse_dpi_up ,blank 
+0x4038 003731 branch mouse_dpi_down 
+:      003733 mouse_dpi_key_check:
+0x4039 003734 fetch mouse_flag_len ,mem_mouse_flag 
+0x403a 003735 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
+0x403b 003736 fetch 1 ,mem_mouse_dpikey_press_status 
+0x403c 003737 copy pdata ,regc 
+0x403d 003738 fetch 1 ,mem_matrix_public_gpio 
+0x403e 003739 beq gpio_disable ,mouse_3io6key_check 
+:      003740 mouse_dpi_key_check_next:
+0x403f 003741 fetch 1 ,mem_mouse_ghost_flag 
+0x4040 003742 nbranch mouse_dpi_check_end ,blank 
+0x4041 003743 branch mouse_dpi_key_connect_matrix 
+:      003745 mouse_3io6key_dpi_check_end:
+0x4042 003746 fetcht 1 ,mem_dpi_button_gpio 
+0x4043 003747 call mouse_gpio_config_input_pu 
+0x4044 003748 branch mouse_dpi_check_exit 
+:      003750 mouse_dpi_check_end:
+0x4045 003751 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+0x4046 003752 jam 0 ,mem_mouse_dpikey_press_status 
+0x4047 003753 rtn 
+:      003755 mouse_dpi_key_connect_gnd:
+0x4048 003756 fetch 1 ,mem_mouse_dpikey_press_status 
+0x4049 003757 branch mouse_check_key_connect_gnd 
+:      003759 mouse_dpi_key_connect_matrix:
+0x404a 003760 call gpio_get_bit 
+0x404b 003761 fetcht 1 ,mem_matrix_public_gpio 
+0x404c 003762 branch mouse_dpi_key_connect_gnd ,true 
+0x404d 003763 fetcht 1 ,mem_matrix_public_gpio 
+0x404e 003764 call gpio_out_active 
+0x404f 003765 fetcht 1 ,mem_dpi_button_gpio 
+0x4050 003766 fetch 1 ,mem_mouse_dpikey_press_status 
+0x4051 003767 branch mouse_check_key_connect_gnd 
+:      003770 mouse_dpi_down:
+0x4052 003771 fetch 1 ,mem_mouse_dpi_button_state 
+0x4053 003772 rtneq dpi_button_state_down 
+0x4054 003773 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+0x4055 003774 fetch mouse_flag_len ,mem_mouse_flag 
+0x4056 003775 rtnbit1 mouse_enable_select_device_by_dpi_button 
+0x4057 003776 rtnbit1 mouse_enable_dpi_key_long_press_disconvery 
+0x4058 003777 branch mouse_dpi_process 
+:      003779 mouse_dpi_up:
+0x4059 003780 fetch 1 ,mem_mouse_dpi_button_state 
+0x405a 003781 rtneq dpi_button_state_up 
+0x405b 003782 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+0x405c 003783 fetch mouse_flag_len ,mem_mouse_flag 
+0x405d 003784 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_dpi_up_next 
+0x405e 003785 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_dpi_up_next 
+0x405f 003786 rtn 
+:      003787 mouse_dpi_up_next:
+0x4060 003788 fetch 1 ,mem_mouse_dpi_long_press_flag 
+0x4061 003789 nbranch mouse_dpi_up_after_long_press ,blank 
+0x4062 003790 fetch 1 ,mem_select_device_count 
+0x4063 003791 ncall mouse_dpi_process ,blank 
+:      003792 mouse_dpi_up_after_long_press:
+0x4064 003793 jam 0 ,mem_mouse_dpi_long_press_flag 
+0x4065 003794 fetch 1 ,mem_ui_button_timeout 
+0x4066 003795 store 1 ,mem_select_device_count 
+0x4067 003796 store 1 ,mem_bt_discovery_count 
+0x4068 003797 rtn 
+:      003799 mouse_dpi_process:
+0x4069 003800 bpatch patch19_7 ,mem_patch19 
+0x406a 003801 call mouse_dpi_ghost_check 
+0x406b 003802 rtn user 
+0x406c 003803 fetch 1 ,mem_mouse_dpi 
+0x406d 003804 increase 1 ,pdata 
+0x406e 003805 and pdata ,0x03 ,pdata 
+0x406f 003806 store 1 ,mem_mouse_dpi 
+0x4070 003807 call mouse_seting_dpi 
+0x4071 003808 branch mouse_store_device_info_delay 
+:      003810 mouse_dpi_ghost_check:
+0x4072 003811 disable user 
+0x4073 003812 fetch mouse_flag_len ,mem_mouse_flag 
+0x4074 003813 rtnbit1 mouse_enable_dpi_key_connect_gnd 
+0x4075 003814 rtnbit1 mouse_enable_dpi_key_connect_adc 
+0x4076 003815 fetch 1 ,mem_mouse_lkey_press_status 
+0x4077 003816 rtn blank 
+0x4078 003817 fetch 1 ,mem_mouse_rkey_press_status 
+0x4079 003818 rtn blank 
+0x407a 003819 enable user 
+0x407b 003820 rtn 
+:      003823 mouse_dpi_key_check_long_press:
+0x407c 003824 fetch mouse_flag_len ,mem_mouse_flag 
+0x407d 003825 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_select_device_by_dpi_button 
+0x407e 003826 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_discovery_by_dpi_button 
+0x407f 003827 rtn 
+:      003830 mouse_select_device_by_dpi_button:
+0x4080 003831 fetch 1 ,mem_mouse_dpi_button_state 
+0x4081 003832 rtnne dpi_button_state_down 
+0x4082 003833 arg mem_select_device_count ,regc 
+0x4083 003834 arg mouse_ready_reconnection_by_dpi_button ,regb 
+0x4084 003835 branch timer_single_step 
+:      003837 mouse_ready_reconnection_by_dpi_button:
+0x4085 003838 jam 1 ,mem_mouse_dpi_long_press_flag 
+0x4086 003839 branch mouse_ready_reconnection_by_button 
+:      003841 mouse_discovery_by_dpi_button:
+0x4087 003842 fetch 1 ,mem_mouse_dpi_button_state 
+0x4088 003843 rtnne dpi_button_state_down 
+0x4089 003844 arg mem_bt_discovery_count ,regc 
+0x408a 003845 arg mouse_long_dpi_button_bt_discovery ,regb 
+0x408b 003846 branch timer_single_step 
+:      003848 mouse_long_dpi_button_bt_discovery:
+0x408c 003849 jam 1 ,mem_mouse_dpi_long_press_flag 
+0x408d 003850 branch mouse_long_button_bt_discovery 
+:      003854 mouse_dpi_config:
+0x408e 003855 branch mouse_seting_sensor_type 
+:      003858 mouse_setting_dpi_4_level:
+0x408f 003859 fetch mouse_flag_len ,mem_mouse_flag 
+0x4090 003860 rtnbit1 mouse_enable_dpi_level_4 
+0x4091 003861 fetch 1 ,mem_mouse_dpi 
+0x4092 003862 rtnne mouse_dpi_level4 
+0x4093 003863 jam mouse_dpi_level1 ,mem_mouse_dpi 
+0x4094 003864 rtn 
+:      003867 mouse_seting_dpi:
+0x4095 003868 bpatch patch1a_0 ,mem_patch1a 
+0x4096 003869 call mouse_setting_dpi_4_level 
+0x4097 003870 call mouse_dpi_led_blink_delay 
+:      003871 mouse_seting_sensor_type:
+0x4098 003872 fetch 1 ,mem_config_sensor_type 
+0x4099 003873 beq p3212 ,mouse_seting_3212_dpi 
+0x409a 003874 beq ka8g2 ,mouse_seting_ka8g2_dpi 
+0x409b 003875 fetch 1 ,mem_mouse_dpi 
+0x409c 003876 beq mouse_dpi_level1 ,mouse_set_cpi0 
+0x409d 003877 beq mouse_dpi_level2 ,mouse_set_cpi1 
+0x409e 003878 beq mouse_dpi_level3 ,mouse_set_cpi2 
+0x409f 003879 beq mouse_dpi_level4 ,mouse_set_cpi3 
+:      003880 mouse_set_cpi1:
+0x40a0 003881 fetcht 1 ,mem_320x_dpi_1 
+0x40a1 003882 branch mouse_dpi_store 
+:      003883 mouse_set_cpi0:
+0x40a2 003884 fetcht 1 ,mem_320x_dpi_0 
+0x40a3 003885 branch mouse_dpi_store 
+:      003886 mouse_set_cpi2:
+0x40a4 003887 fetcht 1 ,mem_320x_dpi_2 
+0x40a5 003888 branch mouse_dpi_store 
+:      003889 mouse_set_cpi3:
+0x40a6 003890 fetcht 1 ,mem_320x_dpi_3 
+0x40a7 003891 branch mouse_dpi_store 
+:      003893 mouse_dpi_store:
+0x40a8 003894 fetch 1 ,mem_config_sensor_type 
+0x40a9 003895 beq p3065_xy ,mouse_3065xy_set_dpi 
+0x40aa 003896 beq mx8650 ,mouse_3065xy_set_dpi 
+0x40ab 003897 beq ka8 ,mouse_ka8_set_dpi 
+0x40ac 003898 beq p6520 ,mouse_ka8_set_dpi 
+0x40ad 003899 beq p8009 ,mouse_3065xy_set_dpi 
+:      003900 mouse_dpi_write:
+0x40ae 003901 storet 1 ,mem_mouse_cpi_count 
+0x40af 003902 setarg mouse_dpi_address 
+0x40b0 003903 call twspi_read 
+0x40b1 003904 and pdata ,0xf8 ,temp 
+0x40b2 003905 fetch 1 ,mem_mouse_cpi_count 
+0x40b3 003906 iadd temp ,pdata 
+0x40b4 003907 lshift8 pdata ,pdata 
+0x40b5 003908 add pdata ,mouse_dpi_address ,pdata 
+0x40b6 003909 branch twspi_write 
+:      003911 mouse_3065xy_set_dpi:
+0x40b7 003912 increase -1 ,temp 
+0x40b8 003913 branch mouse_dpi_write 
+:      003915 mouse_ka8_set_dpi:
+0x40b9 003916 increase 2 ,temp 
+0x40ba 003917 branch mouse_dpi_write 
+:      003919 mouse_seting_3212_dpi:
+0x40bb 003920 fetch 1 ,mem_mouse_dpi 
+0x40bc 003921 beq mouse_dpi_level1 ,mouse_set_p3212_cpi0 
+0x40bd 003922 beq mouse_dpi_level2 ,mouse_set_p3212_cpi1 
+0x40be 003923 beq mouse_dpi_level3 ,mouse_set_p3212_cpi2 
+0x40bf 003924 beq mouse_dpi_level4 ,mouse_set_p3212_cpi3 
+:      003925 mouse_set_p3212_cpi1:
+0x40c0 003926 fetch 1 ,mem_3212_dpi_1 
+0x40c1 003927 branch mouse_p3212_dpi 
+:      003928 mouse_set_p3212_cpi0:
+0x40c2 003929 fetch 1 ,mem_3212_dpi_0 
+0x40c3 003930 branch mouse_p3212_dpi 
+:      003931 mouse_set_p3212_cpi2:
+0x40c4 003932 fetch 1 ,mem_3212_dpi_2 
+0x40c5 003933 branch mouse_p3212_dpi 
+:      003934 mouse_set_p3212_cpi3:
+0x40c6 003935 fetch 1 ,mem_3212_dpi_3 
+:      003936 mouse_p3212_dpi:
+0x40c7 003937 store 1 ,mem_mouse_cpi_count 
+0x40c8 003938 lshift8 pdata ,pdata 
+0x40c9 003939 copy pdata ,rega 
+0x40ca 003940 add pdata ,mouse_p3212_dpi_xaddress ,pdata 
+0x40cb 003941 call twspi_write 
+0x40cc 003942 copy rega ,pdata 
+0x40cd 003943 add pdata ,mouse_p3212_dpi_yaddress ,pdata 
+0x40ce 003944 branch twspi_write 
+:      003946 mouse_seting_ka8g2_dpi:
+0x40cf 003947 fetch 1 ,mem_mouse_dpi 
+0x40d0 003948 beq mouse_dpi_level1 ,mouse_set_pka8g2_cpi0 
+0x40d1 003949 beq mouse_dpi_level2 ,mouse_set_pka8g2_cpi1 
+0x40d2 003950 beq mouse_dpi_level3 ,mouse_set_pka8g2_cpi2 
+0x40d3 003951 beq mouse_dpi_level4 ,mouse_set_pka8g2_cpi3 
+:      003952 mouse_set_pka8g2_cpi1:
+0x40d4 003953 fetch 1 ,mem_ka8g2_dpi_1 
+0x40d5 003954 branch mouse_p3212_dpi 
+:      003956 mouse_set_pka8g2_cpi0:
+0x40d6 003957 fetch 1 ,mem_ka8g2_dpi_0 
+0x40d7 003958 branch mouse_p3212_dpi 
+:      003960 mouse_set_pka8g2_cpi2:
+0x40d8 003961 fetch 1 ,mem_ka8g2_dpi_2 
+0x40d9 003962 branch mouse_p3212_dpi 
+:      003964 mouse_set_pka8g2_cpi3:
+0x40da 003965 fetch 1 ,mem_ka8g2_dpi_3 
+0x40db 003966 branch mouse_p3212_dpi 
+:      003974 mouse_key:
+0x40dc 003975 call mouse_check_key_gpio 
+0x40dd 003976 call mouse_ghost_key_check 
+0x40de 003977 call mouse_set_mult 
+0x40df 003978 call mouse_24g_key 
+0x40e0 003979 copy rega ,pdata 
+0x40e1 003980 fetcht 1 ,mem_mouse_key_last 
+0x40e2 003981 store 1 ,mem_mouse_key_last 
+0x40e3 003982 store 1 ,mem_mouse_key 
+0x40e4 003983 ixor temp ,pdata 
+0x40e5 003984 sub pdata ,0 ,null 
+0x40e6 003985 rtn zero 
+0x40e7 003986 branch enable_user 
+:      003988 mouse_24g_key:
+0x40e8 003989 rtnmark0 mark_24g 
+0x40e9 003990 copy rega ,pdata 
+0x40ea 003991 rtn blank 
+0x40eb 003992 store 1 ,mem_mouse_key 
+0x40ec 003993 branch enable_user 
+:      003995 mouse_ghost_key_check:
+0x40ed 003996 jam 0 ,mem_mouse_matrix_key_cow_count 
+0x40ee 003997 jam 0 ,mem_mouse_matrix_key_row_count 
+0x40ef 003998 jam 0 ,mem_mouse_ghost_flag 
+0x40f0 003999 copy pdata ,temp 
+0x40f1 004000 call mouse_ghost_key_check_l_bk 
+0x40f2 004001 call mouse_ghost_key_check_m_fw 
+0x40f3 004002 call mouse_ghost_key_check_bk_fw 
+0x40f4 004003 call mouse_ghost_key_check_lmr 
+0x40f5 004004 fetch 1 ,mem_mouse_matrix_key_row_count 
+0x40f6 004005 rtn blank 
+0x40f7 004006 fetch 1 ,mem_mouse_matrix_key_cow_count 
+0x40f8 004007 rtn blank 
+0x40f9 004008 jam 1 ,mem_mouse_ghost_flag 
+0x40fa 004009 fetch 1 ,mem_mouse_key_last 
+0x40fb 004010 copy pdata ,rega 
+0x40fc 004011 rtn 
+:      004013 mouse_ghost_key_check_l_bk:
+0x40fd 004014 and temp ,mouse_l_bk_button ,pdata 
+0x40fe 004015 beq mouse_l_bk_button ,mouse_matrix_cow_more_than_one_key 
+0x40ff 004016 rtn 
+:      004017 mouse_ghost_key_check_m_fw:
+0x4100 004018 and temp ,mouse_m_fw_button ,pdata 
+0x4101 004019 beq mouse_m_fw_button ,mouse_matrix_cow_more_than_one_key 
+0x4102 004020 rtn 
+:      004021 mouse_ghost_key_check_bk_fw:
+0x4103 004022 and temp ,mouse_bk_fw_button ,pdata 
+0x4104 004023 beq mouse_bk_fw_button ,mouse_matrix_row_more_than_one_key 
+0x4105 004024 rtn 
+:      004026 mouse_ghost_key_check_lmr:
+0x4106 004027 and temp ,mouse_lmr_button ,pdata 
+0x4107 004028 beq mouse_lr_button ,mouse_matrix_row_more_than_one_key 
+0x4108 004029 beq mouse_lm_button ,mouse_matrix_row_more_than_one_key 
+0x4109 004030 beq mouse_rm_button ,mouse_matrix_row_more_than_one_key 
+0x410a 004031 beq mouse_lmr_button ,mouse_matrix_row_more_than_one_key 
+0x410b 004032 rtn 
+:      004035 mouse_matrix_row_more_than_one_key:
+0x410c 004036 jam 1 ,mem_mouse_matrix_key_row_count 
+0x410d 004037 rtn 
+:      004039 mouse_matrix_cow_more_than_one_key:
+0x410e 004040 jam 1 ,mem_mouse_matrix_key_cow_count 
+0x410f 004041 rtn 
+:      004043 mouse_key_check_once:
+0x4110 004044 call mouse_check_key_gpio_once 
+0x4111 004045 call mouse_check_key_gpio 
+0x4112 004046 setarg 0x00 
+0x4113 004047 store 3 ,mem_mouse_lkey_press_status 
+0x4114 004048 rtn 
+:      004050 mouse_check_key_gpio:
+0x4115 004051 bpatch patch1a_1 ,mem_patch1a 
+0x4116 004052 fetch 1 ,mem_sensor_shutdown_flag 
+0x4117 004053 ncall mouse_check_key_gpio_once ,blank 
+0x4118 004054 arg 0 ,rega 
+0x4119 004055 call mouse_check_lkey_gpio 
+0x411a 004056 call mouse_check_rkey_gpio 
+0x411b 004057 call mouse_check_mkey_gpio 
+0x411c 004058 call mouse_check_bkkey_gpio 
+0x411d 004059 call mouse_check_fwkey_gpio 
+:      004060 mouse_check_key_gpio_next:
+0x411e 004061 call mouse_check_customerkey_gpio 
+0x411f 004062 copy rega ,pdata 
+0x4120 004063 rtn 
+:      004065 mouse_check_key_gpio_once:
+0x4121 004066 setarg 0x030303 
+0x4122 004067 store 3 ,mem_mouse_lkey_press_status 
+0x4123 004068 rtn 
+:      004070 mouse_check_lkey_gpio:
+0x4124 004071 jam mouse_l_key ,mem_mouse_key_temp 
+0x4125 004072 fetcht 1 ,mem_lbutton_gpio 
+0x4126 004073 fetch 1 ,mem_mouse_lkey_press_status 
+0x4127 004074 call mouse_check_key_connect_gnd 
+0x4128 004075 store 1 ,mem_mouse_lkey_press_status 
+0x4129 004076 rtn 
+:      004078 mouse_check_rkey_gpio:
+0x412a 004079 jam mouse_r_key ,mem_mouse_key_temp 
+0x412b 004080 fetcht 1 ,mem_rbutton_gpio 
+0x412c 004081 fetch 1 ,mem_mouse_rkey_press_status 
+0x412d 004082 call mouse_check_key_connect_gnd 
+0x412e 004083 store 1 ,mem_mouse_rkey_press_status 
+0x412f 004084 rtn 
+:      004086 mouse_check_mkey_gpio:
+0x4130 004087 jam mouse_m_key ,mem_mouse_key_temp 
+0x4131 004088 fetcht 1 ,mem_mbutton_gpio 
+0x4132 004089 fetch 1 ,mem_mouse_mkey_press_status 
+0x4133 004090 call mouse_check_key_connect_gnd 
+0x4134 004091 store 1 ,mem_mouse_mkey_press_status 
+0x4135 004092 rtn 
+:      004094 mouse_check_bkkey_gpio:
+0x4136 004095 fetch 1 ,mem_bk_button_gpio 
+0x4137 004096 rtneq gpio_disable 
+0x4138 004097 jam mouse_bk_key ,mem_mouse_key_temp 
+0x4139 004098 fetch 1 ,mem_mouse_bkkey_press_status 
+0x413a 004099 copy pdata ,regc 
+0x413b 004100 fetcht 1 ,mem_bk_button_gpio 
+0x413c 004101 fetch 1 ,mem_matrix_public_gpio 
+0x413d 004102 beq gpio_disable ,mouse_3io6key_bk_check 
+:      004103 mouse_check_bkkey_gpio_next:
+0x413e 004104 call gpio_get_bit 
+0x413f 004105 branch mouse_check_bk_button_connect_gnd ,true 
+0x4140 004106 fetcht 1 ,mem_matrix_public_gpio 
+0x4141 004107 call gpio_out_active 
+0x4142 004108 fetcht 1 ,mem_bk_button_gpio 
+0x4143 004109 fetch 1 ,mem_mouse_bkkey_press_status 
+0x4144 004110 call mouse_check_key_connect_gnd 
+:      004111 mouse_check_bkkey_gpio_end:
+0x4145 004112 store 1 ,mem_mouse_bkkey_press_status 
+0x4146 004113 branch mouse_matrix_public_gpio_reset 
+:      004115 mouse_check_bk_button_connect_gnd:
+0x4147 004116 fetcht 1 ,mem_matrix_public_gpio 
+0x4148 004117 fetch 1 ,mem_mouse_bkkey_press_status 
+0x4149 004118 call mouse_check_key_connect_gnd 
+0x414a 004119 branch mouse_check_bkkey_gpio_end 
+:      004121 mouse_3io6key_bk_check:
+0x414b 004122 call mouse_3io6key_check 
+0x414c 004123 store 1 ,mem_mouse_bkkey_press_status 
+0x414d 004124 fetcht 1 ,mem_bk_button_gpio 
+0x414e 004125 branch mouse_gpio_config_input_pu 
+:      004128 mouse_check_fwkey_gpio:
+0x414f 004129 fetch 1 ,mem_fw_button_gpio 
+0x4150 004130 rtneq gpio_disable 
+0x4151 004131 jam mouse_fw_key ,mem_mouse_key_temp 
+0x4152 004132 fetch 1 ,mem_mouse_fwkey_press_status 
+0x4153 004133 copy pdata ,regc 
+0x4154 004134 fetcht 1 ,mem_fw_button_gpio 
+0x4155 004135 fetch 1 ,mem_matrix_public_gpio 
+0x4156 004136 beq gpio_disable ,mouse_3io6key_fw_check 
+:      004137 mouse_check_fwkey_gpio_next:
+0x4157 004138 call gpio_get_bit 
+0x4158 004139 branch mouse_check_fw_button_connect_gnd ,true 
+0x4159 004140 fetcht 1 ,mem_matrix_public_gpio 
+0x415a 004141 call gpio_out_active 
+0x415b 004142 fetcht 1 ,mem_fw_button_gpio 
+0x415c 004143 fetch 1 ,mem_mouse_fwkey_press_status 
+0x415d 004144 call mouse_check_key_connect_gnd 
+:      004145 mouse_check_fwkey_gpio_end:
+0x415e 004146 store 1 ,mem_mouse_fwkey_press_status 
+0x415f 004147 branch mouse_matrix_public_gpio_reset 
+:      004149 mouse_check_fw_button_connect_gnd:
+0x4160 004150 fetcht 1 ,mem_matrix_public_gpio 
+0x4161 004151 fetch 1 ,mem_mouse_fwkey_press_status 
+0x4162 004152 call mouse_check_key_connect_gnd 
+0x4163 004153 branch mouse_check_fwkey_gpio_end 
+:      004155 mouse_3io6key_fw_check:
+0x4164 004156 call mouse_3io6key_check 
+0x4165 004157 store 1 ,mem_mouse_fwkey_press_status 
+0x4166 004158 fetcht 1 ,mem_fw_button_gpio 
+0x4167 004159 branch mouse_gpio_config_input_pu 
+:      004162 mouse_matrix_public_gpio_reset:
+0x4168 004163 fetcht 1 ,mem_matrix_public_gpio 
+0x4169 004164 branch mouse_gpio_config_input_pu 
+:      004166 mouse_check_customerkey_gpio:
+0x416a 004167 jam 0 ,mem_customer_key 
+0x416b 004168 fetch mouse_flag_len ,mem_mouse_flag 
+0x416c 004169 rtnbit0 mouse_enable_keyboard 
+0x416d 004170 fetch 1 ,mem_customer_key_gpio 
+0x416e 004171 rtneq gpio_disable 
+0x416f 004172 jam mouse_customer_key ,mem_mouse_key_temp 
+0x4170 004173 fetcht 1 ,mem_customer_key_gpio 
+0x4171 004174 fetch 1 ,mem_mouse_customerkey_press_status 
+0x4172 004175 call mouse_check_key_connect_gnd 
+0x4173 004176 store 1 ,mem_mouse_customerkey_press_status 
+0x4174 004177 copy rega ,pdata 
+0x4175 004178 bbit1 mouse_customer_key ,mouse_customerkey_press 
+0x4176 004179 call mouse_customerkey_release 
+:      004180 mouse_check_customerkey_gpio_exit:
+0x4177 004181 fetch 1 ,mem_customer_data_trigger 
+0x4178 004182 store 1 ,mem_customer_data_trigger_last 
+0x4179 004183 rtn 
+:      004186 mouse_customerkey_press:
+0x417a 004187 jam 1 ,mem_customer_data_trigger 
+0x417b 004188 call mouse_customer_key_need_send 
+0x417c 004189 branch mouse_check_customerkey_gpio_exit 
+:      004191 mouse_customerkey_release:
+0x417d 004192 jam 0 ,mem_customer_data_trigger 
+0x417e 004193 fetch 1 ,mem_customer_data_trigger_last 
+0x417f 004194 rtn blank 
+:      004195 mouse_customer_key_need_send:
+0x4180 004196 jam 1 ,mem_customer_key 
+0x4181 004197 rtn 
+:      004200 mouse_check_matrix_button_connect_gnd:
+0x4182 004201 call gpio_get_bit 
+0x4183 004202 fetcht 1 ,mem_mouse_key_temp 
+0x4184 004203 copy temp ,queue 
+0x4185 004204 branch mouse_key_press ,true 
+0x4186 004205 branch mouse_key_release 
+:      004207 mouse_check_key_connect_gnd:
+0x4187 004208 lshift pdata ,pdata 
+0x4188 004209 copy pdata ,regb 
+0x4189 004210 call gpio_get_bit 
+0x418a 004211 setflag true ,0 ,regb 
+0x418b 004212 and regb ,0x07 ,pdata 
+0x418c 004213 fetcht 1 ,mem_mouse_key_temp 
+0x418d 004214 copy temp ,queue 
+0x418e 004215 beq 0x07 ,mouse_key_press 
+0x418f 004216 beq 0x00 ,mouse_key_release 
+0x4190 004217 rtn 
+:      004219 mouse_key_release:
+0x4191 004220 qset0 rega 
+0x4192 004221 rtn 
+:      004223 mouse_key_press:
+0x4193 004224 qset1 rega 
+0x4194 004225 rtn 
+:      004227 mouse_3io6key_check:
+0x4195 004228 bpatch patch1a_2 ,mem_patch1a 
+0x4196 004229 copy regc ,pdata 
+0x4197 004230 store 1 ,mem_mouse_key_status 
+0x4198 004231 lshift pdata ,pdata 
+0x4199 004232 copy pdata ,regb 
+0x419a 004233 copy temp ,regc 
+0x419b 004234 call mouse_gpio_config_input_pd 
+0x419c 004235 copy regc ,temp 
+0x419d 004236 call gpio_get_bit 
+0x419e 004237 nsetflag true ,0 ,regb 
+0x419f 004238 call mouse_check_press 
+0x41a0 004239 branch mouse_check_key_connect_gnd + 4 
+:      004241 mouse_check_press:
+0x41a1 004242 fetcht 1 ,mem_mouse_key_status 
+0x41a2 004243 and_into 0x01 ,temp 
+0x41a3 004244 and regb ,0x01 ,pdata 
+0x41a4 004245 isub temp ,null 
+0x41a5 004246 nbranch mouse_current_mult_update ,zero 
+0x41a6 004247 rtn 
+:      004252 mouse_init_sunt:
+0x41a7 004253 bpatch patch1a_3 ,mem_patch1a 
+0x41a8 004254 call mouse_sensor_spi_init 
+0x41a9 004255 rtn wake 
+:      004256 mouse_init_sensor_wakeup:
+0x41aa 004257 call mouse_sensor_poweron 
+:      004258 mouse_init_sensor:
+0x41ab 004259 call mouse_read_sensor_id 
+0x41ac 004260 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
+0x41ad 004261 beq p3065_id1 ,mouse_init_p3065 
+0x41ae 004262 beq pka8g2_id1 ,mouse_ka8g2_id2_judge 
+0x41af 004263 call mouse_twspi_reset 
+0x41b0 004264 nop 6900 
+0x41b1 004265 branch mouse_init_sensor 
+:      004266 mouse_twspi_reset:
+0x41b2 004267 fetch 1 ,mem_mouse_sensor_sclk_gpio 
+0x41b3 004268 call twspi_reset 
+0x41b4 004269 branch mouse_spid_init_pin 
+:      004271 mouse_read_sensor_id:
+0x41b5 004272 setarg pan_reg_pid_h 
+0x41b6 004273 call twspi_read 
+0x41b7 004274 store 1 ,mem_sensor_id2 
+0x41b8 004275 setarg pan_reg_pid_l 
+0x41b9 004276 call twspi_read 
+0x41ba 004277 store 1 ,mem_sensor_id1 
+0x41bb 004278 rtn 
+:      004282 mouse_init_p32xx_id2_judge:
+0x41bc 004283 fetch 1 ,mem_sensor_id2 
+0x41bd 004284 beq p_mx8650 ,mouse_mx8650_init_param 
+0x41be 004285 beq p8009_id2 ,mouse_8009_init_param 
+0x41bf 004286 beq p3205_tj3t_id2 ,mouse_3205_3t_init_param 
+0x41c0 004287 beq p3204_tj3l_id2 ,mouse_3204_3l_init_param 
+0x41c1 004288 beq p3212_id2 ,mouse_3212_init_param 
+0x41c2 004289 beq pka8_id2 ,mouse_ka8_init_param_check 
+0x41c3 004290 beq p6520a_id2 ,mouse_p6520_init_param 
+0x41c4 004291 branch mouse_init_sensor 
+:      004293 mouse_mx8650_init_param:
+0x41c5 004294 jam mx8650 ,mem_config_sensor_type 
+0x41c6 004295 call mouse_sensor_reset 
+0x41c7 004296 call delay_10ms 
+0x41c8 004297 arg mem_sensor_8650_init ,regc 
+0x41c9 004298 call mouse_sensor_wr_seq 
+0x41ca 004299 branch mouse_dpi_config 
+:      004301 mouse_8009_init_param:
+0x41cb 004302 setarg 0x16 
+0x41cc 004303 call twspi_read 
+0x41cd 004304 sub pdata ,0xbd ,null 
+0x41ce 004305 nbranch mouse_init_sunt ,zero 
+0x41cf 004306 setarg 0x19 
+0x41d0 004307 call twspi_read 
+0x41d1 004308 sub pdata ,0x55 ,null 
+0x41d2 004309 nbranch mouse_init_sunt ,zero 
+0x41d3 004310 setarg 0x1b 
+0x41d4 004311 call twspi_read 
+0x41d5 004312 sub pdata ,0x1d ,null 
+0x41d6 004313 nbranch mouse_init_sunt ,zero 
+0x41d7 004314 jam p8009 ,mem_config_sensor_type 
+0x41d8 004315 arg mem_sensor_8009_init ,regc 
+0x41d9 004316 branch mouse_sensor_wr_seq 
+:      004318 mouse_3205_3t_init_param:
+0x41da 004319 jam p3205 ,mem_config_sensor_type 
+0x41db 004320 arg mem_sensor_3205_init ,regc 
+0x41dc 004321 call mouse_sensor_wr_seq 
+0x41dd 004322 arg mem_sensor_32xx_init ,regc 
+0x41de 004323 call mouse_sensor_wr_seq 
+0x41df 004324 setarg 0x0943 
+0x41e0 004325 call twspi_write 
+0x41e1 004326 arg mem_sensor_32xx_init_1 ,regc 
+0x41e2 004327 branch mouse_sensor_wr_seq 
+:      004329 mouse_3204_3l_init_param:
+0x41e3 004330 jam p3204 ,mem_config_sensor_type 
+0x41e4 004331 arg mem_sensor_3204_init ,regc 
+0x41e5 004332 call mouse_sensor_wr_seq 
+0x41e6 004333 arg mem_sensor_32xx_init ,regc 
+0x41e7 004334 call mouse_sensor_wr_seq 
+0x41e8 004335 arg mem_sensor_32xx_init_1 ,regc 
+0x41e9 004336 branch mouse_sensor_wr_seq 
+:      004338 mouse_3212_init_param:
+0x41ea 004339 jam p3212 ,mem_config_sensor_type 
+0x41eb 004340 arg mem_sensor_3212_init ,regc 
+0x41ec 004341 branch mouse_sensor_wr_seq 
+:      004343 mouse_ka8_init_param_check:
+0x41ed 004344 call mouse_sensor_disable_wp 
+0x41ee 004345 setarg 0x9a5b 
+0x41ef 004346 call twspi_write 
+0x41f0 004347 setarg 0x0d 
+0x41f1 004348 call twspi_read 
+0x41f2 004349 sub pdata ,0x12 ,null 
+0x41f3 004350 branch mouse_ka8ul_init_param ,zero 
+0x41f4 004351 sub pdata ,0x0a ,null 
+0x41f5 004352 nbranch mouse_ka8hd_sensor_judge ,zero 
+0x41f6 004353 setarg 0x0e 
+0x41f7 004354 call twspi_read 
+0x41f8 004355 sub pdata ,0xe5 ,null 
+0x41f9 004356 nbranch mouse_init_sensor ,zero 
+0x41fa 004357 setarg 0x10 
+0x41fb 004358 call twspi_read 
+0x41fc 004359 sub pdata ,0xa5 ,null 
+0x41fd 004360 branch mouse_ka8ul_init_param ,zero 
+0x41fe 004361 call mouse_enable_ka8_sensor_wp 
+:      004362 mouse_ka8_init_param:
+0x41ff 004363 jam ka8 ,mem_config_sensor_type 
+0x4200 004364 rtn 
+:      004365 mouse_ka8ul_init_param:
+0x4201 004366 jam ka8_ul ,mem_config_sensor_type 
+0x4202 004367 arg mem_sensor_ka8ul_init ,regc 
+0x4203 004368 branch mouse_sensor_wr_seq 
+:      004369 mouse_ka8hd_sensor_judge:
+0x4204 004370 sub pdata ,0x10 ,null 
+0x4205 004371 nbranch mouse_init_sensor ,zero 
+0x4206 004372 setarg 0x0e 
+0x4207 004373 call twspi_read 
+0x4208 004374 sub pdata ,0xc5 ,null 
+0x4209 004375 nbranch mouse_init_sensor ,zero 
+0x420a 004376 setarg 0x10 
+0x420b 004377 call twspi_read 
+0x420c 004378 sub pdata ,0x38 ,null 
+0x420d 004379 nbranch mouse_init_sensor ,zero 
+:      004380 mouse_ka8hd_init_param:
+0x420e 004381 call mouse_enable_ka8_sensor_wp 
+0x420f 004382 jam ka8_hd ,mem_config_sensor_type 
+0x4210 004383 rtn 
+:      004384 mouse_enable_ka8_sensor_wp:
+0x4211 004385 setarg 0x005b 
+0x4212 004386 call twspi_write 
+0x4213 004387 branch mouse_sensor_enable_wp 
+:      004389 mouse_p6520_init_param:
+0x4214 004390 jam p6520 ,mem_config_sensor_type 
+0x4215 004391 arg mem_sensor_p6520_init ,regc 
+0x4216 004392 branch mouse_sensor_wr_seq 
+:      004394 mouse_init_p3065:
+0x4217 004395 call mouse_sensor_poweron 
+0x4218 004396 fetch 1 ,mem_sensor_id2 
+0x4219 004397 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+0x421a 004398 beq p3065_id2 ,mouse_p3065_init_param 
+0x421b 004399 branch mouse_init_sensor 
+:      004401 mouse_p3065_init_param:
+0x421c 004402 jam p3065 ,mem_config_sensor_type 
+0x421d 004403 rtn 
+:      004405 mouse_p3065xy_init_param:
+0x421e 004406 jam p3065_xy ,mem_config_sensor_type 
+0x421f 004407 rtn 
+:      004409 mouse_ka8g2_id2_judge:
+0x4220 004410 call mouse_sensor_poweron 
+0x4221 004411 fetch 1 ,mem_sensor_id2 
+0x4222 004412 beq pka8g2_id2 ,mouse_ka8g2_init_param 
+0x4223 004413 branch mouse_init_p32xx_id2_judge 
+:      004414 mouse_ka8g2_init_param:
+0x4224 004415 jam ka8g2 ,mem_config_sensor_type 
+0x4225 004416 arg mem_sensor_ka8g2_init ,regc 
+0x4226 004417 branch mouse_sensor_wr_seq 
+:      004419 mouse_sensor_enable_wp:
+0x4227 004420 setarg 0x0009 
+0x4228 004421 branch twspi_write 
+:      004422 mouse_sensor_disable_wp:
+0x4229 004423 setarg 0x5a09 
+0x422a 004424 branch twspi_write 
+:      004426 mouse_sensor_wr_seq:
+0x422b 004427 ifetch 2 ,regc 
+0x422c 004428 arg 0xffff ,temp 
+0x422d 004429 isub temp ,null 
+0x422e 004430 rtn zero 
+0x422f 004431 call twspi_write 
+0x4230 004432 increase 2 ,regc 
+0x4231 004433 branch mouse_sensor_wr_seq 
+:      004435 mouse_sensor_reset:
+0x4232 004436 setarg 0x8006 
+:      004437 mouse_sensor_reset_end:
+0x4233 004438 call twspi_write 
+0x4234 004439 nop 12000 
+0x4235 004440 rtn 
+:      004442 mouse_sensor_poweron:
+0x4236 004443 bpatch patch1a_4 ,mem_patch1a 
+0x4237 004444 call mouse_sensor_spi_init 
+:      004445 mouse_sensor_poweron_next:
+0x4238 004446 call mouse_sensor_reset 
+0x4239 004447 arg mem_sensor_poweron_init ,regc 
+:      004448 mouse_sensor_poweron_end:
+0x423a 004449 call mouse_sensor_wr_seq 
+0x423b 004450 branch mouse_dpi_config 
+:      004452 mouse_sensor_powerdown:
+0x423c 004453 call mouse_init_sunt 
+0x423d 004454 call mouse_sensor_spi_init 
+:      004455 mouse_sensor_powerdown_end:
+0x423e 004456 setarg 0x0806 
+0x423f 004457 branch twspi_write 
+:      004463 mouse_check_sensor_data:
+0x4240 004464 fetch 1 ,mem_spi_write_flash_sm 
+0x4241 004465 rtnne flash_sm_no_buys 
+0x4242 004466 fetch 1 ,mem_config_sensor_type 
+0x4243 004467 beq p3205 ,mouse_p32xx_sensor_motion 
+0x4244 004468 beq p3065 ,mouse_p32xx_sensor_motion 
+0x4245 004469 beq ka8 ,mouse_p32xx_sensor_motion 
+0x4246 004470 beq p3204 ,mouse_p32xx_sensor_motion 
+0x4247 004471 beq p3212 ,mouse_p3212_sensor_motion 
+0x4248 004472 beq p3065_xy ,mouse_p32xx_sensor_motion 
+0x4249 004473 beq p8009 ,mouse_p8009_sensor_motion 
+0x424a 004474 beq ka8g2 ,mouse_pka8g2_sensor_motion 
+0x424b 004475 branch mouse_p32xx_sensor_motion 
+:      004478 mouse_p32xx_sensor_motion:
+0x424c 004479 call mouse_clear_sensor_data 
+0x424d 004480 disable user 
+0x424e 004481 fetch 1 ,mem_sensor_motion_gpio 
+0x424f 004482 beq gpio_disable ,mouse_p32xx_sensor_motion_2 
+0x4250 004483 fetcht 1 ,mem_sensor_motion_gpio 
+0x4251 004484 call gpio_get_bit 
+0x4252 004485 nrtn true 
+:      004486 mouse_p32xx_sensor_motion_2:
+0x4253 004487 setarg pan_reg_pid_l 
+0x4254 004488 call twspi_read 
+0x4255 004489 bne p32xx_id1 ,mouse_p3065_judge 
+:      004490 mouse_p32xx_sensor_motion_1:
+0x4256 004491 setarg pan_reg_motion_staus 
+0x4257 004492 call twspi_read 
+0x4258 004493 rtnbit0 7 
+0x4259 004494 call mouse_read_sensor_common 
+0x425a 004495 fetch 1 ,mem_mouse_x 
+0x425b 004496 call mouse_data_extsign 
+0x425c 004497 store 2 ,mem_mouse_x 
+0x425d 004498 fetch 1 ,mem_mouse_y 
+0x425e 004499 call mouse_data_extsign 
+0x425f 004500 store 2 ,mem_mouse_y 
+0x4260 004501 fetch 1 ,mem_config_sensor_angle 
+0x4261 004502 beq mouse_6clk_angle ,mouse_motion32xx_6clk_direction_selection 
+0x4262 004503 beq mouse_9clk_angle ,mouse_motion32xx_9clk_direction_selection 
+0x4263 004504 beq mouse_12clk_angle ,mouse_motion32xx_12clk_direction_selection 
+0x4264 004505 beq mouse_3clk_angle ,mouse_motion32xx_3clk_direction_selection 
+0x4265 004506 rtn 
+:      004508 mouse_p3065_judge:
+0x4266 004509 beq p3065_id1 ,mouse_p32xx_sensor_motion_1 
+0x4267 004510 branch mouse_twspi_reset 
+:      004512 mouse_motion32xx_6clk_direction_selection:
+0x4268 004513 call mouse_motion_6clk_direction_dispose 
+0x4269 004514 branch mouse_sensor_sdio_low 
+:      004515 mouse_motion32xx_9clk_direction_selection:
+0x426a 004516 call mouse_motion_9clk_direction_dispose 
+0x426b 004517 branch mouse_sensor_sdio_low 
+:      004518 mouse_motion32xx_12clk_direction_selection:
+0x426c 004519 call mouse_motion_12clk_direction_dispose 
+0x426d 004520 branch mouse_sensor_sdio_low 
+:      004521 mouse_motion32xx_3clk_direction_selection:
+0x426e 004522 call mouse_motion_3clk_direction_dispose 
+0x426f 004523 branch mouse_sensor_sdio_low 
+:      004527 mouse_p3212_sensor_motion:
+0x4270 004528 call mouse_clear_sensor_data 
+0x4271 004529 fetch 1 ,mem_sensor_motion_gpio 
+0x4272 004530 beq gpio_disable ,mouse_p3212_sensor_motion_1 
+0x4273 004531 fetcht 1 ,mem_sensor_motion_gpio 
+0x4274 004532 call gpio_get_bit 
+0x4275 004533 nrtn true 
+:      004534 mouse_p3212_sensor_motion_1:
+0x4276 004535 setarg pan_reg_pid_l 
+0x4277 004536 call twspi_read 
+0x4278 004537 bne p32xx_id1 ,mouse_twspi_reset 
+:      004538 mouse_p3212_sensor_motion_2:
+0x4279 004539 setarg pan_reg_motion_staus 
+0x427a 004540 call twspi_read 
+0x427b 004541 rtnbit0 7 
+0x427c 004542 call mouse_read_sensor_common 
+0x427d 004543 call mouse_read_3212sensor_xy_high 
+0x427e 004544 store 1 ,mem_mouse_xy_h 
+0x427f 004545 rshift4 pdata ,pdata 
+0x4280 004546 call mouse_data_extsign_bit3 
+0x4281 004547 store 1 ,mem_mouse_x + 1 
+0x4282 004548 fetch 1 ,mem_mouse_xy_h 
+0x4283 004549 and pdata ,0x0f ,pdata 
+0x4284 004550 call mouse_data_extsign_bit3 
+0x4285 004551 store 1 ,mem_mouse_y + 1 
+0x4286 004552 fetch 1 ,mem_config_sensor_angle 
+0x4287 004553 beq mouse_6clk_angle ,mouse_motion_6clk_direction_dispose 
+0x4288 004554 beq mouse_9clk_angle ,mouse_motion_9clk_direction_dispose 
+0x4289 004555 beq mouse_12clk_angle ,mouse_motion_12clk_direction_dispose 
+0x428a 004556 beq mouse_3clk_angle ,mouse_motion_3clk_direction_dispose 
+0x428b 004557 rtn 
+:      004559 mouse_read_3212sensor_xy_high:
+0x428c 004560 setarg 0x12 
+0x428d 004561 branch twspi_read 
+:      004563 mouse_pka8g2_sensor_motion:
+0x428e 004564 call mouse_clear_sensor_data 
+0x428f 004565 fetch 1 ,mem_sensor_motion_gpio 
+0x4290 004566 beq gpio_disable ,mouse_pka8g2_sensor_motion_1 
+0x4291 004567 fetcht 1 ,mem_sensor_motion_gpio 
+0x4292 004568 call gpio_get_bit 
+0x4293 004569 nrtn true 
+:      004570 mouse_pka8g2_sensor_motion_1:
+0x4294 004571 branch mouse_p3212_sensor_motion_2 
+:      004574 mouse_p8009_sensor_motion:
+0x4295 004575 call mouse_clear_sensor_data 
+0x4296 004576 disable user 
+0x4297 004577 setarg pan_reg_motion_staus 
+0x4298 004578 call twspi_read 
+0x4299 004579 rtnbit0 7 
+0x429a 004580 setarg pan_reg_opration_state 
+0x429b 004581 call twspi_read 
+0x429c 004582 branch mouse_p32xx_sensor_motion_1 + 3 ,blank 
+0x429d 004583 setarg 0 
+0x429e 004584 store 6 ,mem_mouse_x 
+0x429f 004585 rtn 
+:      004589 mouse_sensor_set_angle:
+0x42a0 004590 fetch 1 ,mem_sensor_angle_default 
+0x42a1 004591 store 1 ,mem_config_sensor_angle 
+0x42a2 004592 fetch 1 ,mem_select_sensor_angle_gpio 
+0x42a3 004593 rtneq gpio_disable 
+0x42a4 004594 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x42a5 004595 call mouse_gpio_config_input_pu 
+0x42a6 004596 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x42a7 004597 call gpio_get_bit 
+0x42a8 004598 call mouse_sensor_switch_angle ,true 
+0x42a9 004599 branch mouse_gpio_config_input_pd 
+:      004600 mouse_sensor_switch_angle:
+0x42aa 004601 fetch 1 ,mem_sensor_angle_switch 
+0x42ab 004602 store 1 ,mem_config_sensor_angle 
+0x42ac 004603 rtn 
+:      004605 mouse_motion_6clk_direction_dispose:
+0x42ad 004606 fetch 2 ,mem_mouse_x 
+0x42ae 004607 sub pdata ,0 ,pdata 
+0x42af 004608 store 2 ,mem_mouse_x 
+0x42b0 004609 branch enable_user 
+:      004610 mouse_motion_12clk_direction_dispose:
+0x42b1 004611 fetch 2 ,mem_mouse_y 
+0x42b2 004612 sub pdata ,0 ,pdata 
+0x42b3 004613 store 2 ,mem_mouse_y 
+0x42b4 004614 branch enable_user 
+:      004615 mouse_motion_9clk_direction_dispose:
+0x42b5 004616 fetch 2 ,mem_mouse_y 
+0x42b6 004617 sub pdata ,0 ,pdata 
+0x42b7 004618 store 2 ,mem_mouse_y 
+0x42b8 004619 fetch 2 ,mem_mouse_x 
+0x42b9 004620 sub pdata ,0 ,pdata 
+0x42ba 004621 store 2 ,mem_mouse_x 
+0x42bb 004622 call mouse_sensor_data_swap_places 
+0x42bc 004623 branch enable_user 
+:      004624 mouse_motion_3clk_direction_dispose:
+0x42bd 004625 call mouse_sensor_data_swap_places 
+0x42be 004626 branch enable_user 
+:      004628 mouse_sensor_data_swap_places:
+0x42bf 004629 fetch 2 ,mem_mouse_y 
+0x42c0 004630 fetcht 2 ,mem_mouse_x 
+0x42c1 004631 store 2 ,mem_mouse_x 
+0x42c2 004632 storet 2 ,mem_mouse_y 
+0x42c3 004633 rtn 
+:      004636 mouse_clear_sensor_data:
+0x42c4 004637 fetch 1 ,mem_mouse_move_flag 
+0x42c5 004638 call mouse_read_sensor_common ,blank 
+0x42c6 004639 jam 1 ,mem_mouse_move_flag 
+0x42c7 004640 rtn 
+:      004642 mouse_clear_sensor_data_by_reset:
+0x42c8 004643 jam 1 ,mem_mouse_clear_sensor_data_flag 
+0x42c9 004644 call le_set_config_more_data 
+:      004645 mouse_init_sensor_reset:
+0x42ca 004646 branch mouse_init_sunt 
+:      004648 mouse_data_xy_release:
+0x42cb 004649 fetch 1 ,mem_sensor_motion_gpio 
+0x42cc 004650 rtnne gpio_disable 
+0x42cd 004651 fetch 1 ,mem_mouse_long_mult_flag 
+0x42ce 004652 rtnne 1 
+0x42cf 004653 setarg 0 
+0x42d0 004654 store 1 ,mem_mouse_long_mult_flag 
+0x42d1 004655 store 4 ,mem_mouse_x 
+0x42d2 004656 branch mouse_init_sensor_reset 
+:      004658 mouse_data_extsign:
+0x42d3 004659 rtnbit0 7 
+:      004660 mouse_data_overflow:
+0x42d4 004661 arg 0xff00 ,temp 
+0x42d5 004662 ior temp ,pdata 
+0x42d6 004663 rtn 
+:      004665 mouse_data_extsign_bit3:
+0x42d7 004666 rtnbit0 3 
+0x42d8 004667 arg 0xf0 ,temp 
+0x42d9 004668 ior temp ,pdata 
+0x42da 004669 rtn 
+:      004671 mouse_read_sensor_common:
+0x42db 004672 arg pan_reg_delta_x ,pdata 
+0x42dc 004673 call twspi_read 
+0x42dd 004674 store 2 ,mem_mouse_x 
+0x42de 004675 arg pan_reg_delta_y ,pdata 
+0x42df 004676 call twspi_read 
+0x42e0 004677 store 2 ,mem_mouse_y 
+0x42e1 004678 rtn 
+:      004681 mouse_sensor_sdio_low:
+0x42e2 004682 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0x42e3 004683 call gpio_get_bit 
+0x42e4 004684 rtn true 
+0x42e5 004685 setarg 0x0a 
+0x42e6 004686 call twspi_read 
+0x42e7 004687 nop 1000 
+0x42e8 004688 branch mouse_sensor_sdio_low 
+:      004690 mouse_set_sdio_high:
+0x42e9 004691 setarg 0x8100 
+0x42ea 004692 branch twspi_write 
+:      004697 mouse_buletooth_fast_conn_init:
+0x42eb 004698 jam 0xff ,mem_mouse_bluetooth_fast_conn_flag 
+0x42ec 004699 fetch 1 ,mem_mouse_bluetooth_type 
+0x42ed 004700 bbit1 mode_4_mouse ,mouse_ble_fast_conn_init 
+0x42ee 004701 bbit1 mode_3_mouse ,mouse_bt_fast_conn_init 
+:      004702 mouse_ble_fast_conn_init:
+0x42ef 004703 jam 0x34 ,mem_xrecord_mode 
+0x42f0 004704 setarg 0x0f0f0f 
+0x42f1 004705 store 3 ,mem_le_lap 
+0x42f2 004706 store 3 ,mem_le_lap + 3 
+0x42f3 004707 branch mouse_start_reconnect 
+:      004709 mouse_bt_fast_conn_init:
+0x42f4 004710 jam 0x33 ,mem_xrecord_mode 
+0x42f5 004711 arg mem_mouse_compare_addr_ff ,contr 
+0x42f6 004712 call mouse_load_bt_device 
+0x42f7 004713 branch mouse_start_reconnect 
+:      004715 mouse_buletooth_fast_conn_end:
+0x42f8 004716 bpatch patch1a_5 ,mem_patch1a 
+0x42f9 004717 call mouse_select_reconn_device 
+0x42fa 004718 call mouse_bluetooth_fast_conn_disable 
+0x42fb 004719 fetch 1 ,mem_device_flag 
+0x42fc 004720 beq mode_bt_device1 ,mouse_device1_check_auto_discover 
+0x42fd 004721 beq mode_bt_device2 ,mouse_device2_check_auto_discover 
+0x42fe 004722 rtn 
+:      004723 mouse_device1_check_auto_discover:
+0x42ff 004724 fetch 6 ,mem_device1_addr 
+0x4300 004725 branch mouse_device_check_auto_discover 
+:      004726 mouse_device2_check_auto_discover:
+0x4301 004727 fetch 6 ,mem_device2_addr 
+:      004728 mouse_device_check_auto_discover:
+0x4302 004729 fetcht 6 ,mem_mouse_compare_addr_ff 
+0x4303 004730 isub temp ,null 
+0x4304 004731 branch mouse_start_discovery ,zero 
+0x4305 004732 branch mouse_start_reconnect_device 
+:      004734 mouse_bt_fast_conn_send_device_name:
+0x4306 004735 call mouse_bluetooth_fast_conn_disable 
+0x4307 004736 fetch 1 ,mem_local_name_length 
+0x4308 004737 increase 3 ,pdata 
+0x4309 004738 copy pdata ,rega 
+0x430a 004739 call hid_malloc_tx_buff 
+0x430b 004740 fetch 2 ,mem_hid_int_remote_cid 
+0x430c 004741 istore 2 ,contw 
+0x430d 004742 setarg 0x04a1 
+0x430e 004743 istore 2 ,contw 
+0x430f 004744 fetch 1 ,mem_local_name_length 
+0x4310 004745 increase 1 ,pdata 
+0x4311 004746 copy pdata ,loopcnt 
+0x4312 004747 arg mem_local_name_length ,contr 
+0x4313 004748 branch memcpy 
+:      004750 mouse_bluetooth_fast_conn_disable:
+0x4314 004751 jam 0x5a ,mem_mouse_bluetooth_fast_conn_flag 
+0x4315 004752 rtn 
+:      004755 mouse_stop_bluetooth_mode:
+0x4316 004756 fetch 2 ,mem_ui_state_map 
+0x4317 004757 bbit1 ui_state_bt_reconnect ,mouse_cancel_reconnect 
+0x4318 004758 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x4319 004759 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x431a 004760 branch mouse_stop_discovery 
+:      004762 mouse_disconnect:
+0x431b 004763 setarg 0 
+0x431c 004764 store 2 ,mem_mouse_no_data_timer 
+0x431d 004765 fetch 2 ,mem_ui_state_map 
+0x431e 004766 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x431f 004767 fetch 2 ,mem_ui_state_map 
+0x4320 004768 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x4321 004769 rtn 
+:      004771 mouse_cancel_reconnect:
+0x4322 004772 call mouse_bt_cannel_reconn_enable 
+0x4323 004773 branch check_51cmd_bb_reconn_cancel 
+:      004775 mouse_check_125hz:
+0x4324 004776 fetch mouse_flag_len ,mem_mouse_flag 
+0x4325 004777 rtnbit0 mouse_enable_bt_125hz 
+:      004778 mouse_bluetooth_125hz:
+0x4326 004779 nbranch mouse_bluetooth_125hz_clear ,user 
+0x4327 004780 fetch 1 ,mem_bluetooth_125hz_cnt 
+0x4328 004781 increase 1 ,pdata 
+0x4329 004782 and_into 0x0f ,pdata 
+0x432a 004783 store 1 ,mem_bluetooth_125hz_cnt 
+0x432b 004784 nrtn blank 
+:      004785 mouse_bluetooth_125hz_clear:
+0x432c 004786 jam 0 ,mem_bluetooth_125hz_cnt 
+0x432d 004787 disable user 
+0x432e 004788 rtn 
+:      004791 mouse_current_mult_update:
+0x432f 004792 fetch 1 ,mem_sensor_motion_gpio 
+0x4330 004793 rtnne gpio_disable 
+0x4331 004794 jam 0 ,mem_lpm_mult 
+0x4332 004795 jam 30 ,mem_mouse_current_mult_timer 
+0x4333 004796 rtn 
+:      004799 mouse_priority_bb_event:
+0x4334 004800 bpatch patch1a_6 ,mem_patch1a 
+0x4335 004801 copy regc ,pdata 
+0x4336 004802 beq bt_evt_le_connected ,mouse_le_bb_event_connected 
+0x4337 004803 beq bt_evt_bb_connected ,mouse_bb_event_connected 
+0x4338 004804 beq bt_evt_le_disconnected ,mouse_le_bb_disconnected 
+0x4339 004805 beq bt_evt_bb_disconnected ,mouse_bb_disconnected 
+0x433a 004806 beq bt_evt_setup_complete ,mouse_bt_event_setup_complete 
+0x433b 004807 beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
+0x433c 004808 beq bt_evt_hid_handshake ,mouse_bt_hid_handshake 
+0x433d 004809 beq bt_evt_hid_connected ,app_hid_connected 
+0x433e 004810 beq bt_evt_reconn_failed ,mouse_bb_event_reconn_failed 
+0x433f 004811 beq bt_evt_reconn_page_timeout ,mouse_bb_event_reconn_timeout 
+0x4340 004812 beq bt_evt_switch_not_accept ,app_bt_role_switch 
+0x4341 004813 beq bt_evt_switch_success_master ,mouse_enter_sniff_check 
+0x4342 004814 beq bt_evt_sniff_not_accept ,mouse_sniff_not_accept 
+0x4343 004815 beq bt_evt_pincode_req ,mouse_bb_event_pincode 
+0x4344 004816 beq bt_evt_remote_unsniff ,app_start_auto_sniff 
+0x4345 004817 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
+0x4346 004818 beq bt_evt_le_enc_info ,mouse_le_enc_info 
+0x4347 004819 beq bt_evt_le_start_enc ,mouse_le_ll_start_encryt 
+0x4348 004820 beq bt_evt_le_pairing_complete ,mouse_le_pairing_complete 
+0x4349 004821 beq bt_evt_le_parse_conn_papa_update_rsp ,mouse_le_conn_param_update_rsp_recieved 
+0x434a 004822 beq bt_evt_virtual_cable_unplug ,mouse_irtual_cable_unplug 
+0x434b 004823 beq bt_evt_24g_pairing_complete ,mouse_24g_pairing_complete 
+0x434c 004824 beq bt_evt_24g_attempt_fail ,mouse_24g_attempt_fail 
+0x434d 004825 beq bt_evt_24g_attempt_success ,mouse_24g_attempt_success 
+0x434e 004826 beq bt_evt_le_parse_conn_param_accepted ,mouse_le_parse_conn_param_accepted 
+0x434f 004827 rtn 
+:      004830 mouse_le_bb_event_connected:
+0x4350 004831 jam 0 ,mem_mouse_long_mult_flag 
+0x4351 004832 call mouse_init_sensor_reset 
+0x4352 004833 jam 1 ,mem_mouse_le_bb_connected_flag 
+0x4353 004834 call mouse_24g_first_store_reconn_info 
+0x4354 004835 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x4355 004836 nbranch mouse_le_bb_event_connected_next ,blank 
+0x4356 004837 jam 0x14 ,mem_mouse_send_secutiry_request_timer 
+:      004838 mouse_le_bb_event_connected_next:
+0x4357 004839 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4358 004840 set0 app_disc_by_button ,pdata 
+0x4359 004841 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x435a 004842 jam 0 ,mem_mouse_direct_timer 
+0x435b 004843 fetch 2 ,mem_le_battery_level_updata_timer_init 
+0x435c 004844 store 2 ,mem_le_battery_level_updata_timer 
+0x435d 004845 call mouse_no_data_timer_init 
+0x435e 004846 branch mouse_stop_discovery 
+:      004848 mouse_le_bb_disconnected:
+0x435f 004849 jam 0 ,mem_mouse_le_bb_connected_flag 
+0x4360 004850 setarg le_interval_7_5ms 
+0x4361 004851 fetch mouse_flag_len ,mem_mouse_flag 
+0x4362 004852 bbit1 mouse_enable_bt_125hz ,mouse_le_bb_disconnected_next 
+0x4363 004853 setarg le_interval_8_75ms 
+:      004854 mouse_le_bb_disconnected_next:
+0x4364 004855 store 2 ,mem_le_interval_min 
+0x4365 004856 store 2 ,mem_le_interval_min + 2 
+0x4366 004857 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0x4367 004858 jam 0 ,mem_mouse_clear_sensor_data_flag 
+0x4368 004859 call le_clr_config_more_data 
+0x4369 004860 branch mouse_bb_disconnected 
+:      004862 mouse_le_pairing_success:
+0x436a 004863 arg ll_pairing_success_flag ,queue 
+0x436b 004864 branch mouse_le_enable_connect_flag 
+:      004866 mouse_le_enc_info:
+:      004867 mouse_updata_le_param:
+0x436c 004868 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x436d 004869 branch ui_ipc_send_cmd 
+:      004871 mouse_le_ll_start_encryt:
+0x436e 004872 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x436f 004873 beq 1 ,mouse_le_ll_reconn_start_encryt 
+0x4370 004874 branch mouse_le_ll_enable_start_enc_flag 
+:      004875 mouse_le_ll_reconn_start_encryt:
+0x4371 004876 call mouse_updata_le_param 
+0x4372 004877 jam 20 ,mem_le_start_encrypt_timer 
+:      004878 mouse_le_ll_enable_start_enc_flag:
+0x4373 004879 arg ll_start_enc_flag ,queue 
+0x4374 004880 branch mouse_le_enable_connect_flag 
+:      004882 mouse_le_enable_connect_flag:
+0x4375 004883 fetch 1 ,mem_le_connect_status_flag 
+0x4376 004884 qset1 pdata 
+0x4377 004885 store 1 ,mem_le_connect_status_flag 
+0x4378 004886 rtn 
+:      004888 mouse_le_pairing_complete:
+0x4379 004889 branch app_ble_store_reconn_info 
+:      004891 mouse_le_conn_param_update_rsp_recieved:
+0x437a 004892 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x437b 004893 rtneq ble_signaling_connect_parameter_update_accepted 
+0x437c 004894 fetch 1 ,mem_le_tsniff 
+0x437d 004895 rshift2 pdata ,pdata 
+0x437e 004896 sub pdata ,le_interval_15ms ,null 
+0x437f 004897 rtn positive 
+0x4380 004898 setarg le_interval_11_25ms 
+0x4381 004899 store 2 ,mem_le_interval_min 
+0x4382 004900 store 2 ,mem_le_interval_min + 2 
+0x4383 004901 call mouse_updata_le_param 
+:      004902 mouse_le_conn_param_lpm_disable:
+0x4384 004903 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
+0x4385 004904 rtn 
+:      004906 mouse_le_conn_param_lpm_enable:
+0x4386 004907 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0x4387 004908 rtn 
+:      004910 mouse_le_bb_event_connect_complete:
+0x4388 004911 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x4389 004912 nrtn blank 
+0x438a 004913 fetch 1 ,mem_le_att_handle 
+0x438b 004914 sub pdata ,34 ,pdata 
+0x438c 004915 nrtn zero 
+0x438d 004916 jam 0 ,mem_le_start_encrypt_timer 
+:      004917 mouse_le_write_enable:
+0x438e 004918 arg write_req_enable_flag ,queue 
+0x438f 004919 branch mouse_le_enable_connect_flag 
+:      004921 mouse_le_parse_conn_param_accepted:
+0x4390 004922 fetch 1 ,mem_le_new_conninterval 
+0x4391 004923 sub pdata ,le_interval_15ms ,null 
+0x4392 004924 nbranch mouse_le_conn_param_lpm_disable ,positive 
+0x4393 004925 fetch 1 ,mem_le_new_connslavelatency 
+0x4394 004926 fetcht 1 ,mem_lpm_mult_init 
+0x4395 004927 isub temp ,null 
+0x4396 004928 branch mouse_le_lpm_mult_reinit ,positive 
+0x4397 004929 fetch 1 ,mem_le_new_connslavelatency 
+0x4398 004930 store 1 ,mem_lpm_mult 
+0x4399 004931 branch mouse_le_conn_param_lpm_enable 
+:      004932 mouse_le_lpm_mult_reinit:
+0x439a 004933 fetch 1 ,mem_lpm_mult_init 
+0x439b 004934 store 1 ,mem_lpm_mult 
+0x439c 004935 branch mouse_le_conn_param_lpm_enable 
+:      004937 mouse_le_clean_connect_flag:
+0x439d 004938 jam 0 ,mem_le_connect_status_flag 
+0x439e 004939 rtn 
+:      004941 mouse_le:
+0x439f 004942 bpatch patch1a_7 ,mem_patch1a 
+0x43a0 004943 call le_fifo_check_nearly_full 
+0x43a1 004944 nrtn blank 
+0x43a2 004945 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x43a3 004946 beq 0xff ,mouse_le_next 
+0x43a4 004947 fetch 1 ,mem_le_connect_status_flag 
+0x43a5 004948 and pdata ,0x03 ,pdata 
+0x43a6 004949 rtnne 0x03 
+:      004950 mouse_le_next:
+0x43a7 004951 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x43a8 004952 call mouse_clear_sensor_data_by_reset ,blank 
+0x43a9 004953 fetch mouse_flag_len ,mem_mouse_flag 
+0x43aa 004954 bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
+0x43ab 004955 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+0x43ac 004956 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+0x43ad 004957 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
+0x43ae 004958 call mouse_motion 
+0x43af 004959 call mouse_check_125hz 
+0x43b0 004960 nrtn user 
+0x43b1 004961 call mouse_current_mult_update 
+0x43b2 004962 call mouse_data_xy_release 
+0x43b3 004963 call mouse_wheel_trigger 
+0x43b4 004964 fetch mouse_flag_len ,mem_mouse_flag 
+0x43b5 004965 bbit0 mouse_enable_keyboard ,mouse_le_send_mouse_data 
+0x43b6 004966 fetch 1 ,mem_customer_key 
+0x43b7 004967 beq 1 ,mouse_le_send_keyboard_package_data 
+:      004968 mouse_le_send_mouse_data:
+0x43b8 004969 branch mouse_fill_mouse_data_le 
+:      004972 mouse_le_send_keyboard_package_data:
+0x43b9 004973 fetch 1 ,mem_customer_data_trigger 
+0x43ba 004974 branch mouse_le_release_keyboard_data ,blank 
+0x43bb 004975 fetch 8 ,mem_customer_key_press + 1 
+:      004976 mouse_fill_keyboard_package_data_le:
+0x43bc 004977 store 8 ,mem_pdatatemp 
+0x43bd 004978 fetch 1 ,mem_customer_key_press 
+0x43be 004979 beq kb_multikey_report_id ,mouse_fill_multimedia_key_data_le 
+0x43bf 004980 beq kb_system_conctrl_report_id ,mouse_fill_systemctrl_key_data_le 
+0x43c0 004981 jam 8 ,mem_le_data_len 
+0x43c1 004982 fetcht 2 ,mem_le_keyboard_handle 
+0x43c2 004983 branch mouse_fill_data_le 
+:      004986 mouse_le_release_keyboard_data:
+0x43c3 004987 fetch 8 ,mem_customer_key_release + 1 
+0x43c4 004988 branch mouse_fill_keyboard_package_data_le 
+:      004990 mouse_fill_multimedia_key_data_le:
+0x43c5 004991 jam 3 ,mem_le_data_len 
+0x43c6 004992 fetcht 2 ,mem_le_multimedia_handle 
+0x43c7 004993 branch mouse_fill_data_le 
+:      004995 mouse_fill_systemctrl_key_data_le:
+0x43c8 004996 jam 2 ,mem_le_data_len 
+0x43c9 004997 fetcht 2 ,mem_le_systemctrl_handle 
+0x43ca 004998 branch mouse_fill_data_le 
+:      005000 mouse_fill_battery_level_le:
+0x43cb 005001 arg 1 ,rega 
+0x43cc 005002 fetcht 2 ,mem_le_battery_level_handle 
+0x43cd 005003 call le_att_malloc_tx_notify 
+0x43ce 005004 fetch 1 ,mem_le_battery_level_percentage 
+0x43cf 005005 istore 1 ,contw 
+0x43d0 005006 rtn 
+:      005009 mouse_le_send_empty_packet:
+0x43d1 005010 setarg 0 
+0x43d2 005011 store 7 ,mem_mouse_key 
+:      005012 mouse_fill_mouse_data_le:
+0x43d3 005013 jam 7 ,mem_le_data_len 
+0x43d4 005014 fetch 7 ,mem_mouse_key 
+0x43d5 005015 store 7 ,mem_pdatatemp 
+0x43d6 005016 fetcht 2 ,mem_le_notify_handle 
+0x43d7 005017 branch mouse_fill_data_le 
+:      005019 mouse_fill_data_le:
+0x43d8 005020 fetch 1 ,mem_le_data_len 
+0x43d9 005021 copy pdata ,rega 
+0x43da 005022 call le_att_malloc_tx_notify 
+0x43db 005023 fetcht 1 ,mem_le_data_len 
+0x43dc 005024 copy temp ,loopcnt 
+0x43dd 005025 arg mem_pdatatemp ,contr 
+0x43de 005026 branch memcpy 
+:      005028 mouse_check_51cmd_adv:
+0x43df 005029 jam 0 ,mem_mouse_le_reconnect_flag 
+0x43e0 005030 fetch 3 ,mem_le_adv_ind 
+0x43e1 005031 store 3 ,mem_le_adv_data + 4 
+0x43e2 005032 call mouse_le_check_adv_flag 
+0x43e3 005033 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
+0x43e4 005034 istore 1 ,contr 
+0x43e5 005035 arg mem_le_adv_swift_pair ,contr 
+0x43e6 005036 call mouse_le_adv_data_update 
+0x43e7 005037 branch check_51cmd_adv 
+:      005039 mouse_le_check_adv_flag:
+0x43e8 005040 arg mem_le_adv_data ,rega 
+:      005041 mouse_le_check_adv_flag_loop:
+0x43e9 005042 ifetch 1 ,rega 
+0x43ea 005043 rtn blank 
+0x43eb 005044 iadd contr ,rega 
+0x43ec 005045 ifetch 1 ,contr 
+0x43ed 005046 rtneq 0x01 
+0x43ee 005047 branch mouse_le_check_adv_flag_loop 
+:      005049 mouse_le_adv_data_update:
+0x43ef 005050 arg mem_le_adv_data + 11 ,contw 
+0x43f0 005051 arg 19 ,loopcnt 
+0x43f1 005052 call memcpy 
+0x43f2 005053 branch le_modified_name_adv 
+:      005059 mouse_bt_sniff_param_interval_setup:
+0x43f3 005060 setarg classic_interval_7_5ms 
+0x43f4 005061 store 2 ,mem_sniff_param_interval 
+0x43f5 005062 fetch mouse_flag_len ,mem_mouse_flag 
+0x43f6 005063 rtnbit1 mouse_enable_bt_125hz 
+0x43f7 005064 setarg classic_interval_8_75ms 
+0x43f8 005065 store 2 ,mem_sniff_param_interval 
+0x43f9 005066 rtn 
+:      005068 mouse_bb_event_connected:
+0x43fa 005069 jam 0 ,mem_mouse_long_mult_flag 
+0x43fb 005070 call mouse_init_sensor_reset 
+0x43fc 005071 call mouse_24g_first_store_reconn_info 
+0x43fd 005072 branch mouse_stop_discovery 
+:      005074 mouse_bb_disconnected:
+0x43fe 005075 jam 0 ,mem_mouse_enter_sniff_count 
+0x43ff 005076 jam 0 ,mem_mouse_bt_send_first_package_flag 
+0x4400 005077 call mouse_bt_sniff_param_interval_setup 
+0x4401 005078 call mouse_bb_discon_clear_stack 
+0x4402 005079 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x4403 005080 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
+0x4404 005081 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x4405 005082 bbit1 app_disc_after_pairing ,mouse_event_light_state_pairing 
+0x4406 005083 bbit1 app_disc_after_reconn ,mouse_event_light_state_hibernate 
+0x4407 005084 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
+0x4408 005085 branch mouse_start_discovery 
+:      005086 mouse_bb_discon_clear_stack:
+0x4409 005087 setarg 0 
+0x440a 005088 store 8 ,mem_wheel_tb_old_pinlevel 
+0x440b 005089 istore 4 ,contw 
+0x440c 005090 jam 0 ,mem_mouse_move_flag 
+0x440d 005091 jam app_handshake_null ,mem_app_handshake_flag 
+0x440e 005092 jam 0 ,mem_ltk_exists 
+0x440f 005093 rtn 
+:      005095 mouse4_0_event_bb_disconn:
+0x4410 005096 call mouse_le_clean_connect_flag 
+0x4411 005097 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x4412 005098 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x4413 005099 branch mouse_app_enter_hibernate 
+:      005102 mouse_event_light_state_pairing:
+0x4414 005103 bbit1 app_disc_after_handshake ,mouse_event_light_state_hibernate 
+0x4415 005104 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
+0x4416 005105 branch mouse_start_discovery 
+:      005106 mouse_event_light_state_hibernate:
+0x4417 005107 fetch 2 ,mem_ui_state_map 
+0x4418 005108 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x4419 005109 call app_disconn_reason_clear 
+0x441a 005111 call mouse_key_check_once 
+0x441b 005112 call mouse_commbination_key_process 
+0x441c 005113 fetch 1 ,mem_commbination_key_statue 
+0x441d 005114 beq commbination_key_state_down ,mouse_delay_enter_hibernata 
+0x441e 005116 fetch 1 ,mem_mouse_bluetooth_reconnect_timeout 
+0x441f 005117 nrtn blank 
+0x4420 005118 branch mouse_app_enter_hibernate 
+:      005121 mouse_bt_event_setup_complete:
+0x4421 005122 rtn 
+:      005124 mouse_bt_send_first_package_timer_init:
+0x4422 005125 jam 4 ,mem_mouse_bt_send_first_package_timer 
+0x4423 005126 rtn 
+:      005128 mouse_bt_hid_handshake:
+0x4424 005129 jam app_handshake_done ,mem_app_handshake_flag 
+0x4425 005130 call app_lpm_mult_enable 
+0x4426 005131 call app_bt_store_reconn_info 
+0x4427 005132 setarg 0 
+0x4428 005133 store 2 ,mem_discovery_timeout_timer_count 
+0x4429 005134 store 1 ,mem_hid_handshake_timer_count 
+0x442a 005135 call mouse_bt_send_first_package_timer_init 
+0x442b 005136 branch app_bt_enter_sniff 
+:      005138 mouse_bt_hid_handshake_boot_check:
+0x442c 005139 jam 0 ,mem_mouse_bt_boot_mode 
+0x442d 005140 fetch 1 ,mem_l2cap_rcv_hidtype 
+0x442e 005141 isolate1 0 ,pdata 
+0x442f 005142 rtn true 
+0x4430 005143 jam 1 ,mem_mouse_bt_boot_mode 
+0x4431 005144 rtn 
+:      005147 mouse_bb_event_reconn_timeout:
+:      005148 mouse_bb_event_reconn_failed:
+0x4432 005149 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x4433 005150 beq 0xff ,mouse_buletooth_fast_conn_end 
+0x4434 005151 fetch 2 ,mem_ui_state_map 
+0x4435 005152 rtnbit1 ui_state_btn_down 
+0x4436 005153 rtnbit1 ui_state_bt_discovery 
+0x4437 005154 rtnbit1 ui_state_ble_adv 
+0x4438 005155 fetch mouse_flag_len ,mem_mouse_flag 
+0x4439 005156 rtnbit1 mouse_bt_discovery_button_down_flag 
+0x443a 005157 bbit1 mouse_enable_bt_reconnect_timeout_enter_discovery ,mouse_start_discovery 
+0x443b 005158 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_bb_event_reconn_timeout 
+0x443c 005159 branch mouse_app_enter_hibernate 
+:      005161 mouse_enter_sniff_check:
+0x443d 005162 fetch 1 ,mem_mouse_enter_sniff_count 
+0x443e 005163 rtnne 2 
+0x443f 005164 jam 0 ,mem_mouse_enter_sniff_count 
+0x4440 005165 call mouse_bt_sniff_param_interval_setup 
+0x4441 005166 call mouse_bt_send_first_package_timer_init 
+0x4442 005167 branch app_bt_enter_sniff 
+:      005169 mouse_sniff_not_accept:
+0x4443 005170 fetch 1 ,mem_mouse_enter_sniff_count 
+0x4444 005171 rtneq 2 
+0x4445 005172 increase 1 ,pdata 
+0x4446 005173 store 1 ,mem_mouse_enter_sniff_count 
+0x4447 005174 jam 0x12 ,mem_sniff_param_interval 
+0x4448 005175 call mouse_bt_send_first_package_timer_init 
+0x4449 005176 branch app_bt_enter_sniff 
+:      005178 mouse_bb_event_pincode:
+0x444a 005179 call pincode_reinit 
+0x444b 005180 branch app_bt_set_pincode 
+:      005182 mouse_irtual_cable_unplug:
+0x444c 005183 setarg 0x01 
+0x444d 005184 store 6 ,mem_plap 
+0x444e 005185 jam rec_3_mode ,mem_record_bt_mode 
+0x444f 005186 branch mouse_unplug_clean_bdaddr 
+:      005188 mouse_irtual_cable_unplug1:
+0x4450 005189 setarg -1 
+0x4451 005190 store 6 ,mem_plap 
+0x4452 005191 jam rec_3_mode ,mem_record_bt_mode 
+0x4453 005192 jam 0xff ,mem_mouse_bluetooth_fast_conn_flag 
+0x4454 005193 call mouse_before_store_reconn_info 
+0x4455 005194 jam 0xff ,mem_device1_type 
+0x4456 005195 branch mouse_store_device_info_delay 
+:      005197 mouse_bt:
+0x4457 005198 bpatch patch1b_0 ,mem_patch1b 
+0x4458 005199 rtn attempt 
+0x4459 005200 fetch 1 ,mem_app_handshake_flag 
+0x445a 005201 rtn blank 
+0x445b 005202 call l2cap_malloc_is_fifo_nearly_full 
+0x445c 005203 nrtn blank 
+0x445d 005204 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x445e 005205 beq 0xff ,mouse_bt_fast_conn_send_device_name 
+0x445f 005206 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x4460 005207 call mouse_clear_sensor_data_by_reset ,blank 
+0x4461 005208 fetch mouse_flag_len ,mem_mouse_flag 
+0x4462 005209 bbit1 mouse_24g_pairing_flag ,mouse_send_empty_data 
+0x4463 005210 bbit1 mouse_select_device_flag ,mouse_send_empty_data 
+0x4464 005211 bbit1 mouse_bt_discovery_button_down_flag ,mouse_send_empty_data 
+0x4465 005212 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_send_empty_data 
+0x4466 005213 call mouse_motion 
+0x4467 005214 call mouse_check_125hz 
+0x4468 005215 nrtn user 
+0x4469 005216 call mouse_current_mult_update 
+0x446a 005217 call mouse_data_xy_release 
+0x446b 005218 call mouse_wheel_trigger 
+0x446c 005219 fetch 1 ,mem_mouse_bt_boot_mode 
+0x446d 005220 beq 1 ,mouse_send_data_boot_mode 
+0x446e 005221 fetch 1 ,mem_mouse_bt_send_first_package_flag 
+0x446f 005222 rtn blank 
+0x4470 005223 fetch mouse_flag_len ,mem_mouse_flag 
+0x4471 005224 bbit0 mouse_enable_keyboard ,mouse_send_data 
+0x4472 005225 fetch 1 ,mem_customer_key 
+0x4473 005226 beq 1 ,mouse_bt_send_keyboard_packet 
+:      005227 mouse_send_data:
+0x4474 005228 arg 9 ,rega 
+0x4475 005229 call hid_malloc_tx_buff 
+0x4476 005230 fetch 2 ,mem_hid_int_remote_cid 
+0x4477 005231 istore 2 ,contw 
+0x4478 005232 setarg 0x02a1 
+0x4479 005233 istore 2 ,contw 
+0x447a 005234 fetch 7 ,mem_mouse_key 
+0x447b 005235 istore 7 ,contw 
+0x447c 005236 rtn 
+:      005238 mouse_send_data_boot_mode:
+0x447d 005239 fetch 1 ,mem_mouse_key 
+0x447e 005240 store 1 ,mem_mouse_bt_boot_data 
+0x447f 005241 fetch 1 ,mem_mouse_x 
+0x4480 005242 istore 1 ,contw 
+0x4481 005243 fetch 1 ,mem_mouse_y 
+0x4482 005244 istore 1 ,contw 
+0x4483 005245 fetch 2 ,mem_mouse_z 
+0x4484 005246 istore 2 ,contw 
+0x4485 005247 arg 7 ,rega 
+0x4486 005248 call hid_malloc_tx_buff 
+0x4487 005249 fetch 2 ,mem_hid_int_remote_cid 
+0x4488 005250 istore 2 ,contw 
+0x4489 005251 setarg 0x02a1 
+0x448a 005252 istore 2 ,contw 
+0x448b 005253 fetch 5 ,mem_mouse_bt_boot_data 
+0x448c 005254 istore 5 ,contw 
+0x448d 005255 rtn 
+:      005257 mouse_send_empty_data:
+0x448e 005258 setarg 0 
+0x448f 005259 store 7 ,mem_mouse_key 
+0x4490 005260 branch mouse_send_data 
+:      005263 mouse_bt_send_keyboard_packet:
+0x4491 005264 fetch 1 ,mem_customer_data_trigger 
+0x4492 005265 branch mouse_bt_release_keyboard_data ,blank 
+0x4493 005266 fetch 8 ,mem_customer_key_press + 1 
+:      005267 mouse_bt_send_keyboard_data:
+0x4494 005268 store 8 ,mem_pdatatemp 
+0x4495 005269 fetch 1 ,mem_customer_key_press 
+0x4496 005270 beq kb_multikey_report_id ,mouse_bt_send_multimedia_key_data 
+0x4497 005271 beq kb_system_conctrl_report_id ,mouse_bt_send_systemctrl_key_data 
+0x4498 005272 arg 10 ,rega 
+0x4499 005273 call hid_malloc_tx_buff 
+0x449a 005274 fetch 2 ,mem_hid_int_remote_cid 
+0x449b 005275 istore 2 ,contw 
+0x449c 005276 setarg 0x01a1 
+0x449d 005277 istore 2 ,contw 
+0x449e 005278 fetch 8 ,mem_pdatatemp 
+0x449f 005279 istore 8 ,contw 
+0x44a0 005280 rtn 
+:      005282 mouse_bt_send_multimedia_key_data:
+0x44a1 005283 arg 4 ,rega 
+0x44a2 005284 call hid_malloc_tx_buff 
+0x44a3 005285 fetch 2 ,mem_hid_int_remote_cid 
+0x44a4 005286 istore 2 ,contw 
+0x44a5 005287 setarg 0x03a1 
+0x44a6 005288 istore 2 ,contw 
+0x44a7 005289 fetch 2 ,mem_pdatatemp 
+0x44a8 005290 istore 2 ,contw 
+0x44a9 005291 rtn 
+:      005293 mouse_bt_send_systemctrl_key_data:
+0x44aa 005294 arg 3 ,rega 
+0x44ab 005295 call hid_malloc_tx_buff 
+0x44ac 005296 fetch 2 ,mem_hid_int_remote_cid 
+0x44ad 005297 istore 2 ,contw 
+0x44ae 005298 setarg 0x04a1 
+0x44af 005299 istore 2 ,contw 
+0x44b0 005300 fetch 1 ,mem_pdatatemp 
+0x44b1 005301 istore 1 ,contw 
+0x44b2 005302 rtn 
+:      005304 mouse_bt_release_keyboard_data:
+0x44b3 005305 fetch 8 ,mem_customer_key_release + 1 
+0x44b4 005306 branch mouse_bt_send_keyboard_data 
+:      005312 mouse_bb_event_timer:
+0x44b5 005313 bpatch patch1b_1 ,mem_patch1b 
+0x44b6 005314 call mouse_adc_read 
+0x44b7 005315 call mouse_low_voltage_led_timer 
+0x44b8 005317 call g24_pair_timeout_timer 
+0x44b9 005318 call g24_reconn_timeout_timer 
+0x44ba 005319 call mouse_24g_long_sleep_param_update_timer 
+0x44bb 005321 call mouse_device_poweron_timer 
+0x44bc 005322 call mouse_dpi_led_blink_delay_timer 
+0x44bd 005324 call mouse_dpi_key_check_long_press 
+0x44be 005325 call mouse_bt_discovery_check 
+0x44bf 005326 call mouse_commbination_key_process 
+0x44c0 005327 call mouse_check_discovery_timeout_timer 
+0x44c1 005329 call mouse_check_direct_timeout_timer 
+0x44c2 005330 call mouse_le_enable_att_list_timer 
+0x44c3 005331 call mouse_le_battery_updata_timer 
+0x44c4 005332 call mouse_le_send_smp_security_request_timer 
+0x44c5 005334 call mouse_check_hid_handshake_timer 
+0x44c6 005335 call mouse_bt_check_sniff_req_timeout_timer 
+0x44c7 005336 call mouse_check_reconnect_delay_long_sleep 
+0x44c8 005337 call mouse_current_mult_update_timer 
+0x44c9 005338 call mouse_wheel_trigger_timer 
+0x44ca 005339 call mouse_store_information_delay_timer 
+0x44cb 005340 branch mouse_check_no_data_timeout_timer 
+:      005345 mouse_bt_discovery_check:
+0x44cc 005346 fetch mouse_flag_len ,mem_mouse_flag 
+0x44cd 005347 bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_bt_discovery_by_pb_button 
+0x44ce 005348 rtn 
+:      005350 mouse_bt_discovery_by_pb_button:
+0x44cf 005351 fetch 1 ,mem_select_device_button_statue 
+0x44d0 005352 rtnne pb_button_state_down 
+0x44d1 005353 arg mem_bt_discovery_count ,regc 
+0x44d2 005354 arg mouse_long_button_bt_discovery ,regb 
+0x44d3 005355 branch timer_single_step 
+:      005357 mouse_long_button_bt_discovery:
+0x44d4 005358 fetch 1 ,mem_device_flag 
+0x44d5 005359 rtneq mode_24g_device 
+0x44d6 005360 fetch mouse_flag_len ,mem_mouse_flag 
+0x44d7 005361 rtnbit1 mouse_bt_discovery_button_long_down_flag 
+0x44d8 005362 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x44d9 005363 call mouse_enable_function_flag 
+0x44da 005364 call app_evt_button_long_pressed 
+0x44db 005365 branch mouse_bb_event_discovery_btn 
+:      005368 mouse_commbination_key_process:
+0x44dc 005369 fetch 1 ,mem_device_flag 
+0x44dd 005370 beq mode_24g_device ,mouse_24g_commbination_key_process 
+0x44de 005371 fetch mouse_flag_len ,mem_mouse_flag 
+0x44df 005372 rtnbit0 mouse_enable_commbination_key_by_bt_discovery 
+0x44e0 005373 fetcht 1 ,mem_mouse_commbination_key_bt 
+0x44e1 005374 branch mouse_commbination_key_start 
+:      005376 mouse_24g_commbination_key_process:
+0x44e2 005377 fetch mouse_flag_len ,mem_mouse_flag 
+0x44e3 005378 rtnbit0 mouse_enable_commbination_key_by_24g_pairing 
+0x44e4 005379 fetcht 1 ,mem_mouse_commbination_key_24g 
+:      005380 mouse_commbination_key_start:
+0x44e5 005381 storet 1 ,mem_mouse_commbination_key 
+0x44e6 005382 call mouse_check_key_gpio 
+0x44e7 005383 and pdata ,0x07 ,pdata 
+0x44e8 005384 fetcht 1 ,mem_mouse_commbination_key 
+0x44e9 005385 isub temp ,null 
+0x44ea 005386 branch mouse_commbination_key_down ,zero 
+:      005387 mouse_commbination_key_up:
+0x44eb 005388 fetch 1 ,mem_ui_button_timeout 
+0x44ec 005389 store 1 ,mem_combination_ui_button_count 
+0x44ed 005390 fetch 1 ,mem_commbination_key_statue 
+0x44ee 005391 rtneq commbination_key_state_up 
+0x44ef 005392 jam commbination_key_state_up ,mem_commbination_key_statue 
+0x44f0 005393 rtn 
+:      005395 mouse_commbination_key_down:
+0x44f1 005396 call mouse_combination_ui_timer 
+0x44f2 005397 fetch 1 ,mem_commbination_key_statue 
+0x44f3 005398 rtneq commbination_key_state_down 
+0x44f4 005399 jam commbination_key_state_down ,mem_commbination_key_statue 
+0x44f5 005400 branch check_51cmd_bb_reconn_cancel 
+:      005403 mouse_combination_ui_timer:
+0x44f6 005404 arg mouse_24g_start_pair_mode ,regb 
+0x44f7 005405 arg mem_combination_ui_button_count ,regc 
+0x44f8 005406 fetch 1 ,mem_device_flag 
+0x44f9 005407 beq mode_24g_device ,timer_single_step 
+0x44fa 005408 arg mouse_long_button_bt_discovery ,regb 
+0x44fb 005409 call timer_single_step 
+0x44fc 005410 fetch 1 ,mem_combination_ui_button_count 
+0x44fd 005411 beq 1 ,mouse_bt_discovery_button_down_enable 
+0x44fe 005412 rtn 
+:      005416 mouse_check_discovery_timeout_timer:
+0x44ff 005417 arg mem_mouse_discovery_timer ,regc 
+0x4500 005418 arg mouse_check_discovery_timeout ,regb 
+0x4501 005419 branch timer_single_step_2b 
+:      005421 mouse_check_discovery_timeout:
+0x4502 005422 call mouse_stop_discovery 
+0x4503 005423 branch mouse_app_enter_hibernate 
+:      005426 mouse_check_direct_timeout_timer:
+0x4504 005427 arg mem_mouse_direct_timer ,regc 
+0x4505 005428 arg mouse_check_direct_timeout ,regb 
+0x4506 005429 call timer_single_step_2b 
+0x4507 005430 fetch 1 ,mem_mouse_direct_timer 
+0x4508 005431 beq 1 ,app_ble_stop_direct_adv 
+0x4509 005432 rtn 
+:      005434 mouse_check_direct_timeout:
+0x450a 005435 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x450b 005436 beq 0xff ,mouse_buletooth_fast_conn_end 
+0x450c 005437 fetch 1 ,mem_reconn_times 
+0x450d 005438 nbranch mouse_polling_device ,blank 
+0x450e 005439 fetch mouse_flag_len ,mem_mouse_flag 
+0x450f 005440 bbit1 mouse_enable_bt_reconnect_timeout_enter_discovery ,mouse_start_discovery 
+0x4510 005441 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_bb_event_reconn_timeout 
+0x4511 005442 branch mouse_app_enter_hibernate 
+:      005444 mouse_le_enable_att_list_timer:
+0x4512 005445 arg mem_le_start_encrypt_timer ,regc 
+0x4513 005446 arg mouse_le_write_enable ,regb 
+0x4514 005447 branch timer_single_step 
+:      005449 mouse_le_send_smp_security_request_timer:
+0x4515 005450 fetch 1 ,mem_mouse_le_bb_connected_flag 
+0x4516 005451 rtn blank 
+0x4517 005452 arg mem_mouse_send_secutiry_request_timer ,regc 
+0x4518 005453 arg mouse_le_pairing_sm_start_check ,regb 
+0x4519 005454 branch timer_single_step 
+:      005455 mouse_le_pairing_sm_start_check:
+0x451a 005456 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x451b 005457 nrtn blank 
+0x451c 005458 fetch 1 ,mem_le_pairing_state 
+0x451d 005459 rtnne flag_le_pairing_null 
+0x451e 005460 branch le_pairing_sm_start 
+:      005462 mouse_le_battery_updata_timer:
+0x451f 005463 arg mem_le_battery_level_updata_timer ,regc 
+0x4520 005464 arg mouse_le_battery_level_updata ,regb 
+0x4521 005465 branch timer_single_step 
+:      005467 mouse_le_battery_level_updata:
+0x4522 005468 fetch 2 ,mem_le_battery_level_updata_timer_init 
+0x4523 005469 store 2 ,mem_le_battery_level_updata_timer 
+0x4524 005470 branch mouse_fill_battery_level_le 
+:      005472 mouse_le_enable_att_list:
+0x4525 005473 fetch 1 ,mem_le_connect_status_flag 
+0x4526 005474 rtnbit1 ll_pairing_success_flag 
+0x4527 005475 call mouse_updata_le_param 
+0x4528 005476 arg write_req_enable_flag ,queue 
+0x4529 005477 branch mouse_le_enable_connect_flag 
+:      005479 mouse_check_hid_handshake_timer:
+0x452a 005480 arg mem_hid_handshake_timer_count ,regc 
+0x452b 005481 arg mouse_bt_hid_handshake ,regb 
+0x452c 005482 branch timer_single_step 
+:      005484 mouse_bt_check_sniff_req_timeout_timer:
+0x452d 005485 arg mem_mouse_bt_send_first_package_timer ,regc 
+0x452e 005486 arg mouse_bt_send_first_package ,regb 
+0x452f 005487 branch timer_single_step 
+:      005488 mouse_bt_send_first_package:
+0x4530 005489 jam 1 ,mem_mouse_bt_send_first_package_flag 
+0x4531 005490 rtn 
+:      005492 mouse_check_reconnect_delay_long_sleep:
+0x4532 005493 arg mem_mouse_bluetooth_reconnect_timeout ,regc 
+0x4533 005494 arg mouse_app_enter_hibernate ,regb 
+0x4534 005495 branch timer_single_step 
+:      005498 mouse_current_mult_update_timer:
+0x4535 005499 arg mem_mouse_current_mult_timer ,regc 
+0x4536 005500 arg mouse_current_mult_reinit ,regb 
+0x4537 005501 branch timer_single_step 
+:      005502 mouse_current_mult_reinit:
+0x4538 005503 fetch 1 ,mem_lpm_mult_init 
+0x4539 005504 store 1 ,mem_lpm_mult 
+0x453a 005505 jam 1 ,mem_mouse_long_mult_flag 
+0x453b 005506 rtn 
+:      005509 mouse_check_no_data_timeout_timer:
+0x453c 005510 fetch 1 ,mem_usb_addr 
+0x453d 005511 rtnbit1 7 
+0x453e 005512 arg mem_mouse_no_data_timer ,regc 
+0x453f 005513 arg mouse_check_no_data_timeout ,regb 
+0x4540 005514 branch timer_single_step_2b 
+:      005516 mouse_check_no_data_timeout:
+0x4541 005517 fetch 1 ,mem_device_flag 
+0x4542 005518 beq mode_24g_device ,mouse_24g_hibernate_set 
+0x4543 005519 branch mouse_disconnect 
+:      005521 mouse_no_data_timer_init:
+0x4544 005522 fetch 2 ,mem_mouse_no_data_timeout 
+0x4545 005523 store 2 ,mem_mouse_no_data_timer 
+0x4546 005524 rtn 
+:      005526 mouse_store_information_delay_timer:
+0x4547 005527 arg mem_store_information_delay_timer ,regc 
+0x4548 005528 arg mouse_store_device_info_check ,regb 
+0x4549 005529 branch timer_single_step 
+:      005531 mouse_store_device_info_check:
+0x454a 005532 call mouse_store_device_info 
+0x454b 005533 fetch 1 ,mem_mouse_need_soft_reset 
+0x454c 005534 nbranch mouse_soft_reset ,blank 
+0x454d 005535 rtn 
+:      005537 mouse_bb_event_discovery_btn:
+0x454e 005538 isolate1 mark_24g ,mark 
+0x454f 005539 call mouse_24g_stop ,true 
+0x4550 005540 call mouse_disconnect 
+0x4551 005541 call mouse_le_clean_connect_flag 
+0x4552 005542 branch mouse_start_discovery 
+:      005544 mouse_start_discovery:
+0x4553 005545 bpatch patch1b_2 ,mem_patch1b 
+0x4554 005546 call mouse_bluetooth_fast_conn_disable 
+0x4555 005547 fetch 2 ,mem_ui_state_map 
+0x4556 005548 bbit1 ui_state_ble_adv ,mouse_start_discovery_norandom 
+0x4557 005549 fetch mouse_flag_len ,mem_mouse_flag 
+0x4558 005550 bbit0 mouse_enable_ble_random_addre ,mouse_start_discovery_norandom 
+0x4559 005551 fetcht 2 ,mem_random_addr_increase_count 
+0x455a 005552 increase 1 ,temp 
+0x455b 005553 storet 2 ,mem_random_addr_increase_count 
+0x455c 005554 storet 2 ,mem_le_lap + 1 
+0x455d 005555 random pdata 
+0x455e 005556 store 1 ,mem_le_lap 
+:      005557 mouse_start_discovery_norandom:
+0x455f 005558 fetch 3 ,mem_mouse_le_lap_temp 
+0x4560 005559 store 3 ,mem_le_lap + 3 
+0x4561 005560 call app_lpm_mult_disable 
+0x4562 005561 fetch 2 ,mem_discovery_timeout 
+0x4563 005562 store 2 ,mem_mouse_discovery_timer 
+0x4564 005563 jam 6 ,mem_connection_options 
+0x4565 005564 setarg 0 
+0x4566 005565 store 2 ,mem_mouse_no_data_timer 
+0x4567 005566 store 1 ,mem_mouse_direct_timer 
+0x4568 005567 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
+0x4569 005568 store 1 ,mem_mouse_device_poweron_timer_count 
+0x456a 005569 store 1 ,mem_mouse_clear_sensor_data_flag 
+0x456b 005570 arg mouse_store_eeprom_flag ,queue 
+0x456c 005571 call mouse_enable_function_flag 
+0x456d 005572 call mouse_bt_discovery_button_down_disable 
+0x456e 005573 fetch 1 ,mem_mouse_bluetooth_type 
+0x456f 005574 isolate1 mode_4_mouse ,pdata 
+0x4570 005575 call mouse_check_51cmd_adv ,true 
+0x4571 005576 fetch 1 ,mem_mouse_bluetooth_type 
+0x4572 005577 isolate1 mode_3_mouse ,pdata 
+0x4573 005578 call check_51cmd_start_discovery ,true 
+0x4574 005579 call mouse_low_voltage_led_blink_disable 
+0x4575 005580 branch mouse_discover_setting_led_gpio 
+:      005583 mouse_stop_discovery:
+0x4576 005584 bpatch patch1b_3 ,mem_patch1b 
+0x4577 005585 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x4578 005586 call mouse_disable_function_flag 
+0x4579 005587 jam 0 ,mem_mouse_bluetooth_reconnect_timeout 
+0x457a 005588 fetch 1 ,mem_mouse_bluetooth_type 
+0x457b 005589 isolate1 mode_4_mouse ,pdata 
+0x457c 005590 call mouse_stop_le_adv ,true 
+0x457d 005591 fetch 1 ,mem_mouse_bluetooth_type 
+0x457e 005592 isolate1 mode_3_mouse ,pdata 
+0x457f 005593 call mouse_stop_bt3_discovery ,true 
+0x4580 005594 branch mouse_device_led_off 
+:      005595 mouse_stop_le_adv:
+0x4581 005596 jam 0 ,mem_mouse_direct_timer 
+0x4582 005597 branch check_51cmd_stop_adv 
+:      005598 mouse_stop_bt3_discovery:
+0x4583 005599 setarg 0 
+0x4584 005600 store 2 ,mem_mouse_discovery_timer 
+0x4585 005601 branch check_51cmd_stop_discovery 
+:      005603 mouse_store_remote_bdaddr:
+0x4586 005604 bpatch patch1b_4 ,mem_patch1b 
+0x4587 005605 fetch mouse_flag_len ,mem_mouse_flag 
+0x4588 005606 rtnbit0 mouse_store_eeprom_flag 
+0x4589 005607 call mouse_device_poweron_timer_init 
+0x458a 005608 arg mouse_store_eeprom_flag ,queue 
+0x458b 005609 call mouse_disable_function_flag 
+0x458c 005610 call mouse_check_device_addr 
+:      005611 mouse_unplug_clean_bdaddr:
+0x458d 005612 call mouse_before_store_reconn_info 
+0x458e 005613 branch mouse_store_device_info_delay 
+:      005616 mouse_check_device_addr:
+0x458f 005617 fetch 1 ,mem_record_bt_mode 
+0x4590 005618 beq rec_4_mode ,mouse_check_le_device_addr 
+0x4591 005619 beq rec_3_mode ,mouse_check_bt_device_addr 
+0x4592 005620 rtn 
+:      005621 mouse_check_le_device_addr:
+0x4593 005622 store 1 ,mem_device_addr_temp 
+0x4594 005623 fetch 6 ,mem_le_plap 
+0x4595 005624 branch mouse_check_bt_device_addr_common 
+:      005625 mouse_check_bt_device_addr:
+0x4596 005626 store 1 ,mem_device_addr_temp 
+0x4597 005627 fetch 6 ,mem_plap 
+:      005628 mouse_check_bt_device_addr_common:
+0x4598 005629 store 6 ,mem_device_addr_temp + 1 
+0x4599 005630 fetch 7 ,mem_device_addr_temp 
+0x459a 005631 arg mem_device1_type ,contr 
+0x459b 005632 arg 3 ,loopcnt 
+:      005633 mouse_check_device_addr_end:
+0x459c 005634 ifetcht 7 ,contr 
+0x459d 005635 isub temp ,null 
+0x459e 005636 branch mouse_clean_addr ,zero 
+0x459f 005637 increase 22 ,contr 
+0x45a0 005638 loop mouse_check_device_addr_end 
+0x45a1 005639 rtn 
+:      005640 mouse_before_store_reconn_info:
+0x45a2 005641 arg mem_device1_type ,rega 
+0x45a3 005642 fetch 1 ,mem_device_flag 
+0x45a4 005643 increase -1 ,pdata 
+0x45a5 005644 mul32 pdata ,29 ,pdata 
+0x45a6 005645 iadd rega ,rega 
+0x45a7 005646 fetch 1 ,mem_record_bt_mode 
+0x45a8 005647 istore 1 ,rega 
+0x45a9 005648 beq rec_4_mode ,mouse_store_le_device 
+0x45aa 005649 beq rec_3_mode ,mouse_store_bt_device 
+0x45ab 005650 rtn 
+:      005652 mouse_store_le_device:
+0x45ac 005653 fetch 6 ,mem_le_plap 
+0x45ad 005654 istore 6 ,contw 
+0x45ae 005655 arg mem_le_ltk ,contr 
+0x45af 005656 call memcpy16 
+0x45b0 005657 fetch 6 ,mem_le_lap 
+0x45b1 005658 istore 6 ,contw 
+0x45b2 005659 rtn 
+:      005660 mouse_store_bt_device:
+0x45b3 005661 fetch 6 ,mem_plap 
+0x45b4 005662 istore 6 ,contw 
+0x45b5 005663 arg mem_link_key ,contr 
+0x45b6 005664 branch memcpy16 
+:      005666 mouse_clean_addr:
+0x45b7 005667 increase -6 ,contr 
+0x45b8 005668 copy contr ,contw 
+0x45b9 005669 fetcht 6 ,mem_device_addr_temp + 1 
+0x45ba 005670 increase 3 ,temp 
+0x45bb 005671 istoret 6 ,contw 
+0x45bc 005672 rtn 
+:      005674 mouse_select_reconn_device:
+0x45bd 005675 arg mem_device1_type ,rega 
+0x45be 005676 fetch 1 ,mem_device_flag 
+0x45bf 005677 rtneq mode_24g_device 
+0x45c0 005678 increase -1 ,pdata 
+0x45c1 005679 mul32 pdata ,29 ,pdata 
+0x45c2 005680 iadd rega ,rega 
+0x45c3 005681 ifetch 1 ,rega 
+0x45c4 005682 store 1 ,mem_xrecord_mode 
+0x45c5 005683 beq rec_3_mode ,mouse_load_bt_device 
+0x45c6 005684 beq rec_4_mode ,mouse_load_le_device 
+0x45c7 005685 rtn 
+:      005687 mouse_load_bt_device:
+0x45c8 005688 ifetch 6 ,contr 
+:      005689 mouse_load_bt_device_end:
+0x45c9 005690 store 6 ,mem_hci_plap 
+0x45ca 005691 arg mem_link_key ,contw 
+0x45cb 005692 call memcpy16 
+0x45cc 005693 branch check_link_key_load 
+:      005695 mouse_load_le_device:
+0x45cd 005696 ifetch 6 ,contr 
+:      005697 mouse_load_le_device_end:
+0x45ce 005698 store 6 ,mem_hci_plap 
+0x45cf 005699 arg mem_le_ltk ,contw 
+0x45d0 005700 call memcpy16 
+0x45d1 005701 ifetch 6 ,contr 
+0x45d2 005702 store 6 ,mem_le_lap 
+0x45d3 005703 rtn 
+:      005707 mouse_app_initflag_check:
+0x45d4 005708 fetch 2 ,mem_store_flag 
+0x45d5 005709 arg eeprom_init_flag ,temp 
+0x45d6 005710 isub temp ,null 
+0x45d7 005711 branch mouse_load_device_info ,zero 
+0x45d8 005712 storet 2 ,mem_store_flag 
+0x45d9 005713 call mouse_ble_init_address 
+0x45da 005714 fetch 1 ,mem_device_flag_temp 
+0x45db 005715 store 1 ,mem_device_flag 
+0x45dc 005716 fetch 1 ,mem_config_sensor_dpi 
+0x45dd 005717 store 1 ,mem_mouse_dpi 
+0x45de 005718 fetch 4 ,mem_24g_fast_conn_addr 
+0x45df 005719 store 4 ,mem_24g_receiver_addr 
+0x45e0 005720 store 4 ,mem_24g_addr 
+0x45e1 005721 rtn 
+:      005723 mouse_load_device_info:
+0x45e2 005724 call mouse_select_reconn_device 
+0x45e3 005725 fetch 4 ,mem_mouse_24g_addr 
+0x45e4 005726 store 4 ,mem_24g_receiver_addr 
+0x45e5 005727 store 4 ,mem_24g_addr 
+0x45e6 005728 rtn 
+:      005730 mouse_ble_init_address:
+0x45e7 005731 fetch 6 ,mem_le_lap 
+0x45e8 005732 store 6 ,mem_device1_locall_addr 
+0x45e9 005733 add pdata ,0x0100 ,pdata 
+0x45ea 005734 store 6 ,mem_device2_locall_addr 
+0x45eb 005735 add pdata ,0x0100 ,pdata 
+0x45ec 005736 store 6 ,mem_device3_locall_addr 
+0x45ed 005737 rtn 
+:      005740 mouse_store_device_info_delay:
+0x45ee 005741 fetch 1 ,mem_store_information_delay_timer_init 
+0x45ef 005742 store 1 ,mem_store_information_delay_timer 
+0x45f0 005743 rtn 
+:      005745 mouse_store_device_info:
+0x45f1 005746 bpatch patch1b_5 ,mem_patch1b 
+0x45f2 005747 fetch mouse_flag_len ,mem_mouse_flag 
+0x45f3 005748 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
+0x45f4 005749 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
+0x45f5 005750 rtn 
+:      005752 mouse_load_flash_info_check:
+0x45f6 005753 call spid_init_flash 
+0x45f7 005754 call mouse_spid_flash_release_form_powerdown 
+0x45f8 005755 call mouse_information_flash_parameters 
+0x45f9 005756 call spid_read_flash 
+0x45fa 005757 call mouse_spid_flash_powerdown 
+0x45fb 005758 call mouse_app_initflag_check 
+0x45fc 005759 branch mouse_sensor_spi_init 
+:      005762 mouse_information_flash_parameters:
+0x45fd 005763 setarg mem_mouse_information_end 
+0x45fe 005764 arg mem_mouse_information_start ,temp 
+0x45ff 005765 isub temp ,temp 
+0x4600 005766 fetch 3 ,mem_flash_base 
+0x4601 005767 arg mem_mouse_information_start ,rega 
+0x4602 005768 rtn 
+:      005770 mouse_store_flash_device_info:
+0x4603 005771 call spid_init_flash 
+0x4604 005772 call mouse_spid_flash_release_form_powerdown 
+0x4605 005773 call mouse_flash_erase_sector 
+0x4606 005775 call mouse_information_flash_parameters 
+0x4607 005776 call mouse_spid_write_flash 
+0x4608 005777 call mouse_spid_flash_powerdown 
+0x4609 005778 branch mouse_sensor_spi_init 
+:      005780 mouse_spid_flash_release_form_powerdown:
+0x460a 005781 jam flash_command_release_from_powerdown ,mem_temp 
+:      005782 mouse_spid_write_flash_cmd:
+0x460b 005783 call delay_nop100 
+0x460c 005784 call spid_unlock_flash 
+0x460d 005785 arg mem_write_flash_head_temp ,rega 
+0x460e 005786 fetcht 1 ,mem_temp 
+0x460f 005787 call mouse_spid_write_flash_cmd_common 
+0x4610 005788 branch delay_nop100 
+:      005790 mouse_spid_flash_powerdown:
+0x4611 005791 jam flash_command_powerdown ,mem_temp 
+0x4612 005792 branch mouse_spid_write_flash_cmd 
+:      005794 mouse_spid_write_flash_cmd_common:
+0x4613 005795 istoret 1 ,rega 
+0x4614 005796 rshift16 pdata ,temp 
+0x4615 005797 istoret 1 ,contw 
+0x4616 005798 rshift8 pdata ,temp 
+0x4617 005799 istoret 1 ,contw 
+0x4618 005800 istore 1 ,contw 
+0x4619 005801 deposit rega 
+0x461a 005802 store 2 ,core_spid_txaddr 
+0x461b 005803 setarg 0 
+0x461c 005804 store 2 ,core_spid_rxlen 
+0x461d 005805 jam spid_start ,core_misc_ctrl 
+0x461e 005806 branch wait_spid_done 
+:      005808 mouse_flash_erase_sector:
+0x461f 005809 fetch 3 ,mem_flash_base 
+0x4620 005810 store 3 ,mem_spi_write_addr 
+0x4621 005811 branch spid_flash_erase_sector + 2 
+:      005813 mouse_spid_write_flash:
+0x4622 005814 copy pdata ,regc 
+0x4623 005815 copy rega ,pdata 
+0x4624 005816 increase -4 ,pdata 
+0x4625 005817 copy pdata ,regb 
+0x4626 005818 ifetch 4 ,regb 
+0x4627 005819 store 4 ,mem_write_flash_head_temp 
+0x4628 005820 copy regc ,pdata 
+0x4629 005821 call spid_write_flash 
+0x462a 005822 fetch 4 ,mem_write_flash_head_temp 
+0x462b 005823 istore 4 ,regb 
+0x462c 005824 rtn 
+:      005826 mouse_flash_power_down:
+0x462d 005827 fetch mouse_flag_len ,mem_mouse_flag 
+0x462e 005828 rtnbit0 mouse_enable_flash 
+0x462f 005829 call mouse_spid_flash_powerdown 
+0x4630 005830 call twspi_enable 
+0x4631 005831 fetcht 1 ,mem_spi_cs_gpio 
+0x4632 005832 call gpio_out_inactive 
+0x4633 005833 fetcht 1 ,mem_spi_hold_gpio 
+0x4634 005834 branch mouse_gpio_config_input_pd 
+:      005836 mouse_load_eeprom_info_check:
+0x4635 005837 call iicd_read_init_pin 
+0x4636 005838 fetch mouse_flag_len ,mem_mouse_flag 
+0x4637 005839 isolate1 mouse_enable_2k_eeprom ,pdata 
+0x4638 005840 ncall clear_eeprom_size_2k ,true 
+0x4639 005841 call mouse_eeprom_load_recon_info 
+0x463a 005842 branch mouse_app_initflag_check 
+:      005844 mouse_eeprom_load_recon_info:
+0x463b 005845 arg 128 ,temp 
+0x463c 005846 arg mem_device_flag ,rega 
+0x463d 005847 arg mouse_info_eeprom_offect ,regb 
+0x463e 005848 branch iicd_read_eep_data 
+:      005850 mouse_store_eeprom_device_info:
+0x463f 005851 arg 128 ,temp 
+0x4640 005852 arg mem_device_flag ,rega 
+0x4641 005853 arg mouse_info_eeprom_offect ,regb 
+0x4642 005854 branch iicd_write_protect_eep_data 
+:      005857 mouse_store_eerpom_dpi:
+0x4643 005858 arg 1 ,temp 
+0x4644 005859 arg mem_mouse_dpi ,rega 
+0x4645 005860 arg mouse_dpi_eeprom_offect ,regb 
+0x4646 005861 branch iicd_write_protect_eep_data 
+:      005863 mouse_load_eeprom_dpi:
+0x4647 005864 arg 1 ,temp 
+0x4648 005865 arg mem_mouse_dpi ,rega 
+0x4649 005866 arg mouse_dpi_eeprom_offect ,regb 
+0x464a 005867 branch iicd_read_eep_data 
+:      005871 mouse_idle:
+0x464b 005872 bpatch patch1b_6 ,mem_patch1b 
+0x464c 005873 call mouse_low_voltage_led_no_enter_lpm 
+0x464d 005874 call ui_check_paring_button 
+0x464e 005875 call mouse_dpi_check 
+0x464f 005876 call mouse_select_device_check 
+0x4650 005877 call mouse_check_select_device_by_switch 
+0x4651 005878 call mouse_bt_button_check 
+0x4652 005879 call mouse_usb_isr 
+0x4653 005880 call mouse_wheel_check 
+0x4654 005881 branch mouse_usb_mode 
+:      005883 mouse_select_device_check:
+0x4655 005884 fetch mouse_flag_len ,mem_mouse_flag 
+0x4656 005885 bbit1 mouse_enable_select_device_by_pb_button ,mouse_select_device_by_pb_button 
+0x4657 005886 bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_select_device_by_pb_button 
+0x4658 005887 rtn 
+:      005889 mouse_select_device_by_pb_button_check_once:
+0x4659 005890 jam 0x03 ,mem_mouse_pbkey_press_status 
+:      005891 mouse_select_device_by_pb_button:
+0x465a 005892 fetch 1 ,mem_config_select_device_button_gpio 
+0x465b 005893 rtneq gpio_disable 
+0x465c 005894 arg 0 ,rega 
+0x465d 005895 jam mouse_pb_key ,mem_mouse_key_temp 
+0x465e 005896 fetcht 1 ,mem_config_select_device_button_gpio 
+0x465f 005897 call mouse_pb_button_check 
+0x4660 005898 store 1 ,mem_mouse_pbkey_press_status 
+0x4661 005899 fetch 1 ,mem_matrix_public_gpio 
+0x4662 005900 beq gpio_disable ,mouse_3io6key_pb_button_check_end 
+0x4663 005901 call mouse_matrix_public_gpio_reset 
+:      005902 mouse_select_device_by_pb_button_exit:
+0x4664 005903 copy rega ,pdata 
+0x4665 005904 bbit1 mouse_pb_key ,mouse_select_device_button_down 
+0x4666 005905 branch mouse_select_device_button_up 
+:      005907 mouse_3io6key_pb_button_check_end:
+0x4667 005908 fetcht 1 ,mem_config_select_device_button_gpio 
+0x4668 005909 call mouse_gpio_config_input_pu 
+0x4669 005910 branch mouse_select_device_by_pb_button_exit 
+:      005913 mouse_pb_button_check:
+0x466a 005914 fetch mouse_flag_len ,mem_mouse_flag 
+0x466b 005915 bbit1 mouse_enable_pb_button_connect_gnd ,mouse_pb_button_connect_gnd 
+0x466c 005916 fetch 1 ,mem_mouse_pbkey_press_status 
+0x466d 005917 copy pdata ,regc 
+0x466e 005918 fetch 1 ,mem_matrix_public_gpio 
+0x466f 005919 beq gpio_disable ,mouse_3io6key_check 
+0x4670 005920 fetch 1 ,mem_mouse_ghost_flag 
+0x4671 005921 nbranch mouse_select_device_by_pb_button_end ,blank 
+0x4672 005922 branch mouse_pb_button_connect_matrix 
+:      005924 mouse_select_device_by_pb_button_end:
+0x4673 005925 jam pb_button_state_up ,mem_select_device_button_statue 
+0x4674 005926 jam 0 ,mem_mouse_pbkey_press_status 
+0x4675 005927 rtn 
+:      005929 mouse_pb_button_connect_gnd:
+0x4676 005930 fetch 1 ,mem_mouse_pbkey_press_status 
+0x4677 005931 branch mouse_check_key_connect_gnd 
+:      005933 mouse_pb_button_connect_matrix:
+0x4678 005934 call gpio_get_bit 
+0x4679 005935 fetcht 1 ,mem_matrix_public_gpio 
+0x467a 005936 branch mouse_pb_button_connect_gnd ,true 
+0x467b 005937 fetcht 1 ,mem_matrix_public_gpio 
+0x467c 005938 call gpio_out_active 
+0x467d 005939 fetcht 1 ,mem_config_select_device_button_gpio 
+0x467e 005940 fetch 1 ,mem_mouse_pbkey_press_status 
+0x467f 005941 branch mouse_check_key_connect_gnd 
+:      005943 mouse_select_device_button_up:
+0x4680 005944 fetch 1 ,mem_select_device_button_statue 
+0x4681 005945 rtneq pb_button_state_up 
+0x4682 005946 jam pb_button_state_up ,mem_select_device_button_statue 
+0x4683 005947 fetch mouse_flag_len ,mem_mouse_flag 
+0x4684 005948 rtnbit1 mouse_enable_pb_button_short_press_enter_discovery 
+0x4685 005949 fetch 1 ,mem_bt_discovery_count 
+0x4686 005950 sub pdata ,20 ,null 
+0x4687 005951 ncall mouse_ready_reconnection_by_button ,positive 
+0x4688 005952 fetch 1 ,mem_ui_button_timeout 
+0x4689 005953 store 1 ,mem_bt_discovery_count 
+0x468a 005954 rtn 
+:      005956 mouse_select_device_button_down:
+0x468b 005957 call mouse_select_device_ghost_check 
+0x468c 005958 rtn user 
+0x468d 005959 fetch 1 ,mem_select_device_button_statue 
+0x468e 005960 rtneq pb_button_state_down 
+0x468f 005961 jam pb_button_state_down ,mem_select_device_button_statue 
+0x4690 005962 fetch mouse_flag_len ,mem_mouse_flag 
+0x4691 005963 bbit1 mouse_enable_pb_button_short_press_enter_discovery ,mouse_long_button_bt_discovery 
+0x4692 005964 fetch 1 ,mem_mouse_direct_timer 
+0x4693 005965 rtn blank 
+0x4694 005966 fetch 1 ,mem_mouse_direct_timeout 
+0x4695 005967 store 1 ,mem_mouse_direct_timer 
+0x4696 005968 rtn 
+:      005970 mouse_select_device_ghost_check:
+0x4697 005971 disable user 
+0x4698 005972 fetch mouse_flag_len ,mem_mouse_flag 
+0x4699 005973 rtnbit1 mouse_enable_pb_button_connect_gnd 
+0x469a 005974 fetch 1 ,mem_mouse_lkey_press_status 
+0x469b 005975 rtn blank 
+0x469c 005976 fetch 1 ,mem_mouse_rkey_press_status 
+0x469d 005977 rtn blank 
+0x469e 005978 enable user 
+0x469f 005979 rtn 
+:      005983 mouse_check_select_device_by_switch:
+0x46a0 005984 fetch mouse_flag_len ,mem_mouse_flag 
+0x46a1 005985 bbit1 mouse_enable_select_device_by_switch_gpio ,mouse_check_select_device_by_switch_gpio 
+0x46a2 005986 bbit1 mouse_enable_select_device_by_switch_adc ,mouse_adc_read 
+0x46a3 005987 rtn 
+:      005988 mouse_check_select_device_by_switch_gpio:
+0x46a4 005989 fetcht 1 ,mem_device_switch_gpio 
+0x46a5 005990 call mouse_gpio_config_input_pu 
+0x46a6 005991 fetcht 1 ,mem_device_switch_gpio 
+0x46a7 005992 call gpio_get_bit 
+0x46a8 005993 branch mouse_check_select_24gdevice ,true 
+:      005994 mouse_select_btdevice:
+0x46a9 005995 fetch 1 ,mem_device_flag 
+0x46aa 005996 rtneq mode_bt_device1 
+0x46ab 005997 jam mode_bt_device1 ,mem_device_flag 
+0x46ac 005998 branch mouse_stop_bluetooth_mode 
+:      006001 mouse_check_select_24gdevice:
+0x46ad 006002 fetch mouse_flag_len ,mem_mouse_flag 
+0x46ae 006003 bbit0 mouse_enable_select_device_by_switch_adc ,mouse_check_select_24g_device 
+0x46af 006004 fetch 6 ,mem_mouse_vdd_switch_gnd_full_vol 
+0x46b0 006005 store 6 ,mem_mouse_vdd_calculate_set 
+:      006006 mouse_check_select_24g_device:
+0x46b1 006007 fetch 1 ,mem_device_flag 
+0x46b2 006008 rtneq mode_24g_device 
+0x46b3 006009 jam mode_24g_device ,mem_device_flag 
+0x46b4 006010 branch mouse_24g_stop 
+:      006014 mouse_ready_reconnection_by_button:
+0x46b5 006015 bpatch patch1b_7 ,mem_patch1b 
+0x46b6 006016 fetch 1 ,mem_device_number 
+0x46b7 006017 rtneq 1 
+0x46b8 006018 call mouse_select_device_number 
+0x46b9 006019 storet 1 ,mem_device_flag 
+:      006020 mouse_store_device_number_before_reset:
+0x46ba 006021 jam 0 ,mem_link_key_exists 
+0x46bb 006022 call mouse_select_device_enable 
+0x46bc 006023 call mouse_stop_bluetooth_mode 
+0x46bd 006024 call mouse_select_device_disable 
+0x46be 006025 jam 1 ,mem_mouse_need_soft_reset 
+0x46bf 006026 branch mouse_store_device_info_delay 
+:      006029 mouse_soft_reset:
+0x46c0 006030 call mouse_select_device_enable 
+0x46c1 006031 branch soft_reset_chip 
+:      006033 mouse_select_device_number:
+0x46c2 006034 fetcht 1 ,mem_device_flag 
+0x46c3 006035 increase 1 ,temp 
+0x46c4 006036 fetch mouse_flag_len ,mem_mouse_flag 
+0x46c5 006037 bbit1 mouse_enable_24g ,mouse_select_device_number_24g 
+0x46c6 006038 sub temp ,2 ,null 
+0x46c7 006039 ncall mouse_select_device_count_clean_bt ,positive 
+0x46c8 006040 rtn 
+:      006042 mouse_select_device_number_24g:
+0x46c9 006043 fetch 1 ,mem_device_number 
+0x46ca 006044 increase -1 ,pdata 
+0x46cb 006045 isub temp ,null 
+0x46cc 006046 ncall mouse_select_device_count_clean_24g ,positive 
+0x46cd 006047 rtn 
+:      006049 mouse_select_device_count_clean_24g:
+0x46ce 006050 arg 0 ,temp 
+0x46cf 006051 rtn 
+:      006052 mouse_select_device_count_clean_bt:
+0x46d0 006053 arg 1 ,temp 
+0x46d1 006054 rtn 
+:      006057 mouse_store_device_number2eeprom:
+0x46d2 006058 arg 1 ,temp 
+0x46d3 006059 arg mem_device_flag ,rega 
+0x46d4 006060 arg 0 ,regb 
+0x46d5 006061 branch iicd_write_protect_eep_data 
+:      006064 mouse_bt_button_check:
+0x46d6 006065 fetch mouse_flag_len ,mem_mouse_flag 
+0x46d7 006066 rtnbit0 mouse_enable_pb_button_short_press_enter_discovery 
+0x46d8 006067 call mouse_select_device_by_pb_button 
+0x46d9 006068 rtn 
+:      006073 mouse_select_device_enable:
+0x46da 006074 arg mouse_select_device_flag ,queue 
+0x46db 006075 branch mouse_enable_function_flag 
+:      006076 mouse_select_device_disable:
+0x46dc 006077 arg mouse_select_device_flag ,queue 
+0x46dd 006078 branch mouse_disable_function_flag 
+:      006079 mouse_bt_cannel_reconn_enable:
+0x46de 006080 arg mouse_bt_cannel_reconn_flag ,queue 
+0x46df 006081 branch mouse_enable_function_flag 
+:      006082 mouse_bt_cannel_reconn_disable:
+0x46e0 006083 arg mouse_bt_cannel_reconn_flag ,queue 
+0x46e1 006084 branch mouse_disable_function_flag 
+:      006085 mouse_bt_discovery_button_down_enable:
+0x46e2 006086 arg mouse_bt_discovery_button_down_flag ,queue 
+0x46e3 006087 branch mouse_enable_function_flag 
+:      006088 mouse_bt_discovery_button_down_disable:
+0x46e4 006089 arg mouse_bt_discovery_button_down_flag ,queue 
+0x46e5 006090 branch mouse_disable_function_flag 
+:      006092 mouse_adc_read_enable:
+0x46e6 006093 arg mouse_enable_adc ,queue 
+0x46e7 006094 branch mouse_enable_function_flag 
+:      006096 mouse_24g_set_250hz:
+0x46e8 006097 arg mouse_enable_24g_250hz ,queue 
+0x46e9 006098 branch mouse_enable_function_flag 
+:      006100 mouse_24g_search_dongle_enable:
+0x46ea 006101 arg mouse_enable_24g_search_dongle ,queue 
+0x46eb 006102 branch mouse_enable_function_flag 
+:      006104 mouse_16m_enable:
+0x46ec 006105 arg mouse_enable_16m ,queue 
+0x46ed 006106 branch mouse_enable_function_flag 
+:      006108 mouse_dpi_4level_enable:
+0x46ee 006109 arg mouse_enable_dpi_level_4 ,queue 
+0x46ef 006110 branch mouse_enable_function_flag 
+:      006113 mouse_enable_function_flag:
+0x46f0 006114 fetch mouse_flag_len ,mem_mouse_flag 
+0x46f1 006115 qset1 pdata 
+0x46f2 006116 store mouse_flag_len ,mem_mouse_flag 
+0x46f3 006117 rtn 
+:      006119 mouse_disable_function_flag:
+0x46f4 006120 fetch mouse_flag_len ,mem_mouse_flag 
+0x46f5 006121 qset0 pdata 
+0x46f6 006122 store mouse_flag_len ,mem_mouse_flag 
+0x46f7 006123 rtn 
+:      006125 mouse_customer_key_enable:
+0x46f8 006126 arg mouse_enable_keyboard ,queue 
+0x46f9 006127 call mouse_enable_function_flag 
+0x46fa 006128 setarg 0 
+0x46fb 006129 store 8 ,mem_customer_key_press 
+0x46fc 006130 store 8 ,mem_customer_key_release 
+0x46fd 006131 fetch 1 ,mem_mouse_enable_flag 
+0x46fe 006132 and pdata ,0xc0 ,pdata 
+0x46ff 006133 beq 0x40 ,mouse_customer_key_ctrl_alt_a 
+0x4700 006134 beq 0x80 ,mouse_customer_ac_home 
+0x4701 006135 beq 0xc0 ,mouse_customer_key_play 
+0x4702 006136 setarg 0x070008 
+:      006137 mouse_customer_standrad_key_set:
+0x4703 006138 store 8 ,mem_customer_key_press + 1 
+0x4704 006139 rtn 
+:      006141 mouse_customer_key_ctrl_alt_a:
+0x4705 006142 setarg 0x040005 
+0x4706 006143 branch mouse_customer_standrad_key_set 
+:      006146 mouse_customer_ac_home:
+0x4707 006147 setarg 0x022303 
+:      006148 mouse_customer_media_key_set:
+0x4708 006149 store 8 ,mem_customer_key_press 
+0x4709 006150 setarg 0x03 
+0x470a 006151 store 8 ,mem_customer_key_release 
+0x470b 006152 rtn 
+:      006154 mouse_customer_key_play:
+0x470c 006155 setarg 0x00cd03 
+0x470d 006156 branch mouse_customer_media_key_set 
+:      006163 mouse_polling_device:
+0x470e 006164 bpatch patch1c_0 ,mem_patch1c 
+0x470f 006165 fetch 1 ,mem_reconn_times 
+0x4710 006166 increase -1 ,pdata 
+0x4711 006167 store 1 ,mem_reconn_times 
+0x4712 006168 fetcht 1 ,mem_device_flag 
+0x4713 006169 sub temp ,1 ,null 
+0x4714 006170 ncall mouse_select_device_number ,zero 
+0x4715 006171 storet 1 ,mem_device_flag 
+0x4716 006172 jam 0 ,mem_link_key_exists 
+0x4717 006173 call mouse_store_device_number2eeprom 
+0x4718 006174 call mouse_before_store_reconn_info 
+0x4719 006175 branch mouse_start_reconnect_device 
+:      006180 mouse_drawing_optima:
+0x471a 006181 fetch mouse_flag_len ,mem_mouse_flag 
+0x471b 006182 rtnbit0 mouse_enable_smoother 
+0x471c 006183 fetch 4 ,mem_mouse_x 
+0x471d 006184 rtn blank 
+0x471e 006185 call mouse_data_abs_check 
+0x471f 006186 setarg 0x03 
+0x4720 006187 call mouse_pdata_greater_than_check 
+0x4721 006188 call mouse_disable_asm ,blank 
+0x4722 006189 ncall mouse_enable_asm ,blank 
+0x4723 006190 setarg 0x02 
+0x4724 006191 call mouse_data_less_than_check 
+0x4725 006192 call mouse_disable_asm ,blank 
+0x4726 006193 fetch 1 ,mem_mouse_asm_flag 
+0x4727 006194 beq 1 ,mouse_drawing_optima_modify 
+:      006195 mouse_drawing_optima_init:
+0x4728 006196 fetch mouse_flag_len ,mem_mouse_flag 
+0x4729 006197 rtnbit0 mouse_enable_smoother 
+0x472a 006198 arg 5 ,loopcnt 
+0x472b 006199 arg mem_mouse_asm_flag ,contw 
+0x472c 006200 branch clear_mem 
+:      006202 mouse_drawing_optima_modify:
+0x472d 006203 call mouse_drawing_optima_xy_offset_modify 
+0x472e 006204 fetch 2 ,mem_mouse_x_pre 
+0x472f 006205 store 2 ,mem_data_pre 
+0x4730 006206 fetch 2 ,mem_mouse_x 
+0x4731 006207 store 2 ,mem_data_current 
+0x4732 006208 call mouse_drawing_optima_data_x 
+0x4733 006209 fetch 2 ,mem_data_pre 
+0x4734 006210 store 2 ,mem_mouse_x_pre 
+0x4735 006211 fetch 2 ,mem_data_current 
+0x4736 006212 store 2 ,mem_mouse_x 
+0x4737 006214 fetch 2 ,mem_mouse_y_pre 
+0x4738 006215 store 2 ,mem_data_pre 
+0x4739 006216 fetch 2 ,mem_mouse_y 
+0x473a 006217 store 2 ,mem_data_current 
+0x473b 006218 call mouse_drawing_optima_data_y 
+0x473c 006219 fetch 2 ,mem_data_pre 
+0x473d 006220 store 2 ,mem_mouse_y_pre 
+0x473e 006221 fetch 2 ,mem_data_current 
+0x473f 006222 store 2 ,mem_mouse_y 
+0x4740 006223 rtn 
+:      006225 mouse_drawing_optima_xy_offset_modify:
+0x4741 006226 fetch mouse_flag_len ,mem_mouse_flag 
+0x4742 006227 rtnbit0 mouse_enable_xy_offset 
+0x4743 006228 fetch 2 ,mem_mouse_x_pre 
+0x4744 006229 store 2 ,mem_data_value 
+0x4745 006230 call mouse_pre_xy_data_judge 
+0x4746 006231 store 2 ,mem_mouse_x_pre 
+0x4747 006232 fetch 2 ,mem_mouse_x 
+0x4748 006233 store 2 ,mem_data_value 
+0x4749 006234 call mouse_current_xy_data_judge 
+0x474a 006235 store 2 ,mem_mouse_x 
+0x474b 006236 fetch 2 ,mem_mouse_y_pre 
+0x474c 006237 store 2 ,mem_data_value 
+0x474d 006238 call mouse_pre_xy_data_judge 
+0x474e 006239 store 2 ,mem_mouse_y_pre 
+0x474f 006240 fetch 2 ,mem_mouse_y 
+0x4750 006241 store 2 ,mem_data_value 
+0x4751 006242 call mouse_current_xy_data_judge 
+0x4752 006243 store 2 ,mem_mouse_y 
+0x4753 006244 rtn 
+:      006246 mouse_pre_xy_data_judge:
+0x4754 006247 fetch 1 ,mem_data_value + 1 
+0x4755 006248 branch mouse_pre_xy_pdata_offset ,blank 
+0x4756 006249 branch mouse_pre_xy_ndata_offset 
+:      006251 mouse_pre_xy_pdata_offset:
+0x4757 006252 fetch 1 ,mem_data_value 
+0x4758 006253 call mouse_pre_xy_get_0_4_times 
+0x4759 006254 store 1 ,mem_data_value 
+:      006255 mouse_xy_data_offset_new:
+0x475a 006256 fetch 2 ,mem_data_value 
+0x475b 006257 rtn 
+:      006258 mouse_pre_xy_ndata_offset:
+0x475c 006259 fetch 1 ,mem_data_value 
+0x475d 006260 call mouse_pdata_invert 
+0x475e 006261 call mouse_pre_xy_get_0_4_times 
+0x475f 006262 call disable_blank ,blank 
+0x4760 006263 call mouse_pdata_get_new_value 
+0x4761 006264 branch mouse_xy_data_offset_new 
+:      006266 mouse_current_xy_data_judge:
+0x4762 006267 fetch 1 ,mem_data_value + 1 
+0x4763 006268 branch mouse_current_xy_pdata_offset ,blank 
+0x4764 006269 branch mouse_current_xy_ndata_offset 
+:      006270 mouse_current_xy_pdata_offset:
+0x4765 006271 fetch 1 ,mem_data_value 
+0x4766 006272 call mouse_current_xy_get_0_6_times 
+0x4767 006273 store 1 ,mem_data_value 
+0x4768 006274 branch mouse_xy_data_offset_new 
+:      006275 mouse_current_xy_ndata_offset:
+0x4769 006276 fetch 1 ,mem_data_value 
+0x476a 006277 call mouse_pdata_invert 
+0x476b 006278 call mouse_current_xy_get_0_6_times 
+0x476c 006279 call disable_blank ,blank 
+0x476d 006280 call mouse_pdata_get_new_value 
+0x476e 006281 branch mouse_xy_data_offset_new 
+:      006283 mouse_pre_xy_get_0_4_times:
+0x476f 006284 mul32 pdata ,4 ,pdata 
+0x4770 006285 div pdata ,5 
+0x4771 006286 call wait_div_end 
+0x4772 006287 quotient pdata 
+0x4773 006288 rtn 
+:      006289 mouse_current_xy_get_0_6_times:
+0x4774 006290 mul32 pdata ,12 ,pdata 
+0x4775 006291 div pdata ,10 
+0x4776 006292 call wait_div_end 
+0x4777 006293 quotient pdata 
+0x4778 006294 rtn 
+:      006296 mouse_drawing_optima_data_x:
+0x4779 006297 fetch 2 ,mem_data_pre 
+0x477a 006298 fetcht 2 ,mem_data_current 
+0x477b 006299 iadd temp ,pdata 
+0x477c 006300 fetcht 1 ,mem_mouse_data_xtemp 
+0x477d 006301 iadd temp ,pdata 
+0x477e 006302 and pdata ,0x01 ,temp 
+0x477f 006303 storet 1 ,mem_mouse_data_xtemp 
+0x4780 006304 branch mouse_drawing_optima_data 
+:      006306 mouse_drawing_optima_data_y:
+0x4781 006307 fetch 2 ,mem_data_pre 
+0x4782 006308 fetcht 2 ,mem_data_current 
+0x4783 006309 iadd temp ,pdata 
+0x4784 006310 fetcht 1 ,mem_mouse_data_ytemp 
+0x4785 006311 iadd temp ,pdata 
+0x4786 006312 and pdata ,0x01 ,temp 
+0x4787 006313 storet 1 ,mem_mouse_data_ytemp 
+0x4788 006314 branch mouse_drawing_optima_data 
+:      006316 mouse_drawing_optima_data:
+0x4789 006317 store 3 ,mem_data_sum 
+0x478a 006318 isolate1 16 ,pdata 
+0x478b 006319 branch mouse_data_sum_overflow ,true 
+0x478c 006320 fetch 1 ,mem_data_sum + 1 
+0x478d 006321 beq 0xff ,mouse_data_sum_n 
+0x478e 006322 fetch 1 ,mem_data_sum 
+:      006323 mouse_data_store_pre:
+0x478f 006324 rshift pdata ,pdata 
+0x4790 006325 store 2 ,mem_data_pre 
+0x4791 006326 store 2 ,mem_data_current 
+0x4792 006327 rtn 
+:      006328 mouse_data_sum_overflow:
+0x4793 006329 fetch 1 ,mem_data_sum + 1 
+0x4794 006330 beq 0 ,mouse_data_sum_overflow_p 
+0x4795 006331 fetch 3 ,mem_data_sum 
+0x4796 006332 branch mouse_data_store_pre 
+:      006333 mouse_data_sum_overflow_p:
+0x4797 006334 jam 0 ,mem_data_sum + 2 
+0x4798 006335 fetch 1 ,mem_data_sum 
+0x4799 006336 branch mouse_data_store_pre 
+:      006338 mouse_data_sum_n:
+0x479a 006339 fetch 1 ,mem_data_sum 
+0x479b 006340 call mouse_pdata_get_half 
+0x479c 006341 store 1 ,mem_data_pre 
+0x479d 006342 store 1 ,mem_data_current 
+0x479e 006343 branch mouse_data_zero ,blank 
+0x479f 006344 setarg 0xff 
+:      006345 mouse_data_set_direction:
+0x47a0 006346 store 1 ,mem_data_pre + 1 
+0x47a1 006347 store 1 ,mem_data_current + 1 
+0x47a2 006348 rtn 
+:      006349 mouse_data_zero:
+0x47a3 006350 setarg 0 
+0x47a4 006351 branch mouse_data_set_direction 
+:      006353 mouse_pdata_get_half:
+0x47a5 006354 call mouse_pdata_invert 
+0x47a6 006355 rshift pdata ,pdata 
+:      006356 mouse_pdata_get_new_value:
+0x47a7 006357 call mouse_rega_in_out 
+0x47a8 006358 sub pdata ,0 ,pdata 
+0x47a9 006359 store 1 ,mem_data_value 
+0x47aa 006360 rtn 
+:      006362 mouse_pdata_invert:
+0x47ab 006363 sub pdata ,0 ,pdata 
+:      006364 mouse_rega_in_out:
+0x47ac 006365 store 1 ,mem_rega 
+0x47ad 006366 fetch 1 ,mem_rega 
+0x47ae 006367 rtn 
+:      006369 mouse_disable_asm:
+0x47af 006370 jam 0 ,mem_mouse_asm_flag 
+0x47b0 006371 rtn 
+:      006372 mouse_enable_asm:
+0x47b1 006373 jam 1 ,mem_mouse_asm_flag 
+0x47b2 006374 rtn 
+:      006377 mouse_pdata_greater_than_check:
+0x47b3 006378 isub rega ,null 
+0x47b4 006379 nbranch disable_blank ,positive 
+0x47b5 006380 isub regb ,null 
+0x47b6 006381 nbranch disable_blank ,positive 
+0x47b7 006382 branch enable_blank 
+:      006383 mouse_data_less_than_check:
+0x47b8 006384 isub rega ,null 
+0x47b9 006385 nrtn positive 
+0x47ba 006386 isub regb ,null 
+0x47bb 006387 nrtn positive 
+0x47bc 006388 branch enable_blank 
+:      006390 mouse_data_abs_check:
+0x47bd 006391 fetch 2 ,mem_mouse_x 
+0x47be 006392 call mouse_data_abs 
+0x47bf 006393 copy pdata ,rega 
+0x47c0 006394 fetch 2 ,mem_mouse_y 
+0x47c1 006395 call mouse_data_abs 
+0x47c2 006396 copy pdata ,regb 
+0x47c3 006397 rtn 
+:      006399 mouse_data_abs:
+0x47c4 006400 store 2 ,mem_data_current 
+0x47c5 006401 fetch 1 ,mem_data_current + 1 
+0x47c6 006402 beq 0xff ,mouse_data_reversal 
+0x47c7 006403 fetch 1 ,mem_data_current 
+:      006404 mouse_data_abs_store:
+0x47c8 006405 and_into 0xff ,pdata 
+0x47c9 006407 rtn 
+:      006408 mouse_data_reversal:
+0x47ca 006409 fetch 2 ,mem_data_current 
+0x47cb 006410 sub pdata ,0 ,pdata 
+0x47cc 006411 branch mouse_data_abs_store 
+:      006413 mouse_24g_long_sleep_param_update_timer:
+0x47cd 006414 arg mem_24g_long_sleep_param_update_timer ,regc 
+0x47ce 006415 arg mouse_24g_long_sleep_normal_param ,regb 
+0x47cf 006416 branch timer_single_step 
+:      006417 mouse_24g_long_sleep_normal_param:
+0x47d0 006418 fetch 4 ,mem_24g_long_sleep_set1 
+0x47d1 006419 store 4 ,mem_24g_enter_hibernate 
+0x47d2 006420 jam 1 ,mem_mouse_long_mult_flag 
+0x47d3 006421 rtn 
+:      006424 mouse_24g_long_sleep_set:
+0x47d4 006425 beq 0x00 ,mouse_24g_long_sleep_set_30ms 
+0x47d5 006426 beq 0x01 ,mouse_24g_long_sleep_set_50ms 
+0x47d6 006427 beq 0x02 ,mouse_24g_long_sleep_set_80ms 
+0x47d7 006428 beq 0x03 ,mouse_24g_long_sleep_set_100ms 
+:      006429 mouse_24g_long_sleep_set_80ms:
+0x47d8 006430 setarg 0x0ea600 
+:      006431 mouse_24g_long_sleep_set_end:
+0x47d9 006432 store 4 ,mem_24g_long_sleep_set1 
+0x47da 006433 rtn 
+:      006434 mouse_24g_long_sleep_set_30ms:
+0x47db 006435 setarg 0x05e740 
+0x47dc 006436 branch mouse_24g_long_sleep_set_end 
+:      006437 mouse_24g_long_sleep_set_50ms:
+0x47dd 006438 setarg 0x0927c0 
+0x47de 006439 branch mouse_24g_long_sleep_set_end 
+:      006440 mouse_24g_long_sleep_set_100ms:
+0x47df 006441 setarg 0x124f80 
+0x47e0 006442 branch mouse_24g_long_sleep_set_end 
+:      006446 mouse_24g_hibernate_set:
+0x47e1 006447 jam 0 ,mem_24g_attempt_fail_flag 
+0x47e2 006448 call g24_transmit_next_packet 
+0x47e3 006449 setarg -1 
+0x47e4 006450 store 4 ,mem_24g_enter_hibernate 
+0x47e5 006451 setarg 0 
+0x47e6 006452 store 7 ,mem_mouse_key 
+0x47e7 006453 jam 1 ,mem_sensor_shutdown_flag 
+0x47e8 006454 call mouse_sensor_powerdown 
+0x47e9 006455 call mouse_setgpio_hibernate 
+0x47ea 006456 branch g24_long_sleep 
+:      006458 mouse_wakeup_24g:
+0x47eb 006459 fetch 1 ,mem_sensor_shutdown_flag 
+0x47ec 006460 ncall mouse_init_sensor_wakeup ,blank 
+0x47ed 006461 jam 0 ,mem_sensor_shutdown_flag 
+0x47ee 006462 branch g24_transmit_no_ack 
+:      006464 mouse_24g_transmit_start:
+0x47ef 006465 fetch 1 ,mem_sensor_shutdown_flag 
+0x47f0 006466 nbranch g24_short_sleep ,blank 
+0x47f1 006467 branch g24_transmit_start_next 
+:      006470 mouse_24g_stop:
+0x47f2 006471 set0 mark_24g ,mark 
+0x47f3 006472 jam state_24g_stop ,mem_24g_conn_sm 
+0x47f4 006473 arg mouse_24g_pairing_flag ,queue 
+0x47f5 006474 branch mouse_disable_function_flag 
+:      006477 mouse_24g_start_mode:
+0x47f6 006478 fetch mouse_flag_len ,mem_mouse_flag 
+0x47f7 006479 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
+0x47f8 006480 call mouse_wakeup_from_power_check 
+0x47f9 006481 branch mouse_24g_reconn_dongle_start ,user 
+0x47fa 006482 fetch mouse_flag_len ,mem_mouse_flag 
+0x47fb 006483 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_reconn_general_dongle 
+0x47fc 006484 bbit0 mouse_enable_24g_power_on_pairing ,mouse_24g_reconn_general_dongle 
+0x47fd 006485 call mouse_key_check_once 
+0x47fe 006486 and pdata ,0x07 ,pdata 
+0x47ff 006487 fetcht 1 ,mem_mouse_commbination_key_24g 
+0x4800 006488 isub temp ,null 
+0x4801 006489 branch mouse_24g_start_pair_mode ,zero 
+0x4802 006490 branch mouse_24g_reconn_general_dongle 
+:      006492 mouse_24g_mode_setup_error:
+0x4803 006493 fetch 1 ,mem_reconn_times 
+0x4804 006494 nbranch mouse_polling_device ,blank 
+0x4805 006495 rtn 
+:      006497 mouse_24g_reconn_dongle_start:
+0x4806 006498 fetch 2 ,mem_24g_reconn_timeout_init 
+0x4807 006499 store 2 ,mem_24g_reconn_timeout 
+0x4808 006500 jam receiver_and_3_0_addr ,mem_24g_reconn_type 
+0x4809 006501 branch g24_reconn_start 
+:      006504 mouse_24g_first_start_auto_pair_mode:
+0x480a 006505 call mouse_wakeup_from_power_check 
+0x480b 006506 branch mouse_24g_first_start_reconn ,user 
+:      006507 mouse_24g_reconn_general_dongle:
+0x480c 006508 jam mode_24g_device ,mem_device_flag 
+0x480d 006509 fetch 2 ,mem_mouse_24g_power_on_fast_conn_timer 
+0x480e 006510 store 2 ,mem_24g_reconn_timeout 
+0x480f 006511 jam fast_conn_and_3_0_addr ,mem_24g_reconn_type 
+0x4810 006512 branch g24_reconn_start 
+:      006514 mouse_24g_start_auto_pair:
+0x4811 006515 call mouse_discover_setting_led_gpio 
+0x4812 006516 fetch 2 ,mem_24g_pair_timeout_init 
+0x4813 006517 store 2 ,mem_24g_reconn_timeout 
+0x4814 006518 jam pair_and_3_0_addr ,mem_24g_reconn_type 
+0x4815 006519 branch g24_reconn_start 
+:      006522 mouse_24g_first_start_reconn:
+0x4816 006523 fetch 1 ,mem_device_flag 
+0x4817 006524 beq mode_24g_device ,mouse_24g_reconn_dongle_start 
+0x4818 006525 call mouse_bluetooth_fast_conn_disable 
+0x4819 006526 branch mouse_24g_first_bluetooth_reconnect 
+:      006528 mouse_24g_first_bluetooth_reconnect:
+0x481a 006529 call mouse_24g_stop 
+0x481b 006530 call mouse_device_led_all_off 
+0x481c 006531 jam mode_bt_device1 ,mem_device_flag 
+0x481d 006532 call mouse_select_reconn_device 
+0x481e 006533 branch mouse_start_reconnect_device 
+:      006535 mouse_24g_first_bb_event_reconn_timeout:
+0x481f 006536 call mouse_wakeup_from_power_check 
+0x4820 006537 branch mouse_app_enter_hibernate ,user 
+0x4821 006538 branch mouse_start_discovery 
+:      006541 mouse_24g_first_store_reconn_info:
+0x4822 006542 call mouse_wakeup_from_power_check 
+0x4823 006543 rtn user 
+0x4824 006544 fetch mouse_flag_len ,mem_mouse_flag 
+0x4825 006545 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_store_device_info_delay 
+0x4826 006546 rtn 
+:      006548 mouse_24g_start_pair_mode:
+0x4827 006549 arg mouse_24g_pairing_flag ,queue 
+0x4828 006550 call mouse_enable_function_flag 
+0x4829 006551 setarg 0 
+0x482a 006552 store 2 ,mem_24g_reconn_timeout 
+0x482b 006553 call mouse_stop_discovery 
+0x482c 006554 call mouse_low_voltage_led_blink_disable 
+0x482d 006555 call mouse_discover_setting_led_gpio 
+0x482e 006556 jam type_ms ,mem_24g_data_type 
+0x482f 006557 fetch mouse_flag_len ,mem_mouse_flag 
+0x4830 006558 bbit0 mouse_enable_keyboard ,g24_pair_start 
+0x4831 006559 jam type_kb ,mem_24g_data_type 
+0x4832 006560 branch g24_pair_start 
+:      006563 mouse_24g_attempt_fail:
+0x4833 006564 fetch 1 ,mem_24g_attempt_fail_flag 
+0x4834 006565 nbranch mouse_24g_hibernate_set ,blank 
+0x4835 006566 fetch 1 ,mem_24g_reconn_type 
+0x4836 006567 beq fast_conn_and_3_0_addr ,mouse_24g_fast_conn_attempt_fail 
+0x4837 006568 beq pair_and_3_0_addr ,mouse_24g_auto_pair_attempt_fail 
+0x4838 006569 beq receiver_and_3_0_addr ,mouse_reconn_dongle_attempt_fail 
+:      006570 mouse_24g_attempt_fail_enter_hibernate:
+0x4839 006571 call mouse_device_led_off 
+0x483a 006572 call mouse_24g_stop 
+0x483b 006573 fetch 1 ,mem_reconn_times 
+0x483c 006574 nbranch mouse_polling_device ,blank 
+0x483d 006575 fetch 1 ,mem_device_flag 
+0x483e 006576 beq mode_24g_device ,mouse_app_enter_hibernate 
+0x483f 006577 rtn 
+:      006579 mouse_24g_fast_conn_attempt_fail:
+0x4840 006580 fetch mouse_flag_len ,mem_mouse_flag 
+0x4841 006581 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
+0x4842 006582 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
+0x4843 006583 branch mouse_24g_reconn_dongle_start 
+:      006586 mouse_24g_auto_pair_attempt_fail:
+0x4844 006587 fetch mouse_flag_len ,mem_mouse_flag 
+0x4845 006588 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+0x4846 006589 fetch 1 ,mem_device_number 
+0x4847 006590 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
+0x4848 006591 branch mouse_24g_first_bluetooth_reconnect 
+:      006593 mouse_reconn_dongle_attempt_fail:
+0x4849 006594 fetch mouse_flag_len ,mem_mouse_flag 
+0x484a 006595 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+0x484b 006596 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
+0x484c 006597 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
+0x484d 006598 branch mouse_24g_start_auto_pair + 1 
+:      006601 mouse_24g_attempt_success:
+0x484e 006602 call mouse_init_sensor_reset 
+0x484f 006603 jam 0 ,mem_mouse_long_mult_flag 
+0x4850 006604 jam 0 ,mem_24g_conn_sm 
+0x4851 006605 jam 0 ,mem_24g_reconn_type 
+0x4852 006606 fetch 4 ,mem_24g_receiver_addr 
+0x4853 006607 fetch 4 ,mem_24g_fast_conn_addr 
+0x4854 006608 isub temp ,null 
+0x4855 006609 rtn zero 
+0x4856 006610 branch mouse_24g_first_store_reconn_info 
+:      006612 mouse_24g_pairing_complete:
+0x4857 006613 arg mouse_24g_pairing_flag ,queue 
+0x4858 006614 call mouse_disable_function_flag 
+0x4859 006615 call mouse_device_poweron_timer_init 
+0x485a 006616 setarg 0 
+0x485b 006617 store 2 ,mem_24g_pair_timeout 
+0x485c 006618 store 2 ,mem_24g_reconn_timeout 
+0x485d 006619 store 1 ,mem_24g_conn_sm 
+0x485e 006620 store 1 ,mem_mouse_move_flag 
+0x485f 006621 store 1 ,mem_24g_reconn_type 
+0x4860 006623 call mouse_init_sensor_reset 
+0x4861 006624 call mouse_read_sensor_common 
+0x4862 006625 fetch 4 ,mem_24g_addr 
+0x4863 006626 store 4 ,mem_24g_receiver_addr 
+0x4864 006627 store 4 ,mem_mouse_24g_addr 
+0x4865 006628 branch mouse_store_device_info_delay 
+:      006630 mouse_24g_package_data:
+0x4866 006631 rtnmark0 mark_24g 
+0x4867 006632 call mouse_motion 
+0x4868 006633 nrtn user 
+0x4869 006634 fetch mouse_flag_len ,mem_mouse_flag 
+0x486a 006635 bbit0 mouse_enable_keyboard ,mouse_24g_mouse_package_data 
+0x486b 006636 fetch 1 ,mem_customer_key 
+0x486c 006637 nbranch mouse_24g_keyboard_package_data ,blank 
+:      006638 mouse_24g_mouse_package_data:
+0x486d 006639 call mouse_data_xy_release 
+0x486e 006640 fetch 1 ,mem_24g_data_type 
+0x486f 006641 bbit1 1 ,mouse_24g_mouse_package_data_now 
+0x4870 006642 fetcht 1 ,mem_24g_txbuf + 1 
+0x4871 006643 fetch 1 ,mem_mouse_key 
+0x4872 006644 ior temp ,pdata 
+0x4873 006645 store 1 ,mem_mouse_key 
+0x4874 006646 fetcht 1 ,mem_24g_txbuf + 6 
+0x4875 006647 fetch 1 ,mem_mouse_z 
+0x4876 006648 iadd temp ,pdata 
+0x4877 006649 store 1 ,mem_mouse_z 
+0x4878 006650 fetcht 1 ,mem_24g_txbuf + 7 
+0x4879 006651 fetch 1 ,mem_mouse_tz 
+0x487a 006652 iadd temp ,pdata 
+0x487b 006653 store 1 ,mem_mouse_tz 
+:      006654 mouse_24g_mouse_package_data_now:
+0x487c 006655 jam type_ms ,mem_24g_data_type 
+0x487d 006656 arg 7 ,rega 
+0x487e 006657 arg mem_mouse_key ,regb 
+0x487f 006658 fetch mouse_flag_len ,mem_mouse_flag 
+0x4880 006659 bbit1 mouse_enable_24g_250hz ,g24_transmit_by_interrupt_enable 
+0x4881 006660 fetch 2 ,mem_mouse_z 
+0x4882 006661 rtn blank 
+0x4883 006662 branch g24_transmit_by_interrupt_enable 
+:      006664 mouse_24g_keyboard_package_data:
+0x4884 006665 jam type_kb ,mem_24g_data_type 
+0x4885 006666 arg 9 ,rega 
+0x4886 006667 fetch 1 ,mem_customer_data_trigger 
+0x4887 006668 nbranch mouse_customer_key_press ,blank 
+0x4888 006669 arg mem_customer_key_release ,regb 
+0x4889 006670 rtn 
+:      006671 mouse_customer_key_press:
+0x488a 006672 arg mem_customer_key_press ,regb 
+0x488b 006673 rtn 
+:      006679 mouse_24g_search_dongle_init:
+0x488c 006680 setarg 0 
+0x488d 006681 store 3 ,mem_mouse_search_dongle_action 
+0x488e 006682 rtn 
+:      006684 mouse_24g_search_dongle:
+0x488f 006685 fetch mouse_flag_len ,mem_mouse_flag 
+0x4890 006686 rtnbit0 mouse_enable_24g_search_dongle 
+0x4891 006687 fetch 1 ,mem_mouse_long_mult_flag 
+0x4892 006688 rtn blank 
+0x4893 006689 fetch 1 ,mem_24g_abort_pac 
+0x4894 006690 rtn blank 
+0x4895 006691 fetch 1 ,mem_mouse_search_dongle_interval 
+0x4896 006692 increase 1 ,pdata 
+0x4897 006693 and_into 3 ,pdata 
+0x4898 006694 store 1 ,mem_mouse_search_dongle_interval 
+0x4899 006695 nrtn blank 
+0x489a 006696 jam 0 ,mem_mouse_search_dongle_ch 
+:      006697 mouse_24g_search_dongle_loop:
+0x489b 006698 fetch 1 ,mem_mouse_search_dongle_ch 
+0x489c 006699 increase 1 ,pdata 
+0x489d 006700 store 1 ,mem_mouse_search_dongle_ch 
+0x489e 006701 sub pdata ,g24_ch_number ,null 
+0x489f 006702 nbranch mouse_24g_search_dongle_loop_end ,positive 
+0x48a0 006703 call g24_reconn_data_prep 
+0x48a1 006704 call g24_transmit_receive_ack 
+0x48a2 006705 nbranch mouse_24g_search_dongle_loop_retry ,sync 
+0x48a3 006706 nbranch mouse_24g_search_dongle_loop_retry ,user3 
+0x48a4 006707 call mouse_24g_search_dongle_success 
+:      006708 mouse_24g_search_dongle_loop_end:
+0x48a5 006709 call g24_txbuf_clear 
+0x48a6 006710 fetch 1 ,mem_mouse_search_dongle_count 
+0x48a7 006711 increase 1 ,pdata 
+0x48a8 006712 store 1 ,mem_mouse_search_dongle_count 
+0x48a9 006713 beq g24_ch_poll_count ,mouse_24g_search_dongle_check 
+0x48aa 006714 rtn 
+:      006716 mouse_24g_search_dongle_loop_retry:
+0x48ab 006717 call g24_ch 
+0x48ac 006718 branch mouse_24g_search_dongle_loop 
+:      006720 mouse_24g_search_dongle_check:
+0x48ad 006721 jam 0 ,mem_mouse_search_dongle_count 
+0x48ae 006722 fetch 1 ,mem_mouse_search_dongle_action 
+0x48af 006723 rtnbit1 g24_disconn_state 
+0x48b0 006724 set1 g24_disconn_state ,pdata 
+0x48b1 006725 store 1 ,mem_mouse_search_dongle_action 
+0x48b2 006726 fetch 2 ,mem_mouse_24g_search_dongle_time_init 
+0x48b3 006727 store 2 ,mem_mouse_no_data_timer 
+0x48b4 006728 branch mouse_sensor_powerdown 
+:      006730 mouse_24g_search_dongle_success:
+0x48b5 006731 fetch 1 ,mem_24g_abort_pac 
+0x48b6 006732 branch mouse_24g_search_dongle_init ,blank 
+0x48b7 006733 jam 0 ,mem_mouse_search_dongle_count 
+0x48b8 006734 fetch 1 ,mem_mouse_search_dongle_action 
+0x48b9 006735 rtnbit0 g24_disconn_state 
+0x48ba 006736 set0 g24_disconn_state ,pdata 
+0x48bb 006737 store 1 ,mem_mouse_search_dongle_action 
+0x48bc 006738 call mouse_no_data_timer_init 
+0x48bd 006739 branch mouse_init_sensor_wakeup 
+:      006746 mouse_device_poweron_timer:
+0x48be 006747 fetch mouse_flag_len ,mem_mouse_flag 
+0x48bf 006748 rtnbit0 mouse_enable_power_on_led 
+0x48c0 006749 fetch 1 ,mem_mouse_device_poweron_timer_count 
+0x48c1 006750 rtn blank 
+0x48c2 006751 increase -1 ,pdata 
+0x48c3 006752 store 1 ,mem_mouse_device_poweron_timer_count 
+0x48c4 006753 branch mouse_device_led_off ,blank 
+0x48c5 006754 branch mouse_device_led_on 
+:      006756 mouse_device_poweron_timer_init:
+0x48c6 006757 fetch mouse_flag_len ,mem_mouse_flag 
+0x48c7 006758 rtnbit0 mouse_enable_power_on_led 
+0x48c8 006759 call mouse_low_voltage_led_blink_disable 
+0x48c9 006760 fetch 1 ,mem_mouse_device_poweron_timer_count_init 
+0x48ca 006761 store 1 ,mem_mouse_device_poweron_timer_count 
+0x48cb 006762 rtn 
+:      006765 mouse_discover_setting_led_gpio:
+0x48cc 006766 jam 0 ,mem_mouse_device_poweron_timer_count 
+0x48cd 006767 fetch 2 ,mem_mouse_disconvey_led_blink_time 
+0x48ce 006768 store 2 ,mem_mouse_on_time 
+0x48cf 006769 store 2 ,mem_mouse_off_time 
+:      006770 mouse_setting_led_gpio_comman:
+0x48d0 006771 fetch 1 ,mem_device_flag 
+0x48d1 006772 beq mode_24g_device ,mouse_device_led_24g 
+0x48d2 006773 beq mode_bt_device1 ,mouse_device_led_bt1 
+0x48d3 006774 beq mode_bt_device2 ,mouse_device_led_bt2 
+0x48d4 006775 rtn 
+:      006776 mouse_device_led_24g:
+0x48d5 006777 fetch 1 ,mem_config_device_24g_led_gpio 
+0x48d6 006778 branch mouse_led_blink 
+:      006779 mouse_device_led_bt1:
+0x48d7 006780 fetch 1 ,mem_config_device_bt1_led_gpio 
+0x48d8 006781 branch mouse_led_blink 
+:      006782 mouse_device_led_bt2:
+0x48d9 006783 fetch 1 ,mem_config_device_bt2_led_gpio 
+:      006784 mouse_led_blink:
+0x48da 006785 store 1 ,mem_temp 
+0x48db 006786 call mouse_device_led_off 
+0x48dc 006787 fetch 1 ,mem_temp 
+0x48dd 006788 store 1 ,mem_mouse_struct_led_gpio 
+0x48de 006789 arg 0 ,rega 
+0x48df 006790 jam ui_led_state_blink_start ,mem_mouse_led_type 
+0x48e0 006791 branch ui_led_blink_start_global 
+:      006794 mouse_dpi_led_blink_delay:
+0x48e1 006795 fetch 1 ,mem_dpi_led_gpio 
+0x48e2 006796 rtneq gpio_disable 
+0x48e3 006797 fetch 2 ,mem_mouse_discovery_timer 
+0x48e4 006798 nrtn blank 
+0x48e5 006799 fetch 2 ,mem_24g_pair_timeout 
+0x48e6 006800 nrtn blank 
+0x48e7 006801 fetch 2 ,mem_24g_reconn_timeout 
+0x48e8 006802 nrtn blank 
+0x48e9 006803 fetch 1 ,mem_mouse_device_poweron_timer_count 
+0x48ea 006804 nrtn blank 
+0x48eb 006805 fetch 1 ,mem_mouse_dpi_led_delay_count_init 
+0x48ec 006806 branch mouse_dpi_led_blink_init ,blank 
+0x48ed 006807 store 1 ,mem_mouse_dpi_led_delay_count 
+0x48ee 006808 rtn 
+:      006811 mouse_dpi_led_blink_delay_timer:
+0x48ef 006812 arg mem_mouse_dpi_led_delay_count ,regc 
+0x48f0 006813 arg mouse_dpi_led_blink_init ,regb 
+0x48f1 006814 branch timer_single_step 
+:      006816 mouse_dpi_led_blink_init:
+0x48f2 006817 fetch 1 ,mem_dpi_led_gpio 
+0x48f3 006818 store 1 ,mem_mouse_struct_led_gpio 
+0x48f4 006819 fetch 2 ,mem_mouse_dpi_led_blink_time 
+0x48f5 006820 store 2 ,mem_mouse_on_time 
+0x48f6 006821 store 2 ,mem_mouse_off_time 
+0x48f7 006822 arg 0 ,rega 
+0x48f8 006823 fetcht 1 ,mem_mouse_dpi 
+0x48f9 006824 increase 1 ,temp 
+0x48fa 006825 fetch mouse_flag_len ,mem_mouse_flag 
+0x48fb 006826 bbit0 mouse_enable_dpi_level_4 ,mouse_dpi_led_blink_init_end 
+0x48fc 006827 increase 1 ,temp 
+0x48fd 006828 sub temp ,4 ,null 
+0x48fe 006829 ncall mouse_dpi_led_blink_count_clean ,positive 
+:      006830 mouse_dpi_led_blink_init_end:
+0x48ff 006831 storet 1 ,mem_mouse_blink_count 
+0x4900 006832 jam ui_led_state_blink_start ,mem_mouse_led_type 
+0x4901 006833 rtn 
+:      006835 mouse_dpi_led_blink_count_clean:
+0x4902 006836 arg 1 ,temp 
+0x4903 006837 rtn 
+:      006839 mouse_check_dpi_blink:
+0x4904 006840 disable user 
+0x4905 006841 fetch 1 ,mem_dpi_led_gpio 
+0x4906 006842 fetcht 1 ,mem_mouse_struct_led_gpio 
+0x4907 006843 isub temp ,null 
+0x4908 006844 nrtn zero 
+0x4909 006845 fetch 1 ,mem_mouse_blink_count 
+0x490a 006846 rtn blank 
+0x490b 006847 jam 0 ,mem_adc_low_volatage_led_blink_enable 
+0x490c 006848 enable user 
+0x490d 006849 rtn 
+:      006851 mouse_device_led_all_off:
+0x490e 006852 call mouse_dpi_led_off 
+0x490f 006853 call mouse_device_24g_led_off 
+0x4910 006854 call mouse_device_bt1_led_off 
+0x4911 006855 branch mouse_device_bt2_led_off 
+:      006857 mouse_device_led_off:
+0x4912 006858 fetch 1 ,mem_device_flag 
+0x4913 006859 beq mode_24g_device ,mouse_device_24g_led_off 
+0x4914 006860 beq mode_bt_device1 ,mouse_device_bt1_led_off 
+0x4915 006861 beq mode_bt_device2 ,mouse_device_bt2_led_off 
+0x4916 006862 rtn 
+:      006864 mouse_device_24g_led_off:
+0x4917 006865 jam 0 ,mem_24g_device_led_status 
+0x4918 006866 fetcht 1 ,mem_config_device_24g_led_gpio 
+0x4919 006867 branch mouse_led_off 
+:      006869 mouse_device_bt1_led_off:
+0x491a 006870 fetcht 1 ,mem_config_device_bt1_led_gpio 
+0x491b 006871 branch mouse_led_off 
+:      006873 mouse_device_bt2_led_off:
+0x491c 006874 fetcht 1 ,mem_config_device_bt2_led_gpio 
+0x491d 006875 branch mouse_led_off 
+:      006877 mouse_dpi_led_off:
+0x491e 006878 fetcht 1 ,mem_dpi_led_gpio 
+0x491f 006879 branch mouse_led_off 
+:      006881 mouse_device_led_on:
+0x4920 006882 fetch 1 ,mem_device_flag 
+0x4921 006883 beq mode_24g_device ,mouse_device_24g_led_on 
+0x4922 006884 beq mode_bt_device1 ,mouse_device_bt1_led_on 
+0x4923 006885 beq mode_bt_device2 ,mouse_device_bt2_led_on 
+0x4924 006886 rtn 
+:      006888 mouse_device_24g_led_on:
+0x4925 006889 fetcht 1 ,mem_config_device_24g_led_gpio 
+0x4926 006890 branch mouse_led_on 
+:      006891 mouse_device_bt1_led_on:
+0x4927 006892 fetcht 1 ,mem_config_device_bt1_led_gpio 
+0x4928 006893 branch mouse_led_on 
+:      006894 mouse_device_bt2_led_on:
+0x4929 006895 fetcht 1 ,mem_config_device_bt2_led_gpio 
+0x492a 006896 branch mouse_led_on 
+:      006898 mouse_led_off:
+0x492b 006899 bpatch patch1c_1 ,mem_patch1c 
+0x492c 006900 storet 1 ,mem_mouse_struct_led_gpio 
+0x492d 006901 arg 0 ,rega 
+0x492e 006902 branch ui_led_off_global 
+:      006903 mouse_led_on:
+0x492f 006904 bpatch patch1c_2 ,mem_patch1c 
+0x4930 006905 storet 1 ,mem_mouse_struct_led_gpio 
+0x4931 006906 arg 0 ,rega 
+0x4932 006907 branch ui_led_on_global 
+:      006909 mouse_ui_led_off_static:
+0x4933 006910 fetch 1 ,mem_config_device_24g_led_gpio 
+0x4934 006911 isub temp ,null 
+0x4935 006912 call mouse_clear_24g_led_statue ,zero 
+0x4936 006913 fetch mouse_flag_len ,mem_mouse_flag 
+0x4937 006914 bbit0 mouse_enable_4_led ,gpio_out_inactive 
+0x4938 006915 call mouse_check_bt2_led_off 
+0x4939 006916 call mouse_check_dpi_led_off 
+0x493a 006917 call mouse_check_low_v_led_off 
+0x493b 006918 fetch 1 ,mem_mouse_led_off_4_led 
+0x493c 006919 branch gpio_out_inactive ,blank 
+0x493d 006920 jam 0 ,mem_mouse_led_off_4_led 
+0x493e 006921 branch gpio_set_high_impedance 
+:      006923 mouse_ui_led_on_static:
+0x493f 006924 fetch 1 ,mem_config_device_24g_led_gpio 
+0x4940 006925 isub temp ,null 
+0x4941 006926 call mouse_set_24g_led_statue ,zero 
+0x4942 006927 branch gpio_out_active 
+:      006930 mouse_check_bt2_led_off:
+0x4943 006931 fetch mouse_flag_len ,mem_mouse_flag 
+0x4944 006932 rtnbit0 mouse_enable_bt2_for_4_led 
+0x4945 006933 fetch 1 ,mem_config_device_bt2_led_gpio 
+0x4946 006934 branch mouse_check_1gpio_2led_off 
+:      006935 mouse_check_dpi_led_off:
+0x4947 006936 fetch mouse_flag_len ,mem_mouse_flag 
+0x4948 006937 rtnbit0 mouse_enable_dpi_for_4_led 
+0x4949 006938 fetch 1 ,mem_dpi_led_gpio 
+0x494a 006939 branch mouse_check_1gpio_2led_off 
+:      006940 mouse_check_low_v_led_off:
+0x494b 006941 fetch mouse_flag_len ,mem_mouse_flag 
+0x494c 006942 rtnbit0 mouse_enable_low_v_for_4_led 
+0x494d 006943 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+:      006944 mouse_check_1gpio_2led_off:
+0x494e 006945 isub temp ,null 
+0x494f 006946 nrtn zero 
+0x4950 006947 jam 1 ,mem_mouse_led_off_4_led 
+0x4951 006948 rtn 
+:      006950 mouse_clear_24g_led_statue:
+0x4952 006951 jam 0 ,mem_24g_device_led_status 
+0x4953 006952 rtn 
+:      006954 mouse_set_24g_led_statue:
+0x4954 006955 jam 1 ,mem_24g_device_led_status 
+0x4955 006956 rtn 
+:      006958 mouse_low_voltage_led_timer:
+0x4956 006959 fetch 2 ,mem_mouse_discovery_timer 
+0x4957 006960 nrtn blank 
+0x4958 006961 fetch 2 ,mem_24g_pair_timeout 
+0x4959 006962 nrtn blank 
+0x495a 006963 fetch 2 ,mem_24g_reconn_timeout 
+0x495b 006964 nrtn blank 
+0x495c 006965 fetch 1 ,mem_mouse_device_poweron_timer_count 
+0x495d 006966 nrtn blank 
+0x495e 006967 call mouse_check_dpi_blink 
+0x495f 006968 rtn user 
+0x4960 006969 fetch mouse_flag_len ,mem_mouse_flag 
+0x4961 006970 rtnbit0 mouse_enable_low_voltage_led 
+0x4962 006971 rtnbit0 mouse_low_voltage_flag 
+0x4963 006972 bbit1 mouse_enable_low_voltage_led_blink_n_second ,mouse_low_voltage_led_blink_new_data 
+0x4964 006973 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+0x4965 006974 increase 1 ,pdata 
+0x4966 006975 store 1 ,mem_adc_low_volatage_led_timer_count 
+0x4967 006976 sub pdata ,20 ,null 
+0x4968 006977 ncall mouse_adc_low_volatage_led_timer_count_clean ,positive 
+0x4969 006978 beq 2 ,mouse_low_voltage_led_on 
+0x496a 006979 beq 4 ,mouse_low_voltage_led_off 
+0x496b 006980 beq 6 ,mouse_low_voltage_led_on 
+0x496c 006981 beq 8 ,mouse_low_voltage_led_off 
+0x496d 006982 rtn 
+:      006983 mouse_adc_low_volatage_led_timer_count_clean:
+0x496e 006984 jam 1 ,mem_adc_low_volatage_led_timer_count 
+0x496f 006985 branch mouse_low_voltage_led_off 
+:      006986 mouse_low_voltage_led_on:
+0x4970 006987 fetch mouse_flag_len ,mem_mouse_flag 
+0x4971 006988 bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_device_led_on 
+0x4972 006989 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+0x4973 006990 rtneq gpio_disable 
+0x4974 006991 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+0x4975 006992 branch mouse_led_on 
+:      006993 mouse_low_voltage_led_off:
+0x4976 006994 fetch mouse_flag_len ,mem_mouse_flag 
+0x4977 006995 bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_device_led_off 
+0x4978 006996 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+0x4979 006997 rtneq gpio_disable 
+0x497a 006998 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+0x497b 006999 branch mouse_led_off 
+:      007001 mouse_low_voltage_led_blink_new_data:
+0x497c 007002 fetch 2 ,mem_mouse_no_data_timeout 
+0x497d 007003 fetcht 2 ,mem_mouse_no_data_timer 
+0x497e 007004 isub temp ,temp 
+0x497f 007005 fetch 2 ,mem_adc_low_volatage_led_blink_timer 
+0x4980 007006 isub temp ,null 
+0x4981 007007 nbranch mouse_low_voltage_led_blink_disable ,positive 
+0x4982 007008 fetch 1 ,mem_adc_low_volatage_led_blink_enable 
+0x4983 007009 nrtn blank 
+0x4984 007010 jam 1 ,mem_adc_low_volatage_led_blink_enable 
+0x4985 007011 branch mouse_low_voltage_led_blink_init 
+:      007013 mouse_low_voltage_led_blink_init:
+0x4986 007014 fetch 2 ,mem_mouse_low_v_led_blink_time 
+0x4987 007015 store 2 ,mem_mouse_on_time 
+0x4988 007016 store 2 ,mem_mouse_off_time 
+0x4989 007017 fetch mouse_flag_len ,mem_mouse_flag 
+0x498a 007018 bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_setting_led_gpio_comman 
+0x498b 007019 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+0x498c 007020 rtneq gpio_disable 
+0x498d 007021 branch mouse_led_blink 
+:      007023 mouse_low_voltage_led_blink_disable:
+0x498e 007024 jam 0 ,mem_adc_low_volatage_led_blink_enable 
+0x498f 007025 branch mouse_low_voltage_led_off 
+:      007028 mouse_low_voltage_led_no_enter_lpm:
+0x4990 007029 fetch mouse_flag_len ,mem_mouse_flag 
+0x4991 007030 rtnbit0 mouse_enable_low_voltage_led 
+0x4992 007031 rtnbit0 mouse_low_voltage_flag 
+0x4993 007032 bbit1 mouse_enable_low_voltage_led_blink_n_second ,mouse_low_voltage_led_no_enter_lpm_blink 
+0x4994 007033 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+0x4995 007034 sub pdata ,10 ,null 
+0x4996 007035 branch mouse_lpm_mode_clear ,positive 
+:      007036 mouse_low_voltage_led_no_enter_lpm_next:
+0x4997 007037 fetch 1 ,mem_device_flag 
+0x4998 007038 beq mode_24g_device ,g24_transmit_by_interrupt_exit_check 
+0x4999 007039 jam 1 ,mem_lpm_mode 
+0x499a 007040 rtn 
+:      007042 g24_transmit_by_interrupt_exit_check:
+0x499b 007043 fetch mouse_flag_len ,mem_mouse_flag 
+0x499c 007044 rtnbit1 mouse_enable_24g_250hz 
+0x499d 007045 branch g24_transmit_by_interrupt_exit 
+:      007047 mouse_lpm_mode_clear:
+0x499e 007048 fetch 1 ,mem_device_flag 
+0x499f 007049 beq mode_24g_device ,g24_transmit_by_interrupt_enable 
+0x49a0 007050 jam 0 ,mem_lpm_mode 
+0x49a1 007051 rtn 
+:      007053 mouse_low_voltage_led_no_enter_lpm_blink:
+0x49a2 007054 fetch 1 ,mem_adc_low_volatage_led_blink_enable 
+0x49a3 007055 nbranch mouse_lpm_mode_clear ,blank 
+0x49a4 007056 branch mouse_low_voltage_led_no_enter_lpm_next 
+:      007060 mouse_store_signal_rssi:
+0x49a5 007061 call rssi_hex2dec 
+0x49a6 007062 fetch 1 ,mem_rssi 
+0x49a7 007063 branch rssi_signal 
+:      007065 mouse_le_transmit:
+0x49a8 007066 call mouse_store_signal_rssi 
+0x49a9 007067 branch power_ctrl_start 
+:      007069 mouse_bt_slave_match:
+0x49aa 007070 call mouse_store_signal_rssi 
+0x49ab 007071 fetch 1 ,mem_state 
+0x49ac 007072 isolate1 state_inconn ,pdata 
+0x49ad 007073 nrtn true 
+0x49ae 007074 fetch 1 ,mem_arq 
+0x49af 007075 isolate1 wack ,pdata 
+0x49b0 007076 call power_ctrl_pac_succ_decrs ,true 
+0x49b1 007077 ncall power_ctrl_pac_succ_incrs ,true 
+0x49b2 007078 branch power_ctrl_start 
+:      007080 mouse_le_set_lpm_mult:
+0x49b3 007081 fetch 1 ,mem_le_connect_status_flag 
+0x49b4 007082 compare 3 ,pdata ,3 
+0x49b5 007083 nbranch disable_blank ,true 
+0x49b6 007084 call app_lpm_mult_enable 
+0x49b7 007085 branch enable_blank 
+:      007087 mouse_bt_set_lpm_mult:
+0x49b8 007088 call l2cap_malloc_is_fifo_empty 
+0x49b9 007089 nrtn blank 
+0x49ba 007090 jam 1 ,mem_current_sniff_attempt 
+0x49bb 007091 jam 0 ,mem_current_sniff_timeout 
+0x49bc 007092 branch enable_blank 
+:      007094 mouse_set_lpm_mult:
+0x49bd 007095 fetch 2 ,mem_ui_state_map 
+0x49be 007096 bbit1 ui_state_ble_connected ,mouse_le_set_lpm_mult 
+0x49bf 007097 branch mouse_bt_set_lpm_mult 
Index: output/bt_program23.meta
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/bt_program23.meta	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/bt_program23.meta	(working copy)
@@ -0,0 +1,7102 @@
+define DEBUG_RF_INIT
+define SECURE_CONNECTION
+define SIMPLE_PAIRING
+define REVD
+define ROMCODE
+define PATCH
+define SDKCODE
+define COMPILE_MOUSE
+INCLUDE "bt_format"
+org 0x0000  // start from patch ram address start
+
+//define G24_OTA
+//define FIRE_KEY
+//define UART_LOG
+//define RSSI_SORT
+define DOUBLE_DPI_KEY
+define LOGO_LED
+define S201X_SENSOR
+//define RGB_LED
+//define RGB_LED_MKEY
+//define RGB_LED_ON_AFTER_PAIR
+//define COMMBINATION_DPI
+define G24_RETRANSMIT_DPI
+//define YJX_ICE_SELECT_ANGLE
+
+	bbit1 8,pf_patch_ext
+	beq patch00_0,p_soft_reset
+	beq patch00_3,p_main_loop
+	beq patch10_2,p_shutdown_radio
+	beq patch10_3,p_set_sync_on
+	beq patch10_4,p_set_freq_rx
+	beq patch11_2,p_txon_next
+	beq patch11_3,p_initialize_radio_cont	
+	beq patch11_4,p_save_rssi
+	beq patch13_7,p_init_param
+	beq patch15_6,p_app_init
+	beq patch18_3,p_mouse_start_work
+	beq patch18_4,p_mouse_start_reconnect_device
+	beq patch18_7,p_mouse_app_enter_hibernate
+	beq patch19_1,p_mouse_setgpio_hibernate
+	beq patch19_2,p_mouse_lpm_before_common
+	beq patch19_4,p_mouse_adc_read_start
+	beq patch19_6,p_mouse_motion
+	beq patch19_7,p_mouse_dpi_process
+	beq patch1a_0,p_mouse_seting_dpi
+	beq patch1a_1,p_mouse_check_key_gpio
+	beq patch1a_3,p_mouse_init_sunt
+	beq patch1a_4,p_mouse_sensor_poweron
+	beq patch1a_6,p_mouse_priority_bb_event
+	beq patch1b_1,p_mouse_bb_event_timer
+	beq patch1b_2,p_mouse_start_discovery
+	beq patch1b_3,p_mouse_stop_discovery
+	beq patch1b_6,p_mouse_idle
+	beq patch1b_7,p_mouse_ready_reconnection_by_button
+	beq patch1c_1,p_mouse_led_off
+	beq patch1c_2,p_mouse_led_on
+	beq patch1d_0,p_hid_rx_process
+	branch loop
+
+pf_patch_ext:
+	beq patch23_2,p_send_lmp		
+	beq patch24_0,p_twspi_reset
+	beq patch26_3,p_adc_init_data
+	beq patch26_4,p_enable_adc
+	beq patch30_7,p_ui_timer_check		
+	beq patch34_1,p_le_slave_match
+	beq patch34_3,p_le_slave_unsync
+	beq patch36_5,p_le_transmit
+	beq patch38_0,p_le_parse_l2cap
+	beq patch3b_5,p_g24_dispatch
+	beq patch3c_2,p_g24_pair_dispatch
+	beq patch3d_1,p_g24_reconn_dispatch
+	beq patch3d_2,p_g24_transmit_no_interrupt
+	beq patch3d_4,p_g24_lpm_wait
+	beq patch3d_5,p_power_ctrl_start
+	branch loop
+
+
+p_soft_reset:
+	clear_stack
+	call app_param_init
+	ncall p_led_num_check,wake
+	call mouse_xtal_init		// 16M / 24M
+	branch soft_reset+3
+
+p_mouse_start_reconnect_device:
+	call p_mouse_device_le_reconn_led_config
+	arg mem_device1_type,rega
+	fetch 1,mem_device_flag
+	increase -1,pdata
+	mul32 pdata,29,pdata
+	iadd rega,rega
+	ifetch 1,rega
+	store 1,mem_xrecord_mode
+p_mouse_start_reconnect:	
+	fetch 1,mem_xrecord_mode
+	beq REC_3_MODE,mouse3_0_check_reconn_target
+	beq REC_4_MODE,mouse4_0_check_reconn_target
+	branch mouse_buletooth_fast_conn_init
+
+p_twspi_reset:
+	fetch 1,mem_mouse_sensor_sclk_gpio
+	branch twspi_reset+1
+
+p_mouse_led_on:
+	copy temp,pdata
+	rtneq GPIO_DISABLE
+	copy pdata,temp
+	branch mouse_led_on+1
+
+p_mouse_led_off:
+	copy temp,pdata
+	rtneq GPIO_DISABLE
+	copy pdata,temp
+	branch mouse_led_off+1
+
+p_led_num_check:		
+	fetch 1,mem_mouse_flag+4
+	nrtn blank
+	jam 0,mem_ui_led_struct_num
+	rtn
+
+
+p_mouse_ready_reconnection_by_button:
+	fetch 1,mem_device_number
+	rtneq 1		// 1channel
+	call mouse_select_device_number
+	storet 1,mem_device_flag
+	call p_mouse_devide_led_disable
+	call p_mouse_low_voltage_led_off
+p_mouse_store_device_number_before_reset:	
+	jam 0,mem_link_key_exists
+	call mouse_select_device_enable
+	call p_mouse_stop_bluetooth_mode
+	branch mouse_store_device_number_before_reset+3
+
+p_mouse_stop_bluetooth_mode:
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BT_RECONNECT
+	branch mouse_stop_bluetooth_mode+2
+
+p_main_loop:
+	call sp_calc_sequence
+	call sp_calc_sequence_256
+	call sp_calc_sequence_256_check
+	call le_advertising_dispatch
+	call idle_dispatch
+	call p_app_process_idle
+	branch main_loop+7
+
+p_app_process_idle:
+	call p_ui_dispatch
+	branch app_process_idle+2
+
+p_ui_dispatch:
+	call p_ui_led_dispatch
+	branch ui_timer_check
+
+p_ui_led_dispatch:
+	fetch 1,mem_ui_led_struct_num
+	rtn blank
+	fetch 2,mem_ui_led_struct_ptr
+	copy pdata,regb
+	add regb,LED_OFFSET_LED_GPIO,regb
+	ifetch 1,regb
+	rtneq GPIO_DISABLE
+	branch ui_led_dispatch+2
+
+/////////////////////////////////// adc//////////////////////////////////////
+p_set_sync_on:
+	jam 0x5,modem_en
+	nop 2
+	jam 0x0,modem_en					
+	fetch 1,mem_fcomp_div
+	beq XTAL_24M,set_sync_on_24m
+p_set_sync_on_16m:
+	jam 0x29,core_syn_afc_cfg1
+	branch set_sync_on_16m	
+
+p_set_freq_rx:
+	call set_freq_rx+1
+	setarg 0x7676
+	store 2,0x8968
+	rtn
+
+p_mouse_24g_fast_conn_mode_check:
+	rtnmark0 mark_24g
+	fetch 4,mem_24g_receiver_addr
+	fetcht 4,mem_24g_fast_conn_addr
+	isub temp,null
+	branch p_mouse_soft_agc_enable,zero
+p_mouse_soft_agc_disable:
+	jam 0xff,mem_gain_fix
+	rtn
+
+p_mouse_soft_agc_enable:
+	jam 0,mem_gain_fix
+	jam TX_POWER_F17DB,mem_tx_power
+	rtn
+
+p_save_rssi:
+	// bit6 is signed bit. 
+	fetch 1,modem_nb_pow 
+	isolate1 6,pdata 
+	setflag true,7,pdata 
+	store 1,mem_modem_rssi 
+	
+	fetch 1,modem_gain 
+	and pdata,0x0f,temp 
+	lshift temp,temp 
+	rshift4 pdata,pdata 
+	iadd temp,temp 
+	mul32 temp,3,rega // (abb_gain + lna_gain*2)*3 
+
+	fetch 1,mem_modem_rssi 
+	call p_byte_sign_extern 
+	sub pdata,0,pdata //-modem_nb_pow 
+	iadd rega,pdata // (abb_gain + lna_gain*2)*3 + (-modem_nb_pow) 
+	increase -9,pdata // (abb_gain + lna_gain*2)*3 + (-modem_nb_pow) - 9 
+	and pdata,0x1ff,pdata 
+	isolate1 8,pdata 
+	nbranch p_save_rssi_store,true 
+	setarg 0 
+p_save_rssi_store:
+	store 1,mem_rssi_hex
+	rtn
+p_byte_sign_extern:
+	isolate1 7,pdata
+	nrtn true
+	branch mouse_data_overflow
+
+p_txon_next:
+	fetch 1,mem_tx_power
+	beq TX_POWER_F17DB,p_set_tx_power_f17db	//fast conn
+	branch txon_next+1
+
+p_set_tx_power_f17db:
+	jam 0x5b,core_tx_pwr_ctrl0		
+	jam 0x01,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89
+	
+	
+p_adc_init_data:
+	arg mem_temp_block2,rega
+	arg 12,temp
+	setarg EFUSE_OFFSET_ADC_PARAM
+	call efuse_read_data
+	branch adc_init_data+6
+
+p_enable_adc:	
+	fetchr regb,1,core_rf_ldo_cfg6
+	jam 0x3d,core_rf_ldo_cfg6
+	jam 0xaa,core_rf_ldo_cfg5
+	jam 0x0c,core_rf_ldo_en0
+	fetch 1,core_clkpll_cfg6
+	set1 7,pdata
+	store 1,core_clkpll_cfg6
+	jam 0x04,core_rf_ldo_en1
+	nop 60
+	jam 0,core_syn_en
+	jam 6,core_rx_en0
+	call read_adc_mode
+	store 1,core_gpadc_ctrl
+//	jam 0x07,core_gpadc_ctrl
+	jam 0x03,core_sum_ctrl
+	nop 60
+	fetch 1,core_sum_en
+	set1 7,pdata
+	store 1,core_sum_en
+	nop 1000
+	fetch 2,core_adc_sum
+	store 2,mem_adc_current_value
+	fetch 1,core_sum_en
+	set0 7,pdata
+	store 1,core_sum_en
+	jam 0,core_gpadc_ctrl
+	
+	storer regb,1,core_rf_ldo_cfg6
+	rtn
+
+p_mouse_adc_read_start:
+	call p_enable_adc
+	jam 0,mem_adc_read_timer
+	call vdd_calculate_by_mode
+	store 2,mem_mouse_vdd_now_vol
+	fetch 1,mem_adc_config_flag
+	bne ADC_CONFIG_GPIO, p_mouse_adc_data_process
+	fetcht 2,mem_mouse_vdd_now_vol	// BAT= 1.5V, R = 200k, a = a*1.8
+	mul32 temp,8,pdata
+	div pdata,10
+	call get_div_result
+	iadd temp,pdata
+	store 2,mem_mouse_vdd_now_vol
+p_mouse_adc_data_process:	
+	arg mem_mouse_vdd_calculate_set,rega
+	call mouse_adc_bat_percent_lowpower_out
+	fetch 1,mem_adc_power_flag
+	bbit1 2,mouse_adc_button_press
+	bbit1 1,p_mouse_power_down
+	bbit0 0,p_mouse_adc_no_low_voltage
+	branch mouse_adc_data_process_next
+
+p_mouse_power_down:
+	fetch 1,mem_mouse_led_new_interface_config		//can be remove?
+	bbit0 MOUSE_ENABLE_1IO2LED,mouse_power_down
+	branch p_mouse_app_enter_hibernate
+	
+p_mouse_adc_no_low_voltage:
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit0 MOUSE_ENABLE_1IO2LED,mouse_adc_no_low_voltage
+	arg MOUSE_LOW_VOLTAGE_FLAG,queue
+	call mouse_disable_function_flag
+	jam 12,mem_adc_low_volatage_led_timer_count_new
+	fetch 1,mem_mouse_adc_last_low_voltage_flag
+	rtn blank
+	jam 0,mem_mouse_adc_last_low_voltage_flag
+	branch p_mouse_low_voltage_led_off_judge
+
+/////////////////////////////////// adc//////////////////////////////////////
+
+//============low led start============//
+p_mouse_check_dpi_blink:
+	disable user
+	fetch 1,mem_mouse_multi_led_blink_type		//04:dpi blink
+	sub pdata,4,null
+	nrtn zero
+//	jam 0,mem_adc_low_volatage_led_blink_enable
+	branch enable_user
+
+p_mouse_low_voltage_led_timer:
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit0 MOUSE_ENABLE_1IO2LED,mouse_low_voltage_led_timer
+p_mouse_low_voltage_led_timer_new:	//new interface,multi lio2led
+	rtnbit0 MOUSE_ENABLE_LOW_LED
+	fetch 2,mem_mouse_discovery_timer
+	nrtn blank
+	fetch 2,mem_24g_pair_timeout
+	nrtn blank
+	fetch 2,mem_24g_reconn_timeout
+	nrtn blank
+	fetch 1,mem_mouse_multi_led_powon_timer
+	nrtn blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_LOW_VOLTAGE_FLAG
+
+	call p_mouse_check_dpi_blink		//need judge blink led=dpi? if led=dpi led->rtn
+	rtn user
+	
+	fetch 1,mem_mouse_multi_low_led_blink_count
+	branch p_mouse_low_led_blink_count_init_judge,blank
+p_mouse_low_led_blink_timer:
+	fetcht 1,mem_adc_low_volatage_led_timer_count_new
+	increase 1,temp
+	storet 1,mem_adc_low_volatage_led_timer_count_new
+	fetch 1,mem_mouse_low_led_blink_timer
+	isub temp,null
+	ncall p_mouse_low_led_timer_count_clean,positive
+	fetch 1,mem_mouse_low_led_blink_half_timer
+	isub temp,null
+	nbranch p_mouse_low_voltage_led_off_judge,positive
+p_mouse_low_voltage_led_on_judge:
+	fetch 1,mem_mouse_led_multi_type
+	beq MOUSE_ENABLE_LOW_FOR_LED,p_mouse_device_multi_led_on+1
+	beq MOUSE_ENABLE_DPI_LOW_FOR_LED,p_mouse_device_multi_led_on+1
+p_mouse_low_voltage_led_on:
+	fetcht 1,mem_mouse_low_gpio 
+	branch p_mouse_multi_led_on
+
+p_mouse_low_led_timer_count_clean:
+	jam 1,mem_adc_low_volatage_led_timer_count_new
+	call p_mouse_low_led_blink_decrease		//blink count decrease
+p_mouse_low_voltage_led_off_judge:
+	fetch 1,mem_mouse_led_multi_type
+	beq MOUSE_ENABLE_LOW_FOR_LED,p_mouse_device_multi_led_off+1
+	beq MOUSE_ENABLE_DPI_LOW_FOR_LED,p_mouse_device_multi_led_off+1
+p_mouse_low_voltage_led_off:
+	fetcht 1,mem_mouse_low_gpio
+	branch p_mouse_multi_led_off
+
+p_mouse_low_led_blink_decrease:
+	fetch 1,mem_mouse_multi_low_led_blink_count
+	increase -1,pdata
+	store 1,mem_mouse_multi_low_led_blink_count
+	rtn
+p_mouse_low_led_blink_count_init_judge:
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_LOW_LED_BLINK_LIMIT,p_mouse_low_voltage_led_off_judge
+	call p_mouse_multi_low_led_blink_count_init
+	branch p_mouse_low_led_blink_timer
+
+//============low led end============//
+
+
+p_initialize_radio_cont:
+	jam 0xe6,core_syn_aac_cfg1
+	call initialize_syn_afc_cfg1
+	call initialize_rf_ldo_cfg1
+	call initialize_rc_cal
+	jam 0x09,core_rx_bq_cfg0
+	jam 5,core_clkpll_cfg0
+	jam 0x94,core_rx_iqadc_cfg
+	jam 0x0b,core_rf_ldo_cfg2
+	jam 0x05,core_rf_ldo_cfg3
+	jam 0x90,core_syn_pfd_lkd_cfg
+	jam 0x00,core_syn_loopdiv_dsm_cfg
+	jam 0x40,core_rx_ctrl1
+	branch initialize_radio_cont+8
+
+
+p_shutdown_radio:
+	fetch 1,mem_gain_fix	//filter gain_control
+	store 1,mem_temp
+	call shutdown_radio+1
+	jam 0x00,core_rf_ldo_en0	//RFPLL vco_LDO disable
+	fetch 1,mem_temp
+	store 1,mem_gain_fix
+	rtn
+
+p_init_param:
+	jam 0,mem_lmo_tid2			// classic can't reconnect
+	branch init_param_next+1
+
+/////////////////////////////////// g24 250Hz use lpm//////////////////////////////////////
+p_app_init:
+	set0 mark_adc_enable,mark
+	call enable_authrom
+	call p_mouse_setting_config
+	call mouse_init_sunt
+	rtn wake	
+
+	call p_mouse_seting_sensor_type
+	call mouse_usb_check_enable
+	call mouse_drawing_optima_init
+	call p_mouse_cb_fuction
+	call p_mouse_sensor_powerdown
+	branch mouse_init+8
+
+p_mouse_double_dpi_judge:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DOUBLE_DPI_KEY
+	fetch 1,mem_dpi_another_button_gpio
+	bbit1 gpio_active_bit,p_mouse_another_dpi_connect_vin
+p_mouse_another_dpi_connect_gnd:
+	jam 0,mem_mouse_another_dpi_connect_vin_flag
+	rtn
+p_mouse_another_dpi_connect_vin:
+	jam 1,mem_mouse_another_dpi_connect_vin_flag
+	rtn
+	
+
+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
+
+	call p_mouse_le_name_clear
+		
+	arg mem_le_adv_swift_pair+9,contw
+	call p_mouse_le_name_load_next
+	
+	arg mem_le_scan_data+2,contw
+	call p_mouse_le_name_load_next
+	
+	arg mem_le_name,contw
+p_mouse_le_name_load_next:
+	arg mem_le_name_patch,contr
+	copy rega,loopcnt
+	branch memcpy
+
+p_mouse_le_name_clear:
+	arg mem_le_adv_swift_pair+9,contw
+	call p_mouse_le_name_clear_next
+	
+	arg mem_le_scan_data+2,contw
+	call p_mouse_le_name_clear_next
+
+	arg mem_le_name,contw
+p_mouse_le_name_clear_next:
+	arg 11,loopcnt
+	branch clear_mem	
+
+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
+	call g24_chmap_param_init
+	call mouse_gpio_init
+	call p_mouse_mos_off
+	call p_mouse_le_name_load	
+	call mouse_param_init
+	call p_mouse_device_multi_led_parm_init
+	call p_mouse_double_dpi_judge
+	call p_mouse_store_normal_tx_power
+	call le_set_config_fixed_ltk
+	call le_set_justwork
+	call le_set_fixed_ltk
+	call le_set_config_read_authentication
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_EEPROM,p_mouse_load_eeprom_info_check
+	bbit1 MOUSE_ENABLE_FLASH,mouse_load_flash_info_check
+	rtn
+
+p_mouse_load_eeprom_info_check:
+	call iicd_read_init_pin
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	isolate1 MOUSE_ENABLE_2K_EEPROM,pdata
+	ncall clear_eeprom_size_2k,true
+	call mouse_eeprom_load_recon_info
+
+	fetch 2,mem_store_flag
+	arg EEPROM_INIT_FLAG,temp
+	isub temp,null
+	branch mouse_load_device_info,zero
+	storet 2,mem_store_flag
+	call mouse_ble_init_address
+	fetch 1,mem_device_flag_temp
+	store 1,mem_device_flag
+p_mouse_load_default_dpi:
+	fetch 1,mem_config_sensor_dpi
+	store 1,mem_mouse_dpi
+	rtn
+
+
+
+p_mouse_store_normal_tx_power:
+	fetch 1,mem_tx_power
+	store 1,mem_normal_tx_power
+	rtn
+
+p_mouse_fetch_normal_tx_power:
+	fetch 1,mem_normal_tx_power
+	store 1,mem_tx_power
+	rtn
+
+p_mouse_cb_fuction:
+	setarg p_mouse_24g_package_data
+	store 2,mem_cb_24g_transmit_data
+	setarg p_mouse_24g_search_dongle
+	store 2,mem_cb_24g_search_receiver
+	branch mouse_cb_fuction+4
+
+p_mouse_24g_package_data:		// 250Hz
+	rtnmark0 mark_24g
+	call mouse_motion
+	nrtn user
+	fetch 1,mem_long_sleep_flag
+	jam 0,mem_long_sleep_flag
+	ncall p_mouse_short_sleep_clear_wake,blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,p_mouse_24g_mouse_package_data
+	fetch 1,mem_customer_key
+	nbranch mouse_24g_keyboard_package_data,blank
+p_mouse_24g_mouse_package_data:
+	call mouse_data_xy_release
+	fetch 1,mem_24g_data_type
+	bbit1 1,p_mouse_24g_mouse_package_data_now	// last package is keyboard data
+	fetcht 1,mem_24g_txbuf+1
+	fetch 1,mem_mouse_key
+	ior temp,pdata
+	store 1,mem_mouse_key
+	fetcht 1,mem_24g_txbuf+6
+	fetch 1,mem_mouse_z
+	iadd temp,pdata
+	store 1,mem_mouse_z
+	fetcht 1,mem_24g_txbuf+7
+	fetch 1,mem_mouse_tz
+	iadd temp,pdata
+	store 1,mem_mouse_tz	
+p_mouse_24g_mouse_package_data_now:	
+	jam TYPE_MS,mem_24g_data_type
+	arg 7,rega	//length
+	arg mem_mouse_key,regb //tx buff
+	//fetch 2,mem_mouse_z
+	//rtn blank
+	branch g24_transmit_by_interrupt_enable
+
+p_mouse_short_sleep_clear_wake:
+	call clear_wake
+	branch lpm_write_gpio_wakeup
+
+p_mouse_24g_search_dongle:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_24G_SEARCH_DONGLE
+	fetch 1,mem_mouse_long_mult_flag
+	rtn blank
+	fetch 1,mem_24g_abort_pac
+	rtn blank
+	fetch 1,mem_mouse_search_dongle_interval
+	increase 1,pdata
+	and_into 3,pdata
+	store 1,mem_mouse_search_dongle_interval
+	nrtn blank	//400ms
+	jam 0,mem_mouse_search_dongle_ch
+p_mouse_24g_search_dongle_loop:
+	fetch 1,mem_mouse_search_dongle_ch
+	increase 1,pdata
+	store 1,mem_mouse_search_dongle_ch
+	sub pdata,G24_CH_NUMBER,null
+	nbranch p_mouse_24g_search_dongle_loop_end,positive
+	call g24_reconn_data_prep
+	call g24_transmit_receive_ack
+	nbranch p_mouse_24g_search_dongle_loop_retry,sync
+	nbranch p_mouse_24g_search_dongle_loop_retry,user3
+	call p_mouse_24g_search_dongle_success
+p_mouse_24g_search_dongle_loop_end:
+	call g24_txbuf_clear
+	fetch 1,mem_mouse_search_dongle_count
+	increase 1,pdata
+	store 1,mem_mouse_search_dongle_count
+	rtnne G24_CH_POLL_COUNT
+p_mouse_24g_search_dongle_check:
+	jam 0,mem_mouse_search_dongle_count
+	fetch 1,mem_mouse_search_dongle_action
+	rtnbit1 G24_DISCONN_STATE
+	set1 G24_DISCONN_STATE,pdata
+	store 1,mem_mouse_search_dongle_action
+	fetch 2,mem_mouse_24g_search_dongle_time_init		
+	store 2,mem_mouse_no_data_timer
+	branch p_mouse_sensor_powerdown
+
+p_mouse_24g_search_dongle_success:
+	fetch 1,mem_24g_abort_pac
+	branch mouse_24g_search_dongle_init,blank
+	jam 0,mem_mouse_search_dongle_count
+	fetch 1,mem_mouse_search_dongle_action
+	rtnbit0 G24_DISCONN_STATE
+	set0 G24_DISCONN_STATE,pdata
+	store 1,mem_mouse_search_dongle_action
+	call mouse_no_data_timer_init
+	branch p_mouse_init_sensor_wakeup
+
+p_mouse_24g_search_dongle_loop_retry:
+	call g24_ch
+	branch p_mouse_24g_search_dongle_loop
+
+p_g24_transmit_no_interrupt:
+	call g24_txdata_prep
+	nbranch p_g24_nodata_transmit,user
+p_g24_transmit_start:
+	call p_g24_transmit_process
+	call power_ctrl_start
+	call p_mouse_24g_fast_conn_mode_check
+	fetch 1,mem_sensor_shutdown_flag
+	nbranch p_g24_short_sleep,blank
+	fetch 8,mem_24g_long_sleep_set
+	store 8,mem_24g_enter_hibernate
+	fetch 2,mem_24g_long_sleep_param_update_timer_init
+	store 2,mem_24g_long_sleep_param_update_timer
+p_g24_short_sleep:
+	call g24_lpm_wait
+	nrtn user
+	call clear_wake
+	fetch 3,mem_24g_short_sleep_set
+	branch g24_long_sleep2
+
+p_g24_transmit_process:
+	jam 0,mem_24g_retry
+p_g24_transmit_loop:
+	fetchr timeup,2,mem_param_rx_setup
+	until clkn_rt,meet
+	call g24_transmit_receive_ack
+	fetch 1,mem_24g_no_ack	//tx noack
+	beq no_ack_24g,g24_transmit_no_ack
+	nbranch p_g24_retransmit,sync
+	nbranch p_g24_retransmit,user3
+	call g24_ackpayload_parse		
+	call p_mouse_wakeup_24g
+	branch g24_transmit_no_ack
+
+
+p_g24_retransmit:
+	fetch 1,mem_mouse_need_soft_reset
+	nrtn blank
+	call p_mouse_select_device_by_pb_button
+	call p_mouse_select_device_by_dpi_button_once
+	fetch 1,mem_24g_abort_pac
+	nrtn  blank
+	fetch 2,mem_24g_txfail_cnt
+	increase 1,pdata
+	store 2,mem_24g_txfail_cnt	
+	fetch 1,mem_24g_txfail_cnt+1
+	bbit1 1,g24_tx_attempt_fail
+	call g24_transmit_hop_process
+	call p_delay_40ms
+	branch p_g24_transmit_loop
+	
+p_delay_40ms:
+	fetch 1,mem_24g_txfail_cnt+1
+	sub pdata,0x00,null
+	rtn positive
+	arg 40,loopcnt
+	branch delay_ms_wait
+
+p_mouse_select_device_by_dpi_button_once:
+	arg 12,queue
+	call timer_check
+	nrtn blank
+	call p_mouse_dpi_check_once
+	call mouse_dpi_key_check_long_press
+p_mouse_g24_retransmit_100ms_timer_init:
+	arg 12,queue
+	setarg 160
+	branch timer_init
+	
+p_mouse_dpi_check_once:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+//	jam 0x03,mem_mouse_dpikey_press_status
+	branch p_mouse_dpi_check
+
+p_mouse_select_device_by_pb_button_check_once:
+	jam 0x03,mem_mouse_pbkey_press_status
+p_mouse_select_device_by_pb_button:
+	fetch 1,mem_config_select_device_button_gpio
+	rtneq GPIO_DISABLE
+	fetch 1,mem_store_information_delay_timer
+	nrtn blank
+	arg 0,rega
+	jam MOUSE_PB_KEY,mem_mouse_key_temp
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_pb_button_check
+	store 1,mem_mouse_pbkey_press_status
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,p_mouse_3io6key_pb_button_check_end	
+	call mouse_matrix_public_gpio_reset
+p_mouse_select_device_by_pb_button_exit:	
+	copy rega,pdata
+	bbit1 MOUSE_PB_KEY,mouse_select_device_button_down+2
+	branch mouse_select_device_button_up
+
+p_mouse_3io6key_pb_button_check_end:
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_gpio_config_input_pu
+	branch p_mouse_select_device_by_pb_button_exit
+
+p_mouse_wakeup_24g:
+	fetch 1,mem_sensor_shutdown_flag
+	ncall p_mouse_wakeup_24g_from_long_sleep,blank
+	jam 0,mem_sensor_shutdown_flag
+	rtn	
+	
+p_mouse_wakeup_24g_from_long_sleep:
+	call p_mouse_init_sensor_wakeup
+	call p_mouse_mos_on
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+p_mouse_wheel_set_wakeup:
+	fetcht 1,mem_whee_a_data_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_whee_b_data_gpio
+	branch mouse_gpio_config_input_pu
+
+/////////////////////////////////// g24 250Hz use lpm//////////////////////////////////////
+	
+p_mouse_app_enter_hibernate:	// 1.3mA hibernate after sensroe reset
+	setarg PAN_REG_CONFIG
+	call twspi_read
+	bbit1 3,mouse_app_enter_hibernate+3
+	call p_mouse_sensor_reset
+	call p_mouse_sensor_powerdown
+	branch mouse_app_enter_hibernate+3
+
+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
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_clr_wake
+	fetch 1,mem_mouse_sensor_sdio_gpio
+	call p_mouse_gpio_config_output_high
+	arg 3,temp
+	call mouse_gpio_config_input_pu
+	call p_mouse_lpm_before_common
+	call gpio_pd_idle
+	call p_mouse_device_multi_led_all_off
+	arg 19,temp
+	call mouse_gpio_config_input_pu
+	call p_mouse_device_switch_gpio_high_impedance
+	call p_mouse_mos_off
+//	call p_mouse_gpio_set_high_impedance
+	call p_mouse_adc_gpio_set_before_hibernate
+	branch p_mouse_wheel_gpio_set_before_hibernate
+
+p_mouse_device_switch_gpio_high_impedance:
+	fetch 1,mem_device_switch_gpio
+	rtneq GPIO_DISABLE
+	fetcht 1,mem_device_switch_gpio
+	branch gpio_set_high_impedance
+	
+//p_mouse_gpio_set_high_impedance:
+//	fetch 3,mem_mouse_set_high_impedance_bit_set
+//	store 3,mem_pdatatemp
+//	arg 20,loopcnt
+//	arg 0,temp
+//p_mouse_gpio_set_high_impedance_bit_loop:	
+//	fetch 3,mem_pdatatemp
+//	isolate1 0,pdata
+//	call gpio_set_high_impedance,true
+//	fetch 3,mem_pdatatemp
+//	rshift pdata,pdata
+//	store 3,mem_pdatatemp
+//	increase 1,temp
+//	loop p_mouse_gpio_set_high_impedance_bit_loop
+//	rtn
+
+p_mouse_adc_gpio_set_before_hibernate:	
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_1IO2LED,p_mouse_adc_gpio_set_before_hibernate_next
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_ADC
+p_mouse_adc_gpio_set_before_hibernate_next:
+	call p_mouse_adc_gpio_set
+	fetch 1,mem_adc_channel_gpio	
+	arg gpcfg_no_ie,temp
+ 	branch gpio_config_function_int
+
+p_mouse_adc_gpio_set:
+	fetcht 1,mem_adc_channel
+	sub temp,3,null
+	branch p_mouse_adc_gpio_4_7_set,positive
+	increase 5,temp
+p_mouse_adc_gpio_store:
+	storet 1,mem_adc_channel_gpio
+	rtn
+
+p_mouse_adc_gpio_4_7_set:
+	increase 4,temp
+	branch p_mouse_adc_gpio_store
+
+p_mouse_wheel_gpio_set_before_hibernate:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+p_mouse_wheel_clr_wakeup:
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_clr_wake
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_clr_wake
+	fetcht 1,mem_whee_a_data_gpio
+	call mouse_gpio_config_input_pd
+	fetcht 1,mem_whee_b_data_gpio
+	branch mouse_gpio_config_input_pd
+
+p_mouse_lpm_before_common:
+	fetcht 1,mem_whee_a_data_gpio		//reinit gpio pu after disable wheel wakeup
+	call gpio_config_input
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_config_input
+	
+	call mouse_wheel_check
+	fetch 1,mem_mouse_sensor_sclk_gpio	// set sclk high
+	call p_mouse_gpio_config_output_high
+	branch mouse_lpm_before_common+4
+
+p_g24_nodata_transmit:
+	fetch 1,mem_24g_abort_pac
+	call p_g24_send_abort_packet,blank
+	fetch 1,mem_24g_transmit_by_interrupt
+	rtneq G24_TX_TIMER_INT_ENABLE
+	call g24_search_receiver
+p_g24_long_sleep:
+	call p_g24_lpm_wait
+	nrtn user
+	call g24_setgpio_lpm_before
+	jam 1,mem_long_sleep_flag
+	fetch 1,mem_sensor_shutdown_flag
+	ncall p_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
+	beq BT_EVT_BB_CONNECTED,p_mouse_bb_event_connected
+	beq BT_EVT_24G_ATTEMPT_SUCCESS,p_mouse_24g_attempt_success
+	beq BT_EVT_24G_PAIRING_COMPLETE,p_mouse_24g_pairing_complete
+	beq BT_EVT_24G_ATTEMPT_FAIL,p_mouse_24g_attempt_fail
+	beq BT_EVT_LE_START_ENC,p_mouse_le_ll_start_encryt
+	beq BT_EVT_LE_DISCONNECTED,p_mouse_le_bb_disconnected
+	beq BT_EVT_LE_CONNECTED,p_mouse_le_bb_event_connected
+	beq BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP,p_mouse_le_conn_param_update_rsp_recieved
+	beq BT_EVT_HID_HANDSHAKE,p_mouse_bt_hid_handshake
+	beq BT_EVT_HID_CONNECTED,p_app_hid_connected
+	branch mouse_priority_bb_event+2
+
+p_app_hid_connected:
+	call mouse_init_sensor_reset
+	call p_mouse_device_poweron_led_config
+	call p_mouse_mos_on
+	branch app_hid_connected
+
+
+p_mouse_bt_hid_handshake:
+	jam APP_HANDSHAKE_DONE,mem_app_handshake_flag
+	call app_lpm_mult_enable
+	branch mouse_bt_hid_handshake+3
+
+p_mouse_le_bb_event_connected:
+	call p_mouse_mos_on
+	call p_mouse_device_poweron_led_config
+	branch mouse_le_bb_event_connected
+	
+p_mouse_bb_event_connected:
+	//call mouse_no_data_timer_init
+	jam 0,mem_mouse_long_mult_flag
+	//call p_mouse_device_poweron_led_config
+	branch mouse_bb_event_connected+2
+	
+p_mouse_le_bb_disconnected:
+	setarg 0
+	store 2,mem_le_battery_level_updata_timer
+	store 1,mem_mouse_le_send_conn_param_update
+	store 1,mem_mouse_le_send_conn_param_update_timer
+	store 1,mem_mouse_le_bb_connected_flag	
+	branch mouse_le_bb_disconnected+7
+
+p_mouse_le_ll_start_encryt:
+	fetch 1,mem_mouse_le_reconnect_flag
+	beq 1,p_mouse_le_ll_reconn_start_encryt
+	jam 20,mem_le_start_encrypt_timer
+	branch mouse_le_ll_enable_start_enc_flag
+p_mouse_le_ll_reconn_start_encryt:
+	call mouse_updata_le_param
+	jam 10,mem_le_start_encrypt_timer
+	branch mouse_le_ll_enable_start_enc_flag
+
+p_mouse_le_conn_param_update_rsp_recieved:
+	fetch 1,mem_mouse_le_send_conn_param_update
+	nrtn blank
+	jam 1,mem_mouse_le_send_conn_param_update
+	jam 30,mem_mouse_le_send_conn_param_update_timer
+	rtn
+
+p_mouse_agc_disable_nomal_power:
+	call p_mouse_soft_agc_disable
+	branch p_mouse_fetch_normal_tx_power
+	
+p_mouse_24g_pairing_complete:
+	call p_mouse_agc_disable_nomal_power
+	call mouse_no_data_timer_init
+	call p_mouse_mos_on
+	call p_mouse_device_poweron_led_config
+	branch mouse_24g_pairing_complete
+
+p_mouse_24g_attempt_success:
+	call p_mouse_mos_on
+	fetch 4,mem_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_mouse_24g_addr		// if need store 24g address to eeprom/flash,need get mem_24g_addr
+	call g24_ch_syncword_crc8_init
+	call p_mouse_device_poweron_led_config
+	call mouse_no_data_timer_init
+	call mouse_init_sensor_reset
+	jam 0,mem_mouse_long_mult_flag
+	jam 0,mem_24g_conn_sm
+	jam 0,mem_24g_reconn_type
+	fetch 4,mem_24g_receiver_addr
+	fetcht 4,mem_24g_fast_conn_addr
+	isub temp,null
+	rtn zero
+	call p_mouse_agc_disable_nomal_power
+	branch mouse_24g_first_store_reconn_info
+
+
+p_mouse_24g_attempt_fail:
+	call p_mouse_agc_disable_nomal_power
+	fetch 1,mem_24g_attempt_fail_flag
+	nbranch p_mouse_24g_hibernate_set,blank
+	fetch 1,mem_24g_reconn_type
+	beq FAST_CONN_AND_3_0_ADDR,p_mouse_24g_fast_conn_attempt_fail
+	branch mouse_24g_attempt_fail+4
+
+p_mouse_24g_fast_conn_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_start_auto_pair
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_start_auto_pair
+	bbit0 MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED,mouse_24g_reconn_dongle_start
+	fetch 4,mem_mouse_24g_addr		// auto pair first time
+	fetcht 4,mem_mouse_compare_addr_ff
+	isub temp,null
+	branch p_mouse_24g_start_pair_mode,zero
+	branch mouse_24g_reconn_dongle_start
+	
+p_mouse_24g_start_pair_mode:
+	jam 0,mem_24g_reconn_type
+	branch mouse_24g_start_pair_mode
+
+p_mouse_24g_hibernate_set:
+p_mouse_24g_hibernate_set_next:
+	jam 0,mem_24g_attempt_fail_flag
+	call g24_transmit_next_packet
+	setarg -1
+	store 4,mem_24g_enter_hibernate
+	setarg 0
+	store 7,mem_mouse_key
+	jam 1,mem_sensor_shutdown_flag
+	call p_mouse_sensor_powerdown
+	branch p_g24_long_sleep
+
+p_g24_pair_dispatch:
+	jam DEFAULT_24G_DEVICE,mem_24g_reconn_type
+	fetch 2,mem_24g_pair_count
+	increase 1,pdata
+	store 2,mem_24g_pair_count
+	fetch 1,mem_24g_pair_count
+	and pdata,0xff,pdata
+	beq 0,g24_pair_dispatch+1
+	rtn
+
+p_g24_reconn_dispatch:
+	fetch 2,mem_24g_reconn_count
+	arg 0x01f8,temp
+	iand temp,pdata
+	branch p_g24_reconn_dispatch_next,blank
+	fetch 2,mem_24g_reconn_count
+	increase 1,pdata
+	store 2,mem_24g_reconn_count
+	rtn
+p_g24_reconn_dispatch_next:
+	call g24_reconn_data_prep
+	call g24_transmit_receive_ack
+	nbranch p_g24_reconn_device_fail,sync
+	nbranch p_g24_reconn_device_fail,user3
+	call g24_ackpayload_parse
+	fetch 4,mem_24g_pair_addr
+	fetcht 4,mem_24g_addr
+	isub temp,null
+	branch g24_pair_start,zero
+	
+	fetch 4,mem_24g_device_addr
+	fetcht 4,mem_24g_addr
+	isub temp,null
+	call p_g24_store_receiver_addr,zero
+	fetch 1,mem_24g_conn_sm
+	set0 STATE_24G_RECONN,pdata
+	store 1,mem_24g_conn_sm
+	setarg 0
+	store 2,mem_24g_pair_timeout
+	store 2,mem_24g_reconn_count
+	store 2,mem_24g_reconn_timeout	
+	branch g24_reconn_attempt_success
+	
+p_g24_store_receiver_addr:
+	fetch 4,mem_24g_rxpayload+2
+	rtn blank
+	store 4,mem_24g_receiver_addr	
+	branch g24_ch_syncword_crc8_init
+	
+p_g24_reconn_device_fail:
+	fetch 1,mem_24g_fast_conn_enable
+	branch g24_ch,blank
+	fetch 2,mem_24g_reconn_count
+	increase 1,pdata
+	store 2,mem_24g_reconn_count
+	isolate1 9,pdata	// each 8 times switch
+	fetch 1,mem_24g_reconn_type
+	beq PAIR_AND_3_0_ADDR,p_g24_reconn_pair_and_3_0
+	branch g24_reconn_device_fail+7
+
+p_g24_reconn_pair_and_3_0:
+	branch g24_reconn_device_3_0_addr,true
+	branch g24_pair_init_param
+
+p_g24_dispatch:
+	bmark1 mark_24g_rxmode,g24_receive_dispatch
+p_g24_transmit_dispatch:
+	rtnmark0 mark_24g
+	fetch 1,mem_24g_conn_sm
+	branch g24_transmit_dispatch+2
+
+
+p_mouse_start_work:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_first_start_auto_pair_mode
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_24g_start_mode
+	branch mouse_start_work+5
+	
+p_mouse_24g_start_mode:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G,mouse_24g_mode_setup_error
+	call p_mouse_device_pair_led_config
+	call mouse_wakeup_from_power_check	// wake from hibernate :enble user
+	branch mouse_24g_reconn_dongle_start,user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_reconn_general_dongle
+	bbit0 MOUSE_ENABLE_24G_POWER_ON_PAIRING,mouse_24g_reconn_general_dongle
+	call mouse_key_check_once		
+	and rega,0x07,pdata
+	branch mouse_24g_start_mode+9
+	
+//=============dpi level setting===========//
+p_mouse_seting_dpi:
+	call mouse_setting_dpi_4_level
+	call p_mouse_dpi_led_blink_delay
+p_mouse_seting_sensor_type:
+	fetch 1,mem_config_sensor_type
+	beq S201X,p_mouse_seting_S201_dpi
+	branch mouse_seting_sensor_type
+
+p_mouse_seting_S201_dpi:
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,p_mouse_set_S201_dpi_0	//1200
+	beq MOUSE_DPI_LEVEL2,p_mouse_set_S201_dpi_2	//2400
+	beq MOUSE_DPI_LEVEL3,p_mouse_set_S201_dpi_3	//3200
+p_mouse_set_S201_dpi_0:	//1200
+	fetch 1,mem_sensor_s201_dpi_0
+	branch p_mouse_dpi_S201_store
+	
+p_mouse_set_S201_dpi_2:	//2400
+	fetch 1,mem_sensor_s201_dpi_2
+	branch p_mouse_dpi_s201_store
+
+p_mouse_set_S201_dpi_3:	//3200
+	fetch 1,mem_sensor_s201_dpi_3
+p_mouse_dpi_s201_store:
+	copy pdata,rega
+	setarg 0xc309
+	call twspi_write
+	copy rega,pdata
+	lshift8 pdata,pdata
+	add pdata,0x23,pdata
+	call twspi_write
+	setarg 0x0009
+	branch twspi_write
+
+//p_mouse_set_S201_dpi_1:	//1600
+//	fetch 1,mem_sensor_s201_dpi_1
+//	branch p_mouse_dpi_S201_store
+	
+//p_mouse_set_S201_dpi_4:	//800
+//	fetch 1,mem_sensor_s201_dpi_4
+//	branch p_mouse_dpi_s201_store
+p_mouse_init_sunt:
+	call mouse_sensor_spi_init		
+	rtn wake
+p_mouse_init_sensor_wakeup:	
+	call mouse_sensor_poweron
+p_mouse_init_sensor:
+	call mouse_read_sensor_id
+	beq P32XX_ID1,p_mouse_init_p32xx_id2_judge
+	beq P3065_ID1,mouse_init_p3065
+	beq PKA8G2_ID1,mouse_ka8g2_id2_judge
+	call mouse_twspi_reset
+	nop 6900
+	branch p_mouse_init_sensor
+
+p_mouse_init_p32xx_id2_judge:
+	fetch 1,mem_sensor_id2
+	beq P3205_TJ3T_ID2,p_mouse_3205_3t_init_param
+	beq P_MX8650,p_mouse_mx8650_init_param
+	branch mouse_init_p32xx_id2_judge+2
+
+p_mouse_mx8650_init_param:
+	jam MX8650,mem_config_sensor_type
+	call mouse_sensor_reset
+	call delay_10ms
+	arg mem_sensor_8650_init_new,regc
+	branch p_mouse_sensor_end
+
+p_mouse_3205_3t_init_param:
+	setarg 0x49		// id3
+	call twspi_read
+	beq 0xa1,p_mouse_S201X_init_param
+	branch mouse_3205_3t_init_param
+
+p_mouse_S201X_init_param:
+	jam S201X,mem_config_sensor_type
+	rtn
+
+//===========dpi led blink==============//
+p_mouse_dpi_led_blink_delay:
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_1IO2LED,p_mouse_dpi_led_blink_delay_new1
+	fetch 1,mem_dpi_led_gpio
+	rtneq GPIO_DISABLE
+p_mouse_dpi_led_blink_delay_new1:
+	fetch 2,mem_mouse_discovery_timer
+	nrtn blank
+	fetch 2,mem_24g_pair_timeout
+	nrtn blank
+	fetch 2,mem_24g_reconn_timeout
+	nrtn blank
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_1IO2LED,p_mouse_dpi_led_blink_delay_new2
+	fetch 1,mem_mouse_device_poweron_timer_count
+	nrtn blank
+p_mouse_dpi_led_blink_delay_next:
+	fetch 1,mem_mouse_dpi_led_delay_count_init
+	branch p_mouse_dpi_led_blink_init,blank
+	store 1,mem_mouse_dpi_led_delay_count  //delay 1s led blink
+	rtn
+p_mouse_dpi_led_blink_delay_new2:
+	fetch 1,mem_mouse_multi_led_powon_timer
+	nrtn blank
+	branch p_mouse_dpi_led_blink_delay_next
+
+p_mouse_bb_event_timer:
+	call mouse_adc_read
+	call p_mouse_low_voltage_led_timer
+	//24g
+	call g24_pair_timeout_timer
+	call g24_reconn_timeout_timer
+	call mouse_24g_long_sleep_param_update_timer
+	//led
+	call mouse_device_poweron_timer
+	call p_mouse_dpi_led_blink_delay_timer
+	call p_mouse_led_multi_timer
+	call p_mouse_mos_ctrl_timer
+	call p_mouse_logo_led_on_timer
+	call mouse_dpi_key_check_long_press
+	call mouse_bt_discovery_check
+	call p_mouse_commbination_key_process
+	call mouse_check_discovery_timeout_timer
+	//ble
+	call p_mouse_check_direct_timeout_timer
+	call mouse_le_enable_att_list_timer
+	call p_mouse_le_battery_updata_timer
+	call mouse_le_send_smp_security_request_timer
+	call p_mouse_le_send_conn_param_update_timer
+	//bt
+	call mouse_check_hid_handshake_timer
+	call mouse_bt_check_sniff_req_timeout_timer
+	call mouse_check_reconnect_delay_long_sleep		//delete 3.0,reconnect fail
+	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
+
+p_mouse_check_direct_timeout_timer:
+	arg mem_mouse_direct_timer,regc
+	arg mouse_check_direct_timeout,regb
+	call timer_single_step
+	branch mouse_check_direct_timeout_timer+3
+	
+
+
+
+p_mouse_mos_ctrl_timer:
+	fetch 1,mem_mouse_mos_status
+	rtneq OFF
+	arg mem_mouse_mos_ctrl_count,regc
+	arg p_mouse_mos_off,regb
+	branch timer_single_step
+
+p_mouse_mos_on:
+	jam 0xc8,mem_mouse_mos_ctrl_count
+	jam ON,mem_mouse_mos_status
+	fetcht 1,mem_mouse_mos_ctrl_gpio
+	branch gpio_out_active
+
+p_mouse_mos_off:
+	jam OFF,mem_mouse_mos_status
+	fetcht 1,mem_mouse_mos_ctrl_gpio
+	branch gpio_out_inactive
+
+
+
+//================led multi start===================//
+
+//===multi led parm init===//
+p_mouse_device_multi_led_parm_init:
+	jam 0,mem_mouse_multi_led_blink_enable
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_1IO2LED
+	call p_mouse_device_multi_led_all_off		//can be remove?
+p_mouse_multi_led_parm_init:
+	jam 0,mem_mouse_multi_led_blink_type
+p_mouse_multi_low_led_blink_timer_init:
+	fetch 1, mem_mouse_low_led_blink_timer
+	rshift pdata,pdata
+	store 1,mem_mouse_low_led_blink_half_timer
+	rtn
+p_mouse_multi_low_led_blink_count_init:
+	fetch 1,mem_mouse_multi_lowled_blink_count_init
+	store 1,mem_mouse_multi_low_led_blink_count
+	rtn
+
+p_mouse_multi_led_blink_timer_init:
+	fetch 1,mem_mouse_multi_led_blink_type		//00:rtn	01:24g blink	02:le blink		03:reconn blink 	04:low blink	05:dpi blink
+	beq 1,p_mouse_device_24g_led_blink_timer_init
+	beq 2,p_mouse_device_le_discovery_led_blink_timer_init
+	beq 3,p_mouse_device_le_reconn_led_blink_timer_init
+p_mouse_multi_dpi_led_blink_timer_init:
+	fetch 1,mem_mouse_dpi_led_blink_timer_init
+p_mouse_store_multi_led_blink_timer:
+	store 1,mem_mouse_multi_led_blink_timer
+	rtn
+p_mouse_device_24g_led_blink_timer_init:
+	fetch 1,mem_mouse_multi_24gled_blink_timer_init
+	branch p_mouse_store_multi_led_blink_timer
+p_mouse_device_le_discovery_led_blink_timer_init:
+	fetch 1,mem_mouse_multi_le_discovery_blink_timer_init
+	branch p_mouse_store_multi_led_blink_timer
+p_mouse_device_le_reconn_led_blink_timer_init:
+	fetch 1,mem_mouse_multi_le_reconn_blink_timer_init
+	branch p_mouse_store_multi_led_blink_timer
+
+//===led poweron config===//
+p_mouse_device_poweron_led_config:	//power on
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_1IO2LED
+	fetch 1,mem_mouse_multi_led_powon_timer_init
+	store 1,mem_mouse_multi_led_powon_timer
+	jam MULTI_LED_ON,mem_mouse_multi_led_type
+p_mouse_multi_led_enable:
+	jam OFF,mem_mouse_multi_led_state
+	jam ON,mem_mouse_multi_led_blink_enable
+	rtn
+
+//===led blink config===//
+p_mouse_device_pair_led_config:		//24g pair led config
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_1IO2LED
+p_mouse_device_24g_led_blink:
+	jam 1,mem_mouse_multi_led_blink_type
+	call p_mouse_device_24g_led_blink_timer_init
+	call p_mouse_multi_led_blink_enable_init
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_LED_BLINK_LIMIT
+	fetch 1,mem_mouse_multi_24gled_blink_count_init
+	branch p_mouse_device_led_blink_count_init
+
+p_mouse_device_le_reconn_led_config:		//le recon led config
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_1IO2LED
+p_mouse_device_le_reconn_led_blink:
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_BT_RECONN_LED_EFFECT
+	call p_mouse_multi_led_blink_enable_init
+	jam 3,mem_mouse_multi_led_blink_type
+	call p_mouse_device_le_reconn_led_blink_timer_init
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_LED_BLINK_LIMIT
+	fetch 1,mem_mouse_multi_le_reconn_blink_count_init
+p_mouse_device_led_blink_count_init:
+	store 1,mem_mouse_multi_led_blink_count
+	rtn	
+
+p_mouse_device_discovery_led_config:		//ble discovery led config
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_1IO2LED
+	fetch 1,mem_mouse_led_new_interface_config
+	set0 MOUSE_ENABLE_LED_BLINK_LIMIT,pdata
+	store 1,mem_mouse_led_new_interface_config
+	jam 2,mem_mouse_multi_led_blink_type
+	call p_mouse_device_le_discovery_led_blink_timer_init
+p_mouse_multi_led_blink_enable_init:
+	jam 1,mem_mouse_multi_led_blink_enable
+	jam MULTI_LED_BLINK,mem_mouse_multi_led_type
+	branch p_mouse_device_multi_led_on
+	
+//=====multi led blink start====//
+p_mouse_led_multi_timer:
+	fetch 1,mem_mouse_multi_led_blink_enable
+	rtn blank
+	fetch 1,mem_mouse_multi_led_type
+	beq MULTI_LED_BLINK,p_mouse_multi_led_type_blink
+p_mouse_device_multi_led_type_on:
+	fetch 1,mem_mouse_multi_led_powon_timer
+	branch p_mouse_device_poweron_led_off,blank
+	increase -1,pdata
+	store 1,mem_mouse_multi_led_powon_timer
+	branch p_mouse_device_multi_led_on+1		//skip led state
+
+p_mouse_device_poweron_led_off:
+	call p_mouse_multi_low_led_blink_count_init
+p_mouse_devide_led_disable:
+	jam 0,mem_mouse_multi_led_blink_enable
+	branch p_mouse_device_multi_led_off+1		//skip led state
+
+p_mouse_multi_led_type_blink:
+	fetch 1,mem_mouse_multi_led_blink_type	//00:rtn	01:24g blink	02:le blink		03:reconn blink 	04:low blink	05:dpi blink
+	rtn blank
+	beq 4,p_mouse_device_led_blink_limit	//dpi blink
+	branch p_mouse_device_led_blink_judge
+
+p_mouse_device_led_blink_judge:
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_LED_BLINK_LIMIT,p_mouse_device_led_blink_limit
+	branch p_mouse_multi_led_type_blink_next
+
+p_mouse_device_led_blink_limit:
+	fetch 1,mem_mouse_multi_led_blink_count
+	branch p_mouse_multi_led_off_judge, blank		//blink count =0
+p_mouse_multi_led_type_blink_next:	//blink no limit
+	arg mem_mouse_multi_led_blink_timer,regc
+	arg p_mouse_multi_led_type_blink_start,regb
+	branch timer_single_step	
+
+p_mouse_multi_led_type_blink_start:
+	fetch 1,mem_mouse_multi_led_blink_type
+	beq 4,p_mouse_multi_led_blink_count_decrease		//dpi blink
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_LED_BLINK_LIMIT, p_mouse_multi_led_blink_count_decrease
+p_mouse_multi_led_blink:
+	call p_mouse_multi_led_blink_timer_init
+	fetch 1,mem_mouse_multi_led_state
+	beq ON,p_mouse_multi_led_off_judge_next
+	branch p_mouse_multi_led_on_judge
+
+p_mouse_multi_led_blink_count_decrease:
+	fetch 1,mem_mouse_multi_led_blink_count	
+	increase -1,pdata
+	store 1,mem_mouse_multi_led_blink_count
+	branch p_mouse_multi_led_blink
+
+//=====led on/off interface=====//
+p_mouse_multi_led_on_judge:
+	fetch 1,mem_mouse_multi_led_blink_type
+	beq 4,p_mouse_multi_dpi_led_on_judge
+p_mouse_device_multi_led_on:
+	jam ON,mem_mouse_multi_led_state
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_device_24g_led_on
+	beq MODE_BT_DEVICE1,p_mouse_device_bt1_led_on
+	beq MODE_BT_DEVICE2,p_mouse_device_bt2_led_on
+	rtn
+p_mouse_device_24g_led_on:
+	fetcht 1,mem_mouse_1io2led_multi_24gled
+	branch p_mouse_multi_led_on
+p_mouse_device_bt1_led_on:
+	fetcht 1,mem_mouse_1io2led_multi_bt1led
+	branch p_mouse_multi_led_on
+p_mouse_device_bt2_led_on:
+	fetcht 1,mem_mouse_1io2led_multi_bt2led
+	branch p_mouse_multi_led_on
+p_mouse_multi_dpi_led_on:
+	fetcht 1,mem_mouse_dpi_gpio
+p_mouse_multi_led_on:
+	branch gpio_out_active	//by mouse.dat config
+
+
+p_mouse_multi_led_off_judge:
+	jam 0,mem_mouse_multi_led_blink_enable
+	jam 0,mem_mouse_multi_led_blink_type
+p_mouse_multi_led_off_judge_next:
+	fetch 1,mem_mouse_multi_led_blink_type
+	beq 4,p_mouse_multi_dpi_led_off_judge
+p_mouse_device_multi_led_off:
+	jam OFF,mem_mouse_multi_led_state
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_device_24g_led_off
+	beq MODE_BT_DEVICE1,p_mouse_device_bt1_led_off
+	beq MODE_BT_DEVICE2,p_mouse_device_bt2_led_off
+	rtn
+p_mouse_device_24g_led_off:
+	fetcht 1,mem_mouse_1io2led_multi_24gled
+	branch p_gpio_set_high_impedance
+p_mouse_device_bt1_led_off:
+	fetcht 1,mem_mouse_1io2led_multi_bt1led
+	branch p_gpio_set_high_impedance
+p_mouse_device_bt2_led_off:
+	fetcht 1,mem_mouse_1io2led_multi_bt2led
+p_gpio_set_high_impedance:
+	sub temp,GPIO_DISABLE,null
+	rtn zero
+	branch gpio_set_high_impedance
+
+p_mouse_device_multi_led_all_off:		//dpi+low no
+	call p_mouse_device_24g_led_off
+	call p_mouse_device_bt1_led_off
+	call p_mouse_device_bt2_led_off
+	call p_mouse_low_voltage_led_off_judge
+	branch p_mouse_multi_dpi_led_off_judge
+	
+p_mouse_multi_dpi_led_off_judge:
+	jam OFF,mem_mouse_multi_led_state
+	fetch 1,mem_mouse_led_multi_type
+	beq MOUSE_ENABLE_DPI_FOR_LED,p_mouse_device_multi_led_off
+	beq MOUSE_ENABLE_DPI_LOW_FOR_LED,p_mouse_device_multi_led_off
+p_mouse_multi_dpi_led_off:
+	fetcht 1,mem_mouse_dpi_gpio
+p_mouse_multi_led_off:
+	branch gpio_out_inactive
+	
+p_mouse_multi_dpi_led_on_judge:
+	jam ON,mem_mouse_multi_led_state
+	fetch 1,mem_mouse_led_multi_type
+	beq MOUSE_ENABLE_DPI_FOR_LED,p_mouse_device_multi_led_on
+	beq MOUSE_ENABLE_DPI_LOW_FOR_LED,p_mouse_device_multi_led_on
+	branch p_mouse_multi_dpi_led_on
+
+//================led multi end===================//
+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
+	branch gpio_out_active
+
+p_mouse_dpi_led_blink_delay_timer:
+	arg mem_mouse_dpi_led_delay_count,regc
+	arg p_mouse_dpi_led_blink_init,regb
+	branch timer_single_step	
+	
+p_mouse_dpi_led_blink_init:	//result:    level3: 2  3  1     level4: 3  4  1  2
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_1IO2LED,p_mouse_dpi_led_blink_init_new1
+	fetch 1,mem_config_sensor_type
+	beq P3212,mouse_dpi_led_blink_init		//result:    level3: 1  2  3     level4: 2  3  4  1
+	beq KA8G2,mouse_dpi_led_blink_init	//result:    level3: 1  2  3     level4: 2  3  4  1
+	fetch 1,mem_dpi_led_gpio
+	store 1,mem_mouse_struct_led_gpio
+	fetch 2,mem_mouse_dpi_led_blink_time
+	store 2,mem_mouse_on_time
+	store 2,mem_mouse_off_time
+	arg 0,rega
+	fetcht 1,mem_mouse_dpi
+	increase 2,temp	// 2 3 4 (5)
+	sub temp,3,null
+	call p_mouse_dpi_led_blink_init_level_4,positive
+	ncall p_mouse_dpi_led_blink_count_clean,positive
+	branch mouse_dpi_led_blink_init_end
+
+p_mouse_dpi_led_blink_init_level_4:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DPI_LEVEL_4
+	increase 1,temp  	// 2-->3   3-->4
+	rtn
+p_mouse_dpi_led_blink_count_clean:
+	increase -3,temp		// 4-->1  5-->2
+	rtn
+
+p_mouse_dpi_led_blink_init_new1:
+	fetch 1,mem_config_sensor_type
+	beq P3212,p_mouse_dpi_led_blink_init_new2		//result:    level3: 1  2  3     level4: 2  3  4  1
+	beq KA8G2,p_mouse_dpi_led_blink_init_new2	//result:    level3: 1  2  3     level4: 2  3  4  1
+	fetcht 1,mem_mouse_dpi
+	increase 2,temp	// 2 3 4 (5)
+p_mouse_dpi_led_blink_init_new1_next:
+	sub temp,3,null
+	call p_mouse_dpi_led_blink_init_level_4,positive
+	ncall p_mouse_dpi_led_blink_count_clean,positive
+	copy temp,pdata
+	iadd pdata,pdata
+	store 1,mem_mouse_multi_led_blink_count
+p_mouse_multi_dpi_led_blink_enable:
+	jam 4,mem_mouse_multi_led_blink_type
+	call p_mouse_multi_dpi_led_blink_timer_init	
+	jam MULTI_LED_BLINK,mem_mouse_multi_led_type
+	branch p_mouse_multi_led_enable
+
+p_mouse_dpi_led_blink_init_new2:
+	fetcht 1,mem_mouse_dpi
+	increase 1,temp
+	branch p_mouse_dpi_led_blink_init_new1_next
+
+/////////////////////////////////////////////////////////////////////////////////////////////////
+
+p_mouse_commbination_key_process:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_24g_commbination_key_process
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+	fetcht 1,mem_mouse_commbination_key_bt
+	branch p_mouse_commbination_key_start
+
+p_mouse_24g_commbination_key_process:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+	fetcht 1,mem_mouse_commbination_key_24g
+p_mouse_commbination_key_start:
+	storet 1,mem_mouse_commbination_key
+	call p_mouse_check_key_gpio
+	and pdata,0x07,pdata
+	fetcht 1,mem_mouse_commbination_key
+	isub temp,null
+	branch p_mouse_commbination_key_down,zero
+	branch mouse_commbination_key_up
+
+		
+p_mouse_commbination_key_down:		// enter hibernate when reconnect
+	call p_mouse_combination_ui_timer
+	fetch 1,mem_commbination_key_statue
+	rtneq COMMBINATION_KEY_STATE_DOWN
+	jam COMMBINATION_KEY_STATE_DOWN,mem_commbination_key_statue
+	rtn
+
+p_mouse_combination_ui_timer:
+	arg p_mouse_24g_start_pair,regb
+	branch mouse_combination_ui_timer+1
+
+p_mouse_24g_start_pair:
+	call p_mouse_device_pair_led_config
+	branch p_mouse_24g_start_pair_mode
+
+p_mouse_le_battery_updata_timer:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+	branch mouse_le_battery_updata_timer
+
+p_mouse_le_send_conn_param_update_timer:
+	arg mem_mouse_le_send_conn_param_update_timer,regc
+	arg mouse_updata_le_param,regb
+	branch timer_single_step
+
+p_mouse_check_no_data_timeout_timer:
+//	fetch 1,mem_usb_addr
+//	rtnbit1 7
+	arg mem_mouse_no_data_timer,regc
+	arg p_mouse_check_no_data_timeout,regb
+	branch timer_single_step_2B
+
+p_mouse_check_no_data_timeout:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_24g_hibernate_set
+	branch mouse_disconnect	
+
+p_mouse_start_discovery:
+	call p_mouse_device_discovery_led_config
+	fetch 2,mem_ui_state_map
+	isolate1 UI_STATE_BLE_ADV,pdata
+	call mouse_stop_le_adv,true		//reconnect adv
+	fetch 2,mem_ui_state_map
+	isolate1 UI_STATE_BT_RECONNECT,pdata
+	call mouse_cancel_reconnect,true
+	setarg 0
+	store 2,mem_le_battery_level_updata_timer
+	branch mouse_start_discovery+1
+	
+p_mouse_stop_discovery:
+	setarg 0
+	store 2,mem_mouse_discovery_timer
+	branch mouse_stop_discovery+1
+
+p_ui_timer_check:		// 100ms timer will return 4 or 5 times when power on
+	fetch 1,mem_power_on_flag
+	ncall ui_timer_init,blank
+	jam 0,mem_power_on_flag
+	branch ui_timer_check+1
+
+p_hid_rx_process:
+	fetch 2,mem_l2cap_payload_ptr
+	copy pdata,contr
+	ifetch 1,contr
+	store 1,mem_l2cap_rcv_hidtype
+	and pdata,0x0f,temp
+	rshift4 pdata,pdata //hidtype
+	beq hid_type_set_idle,p_hid_rx_process_handshake
+	branch hid_rx_process+7
+
+p_hid_rx_process_handshake:
+	arg 1,rega//payload length
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_ctrl_remote_cid
+	istore 2,contw
+	setarg 0
+	istore 1,contw
+	jam 1,mem_ui_data_txbuff_length
+	fetch 1,mem_hid_control_state
+	set1 l2cap_channel_hid_handshake_done,pdata
+	store 1,mem_hid_control_state
+	jam BT_EVT_HID_HANDSHAKE,mem_fifo_temp
+	branch ui_ipc_send_event
+
+p_send_lmp:
+	disable user
+	call lmo_fifo_process
+	fetch 1,mem_lmp_to_send
+	rtn blank
+
+
+
+
+	bbit1 7,send_lmp_escape
+p_send_lmp0:
+	beq LMP_DETACH,p_send_lmp_detach
+	branch send_lmp0
+
+p_send_lmp_detach:
+	call send_lmp_detach
+	jam 120,mem_conn_timer
+	rtn
+
+
+p_le_slave_match:
+	fetch 1,mem_le_md_count
+	pincrease 1
+	store 1,mem_le_md_count
+	beq LE_MD_MAX_COUNT,le_slave_cont
+	call le_acknowledge
+	call le_prepare_tx
+	fetch 1,mem_le_tx_phy
+	call le_enable_phy_by_pdata
+	call le_transmit
+	branch le_slave_match+10
+
+p_le_slave_unsync:
+	call end_of_packet
+	branch le_slave_unsync+1
+
+p_le_transmit:
+	call le_prep
+	call le_tx_setfreq
+	call rf_debug_tx_on_line	//H
+	set1 TXGFSK,radio_ctrl
+	enable encode_fec0
+	enable is_tx
+	disable is_rx
+	call le_wait_tx
+	nop 10	//about delay 0.5us
+	branch le_transmit+9
+
+p_le_parse_l2cap:
+	ifetch 2,contr
+	beq LE_L2CAP_CID_ATT,p_le_parse_att
+	branch le_parse_l2cap+10
+		
+p_le_parse_att:
+	ifetch 3,contr
+	store 3,mem_le_att_opcode
+	beq ATTOP_READ_REQUEST,p_le_parse_att_read_request
+	beq ATTOP_WRITE_REQUEST,p_le_parse_att_write_request	
+	branch le_parse_att+2
+	
+p_le_parse_att_read_request:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL,le_parse_att_read_request
+	call le_check_encrypt_state
+	fetcht 2,mem_le_att_handle
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_READ_AUTH,p_le_send_att_read_response_check_auth
+//input:temp is handle
+p_le_send_att_read_response:
+	fetch 2,mem_le_att_handle
+	beq 0x30,le_send_att_error_response_notfound
+	fetcht 2,mem_le_att_handle
+	branch le_send_att_read_response
+
+p_le_send_att_read_response_check_auth:
+	fetch 2,mem_le_pairing_handle
+	isub temp,null
+	nbranch p_le_send_att_read_response,zero
+	nbranch p_le_send_att_read_response,user
+	branch le_send_att_read_response_error_insufficient_auth
+
+
+p_le_parse_att_write_request:		// mac os 10.9.5 reconnect can't move
+	copy contr,rega
+	fetch 2,mem_le_l2cap_size
+	add pdata,-3,regb
+	call le_writeatt_cb
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,le_send_att_write_response_check_auth	
+	fetch 1,mem_mouse_le_reconnect_flag
+	branch le_send_att_write_response_check_auth,blank
+	fetch 1,mem_le_connect_status_flag
+	bbit1 LL_START_ENC_FLAG,le_send_att_write_response_check_auth
+	setarg 0x001a		
+	fetcht 2,mem_le_att_handle
+	isub temp,null
+	nbranch le_send_att_write_response_check_auth,zero
+	branch le_send_att_read_response_error_insufficient_auth
+
+p_g24_lpm_wait:			// ice connect led
+//	fetch 1,mem_24g_device_led_status
+//	nbranch disable_user,blank
+	enable user
+	call lpo_calibration
+	fetch 3,mem_clks_per_lpo
+	branch disable_user,blank
+	fetch 1,mem_lpm_mode
+	branch disable_user,blank
+	fetch 1,mem_sensor_shutdown_flag
+	nrtn blank
+	fetch 1,mem_24g_transmit_by_interrupt
+	beq G24_TX_TIMER_INT_ENABLE,disable_user
+	rtn
+
+	
+p_mouse_motion:
+	disable user
+	setarg 0
+	store 6,mem_mouse_x
+	call p_mouse_check_sensor_data
+	setarg 0x0089
+	call twspi_write
+	call p_mouse_seting_sensor_type
+	call mouse_zwheel
+	call mouse_t_zwheel
+	call p_mouse_key
+	fetch 1,mem_mouse_key
+	and_into 0x1f,pdata
+	store 1,mem_mouse_key
+	nbranch p_mouse_motion_nodata,user
+	call p_mouse_drawing_optima
+	branch mouse_no_data_timer_init
+
+p_mouse_check_sensor_data:
+	fetch 1,mem_spi_write_flash_sm
+	rtnne FLASH_SM_NO_BUYS
+	fetch 1,mem_config_sensor_type
+	beq KA8G2,p_mouse_ka8g2_sensor_motion
+	branch mouse_check_sensor_data+3
+
+p_mouse_ka8g2_sensor_motion:
+	call mouse_clear_sensor_data
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_pka8g2_sensor_motion_1
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+p_mouse_pka8g2_sensor_motion_1:
+	setarg PAN_REG_PID_L
+	call twspi_read
+	bne PKA8G2_ID1,mouse_twspi_reset
+	branch mouse_p3212_sensor_motion_2
+
+p_mouse_motion_nodata:	
+	call mouse_drawing_optima_init
+	rtn
+
+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
+	fetch 1,mem_config_sensor_type
+	beq KA8G2,p_mouse_ka8g2_sensor_init
+	call mouse_sensor_reset
+	arg mem_sensor_poweron_init,regc
+p_mouse_sensor_end:
+	call mouse_sensor_wr_seq
+	branch p_mouse_seting_sensor_type
+	
+p_mouse_ka8g2_sensor_init:
+	call p_mouse_ka8g2_sensor_reset
+	arg mem_ka8g2_sensor_poweron_init,regc
+	branch p_mouse_sensor_end
+
+p_mouse_sensor_reset:
+	fetch 1,mem_config_sensor_type
+	beq KA8G2,p_mouse_ka8g2_sensor_reset
+	branch mouse_sensor_reset
+p_mouse_ka8g2_sensor_reset:
+	setarg 0x9706		// reset to factory settings
+	branch mouse_sensor_reset_end
+
+p_mouse_sensor_powerdown:
+	call mouse_init_sunt
+	call mouse_sensor_spi_init
+	fetch 1,mem_config_sensor_type
+	beq KA8G2,p_mouse_ka8g2_sensor_powerdown
+	branch mouse_sensor_powerdown_end
+	
+p_mouse_ka8g2_sensor_powerdown:
+	setarg 0x1f06		
+	branch twspi_write
+
+
+//////////////////////////////modify key start///////////////////////////////////////////////
+p_mouse_key:
+	call p_mouse_check_key_gpio
+	branch mouse_key+1
+
+p_mouse_check_key_gpio:	//when mem_matrix_public_gpio=0xff
+	fetch 1,mem_sensor_shutdown_flag
+	ncall mouse_check_key_gpio_once,blank
+	arg 0,rega
+	call p_mouse_check_lkey_gpio
+	call p_mouse_check_rkey_gpio
+	call p_mouse_check_mkey_gpio
+	call p_mouse_check_bkkey_gpio
+	call p_mouse_check_fwkey_gpio
+	branch mouse_check_key_gpio_next
+
+p_mouse_check_lkey_gpio:
+	fetch 1,mem_lbutton_gpio
+	call p_mouse_gpio_config_output_high
+	call mouse_check_lkey_gpio
+	fetcht 1,mem_lbutton_gpio
+	branch mouse_gpio_config_input_pu
+p_mouse_check_rkey_gpio:
+	fetch 1,mem_rbutton_gpio
+	call p_mouse_gpio_config_output_high
+	call mouse_check_rkey_gpio
+	fetcht 1,mem_rbutton_gpio
+	branch mouse_gpio_config_input_pu
+p_mouse_check_mkey_gpio:
+	fetch 1,mem_mbutton_gpio
+	call p_mouse_gpio_config_output_high
+	call mouse_check_mkey_gpio
+	fetcht 1,mem_mbutton_gpio
+	branch mouse_gpio_config_input_pu	
+
+p_mouse_check_bkkey_gpio:
+	fetch 1,mem_bk_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_BK_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_bkkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_bk_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,p_mouse_3io6key_bk_check
+	branch mouse_check_bkkey_gpio_next
+p_mouse_3io6key_bk_check:
+	fetch 1,mem_bk_button_gpio
+	call p_mouse_gpio_config_output_low
+	fetcht 1,mem_bk_button_gpio
+	branch mouse_3io6key_bk_check	
+
+p_mouse_check_fwkey_gpio:
+	fetch 1,mem_fw_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_FW_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_fwkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_fw_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,p_mouse_3io6key_fw_check
+	branch mouse_check_fwkey_gpio_next
+p_mouse_3io6key_fw_check:
+	fetch 1,mem_fw_button_gpio
+	call p_mouse_gpio_config_output_low
+	fetcht 1,mem_fw_button_gpio
+	branch mouse_3io6key_fw_check
+
+//input:pdata gpio number
+p_mouse_gpio_config_output_high:
+	rtneq GPIO_DISABLE
+	arg gpcfg_output_high,temp
+	branch gpio_config_function_int
+		
+//input:pdata gpio number
+p_mouse_gpio_config_output_low:
+	rtneq GPIO_DISABLE
+	arg gpcfg_output_low,temp
+	branch gpio_config_function_int	
+
+/////////////////////////////////////////////firekey start//////////////////////////////////////////
+
+
+/////////////////////////////////////////////firekey end//////////////////////////////////////////
+
+p_mouse_idle:
+	call p_mouse_low_voltage_led_no_enter_lpm
+	call ui_check_paring_button
+	call p_mouse_dpi_check
+	call p_mouse_dpi_another_gpio_check
+	call p_mouse_select_device_check
+	branch mouse_idle+5
+
+p_mouse_low_voltage_led_no_enter_lpm:
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit0 MOUSE_ENABLE_LOW_LED,mouse_low_voltage_led_no_enter_lpm
+p_mouse_low_voltage_led_no_enter_lpm_next:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	branch mouse_low_voltage_led_no_enter_lpm+2
+
+p_mouse_select_device_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON,p_mouse_select_device_by_pb_button_check_judge
+	bbit1 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY,p_mouse_select_device_by_pb_button_check_judge
+	rtn
+p_mouse_select_device_by_pb_button_check_judge:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BT_DISCOVERY,p_mouse_select_device_by_pb_button_check_once
+	fetch 1,mem_store_information_delay_timer
+	nrtn blank
+	branch mouse_select_device_by_pb_button
+	
+p_mouse_dpi_check:
+	fetch 1,mem_dpi_button_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	jam MOUSE_DPI_KEY,mem_mouse_key_temp
+	fetcht 1,mem_dpi_button_gpio
+	call p_mouse_dpi_key_check
+	branch mouse_dpi_check_next
+
+p_mouse_dpi_key_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_GND,mouse_dpi_key_connect_gnd
+	fetch 1,mem_mouse_dpikey_press_status
+	copy pdata,regc
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,p_mouse_3io6key_dpi_check
+	branch mouse_dpi_key_check_next
+p_mouse_3io6key_dpi_check:
+	fetch 1,mem_dpi_button_gpio
+	call p_mouse_gpio_config_output_low
+	fetcht 1,mem_dpi_button_gpio
+	branch mouse_3io6key_check
+
+p_mouse_dpi_another_gpio_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DOUBLE_DPI_KEY
+	fetch 1,mem_mouse_another_dpi_connect_vin_flag
+	nbranch p_mouse_dpi_another_gpio_connect_vin_check,blank
+p_mouse_dpi_another_gpio_connect_gnd_check:	
+	fetch 1,mem_dpi_another_button_gpio
+	call p_mouse_gpio_config_output_high
+	call p_mouse_dpi_another_check
+	fetcht 1,mem_dpi_another_button_gpio
+	branch mouse_gpio_config_input_pu	
+
+p_mouse_dpi_another_gpio_connect_vin_check:
+	fetch 1,mem_dpi_another_button_gpio
+	set0 gpio_active_bit,pdata
+	store 1,mem_dpi_another_button_gpio
+	call p_mouse_gpio_config_output_low
+	jam MOUSE_DPI_ANOTHER_KEY,mem_mouse_key_temp_patch
+	fetcht 1,mem_dpi_another_button_gpio
+	fetch 1,mem_dpi_another_press_status
+	call p_mouse_check_key_connect_vin_new
+	call p_mouse_dpi_another_state_check
+	fetcht 1,mem_dpi_another_button_gpio
+	branch mouse_gpio_config_input_pu	
+	
+p_mouse_dpi_another_check:
+	jam MOUSE_DPI_ANOTHER_KEY,mem_mouse_key_temp_patch
+	fetcht 1,mem_dpi_another_button_gpio
+	fetch 1,mem_dpi_another_press_status	
+	call p_mouse_check_key_connect_gnd_new
+p_mouse_dpi_another_state_check:
+	store 1,mem_dpi_another_press_status
+	fetch 1,mem_dpi_another_button_down_enable
+	branch p_mouse_dpi_another_up,blank	
+p_mouse_dpi_another_down:
+	fetch 1,mem_dpi_another_button_state
+	rtneq DPI_BUTTON_STATE_DOWN
+	jam DPI_BUTTON_STATE_DOWN,mem_dpi_another_button_state
+	branch mouse_dpi_process
+
+p_mouse_dpi_another_up:
+	fetch 1,mem_dpi_another_button_state
+	rtneq DPI_BUTTON_STATE_UP
+	jam DPI_BUTTON_STATE_UP,mem_dpi_another_button_state
+	rtn
+
+p_mouse_check_key_connect_gnd_new:	
+	lshift pdata,pdata
+	copy pdata,regb
+	call gpio_get_bit
+	setflag true,0,regb
+	and regb,0x07,pdata
+	fetcht 1,mem_mouse_key_temp_patch
+	copy temp,queue
+	beq 0x07,p_mouse_key_press		//  about 17~22ms three times
+	beq 0x00,p_mouse_key_release
+	rtn
+
+p_mouse_check_key_connect_vin_new:	
+	lshift pdata,pdata
+	copy pdata,regb
+	call mouse_gpio_config_input_pd
+	call gpio_get_bit
+	setflag true,0,regb
+	and regb,0x07,pdata
+	fetcht 1,mem_mouse_key_temp_patch
+	copy temp,queue
+	beq 0x07,p_mouse_key_press		//  about 17~22ms three times
+	beq 0x00,p_mouse_key_release
+	rtn
+
+p_mouse_key_press:
+	jam 1,mem_dpi_another_button_down_enable
+	rtn
+p_mouse_key_release:
+	jam 0,mem_dpi_another_button_down_enable
+	rtn
+
+p_mouse_dpi_process:
+	call mouse_dpi_ghost_check
+	rtn user
+p_mouse_dpi_process_next:
+	fetch 1,mem_mouse_dpi
+	copy pdata,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DOUBLE_DPI_KEY,p_mouse_double_dpi_check
+	copy temp,pdata
+	increase 1,pdata
+	and pdata,0x03,pdata
+p_mouse_dpi_store:
+	store 1,mem_mouse_dpi
+	call p_mouse_seting_dpi
+	branch mouse_store_eerpom_dpi
+
+p_mouse_double_dpi_check:
+	fetch 1,mem_dpi_another_button_down_enable
+	nbranch p_mouse_another_dpi_button_down,blank
+p_mouse_dpi_increase:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_LEVEL_4,p_mouse_dpi_increase_level_4
+	copy temp,pdata
+	rtneq MOUSE_DPI_LEVEL2
+p_mouse_dpi_increase_level:
+	beq MOUSE_DPI_LEVEL1,p_mouse_dpi_level_3	//1600
+	beq MOUSE_DPI_LEVEL3,p_mouse_dpi_level_2 	//1200
+	rtn
+
+p_mouse_dpi_level_1:		//800
+	setarg 2
+	branch p_mouse_dpi_store
+p_mouse_dpi_level_2:		//1200
+	setarg 0
+	branch p_mouse_dpi_store
+p_mouse_dpi_level_3:		//1600
+	setarg 1
+	branch p_mouse_dpi_store
+p_mouse_dpi_level_4:		//1000
+	setarg 3
+	branch p_mouse_dpi_store
+
+p_mouse_dpi_increase_level_4:
+	copy temp,pdata			//0->1,2->3,3->0
+	rtneq MOUSE_DPI_LEVEL2
+	beq MOUSE_DPI_LEVEL1,p_mouse_dpi_level_3
+	beq MOUSE_DPI_LEVEL3,p_mouse_dpi_level_4
+	beq MOUSE_DPI_LEVEL4,p_mouse_dpi_level_2
+	rtn
+p_mouse_dpi_decrease_level_4:
+	copy temp,pdata			//0->3,1->0,3->2
+	rtneq MOUSE_DPI_LEVEL3
+	beq MOUSE_DPI_LEVEL1,p_mouse_dpi_level_4
+	beq MOUSE_DPI_LEVEL2,p_mouse_dpi_level_2
+	beq MOUSE_DPI_LEVEL4,p_mouse_dpi_level_1
+	rtn
+
+p_mouse_another_dpi_button_down:
+p_mouse_dpi_decrease:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_LEVEL_4,p_mouse_dpi_decrease_level_4
+	copy temp,pdata
+	rtneq MOUSE_DPI_LEVEL3
+p_mouse_dpi_decrease_level:
+	beq MOUSE_DPI_LEVEL1,p_mouse_dpi_level_1
+	beq MOUSE_DPI_LEVEL2,p_mouse_dpi_level_2
+	rtn
+//////////////////////////////modify key end///////////////////////////////////////////////
+
+
+///////////////////////////// 2.4g ota start ///////////////////////////////////////////////////////////	
+
+
+p_power_ctrl_start:
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_ADV
+	rtnbit1 UI_STATE_BT_RECONNECT
+	rtnbit1 UI_STATE_BT_DISCOVERY	
+	fetchr rega,2,mem_rssi_signal_buf_ptr
+	call rssi_average
+	storet 1,mem_rssi_avg_received
+	branch power_ctrl_rssi_avg_compare
+
+
+
+	
+org 0x3bc1
+
+mouse_init:
+	call mouse_setting_config
+	call mouse_init_sunt
+	call mouse_dpi_config
+	rtn wake
+	call mouse_usb_check_enable
+	call mouse_drawing_optima_init
+	call mouse_cb_fuction
+	call mouse_sensor_powerdown
+	fetch 1,mem_usb_addr
+	rtnbit1 7
+mouse_init_wireless:	
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BTN_DOWN,mouse_start_discovery
+	call mouse_check_select_device_by_switch
+	branch mouse_start_work
+
+
+mouse_cb_fuction:
+	setarg mouse_24g_package_data
+	store 2,mem_cb_24g_transmit_data
+	setarg mouse_24g_search_dongle
+	store 2,mem_cb_24g_search_receiver
+	setarg mouse_lpm_before_common
+	store 2,mem_cb_24g_lpm_before
+	setarg mouse_le
+	store 2,mem_cb_le_process
+	setarg mouse_bt
+	store 2,mem_cb_bt_process
+	setarg mouse_process_lpm_before
+	store 2,mem_cb_before_lpm
+	setarg mouse_priority_bb_event
+	store 2,mem_cb_bb_event_process
+	setarg mouse_idle
+	store 2,mem_cb_idle_process
+	setarg mouse_before_hibernate
+	store 2,mem_cb_before_hibernate
+	setarg mouse_le_bb_event_connect_complete
+	store 2,mem_cb_att_write	
+	setarg mouse_bb_event_timer
+	store 2,mem_cb_event_timer
+	setarg mouse_spi_write_flash_cb
+	store 2,mem_cb_spi_flash_write_complate
+	setarg mouse_lpm_check_wake_lock
+	store 2,mem_cb_check_wakelock
+	setarg mouse_le_transmit
+	store 2,mem_cb_ble_transmit
+	setarg mouse_bt_slave_match
+	store 2,mem_cb_bt_slave_match
+	setarg mouse_set_lpm_mult
+	store 2,mem_cb_bt_set_mult
+	rtn
+
+
+mouse_setting_config:
+	rtn wake
+	call g24_transmit_init
+	call g24_chmap_param_init
+	call mouse_gpio_init
+	call mouse_param_init
+mouse_setting_config_next:	
+	call le_set_config_fixed_ltk
+	call le_set_justwork
+	call le_set_fixed_ltk
+	call le_set_config_read_authentication
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_load_eeprom_info_check
+	bbit1 MOUSE_ENABLE_FLASH,mouse_load_flash_info_check
+	rtn
+	
+mouse_xtal_init:
+	jam 0x08,mem_fcomp_div		// 0x08--16M 
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_16M
+	jam 0x18,mem_fcomp_div		// 0x18--24M
+	rtn
+
+mouse_default_init:
+	jam 0xff,mem_usb_offline_check_gpio
+	jam 0xff,mem_ui_button_gpio
+	jam 0x1e,mem_ui_button_timeout
+
+	setarg mem_mouse_led_type
+	store 2,mem_ui_led_struct_ptr
+	jam 1,mem_ui_led_struct_num
+
+	setarg mem_mouse_rssi_signal_buf
+	store 2,mem_rssi_signal_buf_ptr
+
+	jam 1,mem_24g_data_type
+	
+	fetch 2,mem_mouse_discovery_timeout
+	store 2,mem_discovery_timeout
+
+	fetch 2,mem_mouse_24g_pair_timeout_init
+	store 2,mem_24g_pair_timeout_init
+
+	fetch 1,mem_mouse_24g_reconn_timeout_init
+	store 2,mem_24g_reconn_timeout_init
+
+	fetch 5,mem_rssi_dis_min_24g_init
+	store 5,mem_rssi_dis_min_24g
+
+	fetch 1,mem_mouse_24g_pair_tx_power
+	store 1,mem_24g_pair_tx_power
+
+
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	nrtn blank
+
+	
+// mouse.dat no configuration parameters
+	setarg 0x020800					//enable poweron direct  & 24g
+	store 3,mem_mouse_flag			
+	setarg 0x800700					// adc led use mode led
+	istore 3,contw
+	setarg 0x0300
+	istore 2,contw
+
+	jam 1,mem_lpm_mode
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_ADC_ENABLE,pdata
+	call mouse_adc_read_enable,true
+
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_24G_250HZ_ENABLE,pdata
+	call mouse_24g_set_250Hz,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_SEARCH_DONGLE_ENABLE,pdata
+	call mouse_24g_search_dongle_enable,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_CLK_16M_ENABLE,pdata
+	call mouse_16M_enable,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_DPI_4_LEVEL_ENABLE,pdata
+	call mouse_dpi_4level_enable,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_KEYBOARD_ENABLE,pdata
+	call mouse_customer_key_enable,true
+	
+	fetch 1,mem_24g_ch_map_update
+	ncall g24_chamap_param_update,blank
+
+	call mouse_xtal_init
+
+	fetch 1,mem_mouse_global_setup
+	and pdata,0x07,temp
+	storet 1,mem_adc_channel
+	rshift3 pdata,pdata
+	and pdata,0x01,temp
+	storet 1,mem_24g_ch_map_update
+	rshift pdata,pdata
+	and pdata,0x03,temp
+	storet 1,mem_adc_config_flag_init
+	rshift2 pdata,pdata
+	and pdata,0x03,pdata
+	call mouse_24g_long_sleep_set
+
+	fetch 1,mem_mouse_global_setup1
+	and pdata,0x03,temp
+	storet 1,mem_sensor_angle_default
+	rshift2 pdata,pdata
+	and pdata,0x03,temp
+	storet 1,mem_sensor_angle_switch
+	rshift2 pdata,pdata
+	and pdata,0x03,pdata
+	store 1,mem_config_sensor_dpi
+	store 1,mem_mouse_dpi
+	rshift2 pdata,pdata
+	and pdata,0x03,pdata
+	store 1,mem_device_number
+
+
+	setarg 0x0b0c0a
+	store 3,mem_lbutton_gpio
+	setarg 0xffffff
+	istore 3,contw
+	setarg 0x0607ff			// clk-07  sdio--06
+	istore 3,contw
+	setarg 0xffffff
+	istore 3,contw
+
+
+	jam 0x0a,mem_adc_read_time_init
+	setarg 0x0064
+	store 2,mem_adc_low_volatage_led_blink_timer
+	call mouse_adc_vol_init	
+
+	setarg 0x1770
+	store 2,mem_mouse_no_data_timeout				// 10min
+	jam 0x14,mem_mouse_device_poweron_timer_count_init	// 2s
+	setarg 0x0190
+	store 2,mem_mouse_low_v_led_blink_time			// 200ms on,200ms off
+	store 2,mem_mouse_dpi_led_blink_time
+	setarg 0x03e8
+	store 2,mem_mouse_disconvey_led_blink_time
+	jam 0x07,mem_rssi_buff_index
+	jam 125,mem_power_ctrl_pac_succ_cnt_init
+	jam TX_POWER_0DB,mem_tx_power
+
+	jam 0x01,mem_24g_fast_conn_enable
+	setarg 0x0f0f
+	store 2,mem_24g_fast_conn_addr
+	store 2,mem_24g_fast_conn_addr+2
+	
+//ble
+	fetch 2,mem_lap
+	store 2,mem_lap+4
+	arg mem_le_lap,contw
+	arg mem_lap,contr
+	arg 0x06,loopcnt
+	call reverse_byte
+	
+	jam 0x20,mem_lpm_mult_init
+	jam 0x34,mem_device1_type
+	fetch 6,mem_le_lap
+	store 6,mem_device1_locall_addr
+	jam 0x02,mem_mouse_bluetooth_type
+
+	jam 0x1f,mem_le_adv_data_len
+	
+	setarg 0x050102
+	store 3,mem_le_adv_data
+	setarg 0x120303
+	istore 3,contw
+	setarg 0x190318
+	istore 3,contw
+	setarg 0x03c2
+	istore 2,contw
+
+	setarg 0x06ff06
+	store 3,mem_le_adv_swift_pair
+	setarg 0x000300
+	istore 3,contw
+	setarg 0x090c80
+	istore 3,contw
+
+	setarg 0x355442		// BT5.2 Mouse
+	istore 3,contw
+	setarg 0x20322e
+	istore 3,contw
+	setarg 0x756f4d
+	istore 3,contw
+	setarg 0x6573
+	istore 2,contw
+
+	jam 0x1f,mem_le_scan_data_len
+	arg mem_le_adv_swift_pair+7,contr
+	arg mem_le_scan_data,contw
+	arg 13,loopcnt
+	call memcpy
+
+	fetch 1,mem_le_scan_data
+	increase -1,pdata
+	store 1,mem_le_name_len
+
+	arg mem_le_scan_data+2,contr
+	arg mem_le_name_len+1,contw
+	arg 11,loopcnt
+	call memcpy
+
+	setarg 0x070007
+	store 3,mem_le_interval_min
+	setarg 0x002000
+	istore 3,contw
+	setarg 0x012c
+	istore 2,contw
+
+	setarg 0x181203
+	store 3,mem_le_adv_ind
+
+	setarg 0x0000ff
+	store 3,mem_le_adv_direct_ind
+
+	setsect 0,0xfb
+	setsect 1,0x2c212
+	setsect 2,0x800f
+	setsect 3,0x21
+	store 8,mem_local_rx_max_octets
+
+	jam 0x07,mem_le_adv_channel_map
+
+	setarg 0x0015
+	store 2,mem_le_keyboard_handle
+	setarg 0x0019
+	store 2,mem_le_notify_handle
+	setarg 0x001d
+	store 2,mem_le_multimedia_handle
+	setarg 0x0021
+	store 2,mem_le_systemctrl_handle
+	setarg 0x0030
+	store 2,mem_le_battery_level_handle
+	setarg 0x0022
+	store 2,mem_le_pairing_handle
+
+	jam 0x96,mem_le_battery_level_updata_timer_init
+
+// 24g
+	jam MODE_24G_DEVICE,mem_device_flag
+	call g24_enable_1M
+	call g24_pair_param_init
+	
+	setarg 0x604800
+	store 3,mem_24g_enter_hibernate
+	setarg 0x012c
+	store 2,mem_24g_long_sleep_param_update_timer_init
+	setarg 0x0050
+	store 2,mem_24g_transmit_by_interrupt_exit_count_init
+	setarg 0x05
+	store 2,mem_mouse_24g_power_on_fast_conn_timer	// 200ms
+	setarg 0x0708									//search dongle 3min
+	store 2,mem_mouse_24g_search_dongle_time_init
+
+	
+// sensor
+	setarg 0x010403
+	store 3,mem_mouse_dpi_seting
+	setarg 0x2a2002
+	istore 3,contw
+	setarg 0x22153f
+	istore 3,contw
+	setarg 0x114433
+	istore 3,contw
+
+	setarg 0x265a09
+	store 3,mem_sensor_3212_init
+	setarg 0x041934
+	istore 3,contw
+	setarg 0x0009
+	istore 2,contw
+	setarg 0xffff
+	istore 2,contw
+
+	setarg 0x0d5a09
+	store 3,mem_sensor_3205_init
+	setarg 0xed1d10
+	istore 3,contw
+	setarg 0x807d
+	istore 2,contw
+	setarg 0xffff
+	istore 2,contw
+
+	setarg 0xff5a09
+	store 3,mem_sensor_8650_init
+	setarg 0x40ab27
+	istore 3,contw
+	setarg 0xa0d1be
+	istore 3,contw
+	setarg 0x12a141
+	istore 3,contw
+	setarg 0xa784a5
+	istore 3,contw
+	setarg 0xd0b5ff
+	istore 3,contw
+	setarg 0xff00b6
+	istore 3,contw
+	setarg 0x000900
+	istore 3,contw
+	setarg 0xffff
+	istore 2,contw
+
+	setarg 0x0d5a09
+	store 3,mem_sensor_ka8ul_init
+	setarg 0xc50e10
+	istore 3,contw
+	setarg 0x109a5b
+	istore 3,contw
+	setarg 0x421138
+	istore 3,contw
+	setarg 0x412828
+	istore 3,contw
+	setarg 0x394923
+	istore 3,contw
+	setarg 0x4bb04a
+	istore 3,contw
+	setarg 0x904ca0
+	istore 3,contw
+	setarg 0x09704d
+	istore 3,contw
+	setarg 0xffff00
+	istore 3,contw
+
+	setarg 0x46a509
+	store 3,mem_sensor_ka8g2_init
+	setarg 0x101934
+	istore 3,contw
+	setarg 0x690760
+	istore 3,contw
+	setarg 0x207d04
+	istore 3,contw
+	setarg 0x09007e
+	istore 3,contw
+	setarg 0x220d00
+	istore 3,contw
+	setarg 0xff220e
+	istore 3,contw
+	jam 0xff,mem_sensor_ka8g2_init+21
+		
+	setarg 0x0b5a09
+	store 3,mem_sensor_poweron_init
+	setarg 0x0009f3
+	istore 3,contw
+	setarg 0xffff
+	istore 2,contw
+
+	//sys init
+	branch app_sys_param_init
+	
+
+mouse_param_init:
+	setarg MOUSE_BT_SDP_ADDR				//bt sdp start address
+	store 2,mem_ui_uuid_table
+	setarg MOUSE_BLE_ATT_LIST_ADDR				//ble attlist start address
+	store 2,mem_ui_le_uuid_table
+	setarg 0x2580
+	store 3,mem_class
+	jam 3,mem_lpm_mult_timeout
+	jam 8,mem_lpm_overhead
+	jam DPI_BUTTON_STATE_UP,mem_select_device_button_statue
+	jam PB_BUTTON_STATE_UP,mem_select_device_button_statue
+	jam COMMBINATION_KEY_STATE_UP,mem_commbination_key_statue	
+	setarg 0x0200
+	store 2,mem_lpm_interval
+	jam 0x17,mem_le_local_mtu
+	jam 0x17,mem_le_remote_mtu
+//===========init spi param==============================
+	setarg 0x0a77
+	store 2,mem_spi_init_clk
+//===========all 16bit uuid==================================
+	setsect 0,0x306
+	setsect 1,0x4440
+	setsect 2,0x10000
+	setsect 3,0x4408
+	store 9,mem_all_uuid_16bits
+	setsect 0,0x1224
+	setsect 1,0x4000
+	setsect 2,0x0
+	istore 5,contw
+//===========features=====================================
+	setsect 0,0x3ffff
+	setsect 1,0x2fe23
+	setsect 2,0x199d9
+	setsect 3,0x20d
+	store 8,mem_features
+//======================================================	
+	setarg mem_le_tx_buffer0_omemalloc
+	store 2,mem_ble_l2cap_tx_buff0_ptr
+	setarg MOUSE_BLE_L2CAP_TXBUFF_SIZE
+	store 2,mem_ble_l2cap_tx_buff_size_ptr
+	
+	call mouse_device_led_all_off
+	call mouse_device_poweron_timer_init
+	call mouse_adc_gpio_mux_init
+
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_BT_125Hz,mouse_param_init_intervl_end
+	jam CLASSIC_INTERVAL_7_5MS,mem_sniff_param_interval
+	setarg LE_INTERVAL_7_5MS
+	store 2,mem_le_interval_min
+	store 2,mem_le_interval_min+2
+mouse_param_init_intervl_end:
+	call g24_interval_param_8ms
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G_250Hz,mouse_24g_short_sleep_set_end
+	call g24_interval_param_4ms
+mouse_24g_short_sleep_set_end:
+	fetch 1,mem_device_flag
+	store 1,mem_device_flag_temp
+	fetch 3,mem_le_lap+3
+	store 3,mem_mouse_le_lap_temp
+	fetch 1,mem_adc_config_flag_init
+	and pdata,0xfe,pdata		// hvin = vinlpm
+	store 1,mem_adc_config_flag_init
+	store 1,mem_adc_config_flag
+	setarg 0
+	store 7,mem_mouse_key
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_bt_discovery_count
+	store 1,mem_select_device_count
+	call le_modified_name
+	branch mouse_sensor_set_angle
+
+
+mouse_start_work:
+	bpatch patch18_3,mem_patch18
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING, mouse_24g_first_start_auto_pair_mode
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_start_mode
+	call mouse_wakeup_from_power_check	// wake from hibernate :enble user
+	nbranch mouse_buletooth_fast_conn_init,user
+mouse_start_reconnect_device:
+	bpatch patch18_4,mem_patch18
+	arg mem_device1_type,rega
+	fetch 1,mem_device_flag
+	increase -1,pdata
+	mul32 pdata,29,pdata
+	iadd rega,rega
+	ifetch 1,rega
+	store 1,mem_xrecord_mode
+mouse_start_reconnect:	
+	fetch 1,mem_xrecord_mode
+	beq REC_3_MODE,mouse3_0_check_reconn_target
+	beq REC_4_MODE,mouse4_0_check_reconn_target
+	branch mouse_start_discovery
+
+
+mouse_wakeup_from_power_check:
+	bpatch patch18_5,mem_patch18
+	disable user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_WAKEUP_FROM_POWER,mouse_wakeup_from_power
+	fetch 1,mem_wakup_from_power_flag
+	bbit0 BIT_POWER_ON,mouse_wakeup_from_power
+	enable user		// mouse power on
+mouse_wakeup_from_power:
+	fetch 1,mem_reconn_times_init
+	store 1,mem_reconn_times
+	rtn
+
+
+mouse3_0_check_reconn_target:
+	fetcht 2,mem_mouse_fast_page_to
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse3_0_check_reconn_target_next
+	fetcht 2,mem_mouse_page_to
+mouse3_0_check_reconn_target_next:	
+	storet 2,mem_page_to
+	fetch 6,mem_hci_plap
+	branch app_bt_start_discovery_short,blank
+	jam 0x17,mem_app_connection_options  //ssp
+	fetch 1,mem_ssp_enable
+	nbranch app_bt_start_reconnect,blank
+	jam 0x04,mem_app_connection_options  //no ssp
+	branch app_bt_start_reconnect
+	
+mouse4_0_check_reconn_target:
+	jam 1,mem_mouse_le_reconnect_flag
+	fetcht 1,mem_mouse_fast_direct_timeout
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse4_0_check_reconn_target_next
+	fetcht 1,mem_mouse_direct_timeout
+mouse4_0_check_reconn_target_next:	
+	storet 1,mem_mouse_direct_timer
+	call app_lpm_mult_disable
+	fetch 3,mem_le_adv_direct_ind
+	store 3,mem_le_adv_data+4
+	call mouse_le_check_adv_flag
+	setarg ADV_FLAG_BREDR_NOT_SUPPORTED
+	istore 1,contr
+	arg mem_le_scan_data,contr
+	call mouse_le_adv_data_update
+	branch check_51cmd_adv
+
+
+
+mouse_usb_check_enable:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_USB
+	setarg mouse_usb_config_param
+	store 2,mem_cb_usb_config
+	jam MOUSE_USB_INTERFACE_REMOVE,mem_mouse_usb_vdd_status
+	branch mouse_usb_interface_check
+
+mouse_usb_config_param:
+	call mouse_usb_config_kb_check
+	call mouse_usb_config_param_init
+	branch mouse_usb_config_param_setup
+
+mouse_usb_config_kb_check:
+	jam DONGLE_KB_BIND_EEPROM_OFFECT,mem_mouse_usb_keyboard_flag
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_KEYBOARD
+	jam DONGLE_KB_BIND_SUCCESS,mem_mouse_usb_keyboard_flag
+	rtn
+
+mouse_usb_config_param_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_USB_250,mouse_usb_report_rate_set_250hz
+	bbit1 MOUSE_ENABLE_USB_500,mouse_usb_report_rate_set_500hz
+	bbit1 MOUSE_ENABLE_USB_1000,mouse_usb_report_rate_set_1000hz
+	jam 0x19,mem_wire_usb_interval
+	jam 0x08,mem_usb_tx_interval
+	rtn
+mouse_usb_report_rate_set_250hz:
+	jam 0x0c,mem_wire_usb_interval
+	jam 0x04,mem_usb_tx_interval
+	rtn
+mouse_usb_report_rate_set_500hz:
+	jam 0x06,mem_wire_usb_interval
+	jam 0x02,mem_usb_tx_interval
+	rtn
+mouse_usb_report_rate_set_1000hz:
+	jam 0x03,mem_wire_usb_interval
+	jam 0x01,mem_usb_tx_interval
+	rtn
+
+mouse_usb_config_param_setup:
+	call usb_tx_interval_config
+	call mouse_usb_vid_pid_config
+	branch mouse_usb_hid_icon_config
+
+mouse_usb_vid_pid_config:
+	fetch 1,mem_usb_vid_pid
+	rtn blank
+	fetch 1,mem_mouse_usb_keyboard_flag
+	beq DONGLE_KB_BIND_SUCCESS,dongle_usb_vid_pid_for_suit
+	branch dongle_usb_vid_pid_for_mouse_only_auto_pair
+
+mouse_usb_hid_icon_config:
+	fetch 1,mem_mouse_usb_keyboard_flag
+	branch dongle_usb_hid_icon_config+1
+
+
+mouse_usb_check:
+	fetch 1,core_usb_addr
+	bbit0 7,mouse_usb_no_exsit
+	bbit1 7,mouse_usb_exsit
+	rtn
+mouse_usb_no_exsit:
+	fetch 1,mem_usb_addr
+	rtnbit0 7
+	branch soft_reset_chip
+mouse_usb_exsit:
+	fetch 1,mem_usb_addr
+	rtnbit1 7
+	call mouse_24g_stop
+	branch mouse_stop_bluetooth_mode
+
+mouse_usb_isr:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_USB
+	call usb_isr
+	branch mouse_usb_interface_check
+//	branch usb_offline_state
+
+
+mouse_usb_interface_check:
+	bpatch patch18_6,mem_patch18
+	fetcht 1,mem_usb_offline_check_gpio
+	call gpio_get_bit
+	branch mouse_usb_gpio_low,true
+	branch mouse_usb_gpio_high
+
+
+mouse_usb_gpio_low:
+	fetch 1,mem_mouse_usb_vdd_status
+	rtneq MOUSE_USB_INTERFACE_REMOVE
+	jam MOUSE_USB_INTERFACE_REMOVE,mem_mouse_usb_vdd_status
+	jam 0,mem_usb_device_enumeration_endflag
+	jam 0,mem_usb_status
+	jam 0,mem_usb_state
+	branch mouse_init_wireless
+	
+	
+mouse_usb_gpio_high:
+	fetch 1,mem_mouse_usb_vdd_status
+	rtneq MOUSE_USB_INTERFACE_INSERT
+	jam MOUSE_USB_INTERFACE_INSERT,mem_mouse_usb_vdd_status
+	call mouse_24g_stop
+	call mouse_stop_bluetooth_mode
+	call mouse_device_led_all_off
+	branch usb_init
+	
+	
+mouse_usb_mode:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_USB
+	call mouse_usb_check
+	fetch 1,core_usb_addr
+	store 1,mem_usb_addr
+	rtnbit0 7
+	call mouse_clkn_check 
+	fetch 4,mem_btclk_sensor
+	fetcht 1,mem_wire_usb_interval
+	iadd temp,temp
+	copy clkn_bt,pdata
+	isub temp,null
+	nrtn positive
+	store 4,mem_btclk_sensor
+	call mouse_motion
+	nrtn user
+mouse_push_data_to_usb:
+	fetch 1,core_usb_addr
+	rtnbit0 7
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,mouse_push_mouse_data_to_usb
+	fetch 1,mem_customer_key
+	beq 1,mouse_push_keyboard_data_to_usb
+mouse_push_mouse_data_to_usb:
+	call dongle_usb_tx_ms_data
+	setarg MS_REPORT_ID
+	store 1,mem_usb_mouse_data
+	fetch 7,mem_mouse_key
+	istore 7,contw
+	rtn
+
+mouse_push_keyboard_data_to_usb:
+	fetch 1,mem_customer_data_trigger
+	branch mouse_push_release_keyboard_data_to_usb,blank
+	fetch 8,mem_customer_key_press+1
+mouse_push_keyboard_package_data_to_usb:
+	store 8,mem_pdatatemp
+	fetch 1,mem_customer_key_press
+	beq KB_MULTIKEY_REPORT_ID,mouse_push_multimedia_key_data_to_usb
+	beq KB_SYSTEM_CONCTRL_REPORT_ID,mouse_push_systemctrl_key_data_to_usb
+	call dongle_usb_tx_kb_data
+	fetch 8,mem_pdatatemp
+	store 8,mem_usb_kb_data
+	rtn
+	
+mouse_push_release_keyboard_data_to_usb:
+	fetch 8,mem_customer_key_release+1
+	branch mouse_push_keyboard_package_data_to_usb
+
+mouse_push_multimedia_key_data_to_usb:
+	call dongle_usb_tx_enable_ep2
+	jam USB_EP2_MULTIKEY,mem_usb_ep2_data
+	setarg KB_MULTIKEY_REPORT_ID
+	store 1,mem_usb_kb_multikey
+	fetch 2,mem_pdatatemp
+	istore 2,contw
+	rtn
+
+mouse_push_systemctrl_key_data_to_usb:
+	call dongle_usb_tx_enable_ep2
+	jam USB_EP2_SYSTEMKEY,mem_usb_ep2_data
+	setarg KB_SYSTEM_CONCTRL_REPORT_ID
+	store 1,mem_usb_kb_system
+	fetch 1,mem_pdatatemp
+	istore 1,contw
+	rtn
+
+	
+
+
+
+
+
+mouse_clkn_check:
+	fetcht 4,mem_btclk_sensor
+	copy clkn_bt,pdata
+	isub temp,null
+	ncall mouse_clkn_timeout,positive
+	rtn
+mouse_clkn_timeout:
+	setarg 0
+	store 4,mem_btclk_sensor
+	rtn
+
+
+
+mouse_lpm_check_wake_lock:
+	bmark1 mark_24g,app_get_lpm_wake_lock
+	fetch 1,mem_mouse_clear_sensor_data_flag
+	branch app_get_lpm_wake_lock,blank
+	fetch 1,mem_mouse_le_conn_param_reject
+	beq LE_LPM_DISABLE,app_get_lpm_wake_lock
+	fetch 2,mem_sdp_remote_cid
+	nbranch app_get_lpm_wake_lock,blank
+	fetch 1,mem_mouse_wheel_trigger
+	nbranch app_get_lpm_wake_lock,blank
+	branch app_put_lpm_wake_lock
+
+mouse_delay_enter_hibernata:
+	fetch 1,mem_mouse_direct_timeout
+	store 1,mem_mouse_bluetooth_reconnect_timeout
+	rtn
+
+
+mouse_app_enter_hibernate:
+	bpatch patch18_7,mem_patch18
+	call mouse_sensor_reset
+	call mouse_sensor_powerdown
+	call mouse_setgpio_hibernate
+	branch app_enter_hibernate
+
+	
+mouse_before_hibernate:
+	bpatch patch19_0,mem_patch19
+	enable user
+	fetch 4,0x8138
+	setflag user,26,pdata
+	store 4,core_lpm_reg
+	call lpm_write_ctrl
+	call disable_authrom
+	call mouse_device_led_all_off
+	call mouse_before_hibernate_wheel_gpio_set
+	call mouse_setgpio_hibernate
+	call mouse_flash_power_down
+	call gpio_set_before_lpm_common
+	fetcht 1,mem_sensor_motion_gpio
+	branch gpio_clr_wake
+
+
+mouse_setgpio_hibernate:
+	bpatch patch19_1,mem_patch19
+	call mouse_set_sdio_high
+	call clear_wake
+	call mouse_lpm_before_common
+	call gpio_pd_idle
+	arg 19,temp
+	call mouse_gpio_config_input_pu
+	branch mouse_gpio_set_high_impedance
+	
+
+	
+mouse_process_lpm_before:
+	rtnmark1 mark_24g
+	call mouse_lpm_before_common
+	fetch 1,mem_lpm_current_mult
+	nrtn blank					// 7.5ms, no gpio wakeup
+	branch gpio_clr_wake
+
+mouse_lpm_before_common:
+	bpatch patch19_2,mem_patch19
+	
+	call mouse_wheel_check
+	fetcht 1,mem_mouse_sensor_sclk_gpio					// set sclk high
+	call gpio_config_output
+mouse_lpm_before_common_next:
+	call twspi_disable
+	
+	fetcht 1,mem_lbutton_gpio
+	call gpio_set_wake
+	fetcht 1,mem_rbutton_gpio
+	call gpio_set_wake
+	fetcht 1,mem_mbutton_gpio
+	call gpio_set_wake
+
+	fetcht 1,mem_bk_button_gpio
+	call gpio_set_wake
+	fetcht 1,mem_fw_button_gpio
+	call gpio_set_wake
+	fetcht 1,mem_dpi_button_gpio
+	call gpio_set_wake
+	fetcht 1,mem_config_select_device_button_gpio
+	call gpio_set_wake
+
+	fetcht 1,mem_customer_key_gpio
+	call gpio_set_wake
+	
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_ta_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_tb_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_sensor_motion_gpio
+	branch gpio_set_wake
+
+
+//short mult: no key 
+mouse_set_mult:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,mouse_set_ble_mult
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BT_CONNECTED,mouse_set_bt_mult
+	rtn
+mouse_set_ble_mult:
+	copy rega,pdata
+	nbranch le_set_config_short_mult,blank
+	branch le_clr_config_short_mult
+mouse_set_bt_mult:
+	copy rega,pdata
+	nbranch classic_bt_set_mult_short_flag,blank
+	branch classic_bt_clr_mult_short_flag
+
+
+	
+	
+	
+mouse_adc_gpio_set:
+	fetch 1,mem_adc_config_flag
+	rtnne ADC_CONFIG_GPIO
+mouse_adc_gpio_check_output:
+	bpatch patch19_3,mem_patch19
+	fetcht 1,mem_adc_channel
+	sub temp,3,null
+	branch mouse_adc_gpio_4_7_set,positive
+	increase 5,temp
+	storet 1,mem_adc_channel_gpio
+mouse_adc_gpio_set_next:
+	copy temp,rega
+	call gpio_get_config
+	beq gpcfg_output_high,mouse_set_24g_led_statue
+	call mouse_clear_24g_led_statue
+	copy rega,temp
+	branch gpio_set_high_impedance
+
+mouse_adc_gpio_4_7_set:
+	increase 4,temp
+	storet 1,mem_adc_channel_gpio
+	branch mouse_adc_gpio_set_next
+
+mouse_adc_vol_init:
+	fetch 1,mem_adc_config_flag_init
+	beq ADC_CONFIG_GPIO,mouse_adc_gpio_vol_init
+	beq ADC_CONFIG_VINLPM,mouse_adc_gpio_vinlpm_init
+	jam ADC_CONFIG_VINLPM,mem_adc_config_flag_init
+	setarg 0x2c0172		// 0x0172--3.7V  0x012c--3.0V  0x0140--3.2V  0x014a--3.3V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x014001
+	istore 3,contw
+	rtn
+mouse_adc_gpio_vol_init:	
+	setarg 0x5d0099		// 0x0099--1.5V   0x005d--0.9V  0x0068--1.0V  0x0071--1.1V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x007100
+	istore 3,contw
+	rtn
+mouse_adc_gpio_vinlpm_init:
+	setarg 0xc8012c		// 0x012c--3.0V  0x00c8--2.0V  0x00dc--2.2V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x00dc00
+	istore 3,contw
+	rtn
+	
+
+
+mouse_adc_gpio_mux_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_ADC
+	jam MOUSE_ADC_CHECK_MULTIPLE,mem_adc_mux_status
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+	rtnbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC
+	jam MOUSE_ADC_CHECK_BATTERY_ONLY,mem_adc_mux_status
+	rtn
+
+mouse_adc_read_interval:	
+	fetch 1,mem_adc_read_timer
+	increase 1,pdata
+	store 1,mem_adc_read_timer
+	fetcht 1,mem_adc_read_time_init	//1s read adc
+	isub temp,null
+	rtn
+
+
+mouse_adc_read:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_ADC
+	call mouse_adc_gpio_set
+	fetch 1,mem_adc_mux_status
+	branch mouse_adc_read_battery,blank
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_GPIO,mouse_adc_read_gpio_mux_start	// gpio + dpi/switch
+	jam MOUSE_ADC_CHECK_VINLPM_MULTIPLE,mem_adc_mux_status
+	call mouse_adc_read_interval					// vinlpm + dpi/switch
+	branch  mouse_adc_read_gpio, positive
+	call mouse_adc_read_vinlpm
+	branch mouse_adc_read_start
+
+mouse_adc_read_gpio_mux_start:
+	jam MOUSE_ADC_CHECK_GPIO_MULTIPLE,mem_adc_mux_status
+	branch mouse_adc_read_start
+
+mouse_adc_read_gpio:
+	call mouse_adc_gpio_check_output
+	jam ADC_CONFIG_GPIO,mem_adc_config_flag
+	fetch 1,mem_24g_device_led_status
+	ncall mouse_adc_read_vinlpm,blank
+	branch mouse_adc_read_start
+	
+mouse_adc_read_vinlpm:
+	jam 0,mem_adc_read_timer
+	fetch 1,mem_adc_config_flag_init
+	store 1,mem_adc_config_flag
+	rtn	
+	
+mouse_adc_read_battery:		// only get battery
+	fetch 1,mem_adc_config_flag
+	bne ADC_CONFIG_GPIO,mouse_adc_read_battery_start
+	fetch 1,mem_24g_device_led_status
+	nrtn blank
+mouse_adc_read_battery_start:
+	call mouse_adc_read_interval
+	nrtn positive
+mouse_adc_read_start:
+	bpatch patch19_4,mem_patch19
+	fetch 1,mem_24g_device_led_status
+	nrtn blank
+	jam 0,mem_adc_read_timer
+	call vdd_calculate_by_mode
+	store 2,mem_mouse_vdd_now_vol
+	fetch 1,mem_adc_config_flag
+	bne ADC_CONFIG_GPIO, mouse_adc_data_process
+	fetcht 2,mem_mouse_vdd_now_vol	// BAT= 1.5V, R = 200k, a = a*1.8
+	mul32 temp,8,pdata
+	div pdata,10
+	call get_div_result
+	iadd temp,pdata
+	store 2,mem_mouse_vdd_now_vol
+mouse_adc_data_process:	
+	arg mem_mouse_vdd_calculate_set,rega
+	call mouse_adc_bat_percent_lowpower_out
+	fetch 1,mem_adc_power_flag
+	bbit1 2,mouse_adc_button_press
+	bbit1 1,mouse_power_down
+	bbit0 0,mouse_adc_no_low_voltage
+mouse_adc_data_process_next:
+	jam 1,mem_mouse_adc_last_low_voltage_flag
+	branch mouse_adc_low_voltage
+	
+mouse_adc_low_voltage:
+	arg MOUSE_LOW_VOLTAGE_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_adc_no_low_voltage:
+	arg MOUSE_LOW_VOLTAGE_FLAG,queue
+	call mouse_disable_function_flag
+	jam 12,mem_adc_low_volatage_led_timer_count
+	fetch 1,mem_mouse_adc_last_low_voltage_flag
+	rtn blank
+	jam 0,mem_mouse_adc_last_low_voltage_flag
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	branch mouse_led_off
+
+
+
+mouse_adc_bat_percent_lowpower_out:
+	bpatch patch19_5,mem_patch19
+	ifetch 8,rega
+	store 8,mem_pdatatemp
+	fetch 1,mem_adc_mux_status
+	beq MOUSE_ADC_CHECK_BATTERY_ONLY,mouse_adc_bat_percent_lowpower_out_battery
+	beq MOUSE_ADC_CHECK_GPIO_MULTIPLE,mouse_adc_bat_percent_lowpower_out_gpio_multiple
+	beq MOUSE_ADC_CHECK_VINLPM_MULTIPLE,mouse_adc_bat_percent_lowpower_out_vinlpm_multiple
+mouse_adc_bat_percent_lowpower_out_gpio_multiple:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC,mouse_adc_bat_percent_lowpower_out_gpio_switch
+	fetch 2,mem_pdatatemp+6		               	//now voltage
+	fetcht 2,mem_mouse_vdd_button_press_vol	// button press check
+	isub temp,null
+	nbranch mouse_adc_set_button_press_flag,positive
+	
+mouse_adc_bat_percent_lowpower_out_gpio_switch:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC,mouse_adc_bat_percent_lowpower_out_battery
+	jam 0,mem_mouse_adc_button_press_flag
+	fetch 2,mem_pdatatemp+6				    	        //now voltage	
+	fetcht 2,mem_mouse_vdd_switch_gnd_24g_vol	// switch mode check
+	isub temp,null
+	nbranch mouse_select_24gdevice,positive
+	call mouse_select_btdevice
+	branch mouse_adc_bat_percent_lowpower_out_battery
+
+mouse_select_24gdevice:
+	call mouse_check_select_24gdevice
+	branch mouse_adc_bat_percent_lowpower_out_battery
+
+
+mouse_adc_bat_percent_lowpower_out_battery:	
+	call mouse_adc_clear_button_press_flag
+	call adc_clear_no_power_flag
+	call adc_clear_low_power_flag
+	fetch 2,mem_pdatatemp+6
+	fetcht 2,mem_pdatatemp+2	        //shutdown voltage
+	isub temp,null
+	ncall adc_set_no_power_flag,positive
+
+	fetcht 2,mem_pdatatemp+4		//low voltage
+	isub temp,null
+	ncall adc_set_low_power_flag,positive
+
+mouse_adc_bat_level_set:
+	fetch 2,mem_pdatatemp+6		//now voltage	
+	fetcht 2,mem_pdatatemp		//full voltage
+	isub temp,null
+	branch mouse_adc_bat_level_100_percent,positive		// now >= full
+	fetcht 2,mem_pdatatemp+2	        //shutdown voltage
+	isub temp,pdata
+	nbranch mouse_adc_bat_level_0_percent,positive		// now < shutdown
+	branch mouse_adc_bat_level_0_percent,blank			// now = shutdown
+	mul32 pdata,100,rega								// (now - shutdown)*100 /(full - shutdown)
+	fetch 2,mem_pdatatemp
+	fetcht 2,mem_pdatatemp+2
+	isub temp,temp
+	copy rega,pdata
+	idiv temp
+	call get_div_result
+	store 1,mem_le_battery_level_percentage
+	rtn
+
+mouse_adc_bat_level_100_percent:
+	jam 100,mem_le_battery_level_percentage
+	rtn
+mouse_adc_bat_level_0_percent:	
+	jam 0,mem_le_battery_level_percentage
+	rtn
+
+	
+mouse_adc_bat_percent_lowpower_out_vinlpm_multiple:
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_GPIO,mouse_adc_bat_percent_lowpower_out_gpio_multiple
+	branch mouse_adc_bat_percent_lowpower_out_battery
+	
+
+mouse_adc_set_button_press_flag:
+	fetcht 1,mem_adc_power_flag
+	set1 2,temp
+	storet 1,mem_adc_power_flag
+	rtn	
+
+mouse_adc_clear_button_press_flag:
+	fetcht 1,mem_adc_power_flag
+	set0 2,temp
+	storet 1,mem_adc_power_flag
+	rtn		
+
+mouse_adc_button_press:
+	jam 1,mem_mouse_adc_button_press_flag
+	rtn
+
+mouse_power_down:
+	call mouse_device_led_all_off
+	branch mouse_app_enter_hibernate
+	
+	
+
+
+mouse_gpio_init:
+	fetcht 1,mem_eeprom_wp_gpio
+	call gpio_config_output
+	call usb_offline_check_init
+	fetcht 1,mem_lbutton_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_rbutton_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_mbutton_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_bk_button_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_fw_button_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_dpi_button_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_matrix_public_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_customer_key_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_whee_a_data_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_whee_b_data_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_whee_ta_data_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_whee_tb_data_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_sensor_motion_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_device_switch_gpio
+	call mouse_gpio_config_input_pu
+	
+
+	fetcht 1,mem_sensor_reset_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_config_device_24g_led_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_config_device_bt1_led_gpio
+	call gpio_config_output
+	
+	fetcht 1,mem_config_device_bt2_led_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_dpi_led_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_select_sensor_angle_gpio
+	branch mouse_gpio_config_input_pu
+
+
+mouse_gpio_set_pupd_by_input:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	and temp,0x7f,queue
+	fetch 4,core_gpio_in
+	qisolate1 pdata
+	branch mouse_gpio_config_input_pu,true
+	branch mouse_gpio_config_input_pd
+
+	
+mouse_gpio_config_input_pd:
+	set1 gpio_active_bit,temp
+	branch gpio_config_input
+
+mouse_gpio_config_input_pu:
+	set0 gpio_active_bit,temp
+	branch gpio_config_input
+
+mouse_gpio_set_high_impedance:
+	fetch 3,mem_mouse_set_high_impedance_bit_set
+	store 3,mem_pdatatemp
+	arg 20,loopcnt
+	arg 0,temp
+mouse_gpio_set_high_impedance_bit_loop:	
+	fetch 3,mem_pdatatemp
+	isolate1 0,pdata
+	call gpio_set_high_impedance,true
+	fetch 3,mem_pdatatemp
+	lshift pdata,pdata
+	store 3,mem_pdatatemp
+	increase 1,temp
+	loop mouse_gpio_set_high_impedance_bit_loop
+	rtn
+
+
+
+
+
+
+mouse_sensor_spi_init:
+	call mouse_spid_init_pin
+	jam 0x73,mem_spi_init_clk
+//	jam 0x1e,mem_spi_init_delay_time
+	call mouse_spi_init
+	branch twspi_enable
+	
+mouse_spi_write_flash_cb:
+mouse_spi_init:
+	branch spid_init
+	
+mouse_spid_init_pin:
+	fetch 1,mem_mouse_sensor_sclk_gpio
+ 	arg gpcfg_spid_sck,temp
+ 	call gpio_config_function_int
+ 	fetch 1,mem_mouse_sensor_sdio_gpio
+ 	arg gpcfg_spid_sdio,temp
+ 	branch gpio_config_function_int
+
+
+
+
+
+
+
+mouse_motion:
+	bpatch patch19_6,mem_patch19
+	disable user
+	setarg 0
+	store 6,mem_mouse_x
+	call mouse_check_sensor_data
+	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 mouse_drawing_optima
+	branch mouse_no_data_timer_init
+
+	
+
+
+mouse_zwheel:
+	fetch 1,mem_mouse_z_data
+	rtn blank	
+	store 1,mem_mouse_z
+	jam 0,mem_mouse_z_data
+	branch enable_user
+	
+mouse_t_zwheel:
+	fetch 1,mem_mouse_tz_data
+	rtn blank	
+	store 1,mem_mouse_tz
+	jam 0,mem_mouse_tz_data
+	branch enable_user
+
+mouse_wheel_check:
+	call mouse_t_wheel_scan
+	call mouse_wheel_scan
+	fetch 1,mem_wheel_tb_new_pinlevel
+	fetcht 1,mem_wheel_tb_old_pinlevel
+	store 1,mem_wheel_tb_old_pinlevel
+	isub temp,null
+	nbranch app_lpm_wake_auto_lock,zero
+	fetch 1,mem_mwheel_b_new_pinlevel
+	fetcht 1,mem_mwheel_b_old_pinlevel
+	store 1,mem_mwheel_b_old_pinlevel
+	isub temp,null
+	nbranch app_lpm_wake_auto_lock,zero
+	rtn
+mouse_t_wheel_scan:
+	fetch 1,mem_whee_ta_data_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	fetcht 1,mem_whee_ta_data_gpio
+	call gpio_get_bit
+	setflag true,0,rega
+	fetcht 1,mem_whee_tb_data_gpio
+	call gpio_get_bit
+	setflag true,1,rega
+	copy rega,pdata
+	store 1,mem_wheel_tb_new_pinlevel
+	beq 0x01,mouse_t_wheel_scan_judge1
+	beq 0x02,mouse_t_wheel_scan_judge2
+	fetch 1,mem_wheel_tog
+	bbit1 7,mouse_t_wheel_scan_judge3
+	rtn
+
+mouse_t_wheel_scan_judge1:
+	fetch 1,mem_wheel_tb_old_pinlevel
+	beq 0,mouse_t_wheel_scan_judge11
+	beq 3,mouse_t_wheel_scan_judge12
+	rtn
+mouse_t_wheel_scan_judge2:
+	fetch 1,mem_wheel_tb_old_pinlevel
+	beq 0,mouse_t_wheel_scan_judge21
+	beq 3,mouse_t_wheel_scan_judge22
+	rtn
+mouse_t_wheel_scan_judge11:
+	jam 0x82,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge12:
+	jam 0x81,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge21:
+	jam 0x80,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge22:
+	jam 0x83,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge3:
+	fetch 1,mem_wheel_tog
+	set0 7,pdata
+	store 1,mem_wheel_tog
+	beq 0,mouse_t_wheel_scan_judge30
+	beq 1,mouse_t_wheel_scan_judge31
+	beq 2,mouse_t_wheel_scan_judge32
+	beq 3,mouse_t_wheel_scan_judge33
+	rtn
+mouse_t_wheel_scan_judge30:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 3,mouse_wheel_t_forward
+	rtn
+mouse_t_wheel_scan_judge31:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 0,mouse_wheel_t_forward
+	rtn
+mouse_t_wheel_scan_judge32:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 3,mouse_wheel_t_back
+	rtn
+mouse_t_wheel_scan_judge33:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 0,mouse_wheel_t_back
+	rtn
+mouse_wheel_t_forward:
+	fetch 1,mem_mouse_tz_data
+	increase 1,pdata
+	store 1,mem_mouse_tz_data
+	rtn
+mouse_wheel_t_back:
+	fetch 1,mem_mouse_tz_data
+	increase -1,pdata
+	store 1,mem_mouse_tz_data
+	rtn
+
+
+mouse_wheel_scan:
+	fetch 1,mem_whee_a_data_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_get_bit
+	setflag true,0,rega
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_get_bit
+	setflag true,1,rega
+	copy rega,pdata
+	store 1,mem_mwheel_b_new_pinlevel
+	beq 0x01,mouse_wheel_scan_judge1
+	beq 0x02,mouse_wheel_scan_judge2
+	fetch 1,mem_mwheel_tog
+	bbit1 7,mouse_wheel_scan_judge3
+	rtn
+
+mouse_wheel_scan_judge1:
+	fetch 1,mem_mwheel_b_old_pinlevel
+	beq 0,mouse_wheel_scan_judge11
+	beq 3,mouse_wheel_scan_judge12
+	rtn
+mouse_wheel_scan_judge2:
+	fetch 1,mem_mwheel_b_old_pinlevel
+	beq 0,mouse_wheel_scan_judge21
+	beq 3,mouse_wheel_scan_judge22
+	rtn
+mouse_wheel_scan_judge11:
+	jam 0x82,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge12:
+	jam 0x81,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge21:
+	jam 0x80,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge22:
+	jam 0x83,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge3:
+	fetch 1,mem_mwheel_tog
+	set0 7,pdata
+	store 1,mem_mwheel_tog
+	beq 0,mouse_wheel_scan_judge30
+	beq 1,mouse_wheel_scan_judge31
+	beq 2,mouse_wheel_scan_judge32
+	beq 3,mouse_wheel_scan_judge33
+	rtn
+mouse_wheel_scan_judge30:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 3,mouse_wheel_forward
+	rtn
+mouse_wheel_scan_judge31:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 0,mouse_wheel_forward
+	rtn
+mouse_wheel_scan_judge32:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 3,mouse_wheel_back
+	rtn
+mouse_wheel_scan_judge33:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 0,mouse_wheel_back
+	rtn
+mouse_wheel_forward:
+	fetch 1,mem_mouse_z_data
+	increase 1,pdata
+	store 1,mem_mouse_z_data
+	rtn
+mouse_wheel_back:
+	fetch 1,mem_mouse_z_data
+	increase -1,pdata
+	store 1,mem_mouse_z_data
+	rtn
+
+
+mouse_wheel_gpio_set_wake:
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_ta_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_tb_data_gpio
+	branch gpio_set_wake_by_current_state
+	
+mouse_before_hibernate_wheel_gpio_set:
+	fetcht 1,mem_whee_a_data_gpio
+	call mouse_gpio_set_pupd_by_input
+	fetcht 1,mem_whee_b_data_gpio
+	call mouse_gpio_set_pupd_by_input
+	fetcht 1,mem_whee_ta_data_gpio
+	call mouse_gpio_set_pupd_by_input
+	fetcht 1,mem_whee_tb_data_gpio
+	branch mouse_gpio_set_pupd_by_input
+
+mouse_wheel_trigger:
+	fetch 2,mem_mouse_z
+	rtn blank
+	jam 1,mem_mouse_wheel_trigger
+	jam 10,mem_mouse_wheel_trigger_timer
+	rtn
+
+mouse_wheel_trigger_timer:
+	arg mem_mouse_wheel_trigger_timer,regc
+	arg mouse_wheel_trigger_disable,regb
+	branch timer_single_step
+mouse_wheel_trigger_disable:
+	jam 0,mem_mouse_wheel_trigger
+	rtn
+
+
+	
+
+
+
+
+
+mouse_dpi_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC,mouse_dpi_check_connect_adc
+	fetch 1,mem_dpi_button_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	jam MOUSE_DPI_KEY,mem_mouse_key_temp
+	fetcht 1,mem_dpi_button_gpio
+	call mouse_dpi_key_check
+mouse_dpi_check_next:
+	store 1,mem_mouse_dpikey_press_status
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_dpi_check_end
+	call mouse_matrix_public_gpio_reset
+mouse_dpi_check_exit:	
+	copy rega,pdata
+	bbit1 MOUSE_DPI_KEY,mouse_dpi_down
+	branch mouse_dpi_up
+
+mouse_dpi_check_connect_adc:
+	fetch 1,mem_mouse_adc_button_press_flag
+	branch mouse_dpi_up,blank
+	branch mouse_dpi_down
+	
+mouse_dpi_key_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_GND,mouse_dpi_key_connect_gnd
+	fetch 1,mem_mouse_dpikey_press_status
+	copy pdata,regc
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_check
+mouse_dpi_key_check_next:
+	fetch 1,mem_mouse_ghost_flag
+	nbranch mouse_dpi_check_end,blank
+	branch mouse_dpi_key_connect_matrix	
+
+mouse_3io6key_dpi_check_end:
+	fetcht 1,mem_dpi_button_gpio
+	call mouse_gpio_config_input_pu
+	branch mouse_dpi_check_exit
+
+mouse_dpi_check_end:
+	jam DPI_BUTTON_STATE_UP,mem_mouse_dpi_button_state
+	jam 0,mem_mouse_dpikey_press_status
+	rtn
+
+mouse_dpi_key_connect_gnd:
+	fetch 1,mem_mouse_dpikey_press_status
+	branch mouse_check_key_connect_gnd
+
+mouse_dpi_key_connect_matrix:
+	call gpio_get_bit
+	fetcht 1,mem_matrix_public_gpio
+	branch mouse_dpi_key_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_dpi_button_gpio
+	fetch 1,mem_mouse_dpikey_press_status
+	branch mouse_check_key_connect_gnd
+
+
+mouse_dpi_down:
+	fetch 1,mem_mouse_dpi_button_state
+	rtneq DPI_BUTTON_STATE_DOWN
+	jam DPI_BUTTON_STATE_DOWN,mem_mouse_dpi_button_state
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+	branch mouse_dpi_process
+
+mouse_dpi_up:
+	fetch 1,mem_mouse_dpi_button_state
+	rtneq DPI_BUTTON_STATE_UP
+	jam DPI_BUTTON_STATE_UP,mem_mouse_dpi_button_state
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON,mouse_dpi_up_next
+	bbit1 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY,mouse_dpi_up_next
+	rtn
+mouse_dpi_up_next:	
+	fetch 1,mem_mouse_dpi_long_press_flag
+	nbranch mouse_dpi_up_after_long_press,blank
+	fetch 1,mem_select_device_count
+	ncall mouse_dpi_process,blank
+mouse_dpi_up_after_long_press:	
+	jam 0,mem_mouse_dpi_long_press_flag
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_select_device_count	
+	store 1,mem_bt_discovery_count	
+	rtn
+	
+mouse_dpi_process:	
+	bpatch patch19_7,mem_patch19
+	call mouse_dpi_ghost_check
+	rtn user
+	fetch 1,mem_mouse_dpi
+	increase 1,pdata
+	and pdata,0x03,pdata
+	store 1,mem_mouse_dpi
+	call mouse_seting_dpi
+	branch mouse_store_device_info_delay
+
+mouse_dpi_ghost_check:
+	disable user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+	fetch 1,mem_mouse_lkey_press_status
+	rtn blank
+	fetch 1,mem_mouse_rkey_press_status
+	rtn blank
+	enable user
+	rtn
+	
+
+mouse_dpi_key_check_long_press:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON,mouse_select_device_by_dpi_button
+	bbit1 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY,mouse_discovery_by_dpi_button
+	rtn
+
+
+mouse_select_device_by_dpi_button:
+	fetch 1,mem_mouse_dpi_button_state
+	rtnne DPI_BUTTON_STATE_DOWN	
+	arg mem_select_device_count,regc
+	arg mouse_ready_reconnection_by_dpi_button,regb
+	branch timer_single_step
+
+mouse_ready_reconnection_by_dpi_button:
+	jam 1,mem_mouse_dpi_long_press_flag
+	branch mouse_ready_reconnection_by_button
+
+mouse_discovery_by_dpi_button:
+	fetch 1,mem_mouse_dpi_button_state
+	rtnne DPI_BUTTON_STATE_DOWN	
+	arg mem_bt_discovery_count,regc
+	arg mouse_long_dpi_button_bt_discovery,regb
+	branch timer_single_step
+
+mouse_long_dpi_button_bt_discovery:
+	jam 1,mem_mouse_dpi_long_press_flag
+	branch mouse_long_button_bt_discovery
+
+
+
+mouse_dpi_config:
+	branch mouse_seting_sensor_type
+
+
+mouse_setting_dpi_4_level:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_DPI_LEVEL_4
+	fetch 1,mem_mouse_dpi
+	rtnne MOUSE_DPI_LEVEL4
+	jam MOUSE_DPI_LEVEL1,mem_mouse_dpi
+	rtn
+	
+
+mouse_seting_dpi:
+	bpatch patch1a_0,mem_patch1a
+	call mouse_setting_dpi_4_level
+	call mouse_dpi_led_blink_delay
+mouse_seting_sensor_type:
+	fetch 1,mem_config_sensor_type
+	beq P3212,mouse_seting_3212_dpi
+	beq KA8G2,mouse_seting_ka8g2_dpi
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_cpi0		//1200
+	beq MOUSE_DPI_LEVEL2,mouse_set_cpi1		//1600
+	beq MOUSE_DPI_LEVEL3,mouse_set_cpi2		//800
+	beq MOUSE_DPI_LEVEL4,mouse_set_cpi3		//1000
+mouse_set_cpi1:	//320x+8009
+	fetcht 1,mem_320x_dpi_1
+	branch mouse_dpi_store
+mouse_set_cpi0:
+	fetcht 1,mem_320x_dpi_0
+	branch mouse_dpi_store
+mouse_set_cpi2:
+	fetcht 1,mem_320x_dpi_2
+	branch mouse_dpi_store
+mouse_set_cpi3:
+	fetcht 1,mem_320x_dpi_3
+	branch mouse_dpi_store
+
+mouse_dpi_store:
+	fetch 1,mem_config_sensor_type
+	beq P3065_XY,mouse_3065xy_set_dpi
+	beq MX8650,mouse_3065xy_set_dpi
+	beq KA8,mouse_ka8_set_dpi
+	beq P6520,mouse_ka8_set_dpi
+	beq P8009,mouse_3065xy_set_dpi
+mouse_dpi_write:		// 3205  1  2  3  4
+	storet 1,mem_mouse_cpi_count
+	setarg MOUSE_DPI_ADDRESS
+	call twspi_read
+	and pdata,0xf8,temp
+	fetch 1,mem_mouse_cpi_count
+	iadd temp,pdata
+	lshift8 pdata,pdata
+	add pdata,MOUSE_DPI_ADDRESS,pdata
+	branch twspi_write
+
+mouse_3065xy_set_dpi:	// 0 1 2 3
+	increase -1,temp
+	branch mouse_dpi_write
+
+mouse_ka8_set_dpi:	// 3 4 5 6
+	increase 2,temp
+	branch mouse_dpi_write
+
+mouse_seting_3212_dpi:
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_p3212_cpi0	//1200
+	beq MOUSE_DPI_LEVEL2,mouse_set_p3212_cpi1	//1600
+	beq MOUSE_DPI_LEVEL3,mouse_set_p3212_cpi2	//2400
+	beq MOUSE_DPI_LEVEL4,mouse_set_p3212_cpi3	//800
+mouse_set_p3212_cpi1:
+	fetch 1,mem_3212_dpi_1
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi0:
+	fetch 1,mem_3212_dpi_0
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi2:
+	fetch 1,mem_3212_dpi_2
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi3:
+	fetch 1,mem_3212_dpi_3
+mouse_p3212_dpi:
+	store 1,mem_mouse_cpi_count
+	lshift8 pdata,pdata
+	copy pdata,rega
+	add pdata,MOUSE_P3212_DPI_XADDRESS,pdata
+  	call twspi_write
+ 	copy rega,pdata
+  	add pdata,MOUSE_P3212_DPI_YADDRESS,pdata
+	branch twspi_write
+
+mouse_seting_ka8g2_dpi:
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_pka8g2_cpi0		//1600
+	beq MOUSE_DPI_LEVEL2,mouse_set_pka8g2_cpi1		//2400
+	beq MOUSE_DPI_LEVEL3,mouse_set_pka8g2_cpi2		//3200
+	beq MOUSE_DPI_LEVEL4,mouse_set_pka8g2_cpi3		//800
+mouse_set_pka8g2_cpi1:
+	fetch 1,mem_ka8g2_dpi_1
+	branch mouse_p3212_dpi
+
+mouse_set_pka8g2_cpi0:
+	fetch 1,mem_ka8g2_dpi_0
+	branch mouse_p3212_dpi
+	
+mouse_set_pka8g2_cpi2:
+	fetch 1,mem_ka8g2_dpi_2
+	branch mouse_p3212_dpi
+
+mouse_set_pka8g2_cpi3:
+	fetch 1,mem_ka8g2_dpi_3
+	branch mouse_p3212_dpi
+
+		
+		
+
+
+
+
+mouse_key:
+	call mouse_check_key_gpio
+	call mouse_ghost_key_check
+	call mouse_set_mult
+	call mouse_24g_key
+	copy rega,pdata
+	fetcht 1,mem_mouse_key_last
+	store 1,mem_mouse_key_last
+	store 1,mem_mouse_key
+	ixor temp,pdata
+	sub pdata,0,null
+	rtn zero
+	branch enable_user
+
+mouse_24g_key:
+	rtnmark0 mark_24g
+	copy rega,pdata
+	rtn blank
+	store 1,mem_mouse_key
+	branch enable_user
+
+mouse_ghost_key_check:
+	jam 0,mem_mouse_matrix_key_cow_count
+	jam 0,mem_mouse_matrix_key_row_count
+	jam 0,mem_mouse_ghost_flag
+	copy pdata,temp
+	call mouse_ghost_key_check_L_BK
+	call mouse_ghost_key_check_M_FW
+	call mouse_ghost_key_check_BK_FW
+	call mouse_ghost_key_check_LMR
+	fetch 1,mem_mouse_matrix_key_row_count
+	rtn blank
+	fetch 1,mem_mouse_matrix_key_cow_count
+	rtn blank
+	jam 1,mem_mouse_ghost_flag
+	fetch 1,mem_mouse_key_last		// matrix have ghost key
+	copy pdata,rega
+	rtn
+
+mouse_ghost_key_check_L_BK:
+	and temp,MOUSE_L_BK_BUTTON,pdata
+	beq MOUSE_L_BK_BUTTON,mouse_matrix_cow_more_than_one_key
+	rtn
+mouse_ghost_key_check_M_FW:
+	and temp,MOUSE_M_FW_BUTTON,pdata
+	beq MOUSE_M_FW_BUTTON,mouse_matrix_cow_more_than_one_key
+	rtn
+mouse_ghost_key_check_BK_FW:
+	and temp,MOUSE_BK_FW_BUTTON,pdata
+	beq MOUSE_BK_FW_BUTTON,mouse_matrix_row_more_than_one_key
+	rtn	
+
+mouse_ghost_key_check_LMR:
+	and temp,MOUSE_LMR_BUTTON,pdata	// key LMR press
+	beq MOUSE_LR_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_LM_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_RM_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_LMR_BUTTON,mouse_matrix_row_more_than_one_key
+	rtn
+
+
+mouse_matrix_row_more_than_one_key:
+	jam 1,mem_mouse_matrix_key_row_count
+	rtn
+
+mouse_matrix_cow_more_than_one_key:
+	jam 1,mem_mouse_matrix_key_cow_count
+	rtn
+
+mouse_key_check_once:
+	call mouse_check_key_gpio_once
+	call mouse_check_key_gpio
+	setarg 0x00
+	store 3,mem_mouse_lkey_press_status
+	rtn
+	
+mouse_check_key_gpio:
+	bpatch patch1a_1,mem_patch1a
+	fetch 1,mem_sensor_shutdown_flag
+	ncall mouse_check_key_gpio_once,blank
+	arg 0,rega
+	call mouse_check_lkey_gpio
+	call mouse_check_rkey_gpio
+	call mouse_check_mkey_gpio
+	call mouse_check_bkkey_gpio
+	call mouse_check_fwkey_gpio
+mouse_check_key_gpio_next:
+	call mouse_check_customerkey_gpio
+	copy rega,pdata
+	rtn
+
+mouse_check_key_gpio_once:
+	setarg 0x030303
+	store 3,mem_mouse_lkey_press_status
+	rtn
+
+mouse_check_lkey_gpio:
+	jam MOUSE_L_KEY,mem_mouse_key_temp
+	fetcht 1,mem_lbutton_gpio
+	fetch 1,mem_mouse_lkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_lkey_press_status
+	rtn
+
+mouse_check_rkey_gpio:
+	jam MOUSE_R_KEY,mem_mouse_key_temp
+	fetcht 1,mem_rbutton_gpio
+	fetch 1,mem_mouse_rkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_rkey_press_status
+	rtn
+	
+mouse_check_mkey_gpio:
+	jam MOUSE_M_KEY,mem_mouse_key_temp
+	fetcht 1,mem_mbutton_gpio
+	fetch 1,mem_mouse_mkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_mkey_press_status
+	rtn
+
+mouse_check_bkkey_gpio:
+	fetch 1,mem_bk_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_BK_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_bkkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_bk_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_bk_check
+mouse_check_bkkey_gpio_next:
+	call gpio_get_bit
+	branch mouse_check_bk_button_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_bk_button_gpio
+	fetch 1,mem_mouse_bkkey_press_status
+	call mouse_check_key_connect_gnd
+mouse_check_bkkey_gpio_end:	
+	store 1,mem_mouse_bkkey_press_status
+	branch mouse_matrix_public_gpio_reset
+
+mouse_check_bk_button_connect_gnd:
+	fetcht 1,mem_matrix_public_gpio
+	fetch 1,mem_mouse_bkkey_press_status
+	call mouse_check_key_connect_gnd
+	branch mouse_check_bkkey_gpio_end
+
+mouse_3io6key_bk_check:
+	call mouse_3io6key_check
+	store 1,mem_mouse_bkkey_press_status
+	fetcht 1,mem_bk_button_gpio
+	branch mouse_gpio_config_input_pu
+
+
+mouse_check_fwkey_gpio:
+	fetch 1,mem_fw_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_FW_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_fwkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_fw_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_fw_check
+mouse_check_fwkey_gpio_next:
+	call gpio_get_bit
+	branch mouse_check_fw_button_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_fw_button_gpio
+	fetch 1,mem_mouse_fwkey_press_status
+	call mouse_check_key_connect_gnd
+mouse_check_fwkey_gpio_end:	
+	store 1,mem_mouse_fwkey_press_status
+	branch mouse_matrix_public_gpio_reset
+
+mouse_check_fw_button_connect_gnd:
+	fetcht 1,mem_matrix_public_gpio
+	fetch 1,mem_mouse_fwkey_press_status
+	call mouse_check_key_connect_gnd
+	branch mouse_check_fwkey_gpio_end	
+
+mouse_3io6key_fw_check:
+	call mouse_3io6key_check
+	store 1,mem_mouse_fwkey_press_status
+	fetcht 1,mem_fw_button_gpio
+	branch mouse_gpio_config_input_pu
+
+
+mouse_matrix_public_gpio_reset:	
+	fetcht 1,mem_matrix_public_gpio
+	branch mouse_gpio_config_input_pu
+
+mouse_check_customerkey_gpio:
+	jam 0,mem_customer_key
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_KEYBOARD
+	fetch 1,mem_customer_key_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_CUSTOMER_KEY,mem_mouse_key_temp
+	fetcht 1,mem_customer_key_gpio
+	fetch 1,mem_mouse_customerkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_customerkey_press_status
+	copy rega,pdata
+	bbit1 MOUSE_CUSTOMER_KEY,mouse_customerkey_press
+	call mouse_customerkey_release
+mouse_check_customerkey_gpio_exit:
+	fetch 1,mem_customer_data_trigger
+	store 1,mem_customer_data_trigger_last
+	rtn
+
+
+mouse_customerkey_press:
+	jam 1,mem_customer_data_trigger
+	call mouse_customer_key_need_send
+	branch mouse_check_customerkey_gpio_exit
+
+mouse_customerkey_release:
+	jam 0,mem_customer_data_trigger
+	fetch 1,mem_customer_data_trigger_last
+	rtn blank
+mouse_customer_key_need_send:	
+	jam 1,mem_customer_key
+	rtn	
+
+
+mouse_check_matrix_button_connect_gnd:	
+	call gpio_get_bit
+	fetcht 1,mem_mouse_key_temp
+	copy temp,queue	
+	branch  mouse_key_press,true
+	branch mouse_key_release
+
+mouse_check_key_connect_gnd:	
+	lshift pdata,pdata
+	copy pdata,regb
+	call gpio_get_bit
+	setflag true,0,regb
+	and regb,0x07,pdata
+	fetcht 1,mem_mouse_key_temp
+	copy temp,queue
+	beq 0x07,mouse_key_press		//  about 17~22ms three times
+	beq 0x00,mouse_key_release
+	rtn
+
+mouse_key_release:
+	qset0 rega
+	rtn		
+
+mouse_key_press:
+	qset1 rega
+	rtn
+
+mouse_3io6key_check:
+	bpatch patch1a_2,mem_patch1a
+	copy regc,pdata
+	store 1,mem_mouse_key_status
+	lshift pdata,pdata
+	copy pdata,regb
+	copy temp,regc
+	call mouse_gpio_config_input_pd
+	copy regc,temp
+	call gpio_get_bit
+	nsetflag true,0,regb
+	call mouse_check_press
+	branch mouse_check_key_connect_gnd+4
+
+mouse_check_press:
+	fetcht 1,mem_mouse_key_status
+	and_into 0x01,temp
+	and regb,0x01,pdata
+	isub temp,null
+	nbranch mouse_current_mult_update,zero
+	rtn
+	
+
+
+	
+mouse_init_sunt:
+	bpatch patch1a_3,mem_patch1a
+	call mouse_sensor_spi_init
+	rtn wake
+mouse_init_sensor_wakeup:	
+	call mouse_sensor_poweron
+mouse_init_sensor:
+	call mouse_read_sensor_id
+	beq P32XX_ID1,mouse_init_p32xx_id2_judge
+	beq P3065_ID1,mouse_init_p3065
+	beq PKA8G2_ID1,mouse_ka8g2_id2_judge
+	call mouse_twspi_reset
+	nop 6900
+	branch mouse_init_sensor
+mouse_twspi_reset:
+	fetch 1,mem_mouse_sensor_sclk_gpio
+	call twspi_reset 
+	branch mouse_spid_init_pin
+
+mouse_read_sensor_id:
+	setarg PAN_REG_PID_H
+	call twspi_read
+	store 1,mem_sensor_id2
+	setarg PAN_REG_PID_L
+	call twspi_read
+	store 1,mem_sensor_id1
+	rtn
+
+	
+
+mouse_init_p32xx_id2_judge:
+	fetch 1,mem_sensor_id2
+	beq P_MX8650,mouse_mx8650_init_param
+	beq P8009_ID2,mouse_8009_init_param
+	beq P3205_TJ3T_ID2,mouse_3205_3t_init_param
+	beq P3204_TJ3L_ID2,mouse_3204_3l_init_param
+	beq P3212_ID2,mouse_3212_init_param
+	beq PKA8_ID2,mouse_ka8_init_param_check
+	beq P6520A_ID2,mouse_p6520_init_param
+	branch mouse_init_sensor
+	
+mouse_mx8650_init_param:
+	jam MX8650,mem_config_sensor_type
+	call mouse_sensor_reset
+	call delay_10ms
+	arg mem_sensor_8650_init,regc
+	call mouse_sensor_wr_seq
+	branch mouse_dpi_config
+
+mouse_8009_init_param:
+	setarg 0x16
+	call twspi_read
+	sub pdata,0xbd,null 
+	nbranch mouse_init_sunt,zero
+	setarg 0x19
+	call twspi_read
+	sub pdata,0x55,null 
+	nbranch mouse_init_sunt,zero
+	setarg 0x1b
+	call twspi_read
+	sub pdata,0x1d,null 
+	nbranch mouse_init_sunt,zero
+	jam P8009,mem_config_sensor_type
+	arg mem_sensor_8009_init,regc
+	branch mouse_sensor_wr_seq
+
+mouse_3205_3t_init_param:
+	jam P3205,mem_config_sensor_type
+	arg mem_sensor_3205_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init,regc
+	call mouse_sensor_wr_seq
+	setarg 0x0943
+	call twspi_write
+	arg mem_sensor_32xx_init_1,regc
+	branch mouse_sensor_wr_seq	
+
+mouse_3204_3l_init_param:
+	jam P3204,mem_config_sensor_type
+	arg mem_sensor_3204_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init_1,regc
+	branch mouse_sensor_wr_seq	
+
+mouse_3212_init_param:
+	jam P3212,mem_config_sensor_type
+	arg mem_sensor_3212_init,regc
+	branch mouse_sensor_wr_seq
+
+mouse_ka8_init_param_check:	
+	call mouse_sensor_disable_wp
+	setarg 0x9a5b
+	call twspi_write
+	setarg 0x0d
+	call twspi_read
+	sub pdata,0x12,null
+	branch mouse_ka8ul_init_param,zero
+	sub pdata,0x0a,null
+	nbranch mouse_ka8hd_sensor_judge,zero
+	setarg 0x0e
+	call twspi_read
+	sub pdata,0xe5,null
+	nbranch mouse_init_sensor,zero
+	setarg 0x10
+	call twspi_read
+	sub pdata,0xa5,null
+	branch mouse_ka8ul_init_param,zero
+	call mouse_enable_ka8_sensor_wp
+mouse_ka8_init_param:
+	jam KA8,mem_config_sensor_type	
+	rtn
+mouse_ka8ul_init_param:
+	jam KA8_UL,mem_config_sensor_type	
+	arg mem_sensor_ka8ul_init,regc
+	branch mouse_sensor_wr_seq
+mouse_ka8hd_sensor_judge:
+	sub pdata,0x10,null
+	nbranch mouse_init_sensor,zero
+	setarg 0x0e
+	call twspi_read
+	sub pdata,0xc5,null
+	nbranch mouse_init_sensor,zero
+	setarg 0x10
+	call twspi_read
+	sub pdata,0x38,null
+	nbranch mouse_init_sensor,zero
+mouse_ka8hd_init_param:
+	call mouse_enable_ka8_sensor_wp
+	jam KA8_HD,mem_config_sensor_type
+	rtn
+mouse_enable_ka8_sensor_wp:
+	setarg 0x005b
+	call twspi_write
+	branch mouse_sensor_enable_wp
+	
+mouse_p6520_init_param:
+	jam P6520,mem_config_sensor_type
+	arg mem_sensor_p6520_init,regc
+	branch mouse_sensor_wr_seq
+	
+mouse_init_p3065:
+	call mouse_sensor_poweron
+	fetch 1,mem_sensor_id2
+	beq P3065_XY_ID2,mouse_p3065xy_init_param
+	beq P3065_ID2,mouse_p3065_init_param
+	branch mouse_init_sensor
+	
+mouse_p3065_init_param:	
+	jam P3065,mem_config_sensor_type
+	rtn
+
+mouse_p3065xy_init_param:
+	jam P3065_XY,mem_config_sensor_type
+	rtn
+	
+mouse_ka8g2_id2_judge:
+	call mouse_sensor_poweron
+	fetch 1,mem_sensor_id2
+	beq PKA8G2_ID2,mouse_ka8g2_init_param
+	branch mouse_init_p32xx_id2_judge
+mouse_ka8g2_init_param:
+	jam KA8G2,mem_config_sensor_type
+	arg mem_sensor_ka8g2_init,regc
+	branch mouse_sensor_wr_seq
+	
+mouse_sensor_enable_wp:
+	setarg 0x0009
+	branch twspi_write
+mouse_sensor_disable_wp:
+	setarg 0x5a09
+	branch twspi_write
+
+mouse_sensor_wr_seq:
+	ifetch 2,regc
+	arg 0xffff,temp
+	isub temp,null
+	rtn zero
+	call twspi_write
+	increase 2,regc
+	branch mouse_sensor_wr_seq
+
+mouse_sensor_reset:
+	setarg 0x8006		// reset to factory settings
+mouse_sensor_reset_end:
+	call twspi_write
+	nop 12000
+	rtn
+	
+mouse_sensor_poweron:
+	bpatch patch1a_4,mem_patch1a
+	call mouse_sensor_spi_init
+mouse_sensor_poweron_next:
+	call mouse_sensor_reset
+	arg mem_sensor_poweron_init,regc
+mouse_sensor_poweron_end:
+	call mouse_sensor_wr_seq
+	branch mouse_dpi_config
+
+mouse_sensor_powerdown:
+	call mouse_init_sunt
+	call mouse_sensor_spi_init
+mouse_sensor_powerdown_end:
+	setarg 0x0806
+	branch twspi_write
+	
+
+
+
+
+mouse_check_sensor_data:
+	fetch 1,mem_spi_write_flash_sm
+	rtnne FLASH_SM_NO_BUYS
+	fetch 1,mem_config_sensor_type
+	beq P3205,mouse_p32xx_sensor_motion
+	beq P3065,mouse_p32xx_sensor_motion
+	beq KA8,mouse_p32xx_sensor_motion
+	beq P3204,mouse_p32xx_sensor_motion
+	beq P3212,mouse_p3212_sensor_motion
+	beq P3065_xy,mouse_p32xx_sensor_motion
+	beq P8009,mouse_p8009_sensor_motion	
+	beq KA8G2,mouse_pka8g2_sensor_motion
+	branch mouse_p32xx_sensor_motion
+
+
+mouse_p32xx_sensor_motion:
+	call mouse_clear_sensor_data
+	disable user
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_p32xx_sensor_motion_2
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_p32xx_sensor_motion_2:
+	setarg PAN_REG_PID_L
+	call twspi_read
+	bne P32XX_ID1,mouse_p3065_judge   
+mouse_p32xx_sensor_motion_1:
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	call mouse_read_sensor_common
+	fetch 1,mem_mouse_x
+	call mouse_data_extsign
+	store 2,mem_mouse_x
+	fetch 1,mem_mouse_y
+	call mouse_data_extsign
+	store 2,mem_mouse_y
+	fetch 1,mem_config_sensor_angle
+	beq MOUSE_6CLK_ANGLE,mouse_motion32xx_6clk_direction_selection
+	beq MOUSE_9CLK_ANGLE,mouse_motion32xx_9clk_direction_selection
+	beq MOUSE_12CLK_ANGLE,mouse_motion32xx_12clk_direction_selection
+	beq MOUSE_3CLK_ANGLE,mouse_motion32xx_3clk_direction_selection
+	rtn
+
+mouse_p3065_judge:
+	beq P3065_ID1,mouse_p32xx_sensor_motion_1
+	branch mouse_twspi_reset
+	
+mouse_motion32xx_6clk_direction_selection:
+	call mouse_motion_6clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_9clk_direction_selection:
+	call mouse_motion_9clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_12clk_direction_selection:
+	call mouse_motion_12clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_3clk_direction_selection:
+	call mouse_motion_3clk_direction_dispose
+	branch mouse_sensor_sdio_low
+
+
+	
+mouse_p3212_sensor_motion:
+	call mouse_clear_sensor_data
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_p3212_sensor_motion_1
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_p3212_sensor_motion_1:	
+	setarg PAN_REG_PID_L
+	call twspi_read
+	bne P32XX_ID1,mouse_twspi_reset
+mouse_p3212_sensor_motion_2:
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	call mouse_read_sensor_common
+	call mouse_read_3212sensor_xy_high
+	store 1,mem_mouse_xy_h
+	rshift4 pdata,pdata
+	call mouse_data_extsign_bit3
+	store 1,mem_mouse_x+1
+	fetch 1,mem_mouse_xy_h
+	and pdata,0x0f,pdata
+	call mouse_data_extsign_bit3
+	store 1,mem_mouse_y+1
+	fetch 1,mem_config_sensor_angle
+	beq MOUSE_6CLK_ANGLE,mouse_motion_6clk_direction_dispose
+	beq MOUSE_9CLK_ANGLE,mouse_motion_9clk_direction_dispose
+	beq MOUSE_12CLK_ANGLE,mouse_motion_12clk_direction_dispose
+	beq MOUSE_3CLK_ANGLE,mouse_motion_3clk_direction_dispose
+	rtn
+
+mouse_read_3212sensor_xy_high:
+	setarg 0x12
+	branch twspi_read
+
+mouse_pka8g2_sensor_motion:
+	call mouse_clear_sensor_data
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_pka8g2_sensor_motion_1
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_pka8g2_sensor_motion_1:
+	branch mouse_p3212_sensor_motion_2
+
+
+mouse_p8009_sensor_motion:
+	call mouse_clear_sensor_data
+	disable user
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	setarg PAN_REG_OPRATION_STATE
+	call twspi_read
+	branch mouse_p32xx_sensor_motion_1+3,blank
+	setarg 0
+	store 6,mem_mouse_x
+	rtn
+
+
+
+mouse_sensor_set_angle:
+	fetch 1,mem_sensor_angle_default
+	store 1,mem_config_sensor_angle
+	fetch 1,mem_select_sensor_angle_gpio
+	rtneq GPIO_DISABLE
+	fetcht 1,mem_select_sensor_angle_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_select_sensor_angle_gpio
+	call gpio_get_bit
+	call mouse_sensor_switch_angle,true
+	branch mouse_gpio_config_input_pd
+mouse_sensor_switch_angle:
+	fetch 1,mem_sensor_angle_switch
+	store 1,mem_config_sensor_angle
+	rtn
+	
+mouse_motion_6clk_direction_dispose:
+	fetch 2,mem_mouse_x
+	sub pdata,0,pdata
+	store 2,mem_mouse_x
+	branch enable_user
+mouse_motion_12clk_direction_dispose:
+	fetch 2,mem_mouse_y
+	sub pdata,0,pdata
+	store 2,mem_mouse_y
+	branch enable_user
+mouse_motion_9clk_direction_dispose:
+	fetch 2,mem_mouse_y
+	sub pdata,0,pdata
+	store 2,mem_mouse_y
+	fetch 2,mem_mouse_x
+	sub pdata,0,pdata
+	store 2,mem_mouse_x
+	call mouse_sensor_data_swap_places
+	branch enable_user
+mouse_motion_3clk_direction_dispose:
+	call mouse_sensor_data_swap_places
+	branch enable_user
+
+mouse_sensor_data_swap_places:
+	fetch 2, mem_mouse_y
+	fetcht 2,mem_mouse_x
+	store 2,mem_mouse_x
+	storet 2,mem_mouse_y
+	rtn
+
+	
+mouse_clear_sensor_data:
+	fetch 1,mem_mouse_move_flag
+	call mouse_read_sensor_common,blank
+	jam 1,mem_mouse_move_flag
+	rtn
+
+mouse_clear_sensor_data_by_reset:
+	jam 1,mem_mouse_clear_sensor_data_flag
+	call le_set_config_more_data
+mouse_init_sensor_reset:
+	branch mouse_init_sunt
+
+mouse_data_xy_release:
+	fetch 1,mem_sensor_motion_gpio
+	rtnne GPIO_DISABLE
+	fetch 1,mem_mouse_long_mult_flag
+	rtnne 1
+	setarg 0
+	store 1,mem_mouse_long_mult_flag
+	store 4,mem_mouse_x
+	branch mouse_init_sensor_reset
+
+mouse_data_extsign:
+	rtnbit0 7
+mouse_data_overflow:
+	arg 0xff00,temp
+	ior temp,pdata
+	rtn
+
+mouse_data_extsign_bit3:
+	rtnbit0 3
+	arg 0xf0,temp
+	ior temp,pdata
+	rtn
+
+mouse_read_sensor_common:
+	arg PAN_REG_DELTA_X,pdata
+	call twspi_read
+	store 2,mem_mouse_x
+	arg PAN_REG_DELTA_Y,pdata
+	call twspi_read
+	store 2,mem_mouse_y
+	rtn
+
+	
+mouse_sensor_sdio_low:
+	fetcht 1,mem_mouse_sensor_sdio_gpio
+	call gpio_get_bit
+	rtn true
+	setarg 0x0a
+	call twspi_read
+	nop 1000
+	branch mouse_sensor_sdio_low
+
+mouse_set_sdio_high:		// make sdio high to make 100uA less
+	setarg 0x8100
+	branch twspi_write
+	
+
+
+
+mouse_buletooth_fast_conn_init:
+	jam 0xff,mem_mouse_bluetooth_fast_conn_flag
+	fetch 1,mem_mouse_bluetooth_type
+	bbit1 MODE_4_MOUSE,mouse_ble_fast_conn_init
+	bbit1 MODE_3_MOUSE,mouse_bt_fast_conn_init
+mouse_ble_fast_conn_init:	
+	jam 0x34,mem_xrecord_mode
+	setarg 0x0f0f0f
+	store 3,mem_le_lap
+	store 3,mem_le_lap+3
+	branch mouse_start_reconnect
+
+mouse_bt_fast_conn_init:
+	jam 0x33,mem_xrecord_mode
+	arg mem_mouse_compare_addr_ff,contr
+	call mouse_load_bt_device
+	branch mouse_start_reconnect
+
+mouse_buletooth_fast_conn_end:
+	bpatch patch1a_5,mem_patch1a
+	call mouse_select_reconn_device
+	call mouse_bluetooth_fast_conn_disable
+	fetch 1,mem_device_flag
+	beq MODE_BT_DEVICE1,mouse_device1_check_auto_discover
+	beq MODE_BT_DEVICE2,mouse_device2_check_auto_discover
+	rtn
+mouse_device1_check_auto_discover:
+	fetch 6,mem_device1_addr
+	branch mouse_device_check_auto_discover
+mouse_device2_check_auto_discover:
+	fetch 6,mem_device2_addr
+mouse_device_check_auto_discover:	
+	fetcht 6,mem_mouse_compare_addr_ff
+	isub temp,null
+	branch mouse_start_discovery ,zero
+	branch mouse_start_reconnect_device
+
+mouse_bt_fast_conn_send_device_name:
+	call mouse_bluetooth_fast_conn_disable
+	fetch 1,mem_local_name_length
+	increase 3,pdata
+	copy pdata,rega
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_int_remote_cid
+	istore 2,contw
+	setarg 0x04a1		// report id = 4
+	istore 2,contw
+	fetch 1,mem_local_name_length
+	increase 1,pdata
+	copy pdata,loopcnt
+	arg mem_local_name_length,contr
+	branch memcpy
+
+mouse_bluetooth_fast_conn_disable:
+	jam 0x5a,mem_mouse_bluetooth_fast_conn_flag
+	rtn	
+
+
+mouse_stop_bluetooth_mode:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BT_RECONNECT,mouse_cancel_reconnect
+	bbit1 UI_STATE_BLE_CONNECTED,app_ble_disconnect
+	bbit1 UI_STATE_BT_CONNECTED,app_bt_disconnect
+	branch mouse_stop_discovery
+
+mouse_disconnect:
+	setarg 0
+	store 2,mem_mouse_no_data_timer
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,app_ble_disconnect
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BT_CONNECTED,app_bt_disconnect
+	rtn
+	
+mouse_cancel_reconnect:
+	call mouse_bt_cannel_reconn_enable
+	branch check_51cmd_bb_reconn_cancel
+
+mouse_check_125Hz:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_BT_125Hz
+mouse_bluetooth_125Hz:
+	nbranch mouse_bluetooth_125hz_clear,user
+	fetch 1,mem_bluetooth_125hz_cnt
+	increase 1,pdata
+	and_into 0x0f,pdata
+	store 1,mem_bluetooth_125hz_cnt
+	nrtn blank
+mouse_bluetooth_125hz_clear:
+	jam 0,mem_bluetooth_125hz_cnt
+	disable user
+	rtn
+
+
+mouse_current_mult_update:
+	fetch 1,mem_sensor_motion_gpio
+	rtnne GPIO_DISABLE
+	jam 0,mem_lpm_mult
+	jam 30,mem_mouse_current_mult_timer
+	rtn
+
+
+mouse_priority_bb_event:	
+	bpatch patch1a_6,mem_patch1a
+	copy regc,pdata
+	beq BT_EVT_LE_CONNECTED,mouse_le_bb_event_connected
+	beq BT_EVT_BB_CONNECTED,mouse_bb_event_connected
+	beq BT_EVT_LE_DISCONNECTED,mouse_le_bb_disconnected
+	beq BT_EVT_BB_DISCONNECTED,mouse_bb_disconnected
+	beq BT_EVT_SETUP_COMPLETE,mouse_bt_event_setup_complete
+	beq BT_EVT_BUTTON_LONG_PRESSED,mouse_bb_event_discovery_btn
+	beq BT_EVT_HID_HANDSHAKE,mouse_bt_hid_handshake
+	beq BT_EVT_HID_CONNECTED,app_hid_connected
+	beq BT_EVT_RECONN_FAILED,mouse_bb_event_reconn_failed
+	beq BT_EVT_RECONN_PAGE_TIMEOUT,mouse_bb_event_reconn_timeout
+	beq BT_EVT_SWITCH_NOT_ACCEPT,app_bt_role_switch	
+	beq BT_EVT_SWITCH_SUCCESS_MASTER,mouse_enter_sniff_check
+	beq BT_EVT_SNIFF_NOT_ACCEPT,mouse_sniff_not_accept
+	beq BT_EVT_PINCODE_REQ,mouse_bb_event_pincode
+	beq BT_EVT_REMOTE_UNSNIFF,app_start_auto_sniff
+	beq BT_EVT_LE_PAIRING_SUCCESS,mouse_le_pairing_success
+	beq BT_EVT_LE_ENC_INFO,mouse_le_enc_info
+	beq BT_EVT_LE_START_ENC,mouse_le_ll_start_encryt
+	beq BT_EVT_LE_PAIRING_COMPLETE,mouse_le_pairing_complete
+	beq BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP,mouse_le_conn_param_update_rsp_recieved
+	beq BT_EVT_VIRTUAL_CABLE_UNPLUG,mouse_irtual_cable_unplug
+	beq BT_EVT_24G_PAIRING_COMPLETE,mouse_24g_pairing_complete
+	beq BT_EVT_24G_ATTEMPT_FAIL,mouse_24g_attempt_fail
+	beq BT_EVT_24G_ATTEMPT_SUCCESS,mouse_24g_attempt_success
+	beq BT_EVT_LE_PARSE_CONN_PARAM_ACCEPTED,mouse_le_parse_conn_param_accepted
+	rtn
+
+
+mouse_le_bb_event_connected:
+	jam 0,mem_mouse_long_mult_flag
+	call mouse_init_sensor_reset
+	jam 1,mem_mouse_le_bb_connected_flag
+	call mouse_24g_first_store_reconn_info
+	fetch 1,mem_mouse_le_reconnect_flag
+	nbranch mouse_le_bb_event_connected_next,blank
+	jam 0x14,mem_mouse_send_secutiry_request_timer
+mouse_le_bb_event_connected_next:
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	set0 APP_DISC_BY_BUTTON ,pdata
+	store APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	jam 0,mem_mouse_direct_timer
+	fetch 2,mem_le_battery_level_updata_timer_init
+	store 2,mem_le_battery_level_updata_timer
+	call mouse_no_data_timer_init
+	branch mouse_stop_discovery
+
+mouse_le_bb_disconnected:
+	jam 0,mem_mouse_le_bb_connected_flag
+	setarg LE_INTERVAL_7_5MS
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_BT_125Hz,mouse_le_bb_disconnected_next
+	setarg LE_INTERVAL_8_75MS
+mouse_le_bb_disconnected_next:
+	store 2,mem_le_interval_min
+	store 2,mem_le_interval_min+2
+	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
+	jam 0,mem_mouse_clear_sensor_data_flag
+	call le_clr_config_more_data
+	branch mouse_bb_disconnected
+
+mouse_le_pairing_success:
+	arg LL_PAIRING_SUCCESS_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_le_enc_info:
+mouse_updata_le_param:
+	jam BT_CMD_LE_UPDATE_CONN,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+mouse_le_ll_start_encryt:
+	fetch 1,mem_mouse_le_reconnect_flag
+	beq 1,mouse_le_ll_reconn_start_encryt
+	branch mouse_le_ll_enable_start_enc_flag
+mouse_le_ll_reconn_start_encryt:
+	call mouse_updata_le_param
+	jam 20,mem_le_start_encrypt_timer
+mouse_le_ll_enable_start_enc_flag:
+	arg LL_START_ENC_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_le_enable_connect_flag:
+	fetch 1,mem_le_connect_status_flag
+	qset1 pdata
+	store 1,mem_le_connect_status_flag
+	rtn
+
+mouse_le_pairing_complete:
+	branch app_ble_store_reconn_info
+
+mouse_le_conn_param_update_rsp_recieved:
+	fetch 2,mem_le_l2cap_signaling_conn_param_update_rsp_result
+	rtneq BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_ACCEPTED
+	fetch 1,mem_le_tsniff
+	rshift2 pdata,pdata
+	sub pdata,LE_INTERVAL_15MS,null
+	rtn positive
+	setarg LE_INTERVAL_11_25MS
+	store 2,mem_le_interval_min
+	store 2,mem_le_interval_min+2
+	call mouse_updata_le_param
+mouse_le_conn_param_lpm_disable:
+	jam LE_LPM_DISABLE,mem_mouse_le_conn_param_reject
+	rtn
+
+mouse_le_conn_param_lpm_enable:
+	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
+	rtn
+
+mouse_le_bb_event_connect_complete:
+	fetch 1,mem_mouse_le_reconnect_flag
+	nrtn blank
+	fetch 1,mem_le_att_handle
+	sub pdata,34,pdata
+	nrtn zero
+	jam 0,mem_le_start_encrypt_timer
+mouse_le_write_enable:	
+	arg WRITE_REQ_ENABLE_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_le_parse_conn_param_accepted:
+	fetch 1,mem_le_new_conninterval
+	sub pdata,LE_INTERVAL_15MS,null
+	nbranch mouse_le_conn_param_lpm_disable,positive
+	fetch 1,mem_le_new_connslavelatency
+	fetcht 1,mem_lpm_mult_init
+	isub temp,null
+	branch mouse_le_lpm_mult_reinit,positive
+	fetch 1,mem_le_new_connslavelatency
+	store 1,mem_lpm_mult
+	branch mouse_le_conn_param_lpm_enable
+mouse_le_lpm_mult_reinit:
+	fetch 1,mem_lpm_mult_init
+	store 1,mem_lpm_mult
+	branch mouse_le_conn_param_lpm_enable
+	
+mouse_le_clean_connect_flag:
+	jam 0,mem_le_connect_status_flag
+	rtn
+
+mouse_le:
+	bpatch patch1a_7,mem_patch1a
+	call le_fifo_check_nearly_full
+	nrtn blank
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse_le_next
+	fetch 1,mem_le_connect_status_flag
+	and pdata,0x03,pdata
+	rtnne 0x03
+mouse_le_next:	
+	fetch 1,mem_mouse_clear_sensor_data_flag
+	call mouse_clear_sensor_data_by_reset,blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_24G_PAIRING_FLAG,mouse_le_send_empty_packet
+	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_le_send_empty_packet
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,mouse_le_send_empty_packet
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,mouse_le_send_empty_packet
+	call mouse_motion
+	call mouse_check_125Hz
+	nrtn user
+	call mouse_current_mult_update
+	call mouse_data_xy_release
+	call mouse_wheel_trigger
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,mouse_le_send_mouse_data
+	fetch 1,mem_customer_key
+	beq 1,mouse_le_send_keyboard_package_data		
+mouse_le_send_mouse_data:
+	branch mouse_fill_mouse_data_le
+
+
+mouse_le_send_keyboard_package_data:
+	fetch 1,mem_customer_data_trigger
+	branch mouse_le_release_keyboard_data,blank
+	fetch 8,mem_customer_key_press+1
+mouse_fill_keyboard_package_data_le:
+	store 8,mem_pdatatemp
+	fetch 1,mem_customer_key_press
+	beq KB_MULTIKEY_REPORT_ID,mouse_fill_multimedia_key_data_le
+	beq KB_SYSTEM_CONCTRL_REPORT_ID,mouse_fill_systemctrl_key_data_le
+	jam 8,mem_le_data_len
+	fetcht 2,mem_le_keyboard_handle
+	branch mouse_fill_data_le
+	
+
+mouse_le_release_keyboard_data:
+	fetch 8,mem_customer_key_release+1
+	branch mouse_fill_keyboard_package_data_le
+
+mouse_fill_multimedia_key_data_le:
+	jam 3,mem_le_data_len
+	fetcht 2,mem_le_multimedia_handle
+	branch mouse_fill_data_le
+
+mouse_fill_systemctrl_key_data_le:
+	jam 2,mem_le_data_len
+	fetcht 2,mem_le_systemctrl_handle
+	branch mouse_fill_data_le
+
+mouse_fill_battery_level_le:
+	arg 1,rega
+	fetcht 2,mem_le_battery_level_handle
+	call le_att_malloc_tx_notify
+	fetch 1,mem_le_battery_level_percentage
+	istore 1,contw
+	rtn
+
+
+mouse_le_send_empty_packet:
+	setarg 0
+	store 7,mem_mouse_key
+mouse_fill_mouse_data_le:
+	jam 7,mem_le_data_len
+	fetch 7,mem_mouse_key
+	store 7,mem_pdatatemp
+	fetcht 2,mem_le_notify_handle
+	branch mouse_fill_data_le
+
+mouse_fill_data_le:
+	fetch 1,mem_le_data_len
+	copy pdata,rega
+	call le_att_malloc_tx_notify
+	fetcht 1,mem_le_data_len
+	copy temp,loopcnt
+	arg mem_pdatatemp,contr
+	branch memcpy	
+
+mouse_check_51cmd_adv:
+	jam 0,mem_mouse_le_reconnect_flag
+	fetch 3,mem_le_adv_ind
+	store 3,mem_le_adv_data+4
+	call mouse_le_check_adv_flag
+	setarg ADV_FLAG_BREDR_NOT_SUPPORTED |ADV_FLAG_LIMITED_DISCOVERABLE
+	istore 1,contr
+	arg mem_le_adv_swift_pair,contr
+	call mouse_le_adv_data_update
+	branch check_51cmd_adv
+
+mouse_le_check_adv_flag:
+	arg mem_le_adv_data,rega
+mouse_le_check_adv_flag_loop:
+	ifetch 1,rega	//length
+	rtn blank
+	iadd contr,rega
+	ifetch 1,contr	//type
+	rtneq 0x01
+	branch mouse_le_check_adv_flag_loop
+	
+mouse_le_adv_data_update:
+	arg mem_le_adv_data+11,contw
+	arg 19,loopcnt
+	call memcpy
+	branch le_modified_name_adv
+	
+
+
+
+	
+mouse_bt_sniff_param_interval_setup:
+	setarg CLASSIC_INTERVAL_7_5MS
+	store 2,mem_sniff_param_interval
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_BT_125Hz
+	setarg CLASSIC_INTERVAL_8_75MS
+	store 2,mem_sniff_param_interval
+	rtn
+
+mouse_bb_event_connected:
+	jam 0,mem_mouse_long_mult_flag
+	call mouse_init_sensor_reset
+	call mouse_24g_first_store_reconn_info
+	branch mouse_stop_discovery
+
+mouse_bb_disconnected:
+	jam 0,mem_mouse_enter_sniff_count
+	jam 0,mem_mouse_bt_send_first_package_flag
+	call mouse_bt_sniff_param_interval_setup
+	call mouse_bb_discon_clear_stack
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
+	bbit1 APP_DISC_BLE,mouse4_0_event_bb_disconn
+	bbit1 APP_DISC_BY_BUTTON,app_disconn_reason_clear
+	bbit1 APP_DISC_AFTER_PAIRING,mouse_event_light_state_pairing
+	bbit1 APP_DISC_AFTER_RECONN,mouse_event_light_state_hibernate
+	bbit1 APP_DISC_AFTER_SNIFF,mouse_event_light_state_hibernate
+	branch mouse_start_discovery
+mouse_bb_discon_clear_stack:
+	setarg 0
+	store 8,mem_wheel_tb_old_pinlevel
+	istore 4,contw             //clean wheel statue
+	jam 0,mem_mouse_move_flag
+	jam APP_HANDSHAKE_NULL,mem_app_handshake_flag
+	jam 0,mem_ltk_exists
+	rtn
+
+mouse4_0_event_bb_disconn:
+	call mouse_le_clean_connect_flag
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
+	bbit1 APP_DISC_BY_BUTTON,app_disconn_reason_clear
+	branch mouse_app_enter_hibernate
+
+
+mouse_event_light_state_pairing:
+	bbit1 APP_DISC_AFTER_HANDSHAKE,mouse_event_light_state_hibernate
+	bbit1 APP_DISC_AFTER_SNIFF,mouse_event_light_state_hibernate
+	branch mouse_start_discovery
+mouse_event_light_state_hibernate:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BTN_DOWN,mouse_start_discovery
+	call app_disconn_reason_clear
+
+	call mouse_key_check_once	//mult_key pair
+	call mouse_commbination_key_process
+	fetch 1,mem_commbination_key_statue
+	beq COMMBINATION_KEY_STATE_DOWN,mouse_delay_enter_hibernata
+	
+	fetch 1,mem_mouse_bluetooth_reconnect_timeout
+	nrtn blank
+	branch mouse_app_enter_hibernate
+
+
+mouse_bt_event_setup_complete:
+	rtn
+
+mouse_bt_send_first_package_timer_init:
+	jam 4,mem_mouse_bt_send_first_package_timer
+	rtn
+
+mouse_bt_hid_handshake:
+	jam APP_HANDSHAKE_DONE,mem_app_handshake_flag
+	call app_lpm_mult_enable
+	call app_bt_store_reconn_info
+	setarg 0
+	store 2,mem_discovery_timeout_timer_count
+	store 1,mem_hid_handshake_timer_count
+	call mouse_bt_send_first_package_timer_init
+	branch app_bt_enter_sniff
+
+mouse_bt_hid_handshake_boot_check:	
+	jam 0,mem_mouse_bt_boot_mode
+	fetch 1,mem_l2cap_rcv_hidtype
+	isolate1 0,pdata
+	rtn true
+	jam 1,mem_mouse_bt_boot_mode	//boot mode
+	rtn
+
+	
+mouse_bb_event_reconn_timeout:
+mouse_bb_event_reconn_failed:
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse_buletooth_fast_conn_end
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BTN_DOWN
+	rtnbit1 UI_STATE_BT_DISCOVERY
+	rtnbit1 UI_STATE_BLE_ADV
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
+	bbit1 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY,mouse_start_discovery
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_first_bb_event_reconn_timeout
+	branch mouse_app_enter_hibernate
+
+mouse_enter_sniff_check:
+	fetch 1,mem_mouse_enter_sniff_count
+	rtnne 2
+	jam 0,mem_mouse_enter_sniff_count
+	call mouse_bt_sniff_param_interval_setup
+	call mouse_bt_send_first_package_timer_init
+	branch app_bt_enter_sniff
+
+mouse_sniff_not_accept:
+	fetch 1,mem_mouse_enter_sniff_count
+	rtneq 2
+	increase 1,pdata
+	store 1,mem_mouse_enter_sniff_count
+	jam 0x12,mem_sniff_param_interval	//89Hz
+	call mouse_bt_send_first_package_timer_init
+	branch app_bt_enter_sniff
+
+mouse_bb_event_pincode:
+	call pincode_reinit
+	branch app_bt_set_pincode
+
+mouse_irtual_cable_unplug:
+	setarg 0x01
+	store 6,mem_plap
+	jam REC_3_MODE,mem_record_bt_mode
+	branch mouse_unplug_clean_bdaddr
+
+mouse_irtual_cable_unplug1:
+	setarg -1
+	store 6,mem_plap
+	jam REC_3_MODE,mem_record_bt_mode
+	jam 0xff,mem_mouse_bluetooth_fast_conn_flag
+	call mouse_before_store_reconn_info
+	jam 0xff,mem_device1_type
+	branch mouse_store_device_info_delay
+
+mouse_bt:
+	bpatch patch1b_0,mem_patch1b
+	rtn attempt
+	fetch 1,mem_app_handshake_flag
+	rtn blank
+	call l2cap_malloc_is_fifo_nearly_full
+	nrtn blank
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse_bt_fast_conn_send_device_name	
+	fetch 1,mem_mouse_clear_sensor_data_flag
+	call mouse_clear_sensor_data_by_reset,blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_24G_PAIRING_FLAG,mouse_send_empty_data
+	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_send_empty_data
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,mouse_send_empty_data
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,mouse_send_empty_data
+	call mouse_motion
+	call mouse_check_125Hz
+	nrtn user
+	call mouse_current_mult_update
+	call mouse_data_xy_release
+	call mouse_wheel_trigger
+	fetch 1,mem_mouse_bt_boot_mode
+	beq 1,mouse_send_data_boot_mode	//boot
+	fetch 1,mem_mouse_bt_send_first_package_flag
+	rtn blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,mouse_send_data
+	fetch 1,mem_customer_key
+	beq 1,mouse_bt_send_keyboard_packet
+mouse_send_data:
+	arg 9,rega
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_int_remote_cid
+	istore 2,contw
+	setarg 0x02a1
+	istore 2,contw
+	fetch 7,mem_mouse_key
+	istore 7,contw
+	rtn
+
+mouse_send_data_boot_mode:
+	fetch 1,mem_mouse_key
+	store 1,mem_mouse_bt_boot_data
+	fetch 1,mem_mouse_x
+	istore 1,contw
+	fetch 1,mem_mouse_y
+	istore 1,contw
+	fetch 2,mem_mouse_z
+	istore 2,contw
+	arg 7,rega
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_int_remote_cid
+	istore 2,contw
+	setarg 0x02a1		// pid:02  mouse
+	istore 2,contw
+	fetch 5,mem_mouse_bt_boot_data
+	istore 5,contw
+	rtn
+
+mouse_send_empty_data:
+	setarg 0
+	store 7,mem_mouse_key
+	branch mouse_send_data
+
+
+mouse_bt_send_keyboard_packet:
+	fetch 1,mem_customer_data_trigger
+	branch mouse_bt_release_keyboard_data,blank
+	fetch 8,mem_customer_key_press+1
+mouse_bt_send_keyboard_data:
+	store 8,mem_pdatatemp
+	fetch 1,mem_customer_key_press
+	beq KB_MULTIKEY_REPORT_ID,mouse_bt_send_multimedia_key_data
+	beq KB_SYSTEM_CONCTRL_REPORT_ID,mouse_bt_send_systemctrl_key_data
+	arg 10,rega
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_int_remote_cid
+	istore 2,contw
+	setarg 0x01a1		// pid:01  standard key
+	istore 2,contw
+	fetch 8,mem_pdatatemp
+	istore 8,contw
+	rtn
+
+mouse_bt_send_multimedia_key_data:
+	arg 4,rega
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_int_remote_cid
+	istore 2,contw
+	setarg 0x03a1		// pid:03  multimedia key
+	istore 2,contw
+	fetch 2,mem_pdatatemp
+	istore 2,contw
+	rtn	
+
+mouse_bt_send_systemctrl_key_data:
+	arg 3,rega
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_int_remote_cid
+	istore 2,contw
+	setarg 0x04a1		// pid:04  systemctrl key	
+	istore 2,contw
+	fetch 1,mem_pdatatemp
+	istore 1,contw
+	rtn		
+
+mouse_bt_release_keyboard_data:
+	fetch 8,mem_customer_key_release+1
+	branch mouse_bt_send_keyboard_data	
+
+
+
+
+
+mouse_bb_event_timer:
+	bpatch patch1b_1,mem_patch1b
+	call mouse_adc_read
+	call mouse_low_voltage_led_timer
+	//24g
+	call g24_pair_timeout_timer
+	call g24_reconn_timeout_timer
+	call mouse_24g_long_sleep_param_update_timer
+	//led
+	call mouse_device_poweron_timer
+	call mouse_dpi_led_blink_delay_timer
+	//poll
+	call mouse_dpi_key_check_long_press
+	call mouse_bt_discovery_check
+	call mouse_commbination_key_process
+	call mouse_check_discovery_timeout_timer
+	//ble
+	call mouse_check_direct_timeout_timer
+	call mouse_le_enable_att_list_timer
+	call mouse_le_battery_updata_timer
+	call mouse_le_send_smp_security_request_timer
+	//bt
+	call mouse_check_hid_handshake_timer
+	call mouse_bt_check_sniff_req_timeout_timer
+	call mouse_check_reconnect_delay_long_sleep		//delete 3.0,reconnect fail
+	call mouse_current_mult_update_timer
+	call mouse_wheel_trigger_timer
+	call mouse_store_information_delay_timer
+	branch mouse_check_no_data_timeout_timer
+
+
+
+
+mouse_bt_discovery_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY,mouse_bt_discovery_by_pb_button
+	rtn
+
+mouse_bt_discovery_by_pb_button:
+	fetch 1,mem_select_device_button_statue
+	rtnne PB_BUTTON_STATE_DOWN
+	arg mem_bt_discovery_count,regc
+	arg mouse_long_button_bt_discovery,regb
+	branch timer_single_step
+		
+mouse_long_button_bt_discovery:
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
+	arg MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,queue
+	call mouse_enable_function_flag
+	call app_evt_button_long_pressed
+	branch mouse_bb_event_discovery_btn
+
+		
+mouse_commbination_key_process:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_commbination_key_process
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+	fetcht 1,mem_mouse_commbination_key_bt
+	branch mouse_commbination_key_start
+
+mouse_24g_commbination_key_process:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+	fetcht 1,mem_mouse_commbination_key_24g
+mouse_commbination_key_start:
+	storet 1,mem_mouse_commbination_key
+	call mouse_check_key_gpio
+	and pdata,0x07,pdata
+	fetcht 1,mem_mouse_commbination_key
+	isub temp,null
+	branch mouse_commbination_key_down,zero
+mouse_commbination_key_up:
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_combination_ui_button_count	//combination key timer init 
+	fetch 1,mem_commbination_key_statue
+	rtneq COMMBINATION_KEY_STATE_UP
+	jam COMMBINATION_KEY_STATE_UP,mem_commbination_key_statue	
+	rtn
+		
+mouse_commbination_key_down:
+	call mouse_combination_ui_timer
+	fetch 1,mem_commbination_key_statue
+	rtneq COMMBINATION_KEY_STATE_DOWN
+	jam COMMBINATION_KEY_STATE_DOWN,mem_commbination_key_statue
+	branch check_51cmd_bb_reconn_cancel
+
+
+mouse_combination_ui_timer:
+	arg mouse_24g_start_pair_mode,regb
+	arg mem_combination_ui_button_count,regc
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,timer_single_step
+	arg mouse_long_button_bt_discovery,regb
+	call timer_single_step
+	fetch 1,mem_combination_ui_button_count
+	beq 1,mouse_bt_discovery_button_down_enable	// ble release key press
+	rtn
+
+
+
+mouse_check_discovery_timeout_timer:	
+	arg mem_mouse_discovery_timer,regc
+	arg mouse_check_discovery_timeout,regb
+	branch timer_single_step_2B
+
+mouse_check_discovery_timeout:
+	call mouse_stop_discovery
+	branch mouse_app_enter_hibernate
+
+
+mouse_check_direct_timeout_timer:	
+	arg mem_mouse_direct_timer,regc
+	arg mouse_check_direct_timeout,regb
+	call timer_single_step_2B
+	fetch 1,mem_mouse_direct_timer
+	beq 1,app_ble_stop_direct_adv
+	rtn
+
+mouse_check_direct_timeout:
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse_buletooth_fast_conn_end
+	fetch 1,mem_reconn_times
+	nbranch mouse_polling_device,blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY,mouse_start_discovery
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_first_bb_event_reconn_timeout
+	branch mouse_app_enter_hibernate
+	
+mouse_le_enable_att_list_timer:
+	arg mem_le_start_encrypt_timer,regc
+	arg mouse_le_write_enable,regb
+	branch timer_single_step
+
+mouse_le_send_smp_security_request_timer:
+	fetch 1,mem_mouse_le_bb_connected_flag
+	rtn blank
+	arg mem_mouse_send_secutiry_request_timer,regc
+	arg mouse_le_pairing_sm_start_check,regb
+	branch timer_single_step
+mouse_le_pairing_sm_start_check:
+	fetch 1,mem_mouse_le_reconnect_flag
+	nrtn blank
+	fetch 1,mem_le_pairing_state
+	rtnne FLAG_LE_PAIRING_NULL
+	branch le_pairing_sm_start
+
+mouse_le_battery_updata_timer:
+	arg mem_le_battery_level_updata_timer,regc
+	arg mouse_le_battery_level_updata,regb
+	branch timer_single_step
+
+mouse_le_battery_level_updata:
+	fetch 2,mem_le_battery_level_updata_timer_init
+	store 2,mem_le_battery_level_updata_timer
+	branch mouse_fill_battery_level_le
+	
+mouse_le_enable_att_list:	
+	fetch 1,mem_le_connect_status_flag
+	rtnbit1 LL_PAIRING_SUCCESS_FLAG
+	call mouse_updata_le_param
+	arg WRITE_REQ_ENABLE_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_check_hid_handshake_timer:
+	arg mem_hid_handshake_timer_count,regc
+	arg mouse_bt_hid_handshake,regb
+	branch timer_single_step
+	
+mouse_bt_check_sniff_req_timeout_timer:
+	arg mem_mouse_bt_send_first_package_timer,regc
+	arg mouse_bt_send_first_package,regb
+	branch timer_single_step
+mouse_bt_send_first_package:
+	jam 1,mem_mouse_bt_send_first_package_flag
+	rtn
+
+mouse_check_reconnect_delay_long_sleep:
+	arg mem_mouse_bluetooth_reconnect_timeout,regc
+	arg mouse_app_enter_hibernate,regb
+	branch timer_single_step
+
+
+mouse_current_mult_update_timer:
+	arg mem_mouse_current_mult_timer,regc
+	arg mouse_current_mult_reinit,regb
+	branch timer_single_step
+mouse_current_mult_reinit:
+	fetch 1,mem_lpm_mult_init
+	store 1,mem_lpm_mult
+	jam 1,mem_mouse_long_mult_flag
+	rtn
+
+
+mouse_check_no_data_timeout_timer:	
+	fetch 1,mem_usb_addr
+	rtnbit1 7
+	arg mem_mouse_no_data_timer,regc
+	arg mouse_check_no_data_timeout,regb
+	branch timer_single_step_2B
+
+mouse_check_no_data_timeout:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_hibernate_set
+	branch mouse_disconnect
+	
+mouse_no_data_timer_init:
+	fetch 2,mem_mouse_no_data_timeout
+	store 2,mem_mouse_no_data_timer
+	rtn
+
+mouse_store_information_delay_timer:
+	arg mem_store_information_delay_timer,regc
+	arg mouse_store_device_info_check,regb
+	branch timer_single_step
+
+mouse_store_device_info_check:
+	call mouse_store_device_info
+	fetch 1,mem_mouse_need_soft_reset
+	nbranch mouse_soft_reset,blank
+	rtn
+
+mouse_bb_event_discovery_btn:
+	isolate1 mark_24g,mark
+	call mouse_24g_stop,true
+	call mouse_disconnect
+	call mouse_le_clean_connect_flag
+	branch mouse_start_discovery
+	
+mouse_start_discovery:
+	bpatch patch1b_2,mem_patch1b
+	call mouse_bluetooth_fast_conn_disable
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_ADV,mouse_start_discovery_norandom
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE,mouse_start_discovery_norandom
+	fetcht 2,mem_random_addr_increase_count
+	increase 1,temp
+	storet 2,mem_random_addr_increase_count
+	storet 2,mem_le_lap+1
+	random pdata					//random ble addr
+	store 1,mem_le_lap
+mouse_start_discovery_norandom:
+	fetch 3,mem_mouse_le_lap_temp
+	store 3,mem_le_lap+3
+	call app_lpm_mult_disable
+	fetch 2,mem_discovery_timeout
+	store 2,mem_mouse_discovery_timer
+	jam 6,mem_connection_options
+	setarg 0
+	store 2,mem_mouse_no_data_timer
+	store 1,mem_mouse_direct_timer
+	store 1,mem_mouse_bluetooth_reconnect_timeout
+	store 1,mem_mouse_device_poweron_timer_count
+	store 1,mem_mouse_clear_sensor_data_flag
+	arg MOUSE_STORE_EEPROM_FLAG,queue
+	call mouse_enable_function_flag
+	call mouse_bt_discovery_button_down_disable
+	fetch 1,mem_mouse_bluetooth_type
+	isolate1 MODE_4_MOUSE,pdata
+	call mouse_check_51cmd_adv,true
+	fetch 1,mem_mouse_bluetooth_type
+	isolate1 MODE_3_MOUSE,pdata
+	call check_51cmd_start_discovery,true
+	call mouse_low_voltage_led_blink_disable
+	branch mouse_discover_setting_led_gpio
+
+
+mouse_stop_discovery:
+	bpatch patch1b_3,mem_patch1b
+	arg MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,queue
+	call mouse_disable_function_flag
+	jam 0,mem_mouse_bluetooth_reconnect_timeout
+	fetch 1,mem_mouse_bluetooth_type
+	isolate1 MODE_4_MOUSE,pdata
+	call mouse_stop_le_adv,true
+	fetch 1,mem_mouse_bluetooth_type
+	isolate1 MODE_3_MOUSE,pdata
+	call mouse_stop_bt3_discovery,true
+	branch mouse_device_led_off
+mouse_stop_le_adv:
+	jam 0,mem_mouse_direct_timer
+	branch check_51cmd_stop_adv
+mouse_stop_bt3_discovery:
+	setarg 0
+	store 2,mem_mouse_discovery_timer
+	branch check_51cmd_stop_discovery
+
+mouse_store_remote_bdaddr:
+	bpatch patch1b_4,mem_patch1b
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_STORE_EEPROM_FLAG
+	call mouse_device_poweron_timer_init
+	arg MOUSE_STORE_EEPROM_FLAG,queue
+	call mouse_disable_function_flag
+	call mouse_check_device_addr
+mouse_unplug_clean_bdaddr:
+	call mouse_before_store_reconn_info
+	branch mouse_store_device_info_delay
+
+	
+mouse_check_device_addr:
+	fetch 1,mem_record_bt_mode
+	beq REC_4_MODE,mouse_check_le_device_addr
+	beq REC_3_MODE,mouse_check_bt_device_addr
+	rtn
+mouse_check_le_device_addr:
+	store 1,mem_device_addr_temp
+	fetch 6,mem_le_plap
+	branch mouse_check_bt_device_addr_common
+mouse_check_bt_device_addr:
+	store 1,mem_device_addr_temp
+	fetch 6,mem_plap
+mouse_check_bt_device_addr_common:
+	store 6,mem_device_addr_temp+1
+	fetch 7,mem_device_addr_temp
+	arg mem_device1_type,contr
+	arg 3,loopcnt
+mouse_check_device_addr_end:
+	ifetcht 7,contr
+	isub temp,null
+	branch mouse_clean_addr,zero
+	increase 22,contr
+	loop mouse_check_device_addr_end
+	rtn
+mouse_before_store_reconn_info:
+	arg mem_device1_type,rega
+	fetch 1,mem_device_flag
+	increase -1,pdata
+	mul32 pdata,29,pdata
+	iadd rega,rega
+	fetch 1,mem_record_bt_mode
+	istore 1,rega
+	beq REC_4_MODE,mouse_store_le_device
+	beq REC_3_MODE,mouse_store_bt_device
+	rtn
+	
+mouse_store_le_device:
+	fetch 6,mem_le_plap
+	istore 6,contw
+	arg mem_le_ltk,contr
+	call memcpy16
+	fetch 6,mem_le_lap
+	istore 6,contw
+	rtn
+mouse_store_bt_device:
+	fetch 6,mem_plap
+	istore 6,contw
+	arg mem_link_key,contr
+	branch memcpy16
+
+mouse_clean_addr:
+	increase -6,contr
+	copy contr,contw
+	fetcht 6,mem_device_addr_temp+1
+	increase 3,temp
+	istoret 6,contw
+	rtn
+	
+mouse_select_reconn_device:
+	arg mem_device1_type,rega
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+	increase -1,pdata
+	mul32 pdata,29,pdata
+	iadd rega,rega
+	ifetch 1,rega
+	store 1,mem_xrecord_mode
+	beq REC_3_MODE,mouse_load_bt_device
+	beq REC_4_MODE,mouse_load_le_device
+	rtn
+
+mouse_load_bt_device:
+	ifetch 6,contr
+mouse_load_bt_device_end:
+	store 6,mem_hci_plap
+	arg mem_link_key,contw
+	call memcpy16
+	branch check_link_key_load
+
+mouse_load_le_device:
+	ifetch 6,contr
+mouse_load_le_device_end:
+	store 6,mem_hci_plap
+	arg mem_le_ltk,contw
+	call memcpy16
+	ifetch 6,contr
+	store 6,mem_le_lap
+	rtn
+
+
+
+mouse_app_initflag_check:
+	fetch 2,mem_store_flag
+	arg EEPROM_INIT_FLAG,temp
+	isub temp,null
+	branch mouse_load_device_info,zero
+	storet 2,mem_store_flag
+	call mouse_ble_init_address
+	fetch 1,mem_device_flag_temp
+	store 1,mem_device_flag
+	fetch 1,mem_config_sensor_dpi
+	store 1,mem_mouse_dpi
+	fetch 4,mem_24g_fast_conn_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_24g_addr	
+	rtn
+
+mouse_load_device_info:
+	call mouse_select_reconn_device
+	fetch 4,mem_mouse_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_24g_addr
+	rtn
+	
+mouse_ble_init_address:
+	fetch 6,mem_le_lap
+	store 6,mem_device1_locall_addr
+	add pdata,0x0100,pdata
+	store 6,mem_device2_locall_addr
+	add pdata,0x0100,pdata
+	store 6,mem_device3_locall_addr
+	rtn
+	
+
+mouse_store_device_info_delay:	
+	fetch 1,mem_store_information_delay_timer_init
+	store 1,mem_store_information_delay_timer
+	rtn
+
+mouse_store_device_info:
+	bpatch patch1b_5,mem_patch1b
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_store_eeprom_device_info
+	bbit1 MOUSE_ENABLE_FLASH,mouse_store_flash_device_info
+	rtn
+
+mouse_load_flash_info_check:
+	call spid_init_flash
+	call mouse_spid_flash_release_form_powerdown
+	call mouse_information_flash_parameters
+	call spid_read_flash
+	call mouse_spid_flash_powerdown
+	call mouse_app_initflag_check
+	branch mouse_sensor_spi_init
+
+
+mouse_information_flash_parameters:
+	setarg mem_mouse_information_end
+	arg mem_mouse_information_start,temp
+	isub temp,temp
+	fetch 3,mem_flash_base
+	arg mem_mouse_information_start,rega
+	rtn
+	
+mouse_store_flash_device_info:
+	call spid_init_flash
+	call mouse_spid_flash_release_form_powerdown
+	call mouse_flash_erase_sector
+
+	call mouse_information_flash_parameters
+	call mouse_spid_write_flash
+	call mouse_spid_flash_powerdown
+	branch mouse_sensor_spi_init
+
+mouse_spid_flash_release_form_powerdown:
+	jam FLASH_COMMAND_RELEASE_FROM_POWERDOWN,mem_temp
+mouse_spid_write_flash_cmd:
+	call delay_nop100
+	call spid_unlock_flash
+	arg mem_write_flash_head_temp,rega
+	fetcht 1,mem_temp
+	call mouse_spid_write_flash_cmd_common
+	branch delay_nop100
+
+mouse_spid_flash_powerdown:
+	jam FLASH_COMMAND_POWERDOWN,mem_temp
+	branch mouse_spid_write_flash_cmd
+
+mouse_spid_write_flash_cmd_common:
+	istoret 1,rega
+	rshift16 pdata,temp
+	istoret 1,contw
+	rshift8 pdata,temp
+	istoret 1,contw
+	istore 1,contw
+	deposit rega
+	store 2,core_spid_txaddr
+	setarg 0
+	store 2,core_spid_rxlen
+	jam spid_start,core_misc_ctrl
+	branch wait_spid_done
+		
+mouse_flash_erase_sector:
+	fetch 3,mem_flash_base
+	store 3,mem_spi_write_addr
+	branch spid_flash_erase_sector+2
+
+mouse_spid_write_flash:
+	copy pdata,regc
+	copy rega,pdata
+	increase -4,pdata
+	copy pdata,regb
+	ifetch 4,regb
+	store 4,mem_write_flash_head_temp
+	copy regc,pdata
+	call spid_write_flash
+	fetch 4,mem_write_flash_head_temp
+	istore 4,regb
+	rtn
+
+mouse_flash_power_down:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_FLASH
+	call mouse_spid_flash_powerdown
+	call twspi_enable	// 2 wire mode
+	fetcht 1,mem_spi_cs_gpio		//disable flash
+	call gpio_out_inactive
+	fetcht 1,mem_spi_hold_gpio
+	branch mouse_gpio_config_input_pd
+
+mouse_load_eeprom_info_check:
+	call iicd_read_init_pin
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	isolate1 MOUSE_ENABLE_2K_EEPROM,pdata
+	ncall clear_eeprom_size_2k,true
+	call mouse_eeprom_load_recon_info
+	branch mouse_app_initflag_check
+
+mouse_eeprom_load_recon_info:
+	arg 128,temp
+	arg mem_device_flag,rega
+	arg MOUSE_INFO_EEPROM_OFFECT,regb
+	branch iicd_read_eep_data
+
+mouse_store_eeprom_device_info:
+	arg 128,temp
+	arg mem_device_flag,rega
+	arg MOUSE_INFO_EEPROM_OFFECT,regb
+	branch iicd_write_protect_eep_data
+
+
+mouse_store_eerpom_dpi:
+	arg 1,temp
+	arg mem_mouse_dpi,rega
+	arg MOUSE_DPI_EEPROM_OFFECT,regb
+	branch iicd_write_protect_eep_data
+
+mouse_load_eeprom_dpi:
+	arg 1,temp
+	arg mem_mouse_dpi,rega
+	arg MOUSE_DPI_EEPROM_OFFECT,regb
+	branch iicd_read_eep_data
+
+
+
+mouse_idle:
+	bpatch patch1b_6,mem_patch1b
+	call mouse_low_voltage_led_no_enter_lpm
+	call ui_check_paring_button
+	call mouse_dpi_check
+	call mouse_select_device_check
+	call mouse_check_select_device_by_switch
+	call mouse_bt_button_check
+	call mouse_usb_isr
+	call mouse_wheel_check
+	branch mouse_usb_mode
+
+mouse_select_device_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON,mouse_select_device_by_pb_button
+	bbit1 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY,mouse_select_device_by_pb_button
+	rtn
+
+mouse_select_device_by_pb_button_check_once:
+	jam 0x03,mem_mouse_pbkey_press_status
+mouse_select_device_by_pb_button:	
+	fetch 1,mem_config_select_device_button_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	jam MOUSE_PB_KEY,mem_mouse_key_temp
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_pb_button_check
+	store 1,mem_mouse_pbkey_press_status
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_pb_button_check_end	
+	call mouse_matrix_public_gpio_reset
+mouse_select_device_by_pb_button_exit:	
+	copy rega,pdata
+	bbit1 MOUSE_PB_KEY,mouse_select_device_button_down
+	branch mouse_select_device_button_up
+
+mouse_3io6key_pb_button_check_end:
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_gpio_config_input_pu
+	branch mouse_select_device_by_pb_button_exit
+
+
+mouse_pb_button_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND,mouse_pb_button_connect_gnd
+	fetch 1,mem_mouse_pbkey_press_status
+	copy pdata,regc
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_check
+	fetch 1,mem_mouse_ghost_flag
+	nbranch mouse_select_device_by_pb_button_end,blank
+	branch mouse_pb_button_connect_matrix
+
+mouse_select_device_by_pb_button_end:
+	jam PB_BUTTON_STATE_UP,mem_select_device_button_statue
+	jam 0,mem_mouse_pbkey_press_status
+	rtn
+
+mouse_pb_button_connect_gnd:
+	fetch 1,mem_mouse_pbkey_press_status
+	branch mouse_check_key_connect_gnd
+
+mouse_pb_button_connect_matrix:
+	call gpio_get_bit
+	fetcht 1,mem_matrix_public_gpio
+	branch mouse_pb_button_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_config_select_device_button_gpio
+	fetch 1,mem_mouse_pbkey_press_status
+	branch mouse_check_key_connect_gnd
+	
+mouse_select_device_button_up:
+	fetch 1,mem_select_device_button_statue
+	rtneq PB_BUTTON_STATE_UP
+	jam PB_BUTTON_STATE_UP,mem_select_device_button_statue	
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+	fetch 1,mem_bt_discovery_count
+	sub pdata,20,null
+	ncall mouse_ready_reconnection_by_button,positive		// press button less than 30-20=1000ms
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_bt_discovery_count
+	rtn
+
+mouse_select_device_button_down:
+	call mouse_select_device_ghost_check
+	rtn user
+	fetch 1,mem_select_device_button_statue
+	rtneq PB_BUTTON_STATE_DOWN
+	jam PB_BUTTON_STATE_DOWN,mem_select_device_button_statue
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY,mouse_long_button_bt_discovery
+	fetch 1,mem_mouse_direct_timer
+	rtn blank
+	fetch 1,mem_mouse_direct_timeout
+	store 1,mem_mouse_direct_timer
+	rtn
+
+mouse_select_device_ghost_check:
+	disable user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+	fetch 1,mem_mouse_lkey_press_status
+	rtn blank
+	fetch 1,mem_mouse_rkey_press_status
+	rtn blank
+	enable user
+	rtn
+	
+
+
+mouse_check_select_device_by_switch:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO,mouse_check_select_device_by_switch_gpio
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC,mouse_adc_read
+	rtn
+mouse_check_select_device_by_switch_gpio:	
+	fetcht 1,mem_device_switch_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_device_switch_gpio
+	call gpio_get_bit
+	branch mouse_check_select_24gdevice,true
+mouse_select_btdevice:
+	fetch 1,mem_device_flag
+	rtneq MODE_BT_DEVICE1
+	jam MODE_BT_DEVICE1,mem_device_flag
+	branch mouse_stop_bluetooth_mode
+	
+	
+mouse_check_select_24gdevice:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC,mouse_check_select_24g_device
+	fetch 6,mem_mouse_vdd_switch_gnd_full_vol
+	store 6,mem_mouse_vdd_calculate_set
+mouse_check_select_24g_device:	
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+	jam MODE_24G_DEVICE,mem_device_flag
+	branch mouse_24g_stop
+
+	
+
+mouse_ready_reconnection_by_button:
+	bpatch patch1b_7,mem_patch1b
+	fetch 1,mem_device_number
+	rtneq 1		// 1channel
+	call mouse_select_device_number
+	storet 1,mem_device_flag
+mouse_store_device_number_before_reset:	
+	jam 0,mem_link_key_exists
+	call mouse_select_device_enable
+	call mouse_stop_bluetooth_mode
+	call mouse_select_device_disable
+	jam 1,mem_mouse_need_soft_reset
+	branch mouse_store_device_info_delay
+
+
+mouse_soft_reset:
+	call mouse_select_device_enable
+	branch soft_reset_chip
+
+mouse_select_device_number:
+	fetcht 1,mem_device_flag
+	increase 1,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G,mouse_select_device_number_24g
+	sub temp,2,null
+	ncall mouse_select_device_count_clean_bt,positive
+	rtn
+	
+mouse_select_device_number_24g:	
+	fetch 1,mem_device_number
+	increase -1,pdata
+	isub temp,null
+	ncall mouse_select_device_count_clean_24g,positive
+	rtn
+
+mouse_select_device_count_clean_24g:
+	arg 0,temp
+	rtn
+mouse_select_device_count_clean_bt:
+	arg 1,temp
+	rtn
+
+
+mouse_store_device_number2eeprom:
+	arg 1,temp
+	arg mem_device_flag,rega
+	arg 0,regb
+	branch iicd_write_protect_eep_data
+		
+
+mouse_bt_button_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+	call mouse_select_device_by_pb_button
+	rtn
+
+
+
+
+mouse_select_device_enable:
+	arg MOUSE_SELECT_DEVICE_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_select_device_disable:
+	arg MOUSE_SELECT_DEVICE_FLAG,queue
+	branch mouse_disable_function_flag
+mouse_bt_cannel_reconn_enable:
+	arg MOUSE_BT_CANNEL_RECONN_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_bt_cannel_reconn_disable:
+	arg MOUSE_BT_CANNEL_RECONN_FLAG,queue
+	branch mouse_disable_function_flag
+mouse_bt_discovery_button_down_enable:
+	arg MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_bt_discovery_button_down_disable:
+	arg MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,queue
+	branch mouse_disable_function_flag
+
+mouse_adc_read_enable:
+	arg MOUSE_ENABLE_ADC,queue
+	branch mouse_enable_function_flag
+
+mouse_24g_set_250Hz:
+	arg MOUSE_ENABLE_24G_250Hz,queue
+	branch mouse_enable_function_flag
+
+mouse_24g_search_dongle_enable:
+	arg MOUSE_ENABLE_24G_SEARCH_DONGLE,queue
+	branch mouse_enable_function_flag
+	
+mouse_16M_enable:
+	arg MOUSE_ENABLE_16M,queue
+	branch mouse_enable_function_flag
+	
+mouse_dpi_4level_enable:
+	arg MOUSE_ENABLE_DPI_LEVEL_4,queue
+	branch mouse_enable_function_flag
+
+
+mouse_enable_function_flag:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	qset1 pdata
+	store MOUSE_FLAG_LEN,mem_mouse_flag
+	rtn
+
+mouse_disable_function_flag:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	qset0 pdata
+	store MOUSE_FLAG_LEN,mem_mouse_flag
+	rtn
+
+mouse_customer_key_enable:
+	arg MOUSE_ENABLE_KEYBOARD,queue
+	call mouse_enable_function_flag
+	setarg 0
+	store 8,mem_customer_key_press
+	store 8,mem_customer_key_release
+	fetch 1,mem_mouse_enable_flag	// 00--win+d     01--ctrl+alt+a    02--AC home    03--play
+	and pdata,0xc0,pdata
+	beq 0x40,mouse_customer_key_ctrl_alt_a
+	beq 0x80,mouse_customer_AC_home
+	beq 0xc0,mouse_customer_key_play
+	setarg 0x070008
+mouse_customer_standrad_key_set:	
+	store 8,mem_customer_key_press+1		// win + d
+	rtn
+
+mouse_customer_key_ctrl_alt_a:
+	setarg 0x040005
+	branch mouse_customer_standrad_key_set
+
+	
+mouse_customer_AC_home:
+	setarg 0x022303
+mouse_customer_media_key_set:	
+	store 8,mem_customer_key_press
+	setarg 0x03
+	store 8,mem_customer_key_release
+	rtn
+	
+mouse_customer_key_play:
+	setarg 0x00cd03
+	branch mouse_customer_media_key_set
+
+	
+
+
+
+	
+mouse_polling_device:
+	bpatch patch1c_0,mem_patch1c
+	fetch 1,mem_reconn_times
+	increase -1,pdata
+	store 1,mem_reconn_times
+	fetcht 1,mem_device_flag
+	sub temp,1,null
+	ncall mouse_select_device_number,zero
+	storet 1,mem_device_flag
+	jam 0,mem_link_key_exists
+	call mouse_store_device_number2eeprom
+	call mouse_before_store_reconn_info
+	branch mouse_start_reconnect_device
+	
+
+
+//notice: need to call p_mouse_drawing_optima_init when waked from mult
+mouse_drawing_optima:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_SMOOTHER
+	fetch 4,mem_mouse_x
+	rtn blank
+	call mouse_data_abs_check
+	setarg 0x03	//asm_flag enable condition
+	call mouse_pdata_greater_than_check
+	call mouse_disable_asm,blank
+	ncall mouse_enable_asm,blank
+	setarg 0x02	//asm_flag disable condition
+	call mouse_data_less_than_check
+	call mouse_disable_asm,blank
+	fetch 1,mem_mouse_asm_flag
+	beq 1,mouse_drawing_optima_modify
+mouse_drawing_optima_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_SMOOTHER
+	arg 5,loopcnt
+	arg mem_mouse_asm_flag,contw
+	branch clear_mem
+
+mouse_drawing_optima_modify:
+	call mouse_drawing_optima_xy_offset_modify
+	fetch 2,mem_mouse_x_pre
+	store 2,mem_data_pre
+	fetch 2,mem_mouse_x
+	store 2,mem_data_current
+	call mouse_drawing_optima_data_x
+	fetch 2,mem_data_pre
+	store 2,mem_mouse_x_pre
+	fetch 2,mem_data_current
+	store 2,mem_mouse_x
+
+	fetch 2,mem_mouse_y_pre
+	store 2,mem_data_pre
+	fetch 2,mem_mouse_y
+	store 2,mem_data_current
+	call mouse_drawing_optima_data_y
+	fetch 2,mem_data_pre
+	store 2,mem_mouse_y_pre
+	fetch 2,mem_data_current
+	store 2,mem_mouse_y
+	rtn
+
+mouse_drawing_optima_xy_offset_modify:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_XY_OFFSET
+	fetch 2,mem_mouse_x_pre
+	store 2,mem_data_value
+	call mouse_pre_xy_data_judge
+	store 2,mem_mouse_x_pre
+	fetch 2,mem_mouse_x
+	store 2,mem_data_value
+	call mouse_current_xy_data_judge
+	store 2,mem_mouse_x
+	fetch 2,mem_mouse_y_pre
+	store 2,mem_data_value
+	call mouse_pre_xy_data_judge
+	store 2,mem_mouse_y_pre
+	fetch 2,mem_mouse_y
+	store 2,mem_data_value
+	call mouse_current_xy_data_judge
+	store 2,mem_mouse_y
+	rtn
+
+mouse_pre_xy_data_judge:	
+	fetch 1,mem_data_value+1
+	branch mouse_pre_xy_pdata_offset,blank
+	branch mouse_pre_xy_ndata_offset
+
+mouse_pre_xy_pdata_offset:
+	fetch 1,mem_data_value
+	call mouse_pre_xy_get_0_4_times
+	store 1,mem_data_value
+mouse_xy_data_offset_new:
+	fetch 2,mem_data_value
+	rtn
+mouse_pre_xy_ndata_offset:
+	fetch 1,mem_data_value
+	call mouse_pdata_invert
+	call mouse_pre_xy_get_0_4_times
+	call disable_blank,blank
+	call mouse_pdata_get_new_value
+	branch mouse_xy_data_offset_new
+	
+mouse_current_xy_data_judge:
+	fetch 1,mem_data_value+1
+	branch mouse_current_xy_pdata_offset,blank
+	branch mouse_current_xy_ndata_offset
+mouse_current_xy_pdata_offset:
+	fetch 1,mem_data_value
+	call mouse_current_xy_get_0_6_times
+	store 1,mem_data_value
+	branch mouse_xy_data_offset_new
+mouse_current_xy_ndata_offset:	
+	fetch 1,mem_data_value
+	call mouse_pdata_invert
+	call mouse_current_xy_get_0_6_times
+	call disable_blank,blank
+	call mouse_pdata_get_new_value
+	branch mouse_xy_data_offset_new
+	
+mouse_pre_xy_get_0_4_times:
+	mul32 pdata,4,pdata
+	div pdata,5
+	call wait_div_end
+	quotient pdata
+	rtn
+mouse_current_xy_get_0_6_times:	//0.6 times
+	mul32 pdata,12,pdata
+	div pdata,10
+	call wait_div_end
+	quotient pdata
+	rtn	
+	
+mouse_drawing_optima_data_x:
+	fetch 2,mem_data_pre
+	fetcht 2,mem_data_current
+	iadd temp,pdata
+	fetcht 1,mem_mouse_data_xtemp
+	iadd temp,pdata
+	and pdata,0x01,temp
+	storet 1,mem_mouse_data_xtemp
+	branch mouse_drawing_optima_data
+
+mouse_drawing_optima_data_y:
+	fetch 2,mem_data_pre
+	fetcht 2,mem_data_current
+	iadd temp,pdata
+	fetcht 1,mem_mouse_data_ytemp
+	iadd temp,pdata
+	and pdata,0x01,temp
+	storet 1,mem_mouse_data_ytemp
+	branch mouse_drawing_optima_data
+
+mouse_drawing_optima_data:
+	store 3,mem_data_sum
+	isolate1 16,pdata
+	branch mouse_data_sum_overflow,true
+	fetch 1,mem_data_sum+1
+	beq 0xff,mouse_data_sum_n
+	fetch 1,mem_data_sum
+mouse_data_store_pre:
+	rshift pdata,pdata
+	store 2,mem_data_pre
+	store 2,mem_data_current
+	rtn
+mouse_data_sum_overflow:
+	fetch 1,mem_data_sum+1	//sum positive
+	beq 0,mouse_data_sum_overflow_p
+	fetch 3,mem_data_sum	
+	branch mouse_data_store_pre
+mouse_data_sum_overflow_p:
+	jam 0,mem_data_sum+2
+	fetch 1,mem_data_sum
+	branch mouse_data_store_pre
+
+mouse_data_sum_n:
+	fetch 1,mem_data_sum	//sum negetive
+	call mouse_pdata_get_half
+	store 1,mem_data_pre
+	store 1,mem_data_current
+	branch mouse_data_zero,blank
+	setarg 0xff
+mouse_data_set_direction:	
+	store 1,mem_data_pre+1
+	store 1,mem_data_current+1
+	rtn
+mouse_data_zero:
+	setarg 0
+	branch mouse_data_set_direction
+
+mouse_pdata_get_half:
+	call mouse_pdata_invert
+	rshift pdata,pdata
+mouse_pdata_get_new_value:	
+	call mouse_rega_in_out
+	sub pdata,0,pdata
+	store 1,mem_data_value	
+	rtn
+
+mouse_pdata_invert:
+	sub pdata,0,pdata
+mouse_rega_in_out:	
+	store 1,mem_rega
+	fetch 1,mem_rega
+	rtn
+
+mouse_disable_asm:
+	jam 0,mem_mouse_asm_flag
+	rtn
+mouse_enable_asm:
+	jam 1,mem_mouse_asm_flag
+	rtn
+
+//rega mouse_x, regb mouse_y, pdata refer
+mouse_pdata_greater_than_check:
+	isub rega,null
+	nbranch disable_blank,positive
+	isub regb,null
+	nbranch disable_blank,positive
+	branch enable_blank
+mouse_data_less_than_check:
+	isub rega,null
+	nrtn positive
+	isub regb,null
+	nrtn positive
+	branch enable_blank
+
+mouse_data_abs_check:
+	fetch 2,mem_mouse_x
+	call mouse_data_abs
+	copy pdata,rega
+	fetch 2,mem_mouse_y
+	call mouse_data_abs
+	copy pdata,regb
+	rtn
+
+mouse_data_abs:
+	store 2,mem_data_current
+	fetch 1,mem_data_current+1
+	beq 0xff,mouse_data_reversal
+	fetch 1,mem_data_current
+mouse_data_abs_store:
+	and_into 0xff,pdata
+	//output:pdata
+	rtn
+mouse_data_reversal:
+	fetch 2,mem_data_current
+	sub pdata,0,pdata
+	branch mouse_data_abs_store
+
+mouse_24g_long_sleep_param_update_timer:
+	arg mem_24g_long_sleep_param_update_timer,regc
+	arg mouse_24g_long_sleep_normal_param,regb
+	branch timer_single_step
+mouse_24g_long_sleep_normal_param:
+	fetch 4,mem_24g_long_sleep_set1
+	store 4,mem_24g_enter_hibernate
+	jam 1,mem_mouse_long_mult_flag
+	rtn
+
+
+mouse_24g_long_sleep_set:
+	beq 0x00,mouse_24g_long_sleep_set_30ms
+	beq 0x01,mouse_24g_long_sleep_set_50ms
+	beq 0x02,mouse_24g_long_sleep_set_80ms
+	beq 0x03,mouse_24g_long_sleep_set_100ms
+mouse_24g_long_sleep_set_80ms:
+	setarg 0x0ea600
+mouse_24g_long_sleep_set_end:	
+	store 4,mem_24g_long_sleep_set1
+	rtn
+mouse_24g_long_sleep_set_30ms:
+	setarg 0x05e740
+	branch mouse_24g_long_sleep_set_end
+mouse_24g_long_sleep_set_50ms:
+	setarg 0x0927c0
+	branch mouse_24g_long_sleep_set_end
+mouse_24g_long_sleep_set_100ms:
+	setarg 0x124f80
+	branch mouse_24g_long_sleep_set_end
+
+	
+
+mouse_24g_hibernate_set:
+	jam 0,mem_24g_attempt_fail_flag
+	call g24_transmit_next_packet
+	setarg -1
+	store 4,mem_24g_enter_hibernate
+	setarg 0
+	store 7,mem_mouse_key
+	jam 1,mem_sensor_shutdown_flag
+	call mouse_sensor_powerdown
+	call mouse_setgpio_hibernate
+	branch g24_long_sleep
+
+mouse_wakeup_24g:
+	fetch 1,mem_sensor_shutdown_flag
+	ncall mouse_init_sensor_wakeup,blank
+	jam 0,mem_sensor_shutdown_flag
+	branch g24_transmit_no_ack
+
+mouse_24g_transmit_start:
+	fetch 1,mem_sensor_shutdown_flag
+	nbranch g24_short_sleep,blank
+	branch g24_transmit_start_next
+
+
+mouse_24g_stop:
+	set0 mark_24g,mark
+	jam STATE_24G_STOP,mem_24g_conn_sm
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	branch mouse_disable_function_flag
+
+
+mouse_24g_start_mode:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G,mouse_24g_mode_setup_error
+	call mouse_wakeup_from_power_check	// wake from hibernate :enble user
+	branch mouse_24g_reconn_dongle_start,user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_reconn_general_dongle
+	bbit0 MOUSE_ENABLE_24G_POWER_ON_PAIRING,mouse_24g_reconn_general_dongle
+	call mouse_key_check_once
+	and pdata,0x07,pdata
+	fetcht 1,mem_mouse_commbination_key_24g
+	isub temp,null
+	branch mouse_24g_start_pair_mode,zero
+	branch mouse_24g_reconn_general_dongle
+
+mouse_24g_mode_setup_error:
+	fetch 1,mem_reconn_times
+	nbranch mouse_polling_device,blank
+	rtn
+
+mouse_24g_reconn_dongle_start:
+	fetch 2,mem_24g_reconn_timeout_init
+	store 2,mem_24g_reconn_timeout
+	jam RECEIVER_AND_3_0_ADDR,mem_24g_reconn_type
+	branch g24_reconn_start
+
+
+mouse_24g_first_start_auto_pair_mode:
+	call mouse_wakeup_from_power_check
+	branch mouse_24g_first_start_reconn,user  	// wake from hibernate :enble user
+mouse_24g_reconn_general_dongle:	
+	jam MODE_24G_DEVICE,mem_device_flag
+	fetch 2,mem_mouse_24g_power_on_fast_conn_timer
+	store 2,mem_24g_reconn_timeout
+	jam FAST_CONN_AND_3_0_ADDR,mem_24g_reconn_type
+	branch g24_reconn_start
+
+mouse_24g_start_auto_pair:
+	call mouse_discover_setting_led_gpio
+	fetch 2,mem_24g_pair_timeout_init
+	store 2,mem_24g_reconn_timeout
+	jam PAIR_AND_3_0_ADDR,mem_24g_reconn_type
+	branch g24_reconn_start
+
+
+mouse_24g_first_start_reconn:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_reconn_dongle_start
+	call mouse_bluetooth_fast_conn_disable
+	branch mouse_24g_first_bluetooth_reconnect
+	
+mouse_24g_first_bluetooth_reconnect:
+	call mouse_24g_stop
+	call mouse_device_led_all_off
+	jam MODE_BT_DEVICE1,mem_device_flag
+	call mouse_select_reconn_device
+	branch mouse_start_reconnect_device
+
+mouse_24g_first_bb_event_reconn_timeout:
+	call mouse_wakeup_from_power_check
+	branch mouse_app_enter_hibernate,user
+	branch mouse_start_discovery
+
+
+mouse_24g_first_store_reconn_info:
+	call mouse_wakeup_from_power_check
+	rtn user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_store_device_info_delay
+	rtn
+
+mouse_24g_start_pair_mode:
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	call mouse_enable_function_flag
+	setarg 0
+	store 2,mem_24g_reconn_timeout	
+	call mouse_stop_discovery
+	call mouse_low_voltage_led_blink_disable
+	call mouse_discover_setting_led_gpio
+	jam TYPE_MS,mem_24g_data_type
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,g24_pair_start
+	jam TYPE_KB,mem_24g_data_type
+	branch g24_pair_start
+
+	
+mouse_24g_attempt_fail:
+	fetch 1,mem_24g_attempt_fail_flag
+	nbranch mouse_24g_hibernate_set,blank
+	fetch 1,mem_24g_reconn_type
+	beq FAST_CONN_AND_3_0_ADDR,mouse_24g_fast_conn_attempt_fail
+	beq PAIR_AND_3_0_ADDR,mouse_24g_auto_pair_attempt_fail
+	beq RECEIVER_AND_3_0_ADDR,mouse_reconn_dongle_attempt_fail
+mouse_24g_attempt_fail_enter_hibernate:
+	call mouse_device_led_off
+	call mouse_24g_stop
+	fetch 1,mem_reconn_times
+	nbranch mouse_polling_device,blank
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_app_enter_hibernate
+	rtn
+
+mouse_24g_fast_conn_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_start_auto_pair
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_start_auto_pair
+	branch mouse_24g_reconn_dongle_start
+
+
+mouse_24g_auto_pair_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate
+	fetch 1,mem_device_number
+	beq 1,mouse_24g_attempt_fail_enter_hibernate		//24g first mode and only 2.4g device
+	branch mouse_24g_first_bluetooth_reconnect
+
+mouse_reconn_dongle_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_FLASH,mouse_24g_attempt_fail_enter_hibernate
+	branch mouse_24g_start_auto_pair+1
+
+		
+mouse_24g_attempt_success:
+	call mouse_init_sensor_reset
+	jam 0,mem_mouse_long_mult_flag
+	jam 0,mem_24g_conn_sm
+	jam 0,mem_24g_reconn_type
+	fetch 4,mem_24g_receiver_addr
+	fetch 4,mem_24g_fast_conn_addr
+	isub temp,null
+	rtn zero
+	branch mouse_24g_first_store_reconn_info
+	
+mouse_24g_pairing_complete:
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	call mouse_disable_function_flag
+	call mouse_device_poweron_timer_init
+	setarg 0
+	store 2,mem_24g_pair_timeout
+	store 2,mem_24g_reconn_timeout
+	store 1,mem_24g_conn_sm
+	store 1,mem_mouse_move_flag
+	store 1,mem_24g_reconn_type
+
+	call mouse_init_sensor_reset
+	call mouse_read_sensor_common
+	fetch 4,mem_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_mouse_24g_addr
+	branch mouse_store_device_info_delay
+
+mouse_24g_package_data:
+	rtnmark0 mark_24g
+	call mouse_motion
+	nrtn user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,mouse_24g_mouse_package_data
+	fetch 1,mem_customer_key
+	nbranch mouse_24g_keyboard_package_data,blank
+mouse_24g_mouse_package_data:
+	call mouse_data_xy_release
+	fetch 1,mem_24g_data_type
+	bbit1 1,mouse_24g_mouse_package_data_now	// last package is keyboard data
+	fetcht 1,mem_24g_txbuf+1
+	fetch 1,mem_mouse_key
+	ior temp,pdata
+	store 1,mem_mouse_key
+	fetcht 1,mem_24g_txbuf+6
+	fetch 1,mem_mouse_z
+	iadd temp,pdata
+	store 1,mem_mouse_z
+	fetcht 1,mem_24g_txbuf+7
+	fetch 1,mem_mouse_tz
+	iadd temp,pdata
+	store 1,mem_mouse_tz	
+mouse_24g_mouse_package_data_now:	
+	jam TYPE_MS,mem_24g_data_type
+	arg 7,rega	//length
+	arg mem_mouse_key,regb //tx buff
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_250Hz,g24_transmit_by_interrupt_enable
+	fetch 2,mem_mouse_z
+	rtn blank
+	branch g24_transmit_by_interrupt_enable
+
+mouse_24g_keyboard_package_data:
+	jam TYPE_KB,mem_24g_data_type
+	arg 9,rega	//length
+	fetch 1,mem_customer_data_trigger
+	nbranch mouse_customer_key_press,blank
+	arg mem_customer_key_release,regb	//tx buff
+	rtn
+mouse_customer_key_press:
+	arg mem_customer_key_press,regb
+	rtn
+
+
+
+
+
+mouse_24g_search_dongle_init:
+	setarg 0
+	store 3,mem_mouse_search_dongle_action
+	rtn
+
+mouse_24g_search_dongle:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_24G_SEARCH_DONGLE
+	fetch 1,mem_mouse_long_mult_flag
+	rtn blank
+	fetch 1,mem_24g_abort_pac
+	rtn blank
+	fetch 1,mem_mouse_search_dongle_interval
+	increase 1,pdata
+	and_into 3,pdata
+	store 1,mem_mouse_search_dongle_interval
+	nrtn blank	//400ms
+	jam 0,mem_mouse_search_dongle_ch
+mouse_24g_search_dongle_loop:
+	fetch 1,mem_mouse_search_dongle_ch
+	increase 1,pdata
+	store 1,mem_mouse_search_dongle_ch
+	sub pdata,G24_CH_NUMBER,null
+	nbranch mouse_24g_search_dongle_loop_end,positive
+	call g24_reconn_data_prep
+	call g24_transmit_receive_ack
+	nbranch mouse_24g_search_dongle_loop_retry,sync
+	nbranch mouse_24g_search_dongle_loop_retry,user3
+	call mouse_24g_search_dongle_success
+mouse_24g_search_dongle_loop_end:
+	call g24_txbuf_clear
+	fetch 1,mem_mouse_search_dongle_count
+	increase 1,pdata
+	store 1,mem_mouse_search_dongle_count
+	beq G24_CH_POLL_COUNT,mouse_24g_search_dongle_check
+	rtn
+
+mouse_24g_search_dongle_loop_retry:
+	call g24_ch
+	branch mouse_24g_search_dongle_loop
+
+mouse_24g_search_dongle_check:
+	jam 0,mem_mouse_search_dongle_count
+	fetch 1,mem_mouse_search_dongle_action
+	rtnbit1 G24_DISCONN_STATE
+	set1 G24_DISCONN_STATE,pdata
+	store 1,mem_mouse_search_dongle_action
+	fetch 2,mem_mouse_24g_search_dongle_time_init		//3min
+	store 2,mem_mouse_no_data_timer
+	branch mouse_sensor_powerdown
+
+mouse_24g_search_dongle_success:
+	fetch 1,mem_24g_abort_pac
+	branch mouse_24g_search_dongle_init,blank
+	jam 0,mem_mouse_search_dongle_count
+	fetch 1,mem_mouse_search_dongle_action
+	rtnbit0 G24_DISCONN_STATE
+	set0 G24_DISCONN_STATE,pdata
+	store 1,mem_mouse_search_dongle_action
+	call mouse_no_data_timer_init
+	branch mouse_init_sensor_wakeup
+
+
+
+
+
+
+mouse_device_poweron_timer:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_POWER_ON_LED
+	fetch 1,mem_mouse_device_poweron_timer_count
+	rtn blank
+	increase -1,pdata
+	store 1,mem_mouse_device_poweron_timer_count
+	branch mouse_device_led_off,blank
+	branch mouse_device_led_on
+	
+mouse_device_poweron_timer_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_POWER_ON_LED
+	call mouse_low_voltage_led_blink_disable
+	fetch 1,mem_mouse_device_poweron_timer_count_init
+	store 1,mem_mouse_device_poweron_timer_count
+	rtn	
+
+	
+mouse_discover_setting_led_gpio:
+	jam 0,mem_mouse_device_poweron_timer_count
+	fetch 2,mem_mouse_disconvey_led_blink_time
+	store 2,mem_mouse_on_time
+	store 2,mem_mouse_off_time	
+mouse_setting_led_gpio_comman:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_led_24g
+	beq MODE_BT_DEVICE1,mouse_device_led_bt1
+	beq MODE_BT_DEVICE2,mouse_device_led_bt2
+	rtn
+mouse_device_led_24g:
+	fetch 1,mem_config_device_24g_led_gpio
+	branch mouse_led_blink
+mouse_device_led_bt1:
+	fetch 1,mem_config_device_bt1_led_gpio
+	branch mouse_led_blink
+mouse_device_led_bt2:
+	fetch 1,mem_config_device_bt2_led_gpio
+mouse_led_blink:
+	store 1,mem_temp
+	call mouse_device_led_off
+	fetch 1,mem_temp
+	store 1,mem_mouse_struct_led_gpio
+	arg 0,rega
+	jam UI_LED_STATE_BLINK_START,mem_mouse_led_type
+	branch ui_led_blink_start_global
+
+
+mouse_dpi_led_blink_delay:
+	fetch 1,mem_dpi_led_gpio
+	rtneq GPIO_DISABLE
+	fetch 2,mem_mouse_discovery_timer
+	nrtn blank
+	fetch 2,mem_24g_pair_timeout
+	nrtn blank
+	fetch 2,mem_24g_reconn_timeout
+	nrtn blank
+	fetch 1,mem_mouse_device_poweron_timer_count
+	nrtn blank
+	fetch 1,mem_mouse_dpi_led_delay_count_init
+	branch mouse_dpi_led_blink_init,blank
+	store 1,mem_mouse_dpi_led_delay_count  //delay 1s led blink
+	rtn
+
+
+mouse_dpi_led_blink_delay_timer:
+	arg mem_mouse_dpi_led_delay_count,regc
+	arg mouse_dpi_led_blink_init,regb
+	branch timer_single_step	
+	
+mouse_dpi_led_blink_init:
+	fetch 1,mem_dpi_led_gpio
+	store 1,mem_mouse_struct_led_gpio
+	fetch 2,mem_mouse_dpi_led_blink_time
+	store 2,mem_mouse_on_time
+	store 2,mem_mouse_off_time
+	arg 0,rega
+	fetcht 1,mem_mouse_dpi
+	increase 1,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_DPI_LEVEL_4,mouse_dpi_led_blink_init_end
+	increase 1,temp
+	sub temp,4,null
+	ncall mouse_dpi_led_blink_count_clean,positive		// blink count:2 3 4 1
+mouse_dpi_led_blink_init_end:	
+	storet 1,mem_mouse_blink_count
+	jam UI_LED_STATE_BLINK_START,mem_mouse_led_type
+	rtn
+
+mouse_dpi_led_blink_count_clean:
+	arg 1,temp
+	rtn
+
+mouse_check_dpi_blink:
+	disable user
+	fetch 1,mem_dpi_led_gpio
+	fetcht 1,mem_mouse_struct_led_gpio
+	isub temp,null
+	nrtn zero
+	fetch 1,mem_mouse_blink_count
+	rtn blank
+	jam 0,mem_adc_low_volatage_led_blink_enable
+	enable user
+	rtn
+
+mouse_device_led_all_off:
+	call mouse_dpi_led_off
+	call mouse_device_24g_led_off
+	call mouse_device_bt1_led_off
+	branch mouse_device_bt2_led_off
+
+mouse_device_led_off:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_24g_led_off
+	beq MODE_BT_DEVICE1,mouse_device_bt1_led_off
+	beq MODE_BT_DEVICE2,mouse_device_bt2_led_off
+	rtn
+
+mouse_device_24g_led_off:
+	jam 0,mem_24g_device_led_status
+	fetcht 1,mem_config_device_24g_led_gpio
+	branch mouse_led_off
+
+mouse_device_bt1_led_off:
+	fetcht 1,mem_config_device_bt1_led_gpio
+	branch mouse_led_off
+	
+mouse_device_bt2_led_off:
+	fetcht 1,mem_config_device_bt2_led_gpio
+	branch mouse_led_off
+
+mouse_dpi_led_off:
+	fetcht 1,mem_dpi_led_gpio
+	branch mouse_led_off
+
+mouse_device_led_on:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_24g_led_on
+	beq MODE_BT_DEVICE1,mouse_device_bt1_led_on
+	beq MODE_BT_DEVICE2,mouse_device_bt2_led_on
+	rtn
+
+mouse_device_24g_led_on:
+	fetcht 1,mem_config_device_24g_led_gpio
+	branch mouse_led_on
+mouse_device_bt1_led_on:
+	fetcht 1,mem_config_device_bt1_led_gpio
+	branch mouse_led_on
+mouse_device_bt2_led_on:
+	fetcht 1,mem_config_device_bt2_led_gpio
+	branch mouse_led_on
+
+mouse_led_off:
+	bpatch patch1c_1,mem_patch1c
+	storet 1,mem_mouse_struct_led_gpio
+	arg 0,rega
+	branch ui_led_off_global
+mouse_led_on:
+	bpatch patch1c_2,mem_patch1c
+	storet 1,mem_mouse_struct_led_gpio
+	arg 0,rega
+	branch ui_led_on_global
+
+mouse_ui_led_off_static:
+	fetch 1,mem_config_device_24g_led_gpio
+	isub temp,null
+	call mouse_clear_24g_led_statue,zero
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_4_LED,gpio_out_inactive
+	call mouse_check_bt2_led_off
+	call mouse_check_dpi_led_off
+	call mouse_check_low_v_led_off
+	fetch 1,mem_mouse_led_off_4_led
+	branch gpio_out_inactive,blank
+	jam 0,mem_mouse_led_off_4_led
+	branch gpio_set_high_impedance
+
+mouse_ui_led_on_static:
+	fetch 1,mem_config_device_24g_led_gpio
+	isub temp,null
+	call mouse_set_24g_led_statue,zero
+	branch gpio_out_active 
+
+
+mouse_check_bt2_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_BT2_FOR_4_LED
+	fetch 1,mem_config_device_bt2_led_gpio
+	branch mouse_check_1gpio_2led_off
+mouse_check_dpi_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DPI_FOR_4_LED
+	fetch 1,mem_dpi_led_gpio
+	branch mouse_check_1gpio_2led_off
+mouse_check_low_v_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_LOW_V_FOR_4_LED
+	fetch 1,mem_config_low_voltage_alarm_gpio
+mouse_check_1gpio_2led_off:
+	isub temp,null
+	nrtn zero
+	jam 1,mem_mouse_led_off_4_led
+	rtn
+
+mouse_clear_24g_led_statue:
+	jam 0,mem_24g_device_led_status
+	rtn
+
+mouse_set_24g_led_statue:
+	jam 1,mem_24g_device_led_status
+	rtn
+
+mouse_low_voltage_led_timer:
+	fetch 2,mem_mouse_discovery_timer
+	nrtn blank
+	fetch 2,mem_24g_pair_timeout
+	nrtn blank
+	fetch 2,mem_24g_reconn_timeout
+	nrtn blank
+	fetch 1,mem_mouse_device_poweron_timer_count
+	nrtn blank
+	call mouse_check_dpi_blink
+	rtn user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_LOW_VOLTAGE_LED
+	rtnbit0 MOUSE_LOW_VOLTAGE_FLAG
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND,mouse_low_voltage_led_blink_new_data
+	fetch 1,mem_adc_low_volatage_led_timer_count
+	increase 1,pdata
+	store 1,mem_adc_low_volatage_led_timer_count
+	sub pdata,20,null
+	ncall mouse_adc_low_volatage_led_timer_count_clean,positive
+	beq 2,mouse_low_voltage_led_on
+	beq 4,mouse_low_voltage_led_off
+	beq 6,mouse_low_voltage_led_on
+	beq 8,mouse_low_voltage_led_off
+	rtn
+mouse_adc_low_volatage_led_timer_count_clean:
+	jam 1,mem_adc_low_volatage_led_timer_count
+	branch mouse_low_voltage_led_off
+mouse_low_voltage_led_on:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED,mouse_device_led_on
+	fetch 1,mem_config_low_voltage_alarm_gpio
+	rtneq GPIO_DISABLE
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	branch mouse_led_on
+mouse_low_voltage_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED,mouse_device_led_off
+	fetch 1,mem_config_low_voltage_alarm_gpio
+	rtneq GPIO_DISABLE
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	branch mouse_led_off
+
+mouse_low_voltage_led_blink_new_data:
+	fetch 2,mem_mouse_no_data_timeout
+	fetcht 2,mem_mouse_no_data_timer
+	isub temp,temp
+	fetch 2,mem_adc_low_volatage_led_blink_timer
+	isub temp,null
+	nbranch mouse_low_voltage_led_blink_disable,positive
+	fetch 1,mem_adc_low_volatage_led_blink_enable
+	nrtn blank
+	jam 1,mem_adc_low_volatage_led_blink_enable
+	branch mouse_low_voltage_led_blink_init
+	
+mouse_low_voltage_led_blink_init:
+	fetch 2,mem_mouse_low_v_led_blink_time
+	store 2,mem_mouse_on_time
+	store 2,mem_mouse_off_time
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED,mouse_setting_led_gpio_comman
+	fetch 1,mem_config_low_voltage_alarm_gpio
+	rtneq GPIO_DISABLE
+	branch mouse_led_blink
+
+mouse_low_voltage_led_blink_disable:
+	jam 0,mem_adc_low_volatage_led_blink_enable
+	branch mouse_low_voltage_led_off
+
+
+mouse_low_voltage_led_no_enter_lpm:	
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_LOW_VOLTAGE_LED
+	rtnbit0 MOUSE_LOW_VOLTAGE_FLAG
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND,mouse_low_voltage_led_no_enter_lpm_blink
+	fetch 1,mem_adc_low_volatage_led_timer_count
+	sub pdata,10,null
+	branch mouse_lpm_mode_clear,positive
+mouse_low_voltage_led_no_enter_lpm_next:	
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,g24_transmit_by_interrupt_exit_check
+	jam 1,mem_lpm_mode
+	rtn
+
+g24_transmit_by_interrupt_exit_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag	
+	rtnbit1 MOUSE_ENABLE_24G_250Hz	
+	branch g24_transmit_by_interrupt_exit
+
+mouse_lpm_mode_clear:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,g24_transmit_by_interrupt_enable
+	jam 0,mem_lpm_mode
+	rtn
+
+mouse_low_voltage_led_no_enter_lpm_blink:
+	fetch 1,mem_adc_low_volatage_led_blink_enable
+	nbranch mouse_lpm_mode_clear,blank
+	branch mouse_low_voltage_led_no_enter_lpm_next
+	
+	
+	
+mouse_store_signal_rssi:
+	call rssi_hex2dec
+	fetch 1,mem_rssi
+	branch rssi_signal
+
+mouse_le_transmit:
+	call mouse_store_signal_rssi
+	branch power_ctrl_start
+
+mouse_bt_slave_match:
+	call mouse_store_signal_rssi
+	fetch 1,mem_state
+	isolate1 state_inconn,pdata
+	nrtn true
+	fetch 1,mem_arq
+	isolate1 wack,pdata
+	call power_ctrl_pac_succ_decrs,true
+	ncall power_ctrl_pac_succ_incrs,true
+	branch power_ctrl_start
+
+mouse_le_set_lpm_mult:
+	fetch 1,mem_le_connect_status_flag
+	compare 3,pdata,3
+	nbranch disable_blank,true
+	call app_lpm_mult_enable
+	branch enable_blank
+
+mouse_bt_set_lpm_mult:
+	call l2cap_malloc_is_fifo_empty
+	nrtn blank
+	jam 1,mem_current_sniff_attempt
+	jam 0,mem_current_sniff_timeout
+	branch enable_blank
+
+mouse_set_lpm_mult:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,mouse_le_set_lpm_mult
+	branch mouse_bt_set_lpm_mult
+
+
+
+
+
Index: output/bt_program23.rom
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/bt_program23.rom	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/bt_program23.rom	(working copy)
@@ -0,0 +1,18880 @@
+11000010100001000000000000100001
+11000000000000000000000000110001
+11000000000000011000000001011101
+11000000010000010000000100100010
+11000000010000011000000001110000
+11000000010000100000000001110111
+11000000010001010000000010011101
+11000000010001011000000100010101
+11000000010001100000000010000101
+11000000010011111000000100101001
+11000000010101110000000100101011
+11000000011000011000001100101111
+11000000011000100000000000110110
+11000000011000111000001000111111
+11000000011001001000001001000101
+11000000011001010000001001111000
+11000000011001100000000011000011
+11000000011001110000010100011001
+11000000011001111000010111101110
+11000000011010000000001100111111
+11000000011010001000010101010101
+11000000011010011000001101010110
+11000000011010100000010100111101
+11000000011010110000001010011011
+11000000011011001000001110000100
+11000000011011010000010010100011
+11000000011011011000010010101101
+11000000011011110000010110001101
+11000000011011111000000001010000
+11000000011100001000000001001000
+11000000011100010000000001000100
+11000000011101000000010010110100
+00100000001000000001001101111100
+11000000000011010000010011001000
+11000000000100000000000001000010
+11000000000110011000000010100011
+11000000000110100000000010101000
+11000000010000111000010010110000
+11000000010100001000010011010010
+11000000010100011000010011011100
+11000000010110101000010011011110
+11000000011000000000010011101000
+11000000011011101000001100101011
+11000000011100010000001011110111
+11000000011101001000001011111111
+11000000011101010000000111100111
+11000000011101100000010100001110
+11000000011101101000011000011110
+00100000001000000001001101111100
+00100000100000000000000000000000
+00100000010000000011000011110011
+00100100010101011000000001001100
+00100000010000000011101111111101
+00100000001000000000100000000100
+00100000010000000000001111011000
+11011010001000000100100100111001
+01101111111000001100100100111000
+00011111111000001111111111111111
+00011111111011111111111000011101
+10011010001000001010001000000000
+11101111111000001000000000010001
+01100111111000001100010010000010
+01101111111000001100010010000010
+11000000000110011011110101101111
+11000000000110100011110101111011
+00100000001000000100001011101011
+01101111111000001100100100011111
+00100000001000000101101011111000
+00011000010000100111111000000000
+11000001011111111000000000000000
+00011111111000100000010000000000
+00100000001000000100100100110000
+00011000010000100111111000000000
+11000001011111111000000000000000
+00011111111000100000010000000000
+00100000001000000100100100101100
+01101111111000001100101110101111
+00100100011110100000000000000000
+01110000010001001000110000000000
+00100000011000000000000000000000
+01101111111000001100101110110100
+11000001000000001000000000000000
+00100000010000000100011011000010
+01100000010010001100100100111000
+00100000010000000000001111111000
+00100000010000000000000100001011
+01110000010000011100101000000000
+00100000010000000100011011011010
+00100000010000000000000001011010
+00100000001000000100011010111101
+01101111111000010100011110001100
+11000011100000111000000000000000
+00100000001000000100001100011000
+00100000010000000111000001101100
+00100000010000000111010110010111
+00100000010000000110111010100111
+00100000010000000001101110010010
+00100000010000000000100000111010
+00100000010000000000000001100100
+00100000001000000000100000011010
+00100000010000000000000001100110
+00100000001000000011000100001001
+00100000010000000000000001101000
+00100000001000000111100001010000
+01101111111000001100010010001100
+00100000011110100000000000000000
+01101111111000010100010010001101
+00011111111000100010010000000000
+00011010010000001010010000000010
+11101111111000001000000000010010
+11000001011111111000000000000000
+00100000001000000111100000010011
+01110000100010010000000000000101
+00100000000000000000000000000010
+01110000100010010000000000000000
+01101111111000001100000011000101
+11000000000011000001000101101000
+01110000100010101000011100101001
+00100000001000000001000101111101
+00100000010000000001000110010000
+01011000000000000111011001110110
+01100111111100010000100101101000
+00100000011000000000000000000000
+11000110100100110000000000000000
+01101111111000100100100010010001
+01101000010010100100100010001101
+10011000010001100111110000000000
+00100000001000101000000010000010
+01110000010000011110101011111111
+00100000011000000000000000000000
+01110000010000011110101000000000
+01110000010000011110100010010001
+00100000011000000000000000000000
+01101111111100001000100110100010
+00101111111011111111111000000110
+01111001001000001111111000000111
+01100111111000001100000111101001
+01101111111100001000100110100011
+00011111111000010000010000001111
+00011000010000111000010000000000
+00011111111100011111111000000000
+10011000010000001000010000000000
+00011000010011111010001000000011
+01101111111000001100000111101001
+00100000010000000000000010011010
+00011111111001100111111000000000
+10011010001000001111111000000000
+00011111111000001111111111110111
+00011111111000010111111111111111
+00101111111011111111111000001000
+00100100001000001000000010011000
+01011000000000000000000000000000
+01100111111000001000000000011001
+00100000011000000000000000000000
+00101111111011111111111000000111
+00100100011000001000000000000000
+00100000001000000100001011010100
+01101111111000001100000111101000
+11000000010010001000000010100000
+00100000001000000001001000011110
+01110000100010100011100101011011
+01110000100010100011101000000001
+00100000001000000001001000101010
+11011010001000000000100110011110
+11011000010000000000000000001100
+01011000000000000000000000110000
+00100000010000000101111001100011
+00100000001000000110000010111111
+01101010010100001000101000010010
+01110000100010100001001000111101
+01110000100010100001000110101010
+01110000100010100000101000001100
+01101111111100001000101000001001
+01111001001000000111111000000111
+01100111111100001000101000001001
+01110000100010100000101100000100
+00100000000000000000000000111100
+01110000100010100001011000000000
+01110000100010100001011100000110
+00100000010000000110000100011010
+01100111111100001000101010010111
+01110000100000001101110000000011
+00100000000000000000000000111100
+01101111111100001000000001010011
+01111001001000000111111000000111
+01100111111100001000000001010011
+00100000000000000000001111101000
+01101111111100010000000101010000
+01100111111000010100010010100010
+01101111111100001000000001010011
+01111001001111111111111000000111
+01100111111100001000000001010011
+01110000100010101001011100000000
+01100010010100001000101000010010
+00100000011000000000000000000000
+00100000010000000000000010101000
+01110000010010001111011000000000
+00100000010000000110000100100101
+01100111111000010100100011101001
+01101111111000001100010010100000
+11000000100000010000000011001111
+01101000010010010100100011101001
+00011000010011111111111000001000
+00011111111001101111110000001010
+00100000010000000111110111101100
+10011000010000001111111000000000
+01100111111000010100100011101001
+11011010001000000100100011100011
+00100000010000000011111011011000
+01101111111000001100010010100100
+11000010100000010011111100011010
+11000010100000001000000011010110
+11000011000000000000000011011001
+00100000001000000011111011001100
+01101111111000001100110001000000
+11000011000000000011111100011100
+00100000001000000000001000111111
+01101111111000001100110001000000
+11000011000000000011111011010000
+11011000111000000000000000000100
+00100000010000000100011011110100
+01110000010011000100111100001100
+01101111111000001100100011111010
+00100000011110100000000000000000
+01110000010010001111101000000000
+00100000001000000000000100001000
+01111000010101000111110000000000
+01101111111000001100110001000100
+00011111111001100111110000000100
+00100100011000101000000000000000
+00100000001000000111111001010100
+01101111111000001100110001000000
+11000011000000000100100101010110
+11000100000000011000000000000000
+01101111111000010100101011000010
+00100100011110100000000000000000
+01101111111000010100100010000011
+00100100011110100000000000000000
+01101111111000010100100010000111
+00100100011110100000000000000000
+01101111111000001100110001000111
+00100100011110100000000000000000
+01101111111001000100101110101011
+11000100000000100000000000000000
+00100000010000000000000011100010
+00100000011101000000000000000000
+01101111111000001100110001010100
+00100000001110100000000100010001
+01101000010010001100110001001111
+00011000010000001000010000000001
+01100000010010001100110001001111
+01101111111000001100110001001101
+10011000010001100111110000000000
+00100100010000010000000100000110
+01101111111000001100110001001110
+10011000010001100111110000000000
+00100100001000010000000100001000
+01101111111000001100110001000101
+11000000000000001000010000010101
+11000000000000011000010000010101
+01101000010010001100110001011000
+00100000001000000000010000100001
+01110000010011000100111100000001
+00100000010000000000000100001101
+01101111111000001100110001000101
+11000000000000001000010000100111
+11000000000000011000010000100111
+01101000010010001100110001011000
+00100000001000000000010000111110
+01101111111000001100110001010100
+00011111111000001111111111111111
+01100111111000001100110001010100
+00100000011000000000000000000000
+01101111111000001100110001000000
+11000010100000100000000100001000
+00100000010000000000001110110111
+00100000001000000000000011111000
+01110000100010101000101111100110
+00100000010000000001001001101010
+00100000010000000001001001110001
+00100000010000000001001001110111
+01110000100010100110110100001001
+01110000100010100000001100000101
+01110000100010100111101010010100
+01110000100010100000111000001011
+01110000100010100000111100000101
+01110000100010101000001110010000
+01110000100010101000010100000000
+01110000100010010010000101000000
+00100000001000000001001001011101
+01101111111000001100000111101010
+01100111111000001000100101100100
+00100000010000000001000101010000
+01110000100010100000101000000000
+01101111111000001000100101100100
+01100111111000001100000111101010
+00100000011000000000000000000000
+01110000000000001000000000000000
+00100000001000000001001110110111
+01111001001111111000000000110100
+00100000010000000110110111110011
+00100000010000000000000101101101
+00100000010000000100000110100111
+00100000011101011000000000000000
+00100000010000000000001101000001
+00100000010000000011110110001010
+00100000010000000100011100101000
+00100000010000000000000110010101
+00100000010000000000010101001100
+00100000001000000011101111001001
+01101111111001000100101110101011
+11000100000111101000000000000000
+01101111111000001100110000111011
+11000010100000111000000100111100
+01110000010011000011101000000000
+00100000011000000000000000000000
+01110000010011000011101000000001
+00100000011000000000000000000000
+01101111111001000100110000011111
+00100000011110100000000000000000
+01101111111000001100110000011110
+00011111111000100010001000000000
+00011111111001100111110000001011
+00100100001000010000000101010100
+00100000010000000000000101001101
+11011000101000000100101011011011
+00100000010000000000000101001010
+11011000101000000100010000001010
+00100000010000000000000101001010
+11011000101000000100001011111000
+11011000110000000100110000011111
+00011010001000100111001000000000
+00100000001000000111110101011111
+11011000101000000100101011011011
+00100000010000000000000101010010
+11011000101000000100010000001010
+00100000010000000000000101010010
+11011000101000000100001011111000
+11011111001000000000000000001011
+00100000001000000111110100100110
+00100000010000000000000101101010
+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
+00100000010000000000001110101011
+00100000010000000000000100111110
+00100000010000000011110100010011
+00100000010000000000001110101110
+00100000010000000000000100110110
+00100000010000000000000110001111
+00100000010000000001101100010110
+00100000010000000001101100111111
+00100000010000000001101100110010
+00100000010000000001101100011110
+01101111111001000100101110101011
+11000010100010011000000101111111
+11000010100010010100010111110110
+00100000011000000000000000000000
+00100000010000000101110110100101
+01101111111001000100101110101011
+00101111111011111111111000001001
+00100100010000001101110110111111
+00100000010000000100011000111011
+01101111111000010100100110010000
+11011000010000001010101001010101
+10011000010001100111110000000000
+00100000001000101100010111100010
+01100000010010010100100110010000
+00100000010000000100010111100111
+01101111111000001100101010110100
+01100111111000001100100100111000
+01101111111000001100100100100110
+01100111111000001100100110010010
+00100000011000000000000000000000
+01101111111000001100000111101000
+01100111111000001100110010010000
+00100000011000000000000000000000
+01101111111000001100110010010000
+01100111111000001100000111101000
+00100000011000000000000000000000
+01011000000000000000000110011010
+01100111111000010100100010011011
+01011000000000000000000110111001
+01100111111000010100100010011101
+00100000001000000011101111010011
+11000110100100110000000000000000
+00100000010000000011111101110000
+00100100011101000000000000000000
+01101111111000001100110011000101
+01110000010011001100010100000000
+00100100010110100000000110110111
+01101111111001000100101110101011
+11000011000010101000000110100100
+01101111111000001100101110001011
+00100100001110100100100010000100
+00100000010000000100001011001011
+01101111111000001100100000110110
+11000010100000001000000110110011
+01101000010010001100011111000111
+01101111111000001100100011010000
+10011000010000011111111000000000
+01100111111000001100100011010000
+01101000010010001100011111001100
+01101111111000001100100011010101
+10011000010000001111111000000000
+01100111111000001100100011010101
+01101000010010001100011111001101
+01101111111000001100100011010110
+10011000010000001111111000000000
+01100111111000001100100011010110
+01110000010010000011011000000001
+11011010001000000000000000000111
+11011010010000000100100011010000
+00100000001000000010011011100001
+00100000010000000111111111011100
+00100000001000000001010110110001
+01101111111001000100101110101011
+11000100000010110000000000000000
+01101111111000001100101010101110
+00100000011110100000000000000000
+01101111111000001100100010100111
+00100000011110100000000000000000
+01101111111000001100101110100001
+00011111111000001111111000000001
+00011111111000010111111000000011
+01100111111000001100101110100001
+00100100011110100000000000000000
+01110000010010111010001000000000
+01101111111000001100101110100010
+00011111111000001111111000000001
+01100111111000001100101110100010
+00011111111001100111110000001000
+00100100001000010000000111001111
+00100000010000000010010110011010
+00100000010000000010011001011011
+00100100001011000000000111100101
+00100100001101111000000111100101
+00100000010000000000000111011100
+00100000010000000010010110010111
+01101111111000001100101110100011
+00011111111000001111111000000001
+01100111111000001100101110100011
+11000001100010000000000000000000
+01110000010010111010001100000000
+01101111111000001100101110100100
+11000011100000000000000000000000
+01111001001000000111111000000000
+01100111111000001100101110100100
+01101111111000010100101110111100
+01100111111000010100101010110010
+00100000001000000000010101001100
+01101111111000001100100010100111
+00100000001110100100100010001100
+01110000010010111010001100000000
+01101111111000001100101110100100
+11000100000000000000000000000000
+01111001001111111111111000000000
+01100111111000001100101110100100
+00100000010000000100010101000100
+00100000001000000000001101011000
+00100000010000000010001011001011
+00100000001000000000000111000101
+00100000010000000010011000110001
+00100100001101000000001010000000
+00100000010000000000000111110111
+00100000010000000010011011101110
+00100000010000000000000001111011
+01101111111000001100101111100001
+00100100001110100000000111110010
+01101111111001000100100010110000
+01100111111001000100100001011100
+01101111111000010100100011000010
+01100111111000010100100011000100
+00100000010000000010011010111011
+00100100011101000000000000000000
+00100000010000000111111111011100
+01101111111000011100100010101101
+00100000001000000010011010111000
+01110000010010001010011000000000
+01101001011000010000000101011111
+00110100011100110000001000000000
+00100000010000000010011001011011
+01101111111000001100100000101100
+11000000000000001010011001010001
+00100100001011000000001000000010
+00100100001101111000001000000010
+00100000010000000010011001110010
+00100000010000000000001000110011
+00100000001000000010011001010001
+01101111111000001100101011000101
+00100100011110100000000000000000
+00100000010000000000001000100001
+00100000010000000000001000010101
+01101111111000001100100010100111
+00100100011110100000000000000000
+01101111111000010100100010100011
+00011111111000001111111000000001
+01100111111000010100100010100011
+01101111111000001100100010100100
+11000010100000001010011001111001
+00100000010000000010011001111110
+00100000010000000000001000010000
+00100000001000000000000111111000
+01101111111000001100100010100100
+00011111111001100111110000000000
+00100000011000010000000000000000
+11011111001000000000000000101000
+00100000001000000111110100010011
+11011000111000000000000000001100
+00100000010000000111110101110100
+00100100011110100000000000000000
+00100000010000000000001000011101
+00100000010000000100000001111100
+11011000111000000000000000001100
+01011000000000000000000010100000
+00100000001000000111110101100110
+01101111111001000100101110101011
+11000100000101000000000000000000
+00100000001000000000010110100000
+01110000010010111001010000000011
+01101111111000001100100100011011
+11000001011111111000000000000000
+01101111111000001100100110111111
+00100100011110100000000000000000
+11011010001000000000000000000000
+01110000010010111001011000000110
+01101000010010001100100100011011
+00100000010000000100011001101010
+01100111111000001100101110010100
+01101111111000001100100100010000
+11000000011111111000001000110000
+00100000010000000100000101101000
+00011010001000100111111000000000
+11000010100000110100011010001101
+00100000001000000100011010000000
+01101000010010001100100100011011
+00100000010000000011111101010110
+00100000001000000000001000101101
+01101111111000001100101111100001
+00100100010110100000001000110111
+01110000010010111110000100000000
+00100000011000000000000000000000
+00100000010000000000001101011000
+00100000010000000000001110100111
+01101111111001000100101110101011
+11000100000111100000000000000000
+01101000010010001100100100010011
+00100000010000000011111101010110
+01101000010010001100100100010100
+00100000001000000011111101010110
+01011000000000000000000000000110
+00100000010000000101101100001101
+11000010100000011011111000100011
+00100000010000000000010101000111
+00100000010000000000010101001100
+00100000001000000011111000100011
+00100000010000000100001011101001
+00100000010000000111111111011100
+00100000010000000000010001001110
+00100000010000000100000000010101
+01101000010010001100100100010000
+00100000010000000110000001101001
+01101000010010001100100100010000
+00100000010000000110000001000010
+01101111111000001100100100100000
+00100000010000000000010110000111
+11011000010000000000000000000011
+00100000010000000011111101010110
+00100000010000000000001001111000
+00100000010000000110000010000010
+00100000010000000000010000110100
+11011000010000000000000000010011
+00100000010000000011111101010110
+00100000010000000000001001011010
+00100000010000000000001110101011
+00100000010000000000001001011110
+00100000001000000000001001101110
+01101111111000001100100100011110
+11000001011111111000000000000000
+01101000010010001100100100011110
+00100000001000000110000001111111
+01101111111000001100110001000000
+11000010100000000000001001100010
+01101111111001000100101110101011
+11000100000010100000000000000000
+00100000010000000000001001100110
+01101111111000001100100011111100
+11011000010000000000000011000000
+00100000001000000110000010010011
+01101000010010001100010010100001
+00011000010001100111110000000011
+00100000001000010000001001101100
+00011000010000001000010000000101
+01100000010010001100100011111100
+00100000011000000000000000000000
+00011000010000001000010000000100
+00100000001000000000001001101010
+01101111111001000100101110101011
+11000100000111100000000000000000
+01101000010010001100100100010011
+00100000010000000110000001000010
+01101000010010001100100100010100
+00100000010000000110000001000010
+01101000010010001100100100010011
+00100000010000000011111101010100
+01101000010010001100100100010100
+00100000001000000011111101010100
+01101000010010001100100100010011
+00100000010000000110000001010000
+01101000010010001100100100010100
+00100000010000000110000001010000
+00100000010000000011111110001000
+01101111111000001100100100011111
+00100000010000000000010110000111
+00100000001000000011111001000100
+01101111111000001100100010100111
+00100000010110100000001010001101
+01101111111000001100100010111101
+11000001000000001000000000000000
+00100000010000000010011010011111
+00100000010000000000010100001110
+00100100011101000000000000000000
+00100000010000000010011011000100
+01110000010011001100010100000001
+01101111111000001100101111100001
+00100100010110100000001001000101
+01101111111000100100100001011100
+00100000001000000010011010111000
+01110000010010000011011000000001
+01110000010010001010011100000001
+00100000010000000010011001000010
+01100111111000001100011111000110
+01011000000000000000000000000000
+01100111111000111100011111000111
+01101111111000100100100010101001
+01100111111000100100011111001110
+01110000010010000011010100001100
+01101111111000001100100000110110
+01111001001000000111111000000011
+01100111111000001100100000110110
+00100000010000000010001010010001
+00100000001000000000000111101001
+00011010011000100111111000000000
+11000000000000001000001010110001
+11000000000111100000001011001100
+11000000000111001000001011000111
+11000000000111010000001011011101
+11000000000110010000001010111001
+11000000000010101000001010110011
+11000000000010100000001010101110
+11000000001000000000001011000000
+11000000000010010000001010101011
+11000000000000110000001010100111
+00100000001000000100001100110110
+00100000010000000100001011001010
+00100000010000000000001111000111
+00100000010000000000001110100111
+00100000001000000011001001000100
+01110000010001000101010000000001
+00100000010000000011001000100011
+00100000001000000100010000100111
+00100000010000000000001110100111
+00100000010000000000001111000111
+00100000001000000100001101010000
+01110000010010101010111000000000
+00100000001000000100001111111100
+01011000000000000000000000000000
+01100111111000010100101011110010
+01100111111000001100110001111010
+01100111111000001100110001111011
+01100111111000001100101011000110
+00100000001000000100001101100110
+01101111111000001100101011000111
+11000000000000001000001010111101
+01110000010010110111011000010100
+00100000001000000100001101110011
+00100000010000000100001101101100
+01110000010010110111011000001010
+00100000001000000100001101110011
+01101111111000001100110001111010
+00100100011110100000000000000000
+01110000010011000111101000000001
+01110000010011000111101100011110
+00100000011000000000000000000000
+00100000010000000000000010000000
+00100000001000000000000110010010
+00100000010000000000001011000101
+00100000010000000100010101000100
+00100000010000000000001110100111
+00100000010000000000001111000111
+00100000001000000100100001010111
+00100000010000000000001110100111
+01101111111000100100100000111100
+01100111111000100100100010010001
+01100111111000100100100110010011
+00100000010000000010010101111110
+00100000010000000000001111000111
+00100000010000000100010101000100
+00100000010000000100001011001010
+01110000010010101010111000000000
+01110000010010001010000100000000
+01110000010010001000101100000000
+01101111111000100100100010010001
+01101000010010100100100010001101
+10011000010001100111110000000000
+00100000011000101000000000000000
+00100000010000000000001011000101
+00100000001000000100100000100010
+00100000010000000000001011000101
+01101111111000001100100010100101
+00100100001110100000001011101110
+01101111111000001100100010001011
+11000000000000010000001011100011
+00100000001000000100100000110111
+01101111111001000100101110101011
+11000010100101111100100000010001
+11000010100110000100100000010001
+11000011000111010100100000000110
+01101111111000100100100110010011
+01101000010010100100100101110100
+10011000010001100111110000000000
+00100000001000101000001011101100
+00100000001000000100100000000110
+01110000010010001000101100000000
+00100000001000000100100000100111
+01110000010010001010010100000000
+00100000010000000010011001010010
+01011111111111111111111111111111
+01100111111000100100100001011100
+01011000000000000000000000000000
+01100111111000111100100011010000
+01110000010010111110000100000001
+00100000010000000000010101001100
+00100000001000000000001010000101
+01110000010010001000101100000000
+01101111111000010100101111101011
+00011111111000001111111000000001
+01100111111000010100101111101011
+01101111111000001100101111101011
+00011111111000010111111011111111
+11000000000000000010001101000001
+00100000011000000000000000000000
+01101111111000010100100010001001
+11011000010000000000000111111000
+10011000010000010111111000000000
+00100000001110100000001100000111
+01101111111000010100100010001001
+00011111111000001111111000000001
+01100111111000010100100010001001
+00100000011000000000000000000000
+00100000010000000010010110011010
+00100000010000000010011001011011
+00100100001011000000001100100000
+00100100001101111000001100100000
+00100000010000000010011001110010
+01101111111000100100100001110111
+01101000010010100100100000111100
+10011000010001100111110000000000
+00100000001000101010001100101110
+01101111111000100100100010101001
+01101000010010100100100000111100
+10011000010001100111110000000000
+00100000010000101000001100011100
+01101111111000001100100010100001
+01111001001111111111111000000010
+01100111111000001100100010100001
+01011000000000000000000000000000
+01100111111000010100100010000011
+01100111111000010100100010001001
+01100111111000010100100010000111
+00100000001000000010010110010101
+01101111111000100100100000001100
+00100000011110100000000000000000
+01100111111000100100100010010001
+00100000001000000010010101111110
+01101111111000001100100010001100
+00100000001110100010001011001011
+01101111111000010100100010001001
+00011111111000001111111000000001
+01100111111000010100100010001001
+00101111111011111111111000001001
+01101111111000001100100010001011
+11000000000000100000001100101001
+00100000001000000010010110101000
+00100000001000001010010101110101
+00100000001000000010001100111001
+11000101000100111010010000001110
+11000110100100110000000000000000
+01101111111000001100100010100001
+00100000001000000010011000011101
+01101111111001000100101110101011
+11000010100101111100100000001010
+01101111111000001100100100111000
+11000000000000000000001100110100
+00100000001000000011110101010111
+01101111111001000100101110101011
+11000011000010001100100000000011
+00100000010000000000001111001111
+00100000010000000011110101100101
+00100000001101000100100000000110
+01101111111001000100101110101011
+11000010100110000100100000001100
+11000011000110001100100000001100
+00100000010000000100000100010000
+00011010001000010111111000000111
+00100000001000000100011111111111
+00100000010000000100000010001111
+00100000010000000000001101101111
+01101111111000001100100100100111
+11000000000001100000001101000100
+00100000001000000100000010011000
+01101111111000001100100110010010
+11000000000000000000001101001000
+11000000000000001000001101001010
+11000000000000010000001101001100
+01101111111000001100110010010001
+00100000001000000000001101001101
+01101111111000001100110010010011
+00100000001000000000001101001101
+01101111111000001100110010010100
+00011111111000100010001000000000
+01011000000000001100001100001001
+00100000010000000101101100001100
+00011010001000100111111000000000
+00011111111011010111111000000000
+00011111111000001111111000100011
+00100000010000000101101100001100
+01011000000000000000000000001001
+00100000001000000101101100001100
+00100000010000000011111101100101
+00100000011101011000000000000000
+00100000010000000100001000110110
+00100000010000000100000110110101
+11000000000110000000001101100000
+11000000000110001100001000010111
+11000000001011000100001000100000
+00100000010000000100000110110010
+00100000000000000001101011110100
+00100000001000000000001101011001
+01101111111000001100100111000010
+11000000011010001000001101101001
+11000000001011010000001101100100
+00100000001000000100000110111110
+01110000010010010010011100000101
+00100000010000000100001000110010
+00100000010000000111110100010010
+11011010011000000100110010100111
+00100000001000000000010101000010
+01011000000000000000000001001001
+00100000010000000101101100001101
+11000000010100001000001101101101
+00100000001000000100000111011010
+01110000010010010010011100001100
+00100000011000000000000000000000
+01101111111000001100110001000000
+11000010100000000000001101110011
+01101111111000001100100100100011
+11000001011111111000000000000000
+01101111111000010100101011000010
+00100100011110100000000000000000
+01101111111000010100100010000011
+00100100011110100000000000000000
+01101111111000010100100010000111
+00100100011110100000000000000000
+01101111111000001100110001000000
+11000010100000000000001110000001
+01101111111000001100101110100111
+00100100011110100000000000000000
+01101111111000001100101111000001
+00100000001110100000010001010101
+01100111111000001100101110101000
+00100000011000000000000000000000
+01101111111000001100110001000111
+00100100011110100000000000000000
+00100000001000000000001101111101
+00100000010000000011111010011011
+00100000010000000000000011100111
+00100000010000000010001100101011
+00100000010000000010010101010110
+00100000010000000100011111001101
+00100000010000000100100010111110
+00100000010000000000010001010010
+00100000010000000000001111101110
+00100000010000000000001110100010
+00100000010000000000010001000100
+00100000010000000100000001111100
+00100000010000000100010011001100
+00100000010000000000010001111110
+00100000010000000100010011111111
+00100000010000000000001110011110
+00100000010000000100010100010010
+00100000010000000000010010010111
+00100000010000000100010100010101
+00100000010000000000010010011010
+00100000010000000100010100101010
+00100000010000000100010100101101
+00100000010000000100010100110010
+00100000010000000100010100110101
+00100000010000000100000000100010
+00100000010000000100010101000111
+00100000001000000000010010011101
+11011010011000000100101101110111
+11011010010000000100010100001010
+00100000010000000011000110001010
+00100000001000000100010100000111
+01101111111000001100110011000111
+11000001000000000000000000000000
+11011010011000000100110011001000
+11011010010000000000001110101011
+00100000001000000011000110001010
+01110000010011001100100011001000
+01110000010011001100011100000001
+01101000010010001100110011000110
+00100000001000000110000001101001
+01110000010011001100011100000000
+01101000010010001100110011000110
+00100000001000000110000001100101
+01110000010011000100000100000000
+01101111111000001100110001000000
+11000100000000000000000000000000
+00100000010000000000010000110100
+01110000010011000100010000000000
+01101111111000001100110001001101
+00011111111000110111111000000000
+01100111111000001100110001001110
+00100000011000000000000000000000
+01101111111000001100110001010011
+01100111111000001100110001010100
+00100000011000000000000000000000
+01101111111000001100110001000100
+11000000000000001000001111000001
+11000000000000010000001111000011
+11000000000000011000001111000101
+01101111111000001100110001001011
+01100111111000001100110001001100
+00100000011000000000000000000000
+01101111111000001100110001001000
+00100000001000000000001110111111
+01101111111000001100110001001001
+00100000001000000000001110111111
+01101111111000001100110001001010
+00100000001000000000001110111111
+01101111111000001100110001000000
+11000100000000000000000000000000
+01101111111000001100110001000110
+01100111111000001100110001000111
+01110000010011000100001000000000
+01110000010011000100001100000000
+01110000010011000100000100000001
+00100000011000000000000000000000
+01101111111000001100110001000000
+11000100000000000000000000000000
+01110000010011000100010000000001
+00100000010000000000001111000001
+00100000010000000000001111101011
+01101111111000001100110001000000
+11000100000000010000000000000000
+01101111111000001100110001010000
+00100000001000000000001111100010
+01101111111000001100110001000000
+11000100000000000000000000000000
+01101111111000001100110001000000
+11000100000000001000000000000000
+00100000010000000000001111101011
+01110000010011000100010000000011
+00100000010000000000001111000101
+01101111111000001100110001000000
+11000100000000010000000000000000
+01101111111000001100110001010001
+01100111111000001100110001010010
+00100000011000000000000000000000
+01101111111000001100110001000000
+11000100000000000000000000000000
+01101111111000001100110001000000
+01111001001111111111111000000010
+01100111111000001100110001000000
+01110000010011000100010000000010
+00100000010000000000001111000011
+01110000010011000100000100000001
+01110000010011000100001000000001
+00100000001000000000010000010100
+01101111111000001100110001000001
+00100000011110100000000000000000
+01101111111000001100110001000010
+11000000000000001000001111111010
+01101111111000001100110001000111
+00100000001110100000001111110111
+00011111111000001111111111111111
+01100111111000001100110001000111
+00100000001000000000010000010101
+00100000010000000000001110110111
+01110000010011000100000100000000
+00100000001000000000010000100111
+01101111111000001100110001000100
+00100000011110100000000000000000
+11000000000000100000010000000001
+00100000001000000000001111111110
+01101111111000001100110001000000
+11000010100000010000010000000001
+00100000001000000000010000000011
+01101111111000001100110001010010
+00100000001110100000010000100010
+11011010011000000100110001001100
+11011010010000000000010000000110
+00100000001000000011000110001010
+01101111111000001100110001000100
+11000000000000100000010000001110
+01101111111000001100110001000000
+11000010100000010000010000001110
+00100000010000000000001110111010
+01101111111000001100110001000011
+11000000000000001000010000100100
+00100000001000000000010000010010
+01101111111000001100110001010010
+00011111111000001111111111111111
+01100111111000001100110001010010
+00100000001000000000010000001010
+01101111111000001100110001000100
+11000000000000100000010000111111
+01110000010011000100001100000001
+01101111111000001100100100111000
+11000000000000000000010000011010
+11000000000000001000010000011100
+11000000000000010000010000011110
+00100000011000000000000000000000
+01101000010010001100110001010101
+00100000001000000000010000100001
+01101000010010001100110001010110
+00100000001000000000010000100001
+01101000010010001100110001010111
+00100000001000000000010000100001
+01101000010010001100110001011001
+00100000001000000110000001101001
+01110000010011000100000100000000
+01110000010011000100010000000000
+01101111111000001100110001000100
+11000000000000100000010000111001
+01110000010011000100001100000000
+01101111111000001100100100111000
+11000000000000000000010000101100
+11000000000000001000010000101110
+11000000000000010000010000110000
+00100000011000000000000000000000
+01101000010010001100110001010101
+00100000001000000000010000110001
+01101000010010001100110001010110
+00100000001000000000010000110001
+01101000010010001100110001010111
+00011000010001100111110011111111
+00100000011000101000000000000000
+00100000001000000110000001111111
+00100000010000000000010000101100
+00100000010000000000010000101110
+00100000010000000000010000110000
+00100000010000000000000100001000
+00100000001000000000010000111001
+01110000010011000100001100000000
+01101111111000001100110001000101
+11000000000000010000010000100110
+11000000000000011000010000100110
+01101000010010001100110001011001
+00100000001000000110000001100101
+01110000010011000100001100000001
+01101111111000001100110001000101
+11000000000000010000010000010100
+11000000000000011000010000010100
+00100000001000000000010000100000
+01101111111000001100101111101101
+11000001011111111000000000000000
+01101111111000010100101010110010
+00100000011110100000000000000000
+01101111111000010100101110111110
+01101000010010010100101010110010
+10011000010001100000010000000000
+01101111111000010100101111101110
+10011000010001100111111000000000
+00100000001000010000010001010000
+01101000010010001100101111101101
+00100000001000000110000001100101
+01101000010010001100101111101101
+00100000001000000110000001101001
+11011010011000000100101110101000
+11011010010000000000010001010101
+00100000001000000011000110001010
+01101111111000001100110001000000
+11000010100000000000010001101100
+01101111111000001100100100100111
+11000000000000011100100011110010
+11000000000001011100100011110010
+01101111111000001100100100100011
+01100111111000001100100100101111
+01101111111000010100101111000010
+01100111111000010100100100110000
+01100111111000010100100100110010
+11011010001000000000000000000000
+01101000010010001100100110010010
+00011000010000001000010000000010
+00011000010001100111110000000011
+00100000010000010000010001100110
+00100100010000010000010001101010
+00100000001000000100100011111111
+01101111111001000100101110101011
+11000100000011100000000000000000
+00011000010000001000010000000001
+00100000011000000000000000000000
+00011000010000001000010111111101
+00100000011000000000000000000000
+01101111111000001100100100100111
+11000000000000011000010001111011
+11000000000001011000010001111011
+01101000010010001100100110010010
+00011000010000001000010000000010
+00011000010001100111110000000011
+00100000010000010000010001100110
+00100100010000010000010001101010
+00011000010000100111111000000000
+10011111111000001111111000000000
+01100111111000001100110001010010
+01110000010011000100010000000100
+00100000010000000000001110111110
+01110000010011000100001000000001
+00100000001000000000001111001100
+01101000010010001100100110010010
+00011000010000001000010000000001
+00100000001000000000010001110001
+01101111111000001100100100111000
+11000000000000000000010010000100
+01101111111001000100101110101011
+11000100000110101000000000000000
+01101000010010001100101111001010
+00100000001000000000010010000111
+01101111111001000100101110101011
+11000100000110010000000000000000
+01101000010010001100101111001011
+01100000010010001100101110011101
+00100000010000000000010101010101
+00011111111000010111111000000111
+01101000010010001100101110011101
+10011000010001100111110000000000
+00100000001000101000010010001110
+00100000001000000100010011101011
+00100000010000000000010010010011
+01101111111000001100101110011111
+11000001000000001000000000000000
+01110000010010111001111100000001
+00100000011000000000000000000000
+11011010010000000000010010010101
+00100000001000000100010011110111
+00100000010000000000001111001111
+00100000001000000000001011101100
+01101111111001000100101110101011
+11000011100111011000000000000000
+00100000001000000100010100011111
+11011010011000000100110001111011
+11011010010000000100001101101100
+00100000001000000011000110001010
+11011010011000000100101010110010
+11011010010000000000010010100000
+00100000001000000011000110010001
+01101111111000001100100100111000
+11000000000000000000001011101110
+00100000001000000100001100011011
+00100000010000000000001111100100
+01101111111000010100011110001100
+00101111111011111111111000001011
+00100000010000001100010110000001
+01101111111000010100011110001100
+00101111111011111111111000000111
+00100000010000001100001100100010
+01011000000000000000000000000000
+01100111111000010100101011110010
+00100000001000000100010101010100
+01011000000000000000000000000000
+01100111111000010100101011000010
+00100000001000000100010101110111
+01101111111000001100101111100010
+00100100010110100111100001100001
+01110000010010111110001000000000
+00100000001000000111100001010001
+01101111111000010000001100010101
+00011111111000100000110000000000
+11101111111000001000000000000110
+01100111111000001100010111110101
+00011111111000010000010000001111
+00011111111100011111111000000000
+11000000000001001000010010111100
+00100000001000000100110110010011
+11011010001000000000000000000001
+00100000010000000100110111000000
+01101111111000010100010011011100
+11100111111000010000000000000101
+01011000000000000000000000000000
+11100111111000001000000000000101
+01110000000010010101000000000001
+01101111111000001100010011100010
+01111001001000000111111000000110
+01100111111000001100010011100010
+01110000000010010101101100010010
+00100000001000000111100001110001
+01111000010101000111110000000000
+00100000010000000101100111100110
+01101111111000001000000001001001
+00100000011110100000000000000000
+11000010100000111101011100110000
+11000000000000111000010011001111
+00100000001000000101011100000001
+00100000010000000101100001011101
+01110000000000000111001101111000
+00100000011000000000000000000000
+01101111111000001100001111011101
+00011111111000001111111000000001
+01100111111000001100001111011101
+11000000000001100001011001011010
+00100000010000000001100100011011
+00100000010000000001100101101010
+01101111111000001000001010111101
+00100000010000000001011010001011
+00100000010000000001100000111000
+00100000001000000001011001010101
+00100000010000000000111010000000
+00100000001000000001011001100001
+00100000010000000001011010111110
+00100000010000000001011011001100
+00100000010000000100110010110101
+01111001001000000010101000000000
+01111000001011101111110000000000
+01111000001100000111110000000000
+01111000010100001111110000000000
+00100000010000000001011101000100
+00100000000000000000000000001010
+00100000001000000001100001000001
+11101111111000010000000000000110
+11000000000000100000010011101011
+00100000001000000001100111100100
+11101111111000011000000000000110
+01100111111000011100010000110110
+11000000000001010000010011110000
+11000000000010010000010011111111
+00100000001000000001110011010011
+01101111111001000100101110101011
+11000011000111011001110111100111
+00100000010000000001111010001101
+01101000010010010100010000110111
+01101111111000001100001111000000
+11000010100000011000010011111010
+01101111111000010100010000110111
+11000000000110000001111011001000
+01101000010010010100010000110111
+00100000001000000001110111101011
+01101111111000010100001111010001
+10011000010001100111110000000000
+00100100001000101000010011110110
+00100100001101000000010011110110
+00100000001000000001111000010000
+00011000110000100010001000000000
+01101111111000010100001111010100
+00011111111000001010010111111101
+00100000010000000001101000100101
+01101111111000001100101011000001
+11000000011111111001111001110011
+01101111111000001100101011000111
+00100000001110100001111001110011
+01101111111000001100101101110101
+11000010100000001001111001110011
+01011000000000000000000000011010
+01101000010010010100010000110111
+10011000010001100111110000000000
+00100100001000101001111001110011
+00100000001000000001111000010000
+01111000001101000111110000000000
+00100000010000000001010001100101
+01101111111000011100000101110100
+00100000001110100111111001010110
+01101111111000001100000010011001
+00100000001110100111111001010110
+01101111111000001100101111100001
+00100100011110100000000000000000
+01101111111000001100100010111101
+11000000000000001111111001010110
+00100000011000000000000000000000
+01111000010101000111110000000000
+01011000000000000000000000000000
+01100111111000110100100011010001
+00100000010000000000010100101001
+01011000000000000000000010001001
+00100000010000000101101100001100
+00100000010000000000001101000001
+00100000010000000011111101111110
+00100000010000000011111110000011
+00100000010000000000010101010011
+01101111111000001100100011010000
+00011111111000010111111000011111
+01100111111000001100100011010000
+00100100001101000000010100111000
+00100000010000000000010100111010
+00100000001000000100010101000100
+01101111111000001100010010101100
+11000001100000000000000000000000
+01101111111000001100100100100111
+11000000000001011000010100101110
+00100000001000000100001001000011
+00100000010000000100001011000100
+01101111111000001100100100010001
+11000000011111111100001010010100
+01101000010010001100100100010001
+00100000010000000110000001011001
+00100100011000001000000000000000
+01011000000000000000000000000000
+00100000010000000101101100001101
+11000000101011000100000110110010
+00100000001000000100001001111001
+00100000010000000100011100101000
+00100000011000000000000000000000
+01101111111000001100100100100111
+11000001000000011000000000000000
+00100000001000000100011100011010
+00100000010000000011111101100101
+01101111111000001100100100100111
+11000000000001011000010101000100
+00100000010000000100001000110010
+11011010011000000100101010100011
+00100000010000000100001000101011
+00100000001000000000001101000001
+00100000010000000000010101001010
+11011010011000000100101111100011
+00100000001000000000010101000010
+01101111111000001100100100100111
+11000000000001011000010101001010
+00100000001000000100001000110010
+01011000000000001001011100000110
+00100000001000000100001000110011
+00100000010000000100000110100111
+00100000010000000011111101100101
+01101111111000001100100100100111
+11000000000001011000010101010001
+00100000001000000100001000111110
+01011000000000000001111100000110
+00100000001000000101101100001100
+00100000010000000000010101010101
+00100000001000000100000011011101
+01101111111000001100101111100001
+00100100010110100100000100100001
+11011010001000000000000000000000
+00100000010000000000010101011110
+00100000010000000000010101100011
+00100000010000000000010101101000
+00100000010000000000010101101101
+00100000010000000000010101111010
+00100000001000000100000100011110
+01101111111000001100100100011000
+00100000010000000000010110000111
+00100000010000000100000100100100
+01101000010010001100100100011000
+00100000001000000011111101010110
+01101111111000001100100100011001
+00100000010000000000010110000111
+00100000010000000100000100101010
+01101000010010001100100100011001
+00100000001000000011111101010110
+01101111111000001100100100011010
+00100000010000000000010110000111
+00100000010000000100000100110000
+01101000010010001100100100011010
+00100000001000000011111101010110
+01101111111000001100100100001101
+11000001011111111000000000000000
+01110000010010111001011000000011
+01101111111000001100101110010001
+00011111111000100010011000000000
+01101000010010001100100100001101
+01101111111000001100100100010000
+11000000011111111000010101110110
+00100000001000000100000100111110
+01101111111000001100100100001101
+00100000010000000000010110001010
+01101000010010001100100100001101
+00100000001000000100000101001011
+01101111111000001100100100001110
+11000001011111111000000000000000
+01110000010010111001011000000100
+01101111111000001100101110010010
+00011111111000100010011000000000
+01101000010010001100100100001110
+01101111111000001100100100010000
+11000000011111111000010110000011
+00100000001000000100000101010111
+01101111111000001100100100001110
+00100000010000000000010110001010
+01101000010010001100100100001110
+00100000001000000100000101100100
+11000001011111111000000000000000
+11011000010000000000000000111111
+00100000001000000110000010010011
+11000001011111111000000000000000
+11011000010000000000000000111110
+00100000001000000110000010010011
+00100000010000000000010110010011
+00100000010000000111100100110110
+00100000010000000000010110100000
+00100000010000000000010110110010
+00100000010000000000010110010111
+00100000001000000100011001010000
+01101111111000001100110001000000
+11000011000000011100100110010000
+01101111111001000100101110101011
+00100000001000000100100110010010
+01101111111001000100101110101011
+11000010100101001000010110011011
+11000010100110111000010110011011
+00100000011000000000000000000000
+01101111111000010100011110001100
+11000010100000110000001000100000
+01101111111000001100100110111111
+00100100011110100000000000000000
+00100000001000000100011001011010
+01101111111000001100100100001111
+11000001011111111000000000000000
+11011010001000000000000000000000
+01110000010010111001011000000101
+01101000010010001100100100001111
+00100000010000000000010110100111
+00100000001000000100000000101111
+01101111111001000100101110101011
+11000010100101100100000001001000
+01101111111000001100101110010011
+00011111111000100010011000000000
+01101111111000001100100100010000
+11000000011111111000010110101110
+00100000001000000100000000111111
+01101111111000001100100100001111
+00100000010000000000010110001010
+01101000010010001100100100001111
+00100000001000000100000110010101
+01101111111001000100101110101011
+11000100000111101000000000000000
+01101111111000001100110000111010
+00100100001110100000010110111011
+01101111111000001100110000111011
+00100000010000000000010110000111
+00100000010000000000010111000110
+01101000010010001100110000111011
+00100000001000000011111101010110
+01101111111000001100110000111011
+01111001001111111111111000000111
+01100111111000001100110000111011
+00100000010000000000010110001010
+01110000010011000011111100000000
+01101000010010001100110000111011
+01101111111000001100110000111100
+00100000010000000000010111011111
+00100000010000000000010111001010
+01101000010010001100110000111011
+00100000001000000011111101010110
+01110000010011000011111100000000
+01101000010010001100110000111011
+01101111111000001100110000111100
+00100000010000000000010111010101
+01100111111000001100110000111100
+01101111111000001100110000111110
+00100000001110100000010111010001
+01101111111000001100110000111101
+11000001000000001000000000000000
+01110000010011000011110100000001
+00100000001000000100000001101001
+01101111111000001100110000111101
+11000001000000000000000000000000
+01110000010011000011110100000000
+00100000011000000000000000000000
+00011111111000111111111000000000
+00011111111000100010010000000000
+00100000010000000110000001011001
+01111001001000001010010000000000
+00011010010000010111111000000111
+01101000010010001100110000111111
+00011000010000100000111000000000
+11000000000000111000010111101010
+11000000000000000000010111101100
+00100000011000000000000000000000
+00011111111000111111111000000000
+00011111111000100010010000000000
+00100000010000000011111101010100
+00100000010000000110000001011001
+01111001001000001010010000000000
+00011010010000010111111000000111
+01101000010010001100110000111111
+00011000010000100000111000000000
+11000000000000111000010111101010
+11000000000000000000010111101100
+00100000011000000000000000000000
+01110000010011000011111000000001
+00100000011000000000000000000000
+01110000010011000011111000000000
+00100000011000000000000000000000
+00100000010000000100000001110010
+00100000011101000000000000000000
+01101111111000001100100110010010
+00011111111000100000010000000000
+01101111111001000100101110101011
+11000010100111101000010111111010
+00011000010000100111111000000000
+00011111111000001111111000000001
+00011111111000010111111000000011
+01100111111000001100100110010010
+00100000010000000000001100111111
+00100000001000000100011001000011
+01101111111000001100110000111110
+00100100001110100000011000010111
+01101111111001000100101110101011
+11000010100011100000011000001011
+00011000010000100111111000000000
+11000001000000001000000000000000
+11000000000000000000011000000111
+11000000000000010000011000000101
+00100000011000000000000000000000
+01011000000000000000000000000010
+00100000001000000000010111110111
+01011000000000000000000000000000
+00100000001000000000010111110111
+01011000000000000000000000000001
+00100000001000000000010111110111
+01011000000000000000000000000011
+00100000001000000000010111110111
+00011000010000100111111000000000
+11000001000000001000000000000000
+11000000000000000000011000000111
+11000000000000010000011000001001
+11000000000000011000011000000101
+00100000011000000000000000000000
+00011000010000100111111000000000
+11000001000000010000000000000000
+11000000000000000000011000001001
+11000000000000001000011000000101
+11000000000000011000011000000011
+00100000011000000000000000000000
+01101111111001000100101110101011
+11000010100011100000011000010001
+00011000010000100111111000000000
+11000001000000010000000000000000
+11000000000000000000011000000011
+11000000000000001000011000000101
+00100000011000000000000000000000
+01101111111000010100011110001100
+11000011100001011000000000000000
+11000011100000111000000000000000
+11000011100000110000000000000000
+01101010001000010100100010011001
+00100000010000000010010111001011
+01100000010010001100100011000111
+00100000001000000010011011110110
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+00100000010000000011101111110000
+00100000010000000100000110100111
+00100000010000000100000010001110
+00100000011101011000000000000000
+00100000010000000011110110001010
+00100000010000000100011100101000
+00100000010000000011101111001111
+00100000010000000100001000111100
+01101111111000001100100100101010
+11000011100000111000000000000000
+01101111111000010100011110001100
+11000010100001100100010101010011
+00100000010000000100011010100000
+00100000001000000011110101010010
+01011000000000000100100001100110
+01100111111000010100100010011011
+01011000000000000100100010001111
+01100111111000010100100010011101
+01011000000000000011111001000000
+01100111111000010100100010011111
+01011000000000000100001110011111
+01100111111000010100010001100001
+01011000000000000100010001010111
+01100111111000010100010001100011
+01011000000000000011111000111011
+01100111111000010100010001011111
+01011000000000000100001100110100
+01100111111000010100010001100111
+01011000000000000100011001001011
+01100111111000010100010001100101
+01011000000000000011111000100101
+01100111111000010100010001011101
+01011000000000000100001110001000
+01100111111000010100010001101011
+01011000000000000100010010110101
+01100111111000010100010001101111
+01011000000000000011111101101001
+01100111111000010100010001110011
+01011000000000000011111000010011
+01100111111000010100010001011011
+01011000000000000100100110101000
+01100111111000010100010001101101
+01011000000000000100100110101010
+01100111111000010100010001110111
+01011000000000000100100110111101
+01100111111000010100010001110001
+00100000011000000000000000000000
+00100000011101011000000000000000
+00100000010000000010011000000111
+00100000010000000010001011111111
+00100000010000000011111100011110
+00100000010000000011110100010011
+00100000010000000001101100010110
+00100000010000000001101100111111
+00100000010000000001101100110010
+00100000010000000001101100011110
+01101111111001000100101110101011
+11000010100010011100011000110101
+11000010100010010100010111110110
+00100000011000000000000000000000
+01110000010000001100010100001000
+01101111111001000100101110101011
+11000011100001100000000000000000
+01110000010000001100010100011000
+00100000011000000000000000000000
+01110000000010110101100011111111
+01110000010001111001000011111111
+01110000010001111000111100011110
+01011000000000000100100100101101
+01100111111000010100010010001101
+01110000010001001000110000000001
+01011000000000000100101010110101
+01100111111000010100100010011001
+01110000010010000011011000000001
+01101111111000010100100011111110
+01100111111000010100011110010001
+01101111111000010100100100000000
+01100111111000010100100010000001
+01101111111000001100100100000011
+01100111111000010100100010000101
+01101111111000101100100100000101
+01100111111000101100100011001011
+01101111111000001100100100000100
+01100111111000001100100001111100
+01101111111001000100101110101011
+00100100011110100000000000000000
+01011000000000100000100000000000
+01100111111000011100101110101011
+01011000100000000000011100000000
+11100111111000011000000000000101
+01011000000000000000001100000000
+11100111111000010000000000000101
+01110000010000001001100100000001
+01101111111000001100100100001010
+00101111111011111111111000000000
+00100000010000001100011011100110
+01101111111000001100100100001010
+00101111111011111111111000000010
+00100000010000001100011011101000
+01101111111000001100100100001010
+00101111111011111111111000000001
+00100000010000001100011011101010
+01101111111000001100100100001010
+00101111111011111111111000000011
+00100000010000001100011011101100
+01101111111000001100100100001010
+00101111111011111111111000000100
+00100000010000001100011011101110
+01101111111000001100100100001010
+00101111111011111111111000000101
+00100000010000001100011011111000
+01101111111000001100100001100110
+00100100010110100010001100001110
+00100000010000000011101111111101
+01101111111000001100100100001011
+00011111111000010000010000000111
+01100000010010001100010010100001
+00011111111010010111111000000000
+00011111111000010000010000000001
+01100000010010001100100001100110
+00011111111000110111111000000000
+00011111111000010000010000000011
+01100000010010001100100011111101
+00011111111010110111111000000000
+00011111111000010111111000000011
+00100000010000000100011111010100
+01101111111000001100100100001100
+00011111111000010000010000000011
+01100000010010001100100100100100
+00011111111010110111111000000000
+00011111111000010000010000000011
+01100000010010001100100100100101
+00011111111010110111111000000000
+00011111111000010111111000000011
+01100111111000001100100100100110
+01100111111000001100100110010010
+00011111111010110111111000000000
+00011111111000010111111000000011
+01100111111000001100101110110100
+01011000000010110000110000001010
+01100111111000011100100100011000
+01011000111111111111111111111111
+11100111111000011000000000000101
+01011000000001100000011111111111
+11100111111000011000000000000101
+01011000111111111111111111111111
+11100111111000011000000000000101
+01110000010010001111011100001010
+01011000000000000000000001100100
+01100111111000010100101111001000
+00100000010000000011111001111011
+01011000000000000001011101110000
+01100111111000010100101110111110
+01110000010010111100000000010100
+01011000000000000000000110010000
+01100111111000010100101111000110
+01100111111000010100101111000010
+01011000000000000000001111101000
+01100111111000010100101111000100
+01110000010010000111110100000111
+01110000010010001100101001111101
+01110000010000011110100000000000
+01110000010010001000110000000001
+01011000000000000000111100001111
+01100111111000010100100010001101
+01100111111000010100100010001111
+01101111111000010100000010101000
+01100111111000010100000010101100
+11011000101000000100001101111010
+11011000110000000100000010101000
+11011111001000000000000000000110
+00100000010000000111111001101000
+01110000010010111000101000100000
+01110000010010010011100100110100
+01101111111000110100001101111010
+01100111111000110100100101010000
+01110000010010111011001100000010
+01110000010000111110011100011111
+01011000000001010000000100000010
+01100111111000011100001111101000
+01011000000100100000001100000011
+11100111111000011000000000000101
+01011000000110010000001100011000
+11100111111000011000000000000101
+01011000000000000000001111000010
+11100111111000010000000000000101
+01011000000001101111111100000110
+01100111111000011100101011010010
+01011000000000000000001100000000
+11100111111000011000000000000101
+01011000000010010000110010000000
+11100111111000011000000000000101
+01011000001101010101010001000010
+11100111111000011000000000000101
+01011000001000000011001000101110
+11100111111000011000000000000101
+01011000011101010110111101001101
+11100111111000011000000000000101
+01011000000000000110010101110011
+11100111111000010000000000000101
+01110000010001000000011100011111
+11011000110000000100101011011001
+11011000101000000100010000001000
+11011111001000000000000000001101
+00100000010000000111110101011111
+01101111111000001100010000001000
+00011111111000001111111111111111
+01100111111000001100001011110111
+11011000110000000100010000001010
+11011000101000000100001011111000
+11011111001000000000000000001011
+00100000010000000111110101011111
+01011000000001110000000000000111
+01100111111000011100001101110010
+01011000000000000010000000000000
+11100111111000011000000000000101
+01011000000000000000000100101100
+11100111111000010000000000000101
+01011000000110000001001000000011
+01100111111000011100101011001100
+01011000000000000000000011111111
+01100111111000011100101011001111
+00111000000000000000000011111011
+00111000000001101100001000010010
+00111000000010001000000000001111
+00111000000011000000000000100001
+01100111111001000100010001001100
+01110000010001000011001000000111
+01011000000000000000000000010101
+01100111111000010100101011100111
+01011000000000000000000000011001
+01100111111000010100001101010111
+01011000000000000000000000011101
+01100111111000010100101011101001
+01011000000000000000000000100001
+01100111111000010100101011101011
+01011000000000000000000000110000
+01100111111000010100101011101101
+01011000000000000000000000100010
+01100111111000010100001111010001
+01110000010010101111000010010110
+01110000010010010011100000000000
+00100000010000000010001100100010
+00100000010000000010001100100101
+01011000011000000100100000000000
+01100111111000011100100001011100
+01011000000000000000000100101100
+01100111111000010100100011000010
+01011000000000000000000001010000
+01100111111000010100100011000000
+01011000000000000000000000000101
+01100111111000010100101110111010
+01011000000000000000011100001000
+01100111111000010100101110111100
+01011000000000010000010000000011
+01100111111000011100100111010000
+01011000001010100010000000000010
+11100111111000011000000000000101
+01011000001000100001010100111111
+11100111111000011000000000000101
+01011000000100010100010000110011
+11100111111000011000000000000101
+01011000001001100101101000001001
+01100111111000011100100111011111
+01011000000001000001100100110100
+11100111111000011000000000000101
+01011000000000000000000000001001
+11100111111000010000000000000101
+01011000000000001111111111111111
+11100111111000010000000000000101
+01011000000011010101101000001001
+01100111111000011100100111110011
+01011000111011010001110100010000
+11100111111000011000000000000101
+01011000000000001000000001111101
+11100111111000010000000000000101
+01011000000000001111111111111111
+11100111111000010000000000000101
+01011000111111110101101000001001
+01100111111000011100101000111001
+01011000010000001010101100100111
+11100111111000011000000000000101
+01011000101000001101000110111110
+11100111111000011000000000000101
+01011000000100101010000101000001
+11100111111000011000000000000101
+01011000101001111000010010100101
+11100111111000011000000000000101
+01011000110100001011010111111111
+11100111111000011000000000000101
+01011000111111110000000010110110
+11100111111000011000000000000101
+01011000000000000000100100000000
+11100111111000011000000000000101
+01011000000000001111111111111111
+11100111111000010000000000000101
+01011000000011010101101000001001
+01100111111000011100101001010011
+01011000110001010000111000010000
+11100111111000011000000000000101
+01011000000100001001101001011011
+11100111111000011000000000000101
+01011000010000100001000100111000
+11100111111000011000000000000101
+01011000010000010010100000101000
+11100111111000011000000000000101
+01011000001110010100100100100011
+11100111111000011000000000000101
+01011000010010111011000001001010
+11100111111000011000000000000101
+01011000100100000100110010100000
+11100111111000011000000000000101
+01011000000010010111000001001101
+11100111111000011000000000000101
+01011000111111111111111100000000
+11100111111000011000000000000101
+01011000010001101010010100001001
+01100111111000011100101010000001
+01011000000100000001100100110100
+11100111111000011000000000000101
+01011000011010010000011101100000
+11100111111000011000000000000101
+01011000001000000111110100000100
+11100111111000011000000000000101
+01011000000010010000000001111110
+11100111111000011000000000000101
+01011000001000100000110100000000
+11100111111000011000000000000101
+01011000111111110010001000001110
+11100111111000011000000000000101
+01110000010010101001011011111111
+01011000000010110101101000001001
+01100111111000011100101010100011
+01011000000000000000100111110011
+11100111111000011000000000000101
+01011000000000001111111111111111
+11100111111000010000000000000101
+00100000001000000011000100000000
+01011000000000001001010001101000
+01100111111000010100011001100000
+01011000000000001001011100110010
+01100111111000010100001110010110
+01011000000000000010010110000000
+01100111111000011100000010110010
+01110000010000010111100000000011
+01110000010000010101101100001000
+01110000010010111001111000000000
+01110000010010111001111000000000
+01110000010010111001111100000000
+01011000000000000000001000000000
+01100111111000010100000101011001
+01110000010000111000000000010111
+01110000010000111000001000010111
+01011000000000000000101001110111
+01100111111000010100010010000100
+00111000000000000000001100000110
+00111000000001000100010001000000
+00111000000010010000000000000000
+00111000000011000100010000001000
+01100111111001001100011001100010
+00111000000000000001001000100100
+00111000000001000100000000000000
+00111000000010000000000000000000
+11100111111000101000000000000101
+00111000000000111111111111111111
+00111000000001101111111000100011
+00111000000010011001100111011001
+00111000000011000000001000001101
+01100111111001000100000010100000
+01011000000000000100101011110101
+01100111111000010100001111011110
+01011000000000000000000000010000
+01100111111000010100001111100000
+00100000010000000100100100001110
+00100000010000000100100011000110
+00100000010000000011111010001110
+01101111111001000100101110101011
+11000011000011011011110100111111
+01110000010001000101010100001100
+01011000000000000000000000000110
+01100111111000010100001101110010
+01100111111000010100001101110100
+00100000010000000010011000010011
+01101111111001000100101110101011
+11000011000011000011110101000011
+00100000010000000010011000001011
+01101111111000001100100100111000
+01100111111000001100101010110100
+01101111111000011100001101111101
+01100111111000011100101011001001
+01101111111000001100100011111101
+00011111111000010111111011111110
+01100111111000001100100011111101
+01100111111000001100010010100000
+01011000000000000000000000000000
+01100111111000111100100011010000
+01101111111000001100011110001111
+01100111111000001100101110011011
+01100111111000001100101110011100
+00100000010000000001101010101001
+00100000001000000100001010100000
+01000100111000011100000000011000
+01101111111001000100101110101011
+11000010100101111100100000001010
+01101111111000001100100100111000
+11000000000000000100011111110110
+00100000010000000011110101100101
+00100100001101000100001011101011
+01000100111000100100000000011000
+11011010001000000100100100111001
+01101111111000001100100100111000
+00011111111000001111111111111111
+00011111111011111111111000011101
+10011010001000001010001000000000
+11101111111000001000000000010001
+01100111111000001100010010000010
+01101111111000001100010010000010
+11000000000110011011110101101111
+11000000000110100011110101111011
+00100000001000000100010101010011
+01000100111000101100000000011000
+01111000010101000111110000000000
+01101111111001000100101110101011
+11000011000001011011110101101100
+01101111111000001000100110001001
+11000011000000010011110101101100
+01111000001101000111110000000000
+01101111111000001100101010110001
+01100111111000001100101010110000
+00100000011000000000000000000000
+01101000010010010100101110111000
+01101111111000001100101011000001
+11000000011111111011110101110011
+01101000010010010100101110110101
+01100000010010010100000011000001
+01101111111000110100000111011101
+00100000001110100011000111111000
+01110000010001000111110100010111
+01101111111000001100011101100100
+00100100001110100011000111101110
+01110000010001000111110100000100
+00100000001000000011000111101110
+01110000010010101100011100000001
+01101000010010001100101110110111
+01101111111000001100101011000001
+11000000011111111011110110000000
+01101000010010001100100100000010
+01100000010010001100101101110111
+00100000010000000011001000100101
+01101111111000011100101011001111
+01100111111000011100001111101100
+00100000010000000100001111101000
+01011000000000000000000000000100
+11100111111000001000000000000110
+11011000110000000100010000001000
+00100000010000000100001111101111
+00100000001000000111100011101110
+01101111111001000100101110101011
+11000100000001101000000000000000
+01011000000000000011110110010000
+01100111111000010000101101000101
+01110000010010010010101110100101
+00100000001000000011110111000001
+00100000010000000011110110010011
+00100000010000000011110110011000
+00100000001000000011110110101000
+01110000010010010010110000000000
+01101111111001000100101110101011
+11000100000010101000000000000000
+01110000010010010010110001011011
+00100000011000000000000000000000
+01101111111001000100101110101011
+11000010100011101011110110011111
+11000010100011110011110110100010
+11000010100011111011110110100101
+01110000010010010010100100011001
+01110000000010110100011100001000
+00100000011000000000000000000000
+01110000010010010010100100001100
+01110000000010110100011100000100
+00100000011000000000000000000000
+01110000010010010010100100000110
+01110000000010110100011100000010
+00100000011000000000000000000000
+01110000010010010010100100000011
+01110000000010110100011100000001
+00100000011000000000000000000000
+00100000010000000111100111110000
+00100000010000000011110110101011
+00100000001000000011110110110000
+01101111111000001000101101001000
+00100000011110100000000000000000
+01101111111000001100100100101100
+11000000001011011011011001101100
+00100000001000000011011001101001
+01101111111000001100100100101100
+00100000001000000011011001101111
+01101111111100001000110000000010
+11000011000000111011110110110110
+11000010100000111011110110111001
+00100000011000000000000000000000
+01101111111000001100100100101010
+11000100000000111000000000000000
+00100000001000000101110110001100
+01101111111000001100100100101010
+11000011100000111000000000000000
+00100000010000000100011111110010
+00100000001000000100001100010110
+01101111111001000100101110101011
+11000100000001101000000000000000
+00100000010000000111100110010001
+00100000001000000011110111000001
+01000100111000110100000000011000
+01101000010010001000101101011000
+00100000010000000110000001011001
+00100000001000001011110111000110
+00100000001000000011110111001101
+01101111111000001100100100101011
+11000001010100101000000000000000
+01110000010010010010101110100101
+01110000000010111111101000000000
+01110000000010011111011000000000
+01110000000010111110110000000000
+00100000001000000011101111001011
+01101111111000001100100100101011
+11000001001011010000000000000000
+01110000010010010010101101011010
+00100000010000000100011111110010
+00100000010000000100001100010110
+00100000010000000100100100001110
+00100000001000000111100110011101
+01101111111001000100101110101011
+11000100000001101000000000000000
+00100000010000000011110110110010
+01101111111100001000110000000010
+01100111111000001100100100101010
+11000100000000111000000000000000
+00100000010000000011111000001011
+01101111111000100100101010111101
+01101000010010001100100100101001
+10011000010000001000010000000000
+00011100010000100111111000000000
+10011000010001100111110000000000
+00100100011000010000000000000000
+01100111111000100100101010111101
+00100000010000000011111101110000
+00100100011101000000000000000000
+01101111111100001000110000000010
+11000100000000111000000000000000
+01101111111001000100101110101011
+11000011000010101011110111101010
+01101111111000001100101110001011
+11000000000000001011110111110000
+00100000010000000011011010010100
+01011000000000000000000000000001
+01100111111000001000101111111111
+01101111111000111100100011010000
+11100111111000111000000000000101
+00100000011000000000000000000000
+01101111111000001100101110001100
+00100000001110100011110111111011
+01101111111001000100101111001101
+01100111111001000000100101011100
+01101111111000001100101111001100
+11000000000000011011110111111101
+11000000000000010011111000000100
+00100000010000000011011010100010
+01101111111001000000100101011100
+01100111111001000000110000001111
+00100000011000000000000000000000
+01101111111001000100101111010110
+00100000001000000011110111110011
+00100000010000000011011010010101
+01110000000010111111100000100001
+01011000000000000000000000000011
+01100111111000001000110000011111
+01101111111000010000100101011100
+11100111111000010000000000000101
+00100000011000000000000000000000
+00100000010000000011011010010101
+01110000000010111111100000100010
+01011000000000000000000000000010
+01100111111000001000110000101111
+01101111111000001000100101011100
+11100111111000001000000000000101
+00100000011000000000000000000000
+01101000010010100100101010111101
+00011100010000100111111000000000
+10011000010001100111110000000000
+00100100010000010011111000010000
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000100100101010111101
+00100000011000000000000000000000
+11000101000100110011000111011101
+01101111111000001100101010101100
+00100000001110100011000111011101
+01101111111000001100101011110100
+11000000000000001011000111011101
+01101111111000010100010011011000
+00100100001110100011000111011101
+01101111111000001100100011100001
+00100100001110100011000111011101
+00100000001000000011000111011111
+01101111111000001100100100000010
+01100111111000001100101011000100
+00100000011000000000000000000000
+01000100111000111100000000011000
+00100000010000000100001000110010
+00100000010000000100001000111100
+00100000010000000011111000110011
+00100000001000000011001000010111
+01000100111001000100000000011001
+01111000001101000111110000000000
+01101111111100100000000100111000
+01111001001101000111111000011010
+01100111111100100000000001001100
+00100000010000000001010110011010
+00100000010000000110110111110111
+00100000010000000100100100001110
+00100000010000000100000000010101
+00100000010000000011111000110011
+00100000010000000100011000101101
+00100000010000000110000010011101
+01101000010010001100100100010001
+00100000001000000110000001000010
+01000100111001001100000000011001
+00100000010000000100001011101001
+00100000010000000111111111011100
+00100000010000000011111001000000
+00100000010000000110000010000010
+11011000010000000000000000010011
+00100000010000000011111101010110
+00100000001000000011111101011000
+11000110000100110000000000000000
+00100000010000000011111001000000
+01101111111000001000000010011110
+00100100011110100000000000000000
+00100000001000000110000001000010
+01000100111001010100000000011001
+00100000010000000011111110001000
+01101000010010001100100100011111
+00100000010000000110000001101001
+00100000010000000101101100000100
+01101000010010001100100100011000
+00100000010000000110000000110110
+01101000010010001100100100011001
+00100000010000000110000000110110
+01101000010010001100100100011010
+00100000010000000110000000110110
+01101000010010001100100100001101
+00100000010000000110000000110110
+01101000010010001100100100001110
+00100000010000000110000000110110
+01101000010010001100100100001111
+00100000010000000110000000110110
+01101000010010001100100100011011
+00100000010000000110000000110110
+01101000010010001100100100010010
+00100000010000000110000000110110
+01101000010010001100100100010011
+00100000010000000110000000110010
+01101000010010001100100100010100
+00100000010000000110000000110010
+01101000010010001100100100011100
+00100000010000000110000000110010
+01101000010010001100100100011101
+00100000010000000110000000110010
+01101000010010001100100100010001
+00100000001000000110000000110110
+01101111111000010100011110001100
+11000010100001001011111001100100
+01101111111000010100011110001100
+11000010100000000011111001100111
+00100000011000000000000000000000
+00011010001000100111111000000000
+00100100001110100001101100100110
+00100000001000000001101100101000
+00011010001000100111111000000000
+00100100001110100001010101000000
+00100000001000000001010101000010
+01101111111000001100010010100000
+11000001100000010000000000000000
+01000100111001011100000000011001
+01101000010010001100010010100001
+00011000010001100111110000000011
+00100000001000010011111001111000
+00011000010000001000010000000101
+01100000010010001100100011111100
+00011000010000100010001000000000
+00100000010000000110000010011000
+11000000000111111100100101010100
+00100000010000000100100101010010
+00011010001000100000010000000000
+00100000001000000110000001111111
+00011000010000001000010000000100
+01100000010010001100100011111100
+00100000001000000011111001110010
+01101111111000001100100011111101
+11000000000000010011111010000100
+11000000000000000011111010001001
+01110000010010001111110100000000
+01011000001011000000000101110010
+01100111111000011100100011100011
+01011000000000010100000000000001
+11100111111000011000000000000101
+00100000011000000000000000000000
+01011000010111010000000010011001
+01100111111000011100100011100011
+01011000000000000111000100000000
+11100111111000011000000000000101
+00100000011000000000000000000000
+01011000110010000000000100101100
+01100111111000011100100011100011
+01011000000000001101110000000000
+11100111111000011000000000000101
+00100000011000000000000000000000
+01101111111001000100101110101011
+11000100000010100000000000000000
+01110000010010001111010100000001
+11000011100101110000000000000000
+11000011100101011000000000000000
+01110000010010001111010100000000
+00100000011000000000000000000000
+01101111111000001100100011110110
+00011111111000001111111000000001
+01100111111000001100100011110110
+01101000010010001100100011110111
+10011000010001100111110000000000
+00100000011000000000000000000000
+01101111111001000100101110101011
+11000100000010100000000000000000
+00100000010000000011111001101010
+01101111111000001100100011110101
+00100000001110100011111010110010
+01101111111000001100010010100000
+11000000000000010011111010100111
+01110000010010001111010100000011
+00100000010000000011111010010101
+00100000001000010011111010101001
+00100000010000000011111010101110
+00100000001000000011111010111000
+01110000010010001111010100000010
+00100000001000000011111010111000
+00100000010000000011111001101100
+01110000010001001010000000000010
+01101111111000001100101110101010
+00100100010110100011111010101110
+00100000001000000011111010111000
+01110000010010001111011000000000
+01101111111000001100100011111101
+01100111111000001100010010100000
+00100000011000000000000000000000
+01101111111000001100010010100000
+11000000100000010011111010110110
+01101111111000001100101110101010
+00100100011110100000000000000000
+00100000010000000011111010010101
+00100100011000010000000000000000
+01000100111001100100000000011001
+01101111111000001100101110101010
+00100100011110100000000000000000
+01110000010010001111011000000000
+00100000010000000110000100100101
+01100111111000010100100011101001
+01101111111000001100010010100000
+11000000100000010011111011000110
+01101000010010010100100011101001
+00011000010011111111111000001000
+00011111111001101111110000001010
+00100000010000000111110111101100
+10011000010000001111111000000000
+01100111111000010100100011101001
+11011010001000000100100011100011
+00100000010000000011111011011000
+01101111111000001100010010100100
+11000010100000010011111100011010
+11000010100000001011111100011100
+11000011000000000011111011010000
+01110000010010001111101000000001
+00100000001000000011111011001110
+11011000111000000000000000000100
+00100000001000000100011011110000
+11011000111000000000000000000100
+00100000010000000100011011110100
+01110000010010001111100000001100
+01101111111000001100100011111010
+00100000011110100000000000000000
+01110000010010001111101000000000
+01101000010010001100100100100001
+00100000001000000100100100101011
+01000100111001101100000000011001
+11101111111001000000000000010001
+01100111111001000000100101011100
+01101111111000001100100011110101
+11000000000000000011111011110000
+11000000000000010011111011011111
+11000000000000011011111100001111
+01101111111001000100101110101011
+11000011000101110011111011100101
+01101111111000010000100101100010
+01101000010010010100100011101011
+10011000010001100111110000000000
+00100100001000010011111100010010
+01101111111001000100101110101011
+11000011000101011011111011110000
+01110000010010001111101100000000
+01101111111000010000100101100010
+01101000010010010100100011101101
+10011000010001100111110000000000
+00100100001000010011111011101110
+00100000010000000100011010101001
+00100000001000000011111011110000
+00100000010000000100011010101101
+00100000001000000011111011110000
+00100000010000000011111100010110
+00100000010000000110000101101110
+00100000010000000110000101100110
+01101111111000010000100101100010
+01101000010010010000100101011110
+10011000010001100111110000000000
+00100100010000010110000101101010
+01101000010010010000100101100000
+10011000010001100111110000000000
+00100100010000010110000101100010
+01101111111000010000100101100010
+01101000010010010000100101011100
+10011000010001100111110000000000
+00100000001000010011111100001011
+01101000010010010000100101011110
+10011000010001100111111000000000
+00100100001000010011111100001101
+00100000001110100011111100001101
+00011111111011111010001001100100
+01101111111000010000100101011100
+01101000010010010000100101011110
+10011000010001100000010000000000
+00011010001000100111111000000000
+10011000010001101111110000000000
+00100000010000000111110111101100
+01100111111000001100101011101111
+00100000011000000000000000000000
+01110000010010101110111101100100
+00100000011000000000000000000000
+01110000010010101110111100000000
+00100000011000000000000000000000
+01101111111000001100010010100000
+11000000000000010011111011011111
+00100000001000000011111011110000
+01101000010010001100010010100100
+01111001001000000000010000000010
+01100000010010001100010010100100
+00100000011000000000000000000000
+01101000010010001100010010100100
+01111001001111111000010000000010
+01100000010010001100010010100100
+00100000011000000000000000000000
+01110000010010001111101100000001
+00100000011000000000000000000000
+00100000010000000100100100001110
+00100000001000000011111000100000
+01101000010010001100010011000001
+00100000010000000110000001101001
+00100000010000000111100110110100
+01101000010010001100100100011000
+00100000010000000011111101010110
+01101000010010001100100100011001
+00100000010000000011111101010110
+01101000010010001100100100011010
+00100000010000000011111101010110
+01101000010010001100100100001101
+00100000010000000011111101010110
+01101000010010001100100100001110
+00100000010000000011111101010110
+01101000010010001100100100001111
+00100000010000000011111101010110
+01101000010010001100100100010000
+00100000010000000011111101010110
+01101000010010001100100100011011
+00100000010000000011111101010110
+01101000010010001100100100010010
+00100000010000000011111101010110
+01101000010010001100100100010011
+00100000010000000011111101010110
+01101000010010001100100100010100
+00100000010000000011111101010110
+01101000010010001100100100011100
+00100000010000000011111101010110
+01101000010010001100100100011101
+00100000010000000011111101010110
+01101000010010001100100100010001
+00100000010000000011111101010110
+01101000010010001100100100011110
+00100000010000000011111101010110
+01101000010010001100101010101011
+00100000010000000110000001101001
+01101000010010001100100100100001
+00100000010000000110000001101001
+01101000010010001100100100010101
+00100000010000000110000001101001
+01101000010010001100100100010110
+00100000010000000110000001101001
+01101000010010001100100100100010
+00100000010000000110000001101001
+01101000010010001100100100100011
+00100000010000000110000001101001
+01101000010010001100100100010111
+00100000001000000011111101010110
+00011000010001100111110011111111
+00100000011000101000000000000000
+00011000010000010000111001111111
+01101111111100100000000100011100
+10101111111011111111111111111111
+00100000001000001011111101010110
+00100000001000000011111101010100
+01111001001000000000010000000111
+00100000001000000110000001010000
+01111001001111111000010000000111
+00100000001000000110000001010000
+01101111111000011100101111011110
+01100111111000011000100101011100
+11011111001000000000000000010100
+11011000010000000000000000000000
+01101111111000011000100101011100
+00101111111011111111111000000000
+00100000010000001110000001111111
+01101111111000011000100101011100
+00011111111000111111111000000000
+01100111111000011000100101011100
+00011000010000001000010000000001
+11000010000000000011111101011100
+00100000011000000000000000000000
+00100000010000000011111101101010
+01110000010001001000010001110011
+00100000010000000011111101101001
+00100000001000000101101100001000
+00100000001000000101110010110101
+01101111111000001100100100011111
+11011000010000000000000000100001
+00100000010000000110000010010011
+01101111111000001100100100100000
+11011000010000000000000000100011
+00100000001000000110000010010011
+01000100111001110100000000011001
+01111000010101000111110000000000
+01011000000000000000000000000000
+01100111111000110100100011010001
+00100000010000000100001001000000
+00100000010000000011111101111110
+00100000010000000011111110000011
+00100000010000000100000011011100
+01101111111000001100100011010000
+00011111111000010111111000011111
+01100111111000001100100011010000
+00100100001101000100011100101000
+00100000010000000100011100011010
+00100000001000000100010101000100
+01101111111000001100100011100000
+00100000011110100000000000000000
+01100111111000001100100011010101
+01110000010010001110000000000000
+00100000001000000111111001010100
+01101111111000001100100011011100
+00100000011110100000000000000000
+01100111111000001100100011010110
+01110000010010001101110000000000
+00100000001000000111111001010100
+00100000010000000011111110010101
+00100000010000000011111111010001
+01101111111000001100100011011010
+01101000010010001100100011011001
+01100111111000001100100011011001
+10011000010001100111110000000000
+00100100001000101011000111100001
+01101111111000001100100011011110
+01101000010010001100100011011101
+01100111111000001100100011011101
+10011000010001100111110000000000
+00100100001000101011000111100001
+00100000011000000000000000000000
+01101111111000001100100100011100
+11000001011111111000000000000000
+11011010001000000000000000000000
+01101000010010001100100100011100
+00100000010000000110000001011001
+01111001001000001010001000000000
+01101000010010001100100100011101
+00100000010000000110000001011001
+01111001001000001010001000000001
+00011010001000100111111000000000
+01100111111000001100100011011010
+11000000000000001011111110100101
+11000000000000010011111110101001
+01101111111000001100100011011011
+11000010100000111011111110110101
+00100000011000000000000000000000
+01101111111000001100100011011001
+11000000000000000011111110101101
+11000000000000011011111110101111
+00100000011000000000000000000000
+01101111111000001100100011011001
+11000000000000000011111110110001
+11000000000000011011111110110011
+00100000011000000000000000000000
+01110000010010001101101110000010
+00100000011000000000000000000000
+01110000010010001101101110000001
+00100000011000000000000000000000
+01110000010010001101101110000000
+00100000011000000000000000000000
+01110000010010001101101110000011
+00100000011000000000000000000000
+01101111111000001100100011011011
+01111001001111111111111000000111
+01100111111000001100100011011011
+11000000000000000011111110111101
+11000000000000001011111111000000
+11000000000000010011111111000011
+11000000000000011011111111000110
+00100000011000000000000000000000
+01101111111000001100100011011010
+11000000000000011011111111001001
+00100000011000000000000000000000
+01101111111000001100100011011010
+11000000000000000011111111001001
+00100000011000000000000000000000
+01101111111000001100100011011010
+11000000000000011011111111001101
+00100000011000000000000000000000
+01101111111000001100100011011010
+11000000000000000011111111001101
+00100000011000000000000000000000
+01101111111000001100100011011100
+00011111111000001111111000000001
+01100111111000001100100011011100
+00100000011000000000000000000000
+01101111111000001100100011011100
+00011111111000001111111111111111
+01100111111000001100100011011100
+00100000011000000000000000000000
+01101111111000001100100100010011
+11000001011111111000000000000000
+11011010001000000000000000000000
+01101000010010001100100100010011
+00100000010000000110000001011001
+01111001001000001010001000000000
+01101000010010001100100100010100
+00100000010000000110000001011001
+01111001001000001010001000000001
+00011010001000100111111000000000
+01100111111000001100100011011110
+11000000000000001011111111100001
+11000000000000010011111111100101
+01101111111000001100100011011111
+11000010100000111011111111110001
+00100000011000000000000000000000
+01101111111000001100100011011101
+11000000000000000011111111101001
+11000000000000011011111111101011
+00100000011000000000000000000000
+01101111111000001100100011011101
+11000000000000000011111111101101
+11000000000000011011111111101111
+00100000011000000000000000000000
+01110000010010001101111110000010
+00100000011000000000000000000000
+01110000010010001101111110000001
+00100000011000000000000000000000
+01110000010010001101111110000000
+00100000011000000000000000000000
+01110000010010001101111110000011
+00100000011000000000000000000000
+01101111111000001100100011011111
+01111001001111111111111000000111
+01100111111000001100100011011111
+11000000000000000011111111111001
+11000000000000001011111111111100
+11000000000000010011111111111111
+11000000000000011100000000000010
+00100000011000000000000000000000
+01101111111000001100100011011110
+11000000000000011100000000000101
+00100000011000000000000000000000
+01101111111000001100100011011110
+11000000000000000100000000000101
+00100000011000000000000000000000
+01101111111000001100100011011110
+11000000000000011100000000001001
+00100000011000000000000000000000
+01101111111000001100100011011110
+11000000000000000100000000001001
+00100000011000000000000000000000
+01101111111000001100100011100000
+00011111111000001111111000000001
+01100111111000001100100011100000
+00100000011000000000000000000000
+01101111111000001100100011100000
+00011111111000001111111111111111
+01100111111000001100100011100000
+00100000011000000000000000000000
+01101000010010001100100100010011
+00100000010000000110000000110010
+01101000010010001100100100010100
+00100000010000000110000000110010
+01101000010010001100100100011100
+00100000010000000110000000110010
+01101000010010001100100100011101
+00100000001000000110000000110010
+01101000010010001100100100010011
+00100000010000000011111101001101
+01101000010010001100100100010100
+00100000010000000011111101001101
+01101000010010001100100100011100
+00100000010000000011111101001101
+01101000010010001100100100011101
+00100000001000000011111101001101
+01101111111000010100100011010101
+00100000011110100000000000000000
+01110000010010001110000100000001
+01110000010010001110001000001010
+00100000011000000000000000000000
+11011010011000000100100011100010
+11011010010000000100000000100101
+00100000001000000011000110001010
+01110000010010001110000100000000
+00100000011000000000000000000000
+01101111111001000100101110101011
+11000010100101110100000000110110
+01101111111000001100100100001111
+11000001011111111000000000000000
+11011010001000000000000000000000
+01110000010010111001011000000101
+01101000010010001100100100001111
+00100000010000000100000000111001
+01100111111000001100101110010011
+01101111111000001100100100010000
+11000000011111111100000001000010
+00100000010000000100000101101000
+00011010001000100111111000000000
+11000010100000101100000001010010
+00100000001000000100000001011001
+01101111111000001100100011111011
+00100000001110100100000001011001
+00100000001000000100000001010010
+01101111111001000100101110101011
+11000010100101100100000001001000
+01101111111000001100101110010011
+00011111111000100010011000000000
+01101111111000001100100100010000
+11000000011111111100000110010101
+01101111111000001100101110011010
+00100100001110100100000001000101
+00100000001000000100000001001010
+01101000010010001100100100001111
+00100000010000000011111101010110
+00100000001000000100000000110011
+01110000010010011101110100000000
+01110000010010111001001100000000
+00100000011000000000000000000000
+01101111111000001100101110010011
+00100000001000000100000110000111
+00100000010000000110000001011001
+01101000010010001100100100010000
+00100000001000001100000001001000
+01101000010010001100100100010000
+00100000010000000110000001101001
+01101000010010001100100100001111
+01101111111000001100101110010011
+00100000001000000100000110000111
+01101111111000001100100111011101
+11000001000000001000000000000000
+01110000010010011101110100000001
+01101111111001000100101110101011
+11000011100101000000000000000000
+11000011100110110000000000000000
+00100000001000000100000001101001
+01101111111000001100100111011101
+11000001000000000000000000000000
+01110000010010011101110100000000
+01101111111001000100101110101011
+11000010100101000100000001100000
+11000010100110110100000001100000
+00100000011000000000000000000000
+01101111111000001100100111011110
+00100100001110100100000001100100
+01101111111000001100101110011100
+00100100010110100100000001101001
+01110000010010011101111000000000
+01101111111000001100011110001111
+01100111111000001100101110011100
+01100111111000001100101110011011
+00100000011000000000000000000000
+01000100111001111100000000011001
+00100000010000000100000001110010
+00100000011101000000000000000000
+01101111111000001100100110010010
+00011111111000001111111000000001
+00011111111000010111111000000011
+01100111111000001100100110010010
+00100000010000000100000010010101
+00100000001000000100010111101110
+01111000010101000111110000000000
+01101111111001000100101110101011
+11000011100101100000000000000000
+11000011100101110000000000000000
+01101111111000001100101110001110
+00100000011110100000000000000000
+01101111111000001100101110001111
+00100000011110100000000000000000
+01111000001101000111110000000000
+00100000011000000000000000000000
+01101111111001000100101110101011
+11000010100101000100000010000000
+11000010100110110100000010000111
+00100000011000000000000000000000
+01101111111000001100100111011101
+11000001100000001000000000000000
+11011010011000000100101110011100
+11011010010000000100000010000101
+00100000001000000011000110001010
+01110000010010011101111000000001
+00100000001000000100011010110101
+01101111111000001100100111011101
+11000001100000001000000000000000
+11011010011000000100101110011011
+11011010010000000100000010001100
+00100000001000000011000110001010
+01110000010010011101111000000001
+00100000001000000100010011010100
+00100000001000000100000010011000
+01101111111001000100101110101011
+11000011100011100000000000000000
+01101111111000001100100110010010
+11000001100000011000000000000000
+01110000010010011001001000000000
+00100000011000000000000000000000
+01000100111010000100000000011010
+00100000010000000100000010001111
+00100000010000000100100011100001
+01101111111000001100100100100111
+11000000000000011100000010111011
+11000000000001011100000011001111
+01101111111000001100100110010010
+11000000000000000100000010100010
+11000000000000001100000010100000
+11000000000000010100000010100100
+11000000000000011100000010100110
+01101000010010001100100111010001
+00100000001000000100000010101000
+01101000010010001100100111010000
+00100000001000000100000010101000
+01101000010010001100100111010010
+00100000001000000100000010101000
+01101000010010001100100111010011
+00100000001000000100000010101000
+01101111111000001100100100100111
+11000000000000100100000010110111
+11000000000000101100000010110111
+11000000000001000100000010111001
+11000000000000111100000010111001
+11000000000000110100000010110111
+01100000010010001100100111011100
+01011000000000000000000000000110
+00100000010000000101101100001101
+00011111111000010000010011111000
+01101111111000001100100111011100
+10011000010000001111111000000000
+00011111111011010111111000000000
+00011111111000001111111000000110
+00100000001000000101101100001100
+00011000010000001000010111111111
+00100000001000000100000010101110
+00011000010000001000010000000010
+00100000001000000100000010101110
+01101111111000001100100110010010
+11000000000000000100000011000010
+11000000000000001100000011000000
+11000000000000010100000011000100
+11000000000000011100000011000110
+01101111111000001100100111010101
+00100000001000000100000011000111
+01101111111000001100100111010100
+00100000001000000100000011000111
+01101111111000001100100111010110
+00100000001000000100000011000111
+01101111111000001100100111010111
+01100111111000001100100111011100
+00011111111011010111111000000000
+00011111111000100010001000000000
+00011111111000001111111000001101
+00100000010000000101101100001100
+00011010001000100111111000000000
+00011111111000001111111000001110
+00100000001000000101101100001100
+01101111111000001100100110010010
+11000000000000000100000011010110
+11000000000000001100000011010100
+11000000000000010100000011011000
+11000000000000011100000011011010
+01101111111000001100100111011001
+00100000001000000100000011000111
+01101111111000001100100111011000
+00100000001000000100000011000111
+01101111111000001100100111011010
+00100000001000000100000011000111
+01101111111000001100100111011011
+00100000001000000100000011000111
+00100000010000000100000100010101
+00100000010000000100000011101101
+00100000010000000011111001011111
+00100000010000000100000011101000
+00011010001000100111111000000000
+01101000010010001100100011011000
+01100111111000001100100011011000
+01100111111000001100100011010000
+10011000010000101111111000000000
+00011111111001100111110000000000
+00100000011000101000000000000000
+00100000001000000111111001010100
+11000110100100110000000000000000
+00011010001000100111111000000000
+00100000011110100000000000000000
+01100111111000001100100011010000
+00100000001000000111111001010100
+01110000010010111001100000000000
+01110000010010111001100100000000
+01110000010010111001101000000000
+00011111111000100000010000000000
+00100000010000000100000011111101
+00100000010000000100000100000000
+00100000010000000100000100000011
+00100000010000000100000100000110
+01101111111000001100101110011001
+00100000011110100000000000000000
+01101111111000001100101110011000
+00100000011110100000000000000000
+01110000010010111001101000000001
+01101111111000001100100011011000
+00011111111000100010001000000000
+00100000011000000000000000000000
+00011000010000010111111000001001
+11000000000001001100000100001110
+00100000011000000000000000000000
+00011000010000010111111000010100
+11000000000010100100000100001110
+00100000011000000000000000000000
+00011000010000010111111000011000
+11000000000011000100000100001100
+00100000011000000000000000000000
+00011000010000010111111000000111
+11000000000000011100000100001100
+11000000000000101100000100001100
+11000000000000110100000100001100
+11000000000000111100000100001100
+00100000011000000000000000000000
+01110000010010111001100100000001
+00100000011000000000000000000000
+01110000010010111001100000000001
+00100000011000000000000000000000
+00100000010000000100000100100001
+00100000010000000100000100010101
+01011000000000000000000000000000
+01100111111000011100101110001110
+00100000011000000000000000000000
+01000100111010001100000000011010
+01101111111000001100101111100001
+00100100010110100100000100100001
+11011010001000000000000000000000
+00100000010000000100000100100100
+00100000010000000100000100101010
+00100000010000000100000100110000
+00100000010000000100000100110110
+00100000010000000100000101001111
+00100000010000000100000101101010
+00011010001000100111111000000000
+00100000011000000000000000000000
+01011000000000110000001100000011
+01100111111000011100101110001110
+00100000011000000000000000000000
+01110000010010111001011000000000
+01101000010010001100100100011000
+01101111111000001100101110001110
+00100000010000000100000110000111
+01100111111000001100101110001110
+00100000011000000000000000000000
+01110000010010111001011000000001
+01101000010010001100100100011001
+01101111111000001100101110001111
+00100000010000000100000110000111
+01100111111000001100101110001111
+00100000011000000000000000000000
+01110000010010111001011000000010
+01101000010010001100100100011010
+01101111111000001100101110010000
+00100000010000000100000110000111
+01100111111000001100101110010000
+00100000011000000000000000000000
+01101111111000001100100100001101
+11000001011111111000000000000000
+01110000010010111001011000000011
+01101111111000001100101110010001
+00011111111000100010011000000000
+01101000010010001100100100001101
+01101111111000001100100100010000
+11000000011111111100000101001011
+00100000010000000110000001011001
+00100000001000001100000101000111
+01101000010010001100100100010000
+00100000010000000110000001101001
+01101000010010001100100100001101
+01101111111000001100101110010001
+00100000010000000100000110000111
+01100111111000001100101110010001
+00100000001000000100000101101000
+01101000010010001100100100010000
+01101111111000001100101110010001
+00100000010000000100000110000111
+00100000001000000100000101000101
+00100000010000000100000110010101
+01100111111000001100101110010001
+01101000010010001100100100001101
+00100000001000000011111101010110
+01101111111000001100100100001110
+11000001011111111000000000000000
+01110000010010111001011000000100
+01101111111000001100101110010010
+00011111111000100010011000000000
+01101000010010001100100100001110
+01101111111000001100100100010000
+11000000011111111100000101100100
+00100000010000000110000001011001
+00100000001000001100000101100000
+01101000010010001100100100010000
+00100000010000000110000001101001
+01101000010010001100100100001110
+01101111111000001100101110010010
+00100000010000000100000110000111
+01100111111000001100101110010010
+00100000001000000100000101101000
+01101000010010001100100100010000
+01101111111000001100101110010010
+00100000010000000100000110000111
+00100000001000000100000101011110
+00100000010000000100000110010101
+01100111111000001100101110010010
+01101000010010001100100100001110
+00100000001000000011111101010110
+01101000010010001100100100010000
+00100000001000000011111101010110
+01110000010010111000101100000000
+01101111111001000100101110101011
+11000100000010101000000000000000
+01101111111000001100100100010010
+11000001011111111000000000000000
+01110000010010111001011000000111
+01101000010010001100100100010010
+01101111111000001100101110010101
+00100000010000000100000110000111
+01100111111000001100101110010101
+00011010001000100111111000000000
+11000010100000111100000101111010
+00100000010000000100000101111101
+01101111111000001100101110001100
+01100111111000001100101110001101
+00100000011000000000000000000000
+01110000010010111000110000000001
+00100000010000000100000110000000
+00100000001000000100000101110111
+01110000010010111000110000000000
+01101111111000001100101110001101
+00100000011110100000000000000000
+01110000010010111000101100000001
+00100000011000000000000000000000
+00100000010000000110000001011001
+01101000010010001100101110010110
+00011000010000100000111000000000
+00100000001000001100000110010011
+00100000001000000100000110010001
+00011111111000111111111000000000
+00011111111000100010010000000000
+00100000010000000110000001011001
+01111001001000001010010000000000
+00011010010000010111111000000111
+01101000010010001100101110010110
+00011000010000100000111000000000
+11000000000000111100000110010011
+11000000000000000100000110010001
+00100000011000000000000000000000
+11111001001111111010001000000000
+00100000011000000000000000000000
+11111001001000000010001000000000
+00100000011000000000000000000000
+01000100111010010100000000011010
+00011010011000100111111000000000
+01100111111000001100101110010111
+00011111111000111111111000000000
+00011111111000100010010000000000
+00011000010000100010011000000000
+00100000010000000011111101010100
+00011010011000100000010000000000
+00100000010000000110000001011001
+01111101001000001010010000000000
+00100000010000000100000110100001
+00100000001000000100000110001011
+01101000010010001100101110010111
+00011000010000010000010000000001
+00011010010000010111111000000001
+10011000010001100111110000000000
+00100100001000101100001100101111
+00100000011000000000000000000000
+01000100111010011100000000011010
+00100000010000000011111101100101
+00100000011101011000000000000000
+00100000010000000100001000110110
+00100000010000000100000110110101
+11000000000110000100000110111100
+11000000000110001100001000010111
+11000000001011000100001000100000
+00100000010000000100000110110010
+00100000000000000001101011110100
+00100000001000000100000110101011
+01101111111000001100100100011111
+00100000010000000101101011110111
+00100000001000000011111101101010
+01011000000000000000000000000001
+00100000010000000101101100001101
+01100111111000001100100111000010
+01011000000000000000000000000000
+00100000010000000101101100001101
+01100111111000001100100111000001
+00100000011000000000000000000000
+01101111111000001100100111000010
+11000000001011010100000111000101
+11000000011011000100000111001011
+11000000011010001100000111011010
+11000000011010010100000111100011
+11000000000000010100000111101010
+11000000001010100100000111101101
+11000000001010000100001000010100
+00100000001000000100000110101011
+01110000010010010010011100000101
+00100000010000000100001000110010
+00100000010000000111110100010010
+11011010011000000100101000111001
+00100000010000000100001000101011
+00100000001000000100000010001110
+01011000000000000000000000010110
+00100000010000000101101100001101
+00011111111001100111110010111101
+00100100001000101100000110100111
+01011000000000000000000000011001
+00100000010000000101101100001101
+00011111111001100111110001010101
+00100100001000101100000110100111
+01011000000000000000000000011011
+00100000010000000101101100001101
+00011111111001100111110000011101
+00100100001000101100000110100111
+01110000010010010010011100000110
+11011010011000000100101001110001
+00100000001000000100001000101011
+01110000010010010010011100000000
+11011010011000000100100111110011
+00100000010000000100001000101011
+11011010011000000100100111111101
+00100000010000000100001000101011
+01011000000000000000100101000011
+00100000010000000101101100001100
+11011010011000000100101000010111
+00100000001000000100001000101011
+01110000010010010010011100000010
+11011010011000000100100111101001
+00100000010000000100001000101011
+11011010011000000100100111111101
+00100000010000000100001000101011
+11011010011000000100101000010111
+00100000001000000100001000101011
+01110000010010010010011100000011
+11011010011000000100100111011111
+00100000001000000100001000101011
+00100000010000000100001000101001
+01011000000000001001101001011011
+00100000010000000101101100001100
+01011000000000000000000000001101
+00100000010000000101101100001101
+00011111111001100111110000010010
+00100000001000101100001000000001
+00011111111001100111110000001010
+00100100001000101100001000000100
+01011000000000000000000000001110
+00100000010000000101101100001101
+00011111111001100111110011100101
+00100100001000101100000110101011
+01011000000000000000000000010000
+00100000010000000101101100001101
+00011111111001100111110010100101
+00100000001000101100001000000001
+00100000010000000100001000010001
+01110000010010010010011100001000
+00100000011000000000000000000000
+01110000010010010010011100001001
+11011010011000000100101001010011
+00100000001000000100001000101011
+00011111111001100111110000010000
+00100100001000101100000110101011
+01011000000000000000000000001110
+00100000010000000101101100001101
+00011111111001100111110011000101
+00100100001000101100000110101011
+01011000000000000000000000010000
+00100000010000000101101100001101
+00011111111001100111110000111000
+00100100001000101100000110101011
+00100000010000000100001000010001
+01110000010010010010011100001010
+00100000011000000000000000000000
+01011000000000000000000001011011
+00100000010000000101101100001100
+00100000001000000100001000100111
+01110000010010010010011100000111
+11011010011000000100101010010111
+00100000001000000100001000101011
+00100000010000000100001000110110
+01101111111000001100100111000010
+11000000001110000100001000011110
+11000000000000000100001000011100
+00100000001000000100000110101011
+01110000010010010010011100000001
+00100000011000000000000000000000
+01110000010010010010011100000100
+00100000011000000000000000000000
+00100000010000000100001000110110
+01101111111000001100100111000010
+11000000001011001100001000100100
+00100000001000000100000110111100
+01110000010010010010011100001011
+11011010011000000100101010000001
+00100000001000000100001000101011
+01011000000000000000000000001001
+00100000001000000101101100001100
+01011000000000000101101000001001
+00100000001000000101101100001100
+11101111111000010000000000010011
+11011000010000001111111111111111
+10011000010001100111110000000000
+00100000011000101000000000000000
+00100000010000000101101100001100
+00011010011000001010011000000010
+00100000001000000100001000101011
+01011000000000001000000000000110
+00100000010000000101101100001100
+00100000000000000010111011100000
+00100000011000000000000000000000
+01000100111010100100000000011010
+00100000010000000011111101100101
+00100000010000000100001000110010
+11011010011000000100101010100011
+00100000010000000100001000101011
+00100000001000000100000010001110
+00100000010000000100000110100111
+00100000010000000011111101100101
+01011000000000000000100000000110
+00100000001000000101101100001100
+01101111111000001100010010101100
+11000001100000000000000000000000
+01101111111000001100100100100111
+11000000000000000100001001001100
+11000000000000001100001001001100
+11000000000001000100001001001100
+11000000000000010100001001001100
+11000000000000011100001001110000
+11000000000000100100001001001100
+11000000000000110100001010010101
+11000000000001011100001010001110
+00100000001000000100001001001100
+00100000010000000100001011000100
+01111000010101000111110000000000
+01101111111000001100100100010001
+11000000011111111100001001010011
+01101000010010001100100100010001
+00100000010000000110000001011001
+00100100011000001000000000000000
+01011000000000000000000000000000
+00100000010000000101101100001101
+11000000100110000100001001100110
+01011000000000000000000000000010
+00100000010000000101101100001101
+11000100000000111000000000000000
+00100000010000000100001011011011
+01101111111000001100100011010001
+00100000010000000100001011010011
+01100111111000010100100011010001
+01101111111000001100100011010011
+00100000010000000100001011010011
+01100111111000010100100011010011
+01101111111000001100100100101000
+11000000000000000100001001101000
+11000000000000001100001001101010
+11000000000000010100001001101100
+11000000000000011100001001101110
+00100000011000000000000000000000
+11000000000110001100001001010110
+00100000001000000100000110110010
+00100000010000000100001010101101
+00100000001000000100001011100010
+00100000010000000100001010110101
+00100000001000000100001011100010
+00100000010000000100001010110001
+00100000001000000100001011100010
+00100000010000000100001010111101
+00100000001000000100001011100010
+00100000010000000100001011000100
+01101111111000001100100100010001
+11000000011111111100001001110110
+01101000010010001100100100010001
+00100000010000000110000001011001
+00100100011000001000000000000000
+01011000000000000000000000000000
+00100000010000000101101100001101
+11000000100110000100000110110010
+01011000000000000000000000000010
+00100000010000000101101100001101
+11000100000000111000000000000000
+00100000010000000100001011011011
+00100000010000000100001010001100
+01100111111000001100100011010111
+00011111111100011111111000000000
+00100000010000000100001011010111
+01100111111000001100100011010010
+01101111111000001100100011010111
+00011111111000010111111000001111
+00100000010000000100001011010111
+01100111111000001100100011010100
+01101111111000001100100100101000
+11000000000000000100001010101101
+11000000000000001100001010110101
+11000000000000010100001010110001
+11000000000000011100001010111101
+00100000011000000000000000000000
+01011000000000000000000000010010
+00100000001000000101101100001101
+00100000010000000100001011000100
+01101111111000001100100100010001
+11000000011111111100001010010100
+01101000010010001100100100010001
+00100000010000000110000001011001
+00100100011000001000000000000000
+00100000001000000100001001111001
+00100000010000000100001011000100
+01111000010101000111110000000000
+01011000000000000000000000000010
+00100000010000000101101100001101
+11000100000000111000000000000000
+01011000000000000000000000001000
+00100000010000000101101100001101
+00100000001110100100001001011001
+01011000000000000000000000000000
+01100111111000110100100011010001
+00100000011000000000000000000000
+01101111111000001100100100100100
+01100111111000001100100100101000
+01101111111000001100100100010111
+11000001011111111000000000000000
+01101000010010001100100100010111
+00100000010000000011111101010110
+01101000010010001100100100010111
+00100000010000000110000001011001
+00100000010000001100001010101010
+00100000001000000011111101010100
+01101111111000001100100100100101
+01100111111000001100100100101000
+00100000011000000000000000000000
+01101111111000010100100011010001
+00011111111001100111111000000000
+01100111111000010100100011010001
+00100000001000000111111001010100
+01101111111000010100100011010011
+00011111111001100111111000000000
+01100111111000010100100011010011
+00100000001000000111111001010100
+01101111111000010100100011010011
+00011111111001100111111000000000
+01100111111000010100100011010011
+01101111111000010100100011010001
+00011111111001100111111000000000
+01100111111000010100100011010001
+00100000010000000100001010111111
+00100000001000000111111001010100
+00100000010000000100001010111111
+00100000001000000111111001010100
+01101111111000010100100011010011
+01101000010010010100100011010001
+01100111111000010100100011010001
+01100000010010010100100011010011
+00100000011000000000000000000000
+01101111111000001100100111001000
+00100000010110100100001011011011
+01110000010010011100100000000001
+00100000011000000000000000000000
+01110000010010101010110000000001
+00100000010000000001101100011010
+00100000001000000100000110100111
+01101111111000001100100100010001
+11000001111111111000000000000000
+01101111111000001100101010101110
+11000001100000001000000000000000
+01011000000000000000000000000000
+01100111111000001100101010101110
+01100111111000100100100011010001
+00100000001000000100001011001010
+11000100000000111000000000000000
+11011000010000001111111100000000
+10011000010000011111111000000000
+00100000011000000000000000000000
+11000100000000011000000000000000
+11011000010000000000000011110000
+10011000010000011111111000000000
+00100000011000000000000000000000
+11011111111000000000000000000011
+00100000010000000101101100001101
+01100111111000010100100011010001
+11011111111000000000000000000100
+00100000010000000101101100001101
+01100111111000010100100011010011
+00100000011000000000000000000000
+01101000010010001100100100100000
+00100000010000000110000001011001
+00100000011000001000000000000000
+01011000000000000000000000001010
+00100000010000000101101100001101
+00100000000000000000001111101000
+00100000001000000100001011100010
+01011000000000001000000100000000
+00100000001000000101101100001100
+01110000010010101100000111111111
+01101111111000001100101110110011
+11000010100000001100001011101111
+11000010100000000100001011110100
+01110000010001001000001000110100
+01011000000011110000111100001111
+01100111111000011100001101111010
+01100111111000011100001101111101
+00100000001000000011110101100001
+01110000010001001000001000110011
+11011000110000000100100101110100
+00100000010000000100010111001000
+00100000001000000011110101100001
+01000100111010101100000000011010
+00100000010000000100010110111101
+00100000010000000100001100010100
+01101111111000001100100100111000
+11000000000000001100001011111111
+11000000000000010100001100000001
+00100000011000000000000000000000
+01101111111000110100100100111010
+00100000001000000100001100000010
+01101111111000110100100101010111
+01101000010010110100100101110100
+10011000010001100111110000000000
+00100000001000101100010101010011
+00100000001000000011110101011001
+00100000010000000100001100010100
+01101111111000001100010111111100
+00011111111000001111111000000011
+00011111111000100010001000000000
+00100000010000000100110111000000
+01101111111000010100010011011110
+11100111111000010000000000000101
+01011000000000000000010010100001
+11100111111000010000000000000101
+01101111111000001100010111111100
+00011111111000001111111000000001
+00011111111000100111001000000000
+11011000110000000100010111111100
+00100000001000000111110101011111
+01110000010010101100000101011010
+00100000011000000000000000000000
+01101111111000010100011110001100
+11000010100000111100001100100010
+11000010100001001011001000001111
+11000010100000000011000111110110
+00100000001000000100010101110110
+01011000000000000000000000000000
+01100111111000010100101010110010
+01101111111000010100011110001100
+11000010100001001011001000001111
+01101111111000010100011110001100
+11000010100000000011000111110110
+00100000011000000000000000000000
+00100000010000000100011011011110
+00100000001000000111100100110001
+01101111111001000100101110101011
+11000100000011011000000000000000
+00100100001101000100001100101100
+01101111111000001100101010101101
+00011111111000001111111000000001
+00011111111000010111111000001111
+01100111111000001100101010101101
+00100100011110100000000000000000
+01110000010010101010110100000000
+01111000010101000111110000000000
+00100000011000000000000000000000
+01101111111000001100100100010001
+11000001111111111000000000000000
+01110000010000010111011100000000
+01110000010010101010111100011110
+00100000011000000000000000000000
+01000100111010110100000000011010
+00011010011000100111111000000000
+11000000000010100100001101010000
+11000000000000001100001111111010
+11000000000010101100001101011111
+11000000000000010100001111111110
+11000000000000101100010000100001
+11000000000010000100010101001110
+11000000000010010100010000100100
+11000000000000110011001001000100
+11000000000000100100010000110010
+11000000000010011100010000110010
+11000000000011001011000111101100
+11000000000101011100010000111101
+11000000000100001100010001000011
+11000000000001010100010001001010
+11000000000101110011000111011010
+11000000000110001100001101101010
+11000000000101001100001101101100
+11000000000110010100001101101110
+11000000000111110100001101111001
+11000000001000000100001101111010
+11000000000100111100010001001100
+11000000000111001100100001010111
+11000000000111010100100000110011
+11000000000111100100100001001110
+11000000001000100100001110010000
+00100000011000000000000000000000
+01110000010010101010111000000000
+00100000010000000100001011001010
+01110000010010101100011000000001
+00100000010000000100100000100010
+01101111111000001100101011000111
+00100100001110100100001101010111
+01110000010010101100100000010100
+01101111111000010100010010000000
+01111001001111111111111000000000
+01100111111000010100010010000000
+01110000010010110111011100000000
+01101111111000010100101011110000
+01100111111000010100101011110010
+00100000010000000100010101000100
+00100000001000000100010101110110
+01110000010010101100011000000000
+01011000000000000000000000000110
+01101111111001000100101110101011
+11000010100011011100001101100100
+01011000000000000000000000000111
+01100111111000010100001101110010
+01100111111000010100001101110100
+01110000010010101111010000000000
+01110000010010101010110000000000
+00100000010000000001101100011100
+00100000001000000100001111111110
+11011000111000000000000000000010
+00100000001000000100001101110101
+01110000000010010101101100010010
+00100000001000000111100001111010
+01101111111000001100101011000111
+11000000000000001100001101110001
+00100000001000000100001101110011
+00100000010000000100001101101100
+01110000010010110111011000010100
+11011000111000000000000000000001
+00100000001000000100001101110101
+01101111111000001100101101110101
+11111001001000000111111000000000
+01100111111000001100101101110101
+00100000011000000000000000000000
+00100000001000000011001000011101
+01101111111000010100001111011011
+11000001000000000000000000000000
+01101111111000001000001010001001
+00011111111010110111111000000000
+00011111111001100111110000001100
+00100000011000010000000000000000
+01011000000000000000000000001001
+01100111111000010100001101110010
+01100111111000010100001101110100
+00100000010000000100001101101100
+01110000010010101111010000000001
+00100000011000000000000000000000
+01110000010010101111010000000000
+00100000011000000000000000000000
+01101111111000001100101011000111
+00100100011110100000000000000000
+01101111111000001100010000110111
+00011111111001100111111000100010
+00100100011000101000000000000000
+01110000010010110111011000000000
+11011000111000000000000000000000
+00100000001000000100001101110101
+01101111111000001000001011000001
+00011111111001100111110000001100
+00100100001000010100001110000100
+01101111111000001000001011000011
+01101000010010001100101110001010
+10011000010001100111110000000000
+00100000001000010100001110011010
+01101111111000001000001011000011
+01100111111000001100000101110111
+00100000001000000100001110000110
+01101111111000001100101110001010
+01100111111000001100000101110111
+00100000001000000100001110000110
+01110000010010110111010100000000
+00100000011000000000000000000000
+01000100111010111100000000011010
+00100000010000000001101101110111
+00100100011110100000000000000000
+01101111111000001100101011000001
+11000000011111111100001110100111
+01101111111000001100101101110101
+00011111111000010111111000000011
+11000001100000011000000000000000
+01101111111000001100101010101100
+00100000010110100100001011001000
+01101111111001000100101110101011
+11000010100000001100001111010001
+11000010100000000100001111010001
+11000010100000101100001111010001
+11000010100000110100001111010001
+00100000010000000011111101110000
+00100000010000000100001100100100
+00100100011101000000000000000000
+00100000010000000100001100101111
+00100000010000000100001011001011
+00100000010000000100000000011101
+01101111111001000100101110101011
+11000011000010101100001110111000
+01101111111000001100101110001011
+11000000000000001100001110111001
+00100000001000000100001111010011
+01101111111000001100101110001100
+00100000001110100100001111000011
+01101111111001000100101111001101
+01100111111001000000100101011100
+01101111111000001100101111001100
+11000000000000011100001111000101
+11000000000000010100001111001000
+01110000010010101110011000001000
+01101000010010010100101011100111
+00100000001000000100001111011000
+01101111111001000100101111010110
+00100000001000000100001110111100
+01110000010010101110011000000011
+01101000010010010100101011101001
+00100000001000000100001111011000
+01110000010010101110011000000010
+01101000010010010100101011101011
+00100000001000000100001111011000
+11011010001000000000000000000001
+01101000010010010100101011101101
+00100000010000000001111010110011
+01101111111000001100101011101111
+11100111111000001000000000000101
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000111100100011010000
+01110000010010101110011000000111
+01101111111000111100100011010000
+01100111111000111000100101011100
+01101000010010010100001101010111
+00100000001000000100001111011000
+01101111111000001100101011100110
+00011111111000100010001000000000
+00100000010000000001111010110011
+01101000010010001100101011100110
+00011000010000100111001000000000
+11011000110000000000100101011100
+00100000001000000111110101011111
+01110000010010101100011100000000
+01101111111000011100101011001100
+01100111111000011100001111101100
+00100000010000000100001111101000
+01011000000000000000000000000101
+11100111111000001000000000000110
+11011000110000000100101011010010
+00100000010000000100001111101111
+00100000001000000111100011101110
+11011010001000000100001111101000
+11101111111000001000000000010001
+00100000011110100000000000000000
+10011000110000001010001000000000
+11101111111000001000000000000110
+11000001000000001000000000000000
+00100000001000000100001111101001
+11011000101000000100001111110011
+11011111001000000000000000010011
+00100000010000000111110101011111
+00100000001000000001101010111110
+01011000000000000000000000001100
+01100111111000010100010001010101
+01101111111001000100101110101011
+11000011100011011000000000000000
+01011000000000000000000000001110
+01100111111000010100010001010101
+00100000011000000000000000000000
+01110000010010101010111000000000
+00100000010000000100001011001010
+00100000010000000100100000100010
+00100000001000000100010101110110
+01110000010010110111111100000000
+01110000010010111000100000000000
+00100000010000000100001111110011
+00100000010000000100010000001001
+01101111111000010100010001111110
+11000010100000111100010000010000
+11000010100000000011000111000110
+11000010100000001100010000010100
+11000010100000010100010000010111
+11000010100000011100010000010111
+00100000001000000100010101010011
+01011000000000000000000000000000
+01100111111001000100100011011001
+11100111111000100000000000000101
+01110000010010011100100000000000
+01110000010001000101010000000000
+01110000010000110010011000000000
+00100000011000000000000000000000
+00100000010000000100001110011101
+01101111111000010100010001111110
+11000010100000000011000111000110
+00100000001000000011111000100000
+11000010100000101100010000010111
+11000010100000011100010000010111
+00100000001000000100010101010011
+01101111111000010100011110001100
+11000010100001100100010101010011
+00100000010000000011000111000110
+00100000010000000100000100010000
+00100000010000000100010011011100
+01101111111000001100101110011111
+11000000000000001011111000011101
+01101111111000001100101011000100
+00100100011110100000000000000000
+00100000001000000011111000100000
+00100000011000000000000000000000
+01110000010010111000011100000100
+00100000011000000000000000000000
+01110000010001000101010000000001
+00100000010000000011001000100011
+00100000010000000011001000011111
+01011000000000000000000000000000
+01100111111000010100011110001000
+01100111111000001100011110001010
+00100000010000000100010000100010
+00100000001000000011001000011011
+01110000010010111000000000000000
+01101111111000001100010111110101
+00101111111011111111111000000000
+00100000011000001000000000000000
+01110000010010111000000000000001
+00100000011000000000000000000000
+01101111111000001100101011000001
+11000000011111111100001011111000
+01101111111000010100011110001100
+11000011100001100000000000000000
+11000011100000110000000000000000
+11000011100001011000000000000000
+01101111111001000100101110101011
+11000011100000101000000000000000
+11000010100110011100010101010011
+11000010100101111100100000011111
+00100000001000000011111000100000
+01101111111000001100101101111111
+11000001100000010000000000000000
+01110000010010110111111100000000
+00100000010000000100001111110011
+00100000010000000100010000100010
+00100000001000000011001000011011
+01101111111000001100101101111111
+11000001000000010000000000000000
+00011111111000001111111000000001
+01100111111000001100101101111111
+01110000010001000101010100010010
+00100000010000000100010000100010
+00100000001000000011001000011011
+00100000010000000101101011110001
+00100000001000000011000111101010
+01011000000000000000000000000001
+01100111111000110000000001000001
+01110000000000001110100000110011
+00100000001000000100010110001101
+01011111111111111111111111111111
+01100111111000110000000001000001
+01110000000000001110100000110011
+01110000010010101100000111111111
+00100000010000000100010110100010
+01110000010010010011100111111111
+00100000001000000100010111101110
+01000100111011000100000000011011
+00100000011101110000000000000000
+01101111111000001100010001010100
+00100000011110100000000000000000
+00100000010000000101001011110100
+00100100011110100000000000000000
+01101111111000001100101011000001
+11000000011111111100001100000110
+01101111111000001100101010101100
+00100000010110100100001011001000
+01101111111001000100101110101011
+11000010100000001100010010001110
+11000010100000000100010010001110
+11000010100000101100010010001110
+11000010100000110100010010001110
+00100000010000000011111101110000
+00100000010000000100001100100100
+00100100011101000000000000000000
+00100000010000000100001100101111
+00100000010000000100001011001011
+00100000010000000100000000011101
+01101111111000001100101110000000
+11000000000000001100010001111101
+01101111111000001100101110001000
+00100000011110100000000000000000
+01101111111001000100101110101011
+11000011000010101100010001110100
+01101111111000001100101110001011
+11000000000000001100010010010001
+11011010001000000000000000001001
+00100000010000000100110111000000
+01101111111000010100010011011110
+11100111111000010000000000000101
+01011000000000000000001010100001
+11100111111000010000000000000101
+01101111111000111100100011010000
+11100111111000111000000000000101
+00100000011000000000000000000000
+01101111111000001100100011010000
+01100111111000001100101110000001
+01101111111000001100100011010001
+11100111111000001000000000000101
+01101111111000001100100011010011
+11100111111000001000000000000101
+01101111111000010100100011010101
+11100111111000010000000000000101
+11011010001000000000000000000111
+00100000010000000100110111000000
+01101111111000010100010011011110
+11100111111000010000000000000101
+01011000000000000000001010100001
+11100111111000010000000000000101
+01101111111000101100101110000001
+11100111111000101000000000000101
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000111100100011010000
+00100000001000000100010001110100
+01101111111000001100101110001100
+00100000001110100100010010110011
+01101111111001000100101111001101
+01100111111001000000100101011100
+01101111111000001100101111001100
+11000000000000011100010010100001
+11000000000000010100010010101010
+11011010001000000000000000001010
+00100000010000000100110111000000
+01101111111000010100010011011110
+11100111111000010000000000000101
+01011000000000000000000110100001
+11100111111000010000000000000101
+01101111111001000000100101011100
+11100111111001000000000000000101
+00100000011000000000000000000000
+11011010001000000000000000000100
+00100000010000000100110111000000
+01101111111000010100010011011110
+11100111111000010000000000000101
+01011000000000000000001110100001
+11100111111000010000000000000101
+01101111111000010000100101011100
+11100111111000010000000000000101
+00100000011000000000000000000000
+11011010001000000000000000000011
+00100000010000000100110111000000
+01101111111000010100010011011110
+11100111111000010000000000000101
+01011000000000000000010010100001
+11100111111000010000000000000101
+01101111111000001000100101011100
+11100111111000001000000000000101
+00100000011000000000000000000000
+01101111111001000100101111010110
+00100000001000000100010010010100
+01000100111011001100000000011011
+00100000010000000011111010011011
+00100000010000000100100101010110
+00100000010000000010001100101011
+00100000010000000010010101010110
+00100000010000000100011111001101
+00100000010000000100100010111110
+00100000010000000100100011101111
+00100000010000000100000001111100
+00100000010000000100010011001100
+00100000010000000100010011011100
+00100000010000000100010011111111
+00100000010000000100010100000100
+00100000010000000100010100010010
+00100000010000000100010100011111
+00100000010000000100010100010101
+00100000010000000100010100101010
+00100000010000000100010100101101
+00100000010000000100010100110010
+00100000010000000100010100110101
+00100000010000000100000000100010
+00100000010000000100010101000111
+00100000001000000100010100111100
+01101111111001000100101110101011
+11000010100110111100010011001111
+00100000011000000000000000000000
+01101111111000001100101110011110
+11000001100000001000000000000000
+11011010011000000100101110011011
+11011010010000000100010011010100
+00100000001000000011000110001010
+01101111111000001100100100111000
+11000001000000000000000000000000
+01101111111001000100101110101011
+11000011100000110000000000000000
+11011000111000000000000000000110
+00100000010000000100011011110000
+00100000010000000011000101110011
+00100000001000000100010101001110
+01101111111000001100100100111000
+11000000000000000100010011100010
+01101111111001000100101110101011
+11000100000110101000000000000000
+01101000010010001100101111001010
+00100000001000000100010011100101
+01101111111001000100101110101011
+11000100000110010000000000000000
+01101000010010001100101111001011
+01100000010010001100101110011101
+00100000010000000100000100010101
+00011111111000010111111000000111
+01101000010010001100101110011101
+10011000010001100111110000000000
+00100000001000101100010011110001
+01101111111000001100011110001111
+01100111111000001100101110100000
+01101111111000001100101110011111
+11000001000000000000000000000000
+01110000010010111001111100000000
+00100000011000000000000000000000
+00100000010000000100010011110110
+01101111111000001100101110011111
+11000001000000001000000000000000
+01110000010010111001111100000001
+00100000001000000111100100110001
+11011010010000000100100000100111
+11011010011000000100101110100000
+01101111111000001100100100111000
+11000000000000000011000110001010
+11011010010000000100010011010100
+00100000010000000011000110001010
+01101111111000001100101110100000
+11000000000000001100011011100010
+00100000011000000000000000000000
+11011010011000000100101011000010
+11011010010000000100010100000010
+00100000001000000011000110010001
+00100000010000000100010101110110
+00100000001000000011111000100000
+11011010011000000100101101110111
+11011010010000000100010100001010
+00100000010000000011000110010001
+01101111111000001100101101110111
+11000000000000001011001000000011
+00100000011000000000000000000000
+01101111111000001100101011000001
+11000000011111111100001011111000
+01101111111000001100101010110000
+00100100001110100100011100001110
+01101111111001000100101110101011
+11000010100110011100010101010011
+11000010100101111100100000011111
+00100000001000000011111000100000
+11011010011000000100101101110110
+11011010010000000100001110001110
+00100000001000000011000110001010
+01101111111000001100101011000110
+00100000011110100000000000000000
+11011010011000000100101011001000
+11011010010000000100010100011010
+00100000001000000011000110001010
+01101111111000001100101011000111
+00100100011110100000000000000000
+01101111111000001100001110011011
+11000001100000000000000000000000
+00100000001000000010000010010000
+11011010011000000100101011110010
+11011010010000000100010100100010
+00100000001000000011000110001010
+01101111111000010100101011110000
+01100111111000010100101011110010
+00100000001000000100001111001011
+01101111111000001100101101110101
+11000011100000010000000000000000
+00100000010000000100001101101100
+11011000111000000000000000000000
+00100000001000000100001101110101
+11011010011000000100011110001010
+11011010010000000100010000100100
+00100000001000000011000110001010
+11011010011000000100101110000111
+11011010010000000100010100110000
+00100000001000000011000110001010
+01110000010010111000100000000001
+00100000011000000000000000000000
+11011010011000000100101011000100
+11011010010000000011111000100000
+00100000001000000011000110001010
+11011010011000000100101010101111
+11011010010000000100010100111000
+00100000001000000011000110001010
+01101111111000001100101110001010
+01100111111000001100000101110111
+01110000010010101010111000000001
+00100000011000000000000000000000
+01101111111000001100100100101010
+11000011100000111000000000000000
+11011010011000000100101010110010
+11011010010000000100010101000001
+00100000001000000011000110010001
+01101111111000001100100100111000
+11000000000000000100011111100001
+00100000001000000100001100011011
+01101111111000010100101110111110
+01100111111000010100101010110010
+00100000011000000000000000000000
+11011010011000000100100110111111
+11011010010000000100010101001010
+00100000001000000011000110001010
+00100000010000000100010111110001
+01101111111000001100101011000101
+00100100001110100100011011000000
+00100000011000000000000000000000
+00101000000011111111111000100110
+00100000010000001100011111110010
+00100000010000000100001100011011
+00100000010000000100001110011101
+00100000001000000100010101010011
+01000100111011010100000000011011
+00100000010000000100001100010100
+01101111111000010100011110001100
+11000010100001011100010101011111
+01101111111001000100101110101011
+11000011000001000100010101011111
+01101000010010010100100110010111
+00011000010000001000010000000001
+01100000010010010100100110010111
+01100000010010010100001101111011
+00011000000010100111111000000000
+01100111111000001100001101111010
+01101111111000011100101011001001
+01100111111000011100001101111101
+00100000010000000011001000100101
+01101111111000010100011110010001
+01100111111000010100101011000010
+01110000000000001011110100000110
+01011000000000000000000000000000
+01100111111000010100101010110010
+01100111111000001100101101110111
+01100111111000001100101011000100
+01100111111000001100101110100111
+01100111111000001100101010101100
+11011000111000000000000000000010
+00100000010000000100011011110000
+00100000010000000100011011100100
+01101111111000001100101110110011
+00101111111011111111111000000001
+00100000010000001100001111011111
+01101111111000001100101110110011
+00101111111011111111111000000000
+00100000010000001111100011000100
+00100000010000000100100110001110
+00100000001000000100100011001100
+01000100111011011100000000011011
+11011000111000000000000000000110
+00100000010000000100011011110100
+01110000010010101100010000000000
+01101111111000001100101110110011
+00101111111011111111111000000001
+00100000010000001100010110000001
+01101111111000001100101110110011
+00101111111011111111111000000000
+00100000010000001100010110000011
+00100000001000000100100100010010
+01110000010010110111011100000000
+00100000001000000111100011110100
+01011000000000000000000000000000
+01100111111000010100101011000010
+00100000001000000111100011001001
+01000100111011100100000000011011
+01101111111001000100101110101011
+11000100000000010000000000000000
+00100000010000000100100011000110
+11011000111000000000000000000010
+00100000010000000100011011110100
+00100000010000000100010110001111
+00100000010000000100010110100010
+00100000001000000100010111101110
+01101111111000001000000011101000
+11000000000110100100010110010011
+11000000000110011100010110010110
+00100000011000000000000000000000
+01100111111000001100101101111000
+01101111111000110000001010010111
+00100000001000000100010110011000
+01100111111000001100101101111000
+01101111111000110000000001000001
+01100111111000110100101101111001
+01101111111000111100101101111000
+11011000110000000100100100111001
+11011111001000000000000000000011
+11101000010000111000000000000110
+10011000010001100111110000000000
+00100000001000101100010110110111
+00011000110000001000110000010110
+11000010000000000100010110011100
+00100000011000000000000000000000
+11011010001000000100100100111001
+01101111111000001100100100111000
+00011111111000001111111111111111
+00011111111011111111111000011101
+10011010001000001010001000000000
+01101111111000001000000011101000
+11100111111000001000000000010001
+11000000000110100100010110101100
+11000000000110011100010110110011
+00100000011000000000000000000000
+01101111111000110000001010010111
+11100111111000110000000000000101
+11011000110000000100001100010110
+00100000010000000111110100001100
+01101111111000110100001101111010
+11100111111000110000000000000101
+00100000011000000000000000000000
+01101111111000110000000001000001
+11100111111000110000000000000101
+11011000110000000100000111001011
+00100000001000000111110100001100
+00011000110000001000110111111010
+00011000110000100000101000000000
+01101000010010110100101101111001
+00011000010000001000010000000011
+11100000010000110000000000000101
+00100000011000000000000000000000
+11011010001000000100100100111001
+01101111111000001100100100111000
+11000001000000000000000000000000
+00011111111000001111111111111111
+00011111111011111111111000011101
+10011010001000001010001000000000
+11101111111000001000000000010001
+01100111111000001100010010000010
+11000000000110011100010111001000
+11000000000110100100010111001101
+00100000011000000000000000000000
+11101111111000110000000000000110
+01100111111000110100000111011101
+11011000101000000100000111001011
+00100000010000000111110100001100
+00100000001000000110000000101100
+11101111111000110000000000000110
+01100111111000110100000111011101
+11011000101000000100001100010110
+00100000010000000111110100001100
+11101111111000110000000000000110
+01100111111000110100001101111010
+00100000011000000000000000000000
+01101111111000010100100110010000
+11011000010000001010101001010101
+10011000010001100111110000000000
+00100000001000101100010111100010
+01100000010010010100100110010000
+00100000010000000100010111100111
+01101111111000001100101010110100
+01100111111000001100100100111000
+01101111111000001100100100100110
+01100111111000001100100110010010
+01101111111000100100100010001101
+01100111111000100100100010010001
+01100111111000100100100000111100
+00100000011000000000000000000000
+00100000010000000100010110111101
+01101111111000100100100110010011
+01100111111000100100100010010001
+01100111111000100100100000111100
+00100000011000000000000000000000
+01101111111000110100001101111010
+01100111111000110100100101010000
+00011111111000001111111100000000
+01100111111000110100100101101101
+00011111111000001111111100000000
+01100111111000110100100110001010
+00100000011000000000000000000000
+01101111111000001100100111000000
+01100111111000001100100110111111
+00100000011000000000000000000000
+01000100111011101100000000011011
+01101111111001000100101110101011
+11000010100010011100011000111111
+11000010100010010100011000000011
+00100000011000000000000000000000
+00100000010000000101110100010000
+00100000010000000100011000001010
+00100000010000000100010111111101
+00100000010000000101110100110011
+00100000010000000100011000010001
+00100000010000000100010111010100
+00100000001000000011111101100101
+01011000000000000100100110111000
+11011000010000000100100100111000
+10011000010001100000010000000000
+01101111111000011100100110111000
+11011010001000000100100100111000
+00100000011000000000000000000000
+00100000010000000101110100010000
+00100000010000000100011000001010
+00100000010000000100011000011111
+00100000010000000100010111111101
+00100000010000000100011000100010
+00100000010000000100011000010001
+00100000001000000011111101100101
+01110000000010010110010010101011
+00100000010000000110000111010111
+00100000010000000101110100010101
+11011010001000000100100110111011
+01101000010010001000100101100100
+00100000010000000100011000010011
+00100000001000000110000111010111
+01110000000010010110010010111001
+00100000001000000100011000001011
+11100000010000001000000000010001
+00011111111100010000010000000000
+11100000010000001000000000000101
+00011111111011001000010000000000
+11100000010000001000000000000101
+11100111111000001000000000000101
+00011010001000100111111000000000
+01100111111100010000000010001010
+01011000000000000000000000000000
+01100111111100010000000010001110
+01110000100000000000011000000010
+00100000001000000101110011001111
+01101111111000011100100110111000
+01100111111000011100010010100101
+00100000001000000101110011101011
+00011111111000100010011000000000
+00011010001000100111111000000000
+00011111111000001111111111111100
+00011111111000100010010000000000
+11101111111000100000000000010010
+01100111111000100100100110111011
+00011010011000100111111000000000
+00100000010000000101110100100010
+01101111111000100100100110111011
+11100111111000100000000000010010
+00100000011000000000000000000000
+01101111111001000100101110101011
+11000100000010010000000000000000
+00100000010000000100011000010001
+00100000010000000101101100001000
+01101000010010001100010010110101
+00100000010000000110000001100101
+01101000010010001100010010111010
+00100000001000000011111101010100
+00100000010000000101110110100101
+01101111111001000100101110101011
+00101111111011111111111000001001
+00100100010000001101110110111111
+00100000010000000100011000111011
+00100000001000000100010111010100
+11011000010000000000000010000000
+11011010001000000100100100111000
+11011010010000000000000000000000
+00100000001000000101110111011100
+11011000010000000000000010000000
+11011010001000000100100100111000
+11011010010000000000000000000000
+00100000001000000101110111001110
+11011000010000000000000000000001
+11011010001000000100100110010010
+11011010010000000000000001011010
+00100000001000000101110111001110
+11011000010000000000000000000001
+11011010001000000100100110010010
+11011010010000000000000001011010
+00100000001000000101110111011100
+01000100111011110100000000011011
+00100000010000000100100110010000
+00100000010000000111100100110110
+00100000010000000100000000100111
+00100000010000000100011001010101
+00100000010000000100011010100000
+00100000010000000100011011010110
+00100000010000000011110110111101
+00100000010000000011111110001000
+00100000001000000011110111010100
+01101111111001000100101110101011
+11000010100101001100011001011010
+11000010100110111100011001011010
+00100000011000000000000000000000
+01110000010010111001010000000011
+01101111111000001100100100011011
+11000001011111111000000000000000
+11011010001000000000000000000000
+01110000010010111001011000000110
+01101000010010001100100100011011
+00100000010000000100011001101010
+01100111111000001100101110010100
+01101111111000001100100100010000
+11000000011111111100011001100111
+00100000010000000100000101101000
+00011010001000100111111000000000
+11000010100000110100011010001011
+00100000001000000100011010000000
+01101000010010001100100100011011
+00100000010000000011111101010110
+00100000001000000100011001100100
+01101111111001000100101110101011
+11000010100101101100011001110110
+01101111111000001100101110010100
+00011111111000100010011000000000
+01101111111000001100100100010000
+11000000011111111100000110010101
+01101111111000001100101110011010
+00100100001110100100011001110011
+00100000001000000100011001111000
+01110000010010111001111000000000
+01110000010010111001010000000000
+00100000011000000000000000000000
+01101111111000001100101110010100
+00100000001000000100000110000111
+00100000010000000110000001011001
+01101000010010001100100100010000
+00100000001000001100011001110110
+01101000010010001100100100010000
+00100000010000000110000001101001
+01101000010010001100100100011011
+01101111111000001100101110010100
+00100000001000000100000110000111
+01101111111000001100101110011110
+11000001000000000000000000000000
+01110000010010111001111000000000
+01101111111001000100101110101011
+11000011100110100000000000000000
+01101111111000001100101110011011
+00011111111001100111110000010100
+00100100010000010100011010110101
+01101111111000001100011110001111
+01100111111000001100101110011011
+00100000011000000000000000000000
+00100000010000000100011010010111
+00100000011101000000000000000000
+01101111111000001100101110011110
+11000001000000001000000000000000
+01110000010010111001111000000001
+01101111111001000100101110101011
+11000010100110100100010011010100
+01101111111000001100101101110111
+00100000011110100000000000000000
+01101111111000001100100100000010
+01100111111000001100101101110111
+00100000011000000000000000000000
+01111000010101000111110000000000
+01101111111001000100101110101011
+11000011100101101000000000000000
+01101111111000001100101110001110
+00100000011110100000000000000000
+01101111111000001100101110001111
+00100000011110100000000000000000
+01111000001101000111110000000000
+00100000011000000000000000000000
+01101111111001000100101110101011
+11000010100101010100011010100100
+11000010100101011011111010011011
+00100000011000000000000000000000
+01101000010010001100100100011110
+00100000010000000011111101010110
+01101000010010001100100100011110
+00100000010000000110000001011001
+00100000001000001100011010101101
+01101111111000001100100100111000
+11000001000000001000000000000000
+01110000010010010011100000000001
+00100000001000000100001100010110
+01101111111001000100101110101011
+11000011000101011100011010110001
+01101111111000110100100011101111
+01100111111000110100100011100011
+01101111111000001100100100111000
+11000001000000000000000000000000
+01110000010010010011100000000000
+00100000001000000100011111110010
+01000100111011111100000000011011
+01101111111000001100101110110100
+11000001000000001000000000000000
+00100000010000000100011011000010
+01100000010010001100100100111000
+01110000010000011100101000000000
+00100000010000000100011011011010
+00100000010000000100001100010110
+00100000010000000100011011011100
+01110000010010101100010100000001
+00100000001000000100010111101110
+00100000010000000100011011011010
+00100000001000000101110110001100
+01101000010010001100100100111000
+00011000010000001000010000000001
+01101111111001000100101110101011
+11000010100010001100011011001001
+00011000010001100111110000000010
+00100100010000010100011011010000
+00100000011000000000000000000000
+01101111111000001100101110110100
+00011111111000001111111111111111
+10011000010001100111110000000000
+00100100010000010100011011001110
+00100000011000000000000000000000
+11011000010000000000000000000000
+00100000011000000000000000000000
+11011000010000000000000000000001
+00100000011000000000000000000000
+11011000010000000000000000000001
+11011010001000000100100100111000
+11011010010000000000000000000000
+00100000001000000101110111001110
+01101111111001000100101110101011
+11000100000110100000000000000000
+00100000010000000100011001011010
+00100000011000000000000000000000
+11011000111000000000000000000000
+00100000001000000100011011110000
+11011000111000000000000000000000
+00100000001000000100011011110100
+11011000111000000000000000000011
+00100000001000000100011011110000
+11011000111000000000000000000011
+00100000001000000100011011110100
+11011000111000000000000000000101
+00100000001000000100011011110000
+11011000111000000000000000000101
+00100000001000000100011011110100
+11011000111000000000000000010100
+00100000001000000100011011110000
+11011000111000000000000000011000
+00100000001000000100011011110000
+11011000111000000000000000010110
+00100000001000000100011011110000
+11011000111000000000000000001100
+00100000001000000100011011110000
+11011000111000000000000000011100
+00100000001000000100011011110000
+01101111111001000100101110101011
+11111001001000000111111000000000
+01100111111001000100101110101011
+00100000011000000000000000000000
+01101111111001000100101110101011
+11111001001111111111111000000000
+01100111111001000100101110101011
+00100000011000000000000000000000
+11011000111000000000000000010101
+00100000010000000100011011110000
+01011000000000000000000000000000
+01100111111001000100101111001100
+01100111111001000100101111010101
+01101111111000001100100100001010
+00011111111000010111111011000000
+11000000001000000100011100000101
+11000000010000000100011100000111
+11000000011000000100011100001100
+01011000000001110000000000001000
+01100111111001000100101111001101
+00100000011000000000000000000000
+01011000000001000000000000000101
+00100000001000000100011100000011
+01011000000000100010001100000011
+01100111111001000100101111001100
+01011000000000000000000000000011
+01100111111001000100101111010101
+00100000011000000000000000000000
+01011000000000001100110100000011
+00100000001000000100011100001000
+01000100111100000100000000011100
+01101111111000001100101010110000
+00011111111000001111111111111111
+01100111111000001100101010110000
+01101000010010001100100100111000
+00011000010001100111110000000001
+00100100010000101100011011000010
+01100000010010001100100100111000
+01110000010000011100101000000000
+00100000010000000100011011010010
+00100000010000000100010110100010
+00100000001000000011110101011001
+01101111111001000100101110101011
+11000100000111000000000000000000
+01101111111000100100100011010001
+00100000011110100000000000000000
+00100000010000000100011110111101
+01011000000000000000000000000011
+00100000010000000100011110110011
+00100000010110100100011110101111
+00100100010110100100011110110001
+01011000000000000000000000000010
+00100000010000000100011110111000
+00100000010110100100011110101111
+01101111111000001100100111001001
+11000000000000001100011100101101
+01101111111001000100101110101011
+11000100000111000000000000000000
+11011111001000000000000000000101
+11011000101000000100100111001001
+00100000001000000111110100100110
+00100000010000000100011101000001
+01101111111000010100100111001010
+01100111111000010000100111111000
+01101111111000010100100011010001
+01100111111000010000100111111010
+00100000010000000100011101111001
+01101111111000010000100111111000
+01100111111000010100100111001010
+01101111111000010000100111111010
+01100111111000010100100011010001
+01101111111000010100100111001100
+01100111111000010000100111111000
+01101111111000010100100011010011
+01100111111000010000100111111010
+00100000010000000100011110000001
+01101111111000010000100111111000
+01100111111000010100100111001100
+01101111111000010000100111111010
+01100111111000010100100011010011
+00100000011000000000000000000000
+01101111111001000100101110101011
+11000100000111001000000000000000
+01101111111000010100100111001010
+01100111111000010000100111111111
+00100000010000000100011101010100
+01100111111000010100100111001010
+01101111111000010100100011010001
+01100111111000010000100111111111
+00100000010000000100011101100010
+01100111111000010100100011010001
+01101111111000010100100111001100
+01100111111000010000100111111111
+00100000010000000100011101010100
+01100111111000010100100111001100
+01101111111000010100100011010011
+01100111111000010000100111111111
+00100000010000000100011101100010
+01100111111000010100100011010011
+00100000011000000000000000000000
+01101111111000001000101000000000
+00100000001110100100011101010111
+00100000001000000100011101011100
+01101111111000001000100111111111
+00100000010000000100011101101111
+01100111111000001000100111111111
+01101111111000010000100111111111
+00100000011000000000000000000000
+01101111111000001000100111111111
+00100000010000000100011110101011
+00100000010000000100011101101111
+00100000010110100111111001011110
+00100000010000000100011110100111
+00100000001000000100011101011010
+01101111111000001000101000000000
+00100000001110100100011101100101
+00100000001000000100011101101001
+01101111111000001000100111111111
+00100000010000000100011101110100
+01100111111000001000100111111111
+00100000001000000100011101011010
+01101111111000001000100111111111
+00100000010000000100011110101011
+00100000010000000100011101110100
+00100000010110100111111001011110
+00100000010000000100011110100111
+00100000001000000100011101011010
+00011111111011111111111000000100
+00011111111001101111110000000101
+00100000010000000111110111101111
+00011000000001111111111000000000
+00100000011000000000000000000000
+00011111111011111111111000001100
+00011111111001101111110000001010
+00100000010000000111110111101111
+00011000000001111111111000000000
+00100000011000000000000000000000
+01101111111000010000100111111000
+01101000010010010000100111111010
+10011000010000001111111000000000
+01101000010010001100100111001110
+10011000010000001111111000000000
+00011111111000010000010000000001
+01100000010010001100100111001110
+00100000001000000100011110001001
+01101111111000010000100111111000
+01101000010010010000100111111010
+10011000010000001111111000000000
+01101000010010001100100111001111
+10011000010000001111111000000000
+00011111111000010000010000000001
+01100000010010001100100111001111
+00100000001000000100011110001001
+01100111111000011000100111111100
+00101111111011111111111000010000
+00100000001000001100011110010011
+01101111111000001000100111111101
+11000000011111111100011110011010
+01101111111000001000100111111100
+00011111111000110111111000000000
+01100111111000010000100111111000
+01100111111000010000100111111010
+00100000011000000000000000000000
+01101111111000001000100111111101
+11000000000000000100011110010111
+01101111111000011000100111111100
+00100000001000000100011110001111
+01110000000010011111111000000000
+01101111111000001000100111111100
+00100000001000000100011110001111
+01101111111000001000100111111100
+00100000010000000100011110100101
+01100111111000001000100111111000
+01100111111000001000100111111010
+00100000001110100100011110100011
+01011000000000000000000011111111
+01100111111000001000100111111001
+01100111111000001000100111111011
+00100000011000000000000000000000
+01011000000000000000000000000000
+00100000001000000100011110100000
+00100000010000000100011110101011
+00011111111000110111111000000000
+00100000010000000100011110101100
+00011111111001100111111000000000
+01100111111000001000100111111111
+00100000011000000000000000000000
+00011111111001100111111000000000
+01100111111000001000100101110000
+01101111111000001000100101110000
+00100000011000000000000000000000
+01110000010010011100100100000000
+00100000011000000000000000000000
+01110000010010011100100100000001
+00100000011000000000000000000000
+10011010001001100111110000000000
+00100100001000010111111001011110
+10011010010001100111110000000000
+00100100001000010111111001011110
+00100000001000000111111001100000
+10011010001001100111110000000000
+00100100011000010000000000000000
+10011010010001100111110000000000
+00100100011000010000000000000000
+00100000001000000111111001100000
+01101111111000010100100011010001
+00100000010000000100011111000100
+00011111111000100010001000000000
+01101111111000010100100011010011
+00100000010000000100011111000100
+00011111111000100010010000000000
+00100000011000000000000000000000
+01100111111000010000100111111010
+01101111111000001000100111111011
+11000000011111111100011111001010
+01101111111000001000100111111010
+00011111111000010111111011111111
+00100000011000000000000000000000
+01101111111000010000100111111010
+00011111111001100111111000000000
+00100000001000000100011111001000
+11011010011000000100100011000100
+11011010010000000100011111010000
+00100000001000000011000110001010
+01101111111000100100100010111000
+01100111111000100100100001011100
+01110000010010101010111000000001
+00100000011000000000000000000000
+11000000000000000100011111011011
+11000000000000001100011111011101
+11000000000000010100011111011000
+11000000000000011100011111011111
+01011000000011101010011000000000
+01100111111000100100100010111000
+00100000011000000000000000000000
+01011000000001011110011101000000
+00100000001000000100011111011001
+01011000000010010010011111000000
+00100000001000000100011111011001
+01011000000100100100111110000000
+00100000001000000100011111011001
+01110000010010001010010100000000
+00100000010000000010011001010010
+01011111111111111111111111111111
+01100111111000100100100001011100
+01011000000000000000000000000000
+01100111111000111100100011010000
+01110000010010111110000100000001
+00100000010000000100001000111100
+00100000010000000011111000110011
+00100000001000000010011010110101
+01101111111000001100101111100001
+00100100010110100100000110101010
+01110000010010111110000100000000
+00100000001000000010011001010001
+01101111111000001100101111100001
+00100100001110100010011000101100
+00100000001000000010011000101000
+01111001001111111000000000100110
+01110000010010001010000100000000
+11011000111000000000000000000001
+00100000001000000100011011110100
+01101111111001000100101110101011
+11000011000010001100100000000011
+00100000010000000011110101100101
+00100000001101000100100000000110
+01101111111001000100101110101011
+11000010100110000100100000001100
+11000011000110001100100000001100
+00100000010000000100000100010000
+00011111111000010111111000000111
+01101000010010001100101111001011
+10011000010001100111110000000000
+00100000001000101100100000100111
+00100000001000000100100000001100
+01101111111000001100101010110000
+00100100001110100100011100001110
+00100000011000000000000000000000
+01101111111000010100100010000101
+01100111111000010100100010000111
+01110000010010001000101100000011
+00100000001000000010010101011001
+00100000010000000011110101100101
+00100000001101000100100000010110
+01110000010010010011100000000000
+01101111111000010100101110111010
+01100111111000010100100010000111
+01110000010010001000101100000010
+00100000001000000010010101011001
+00100000010000000100100011001100
+01101111111000010100100010000001
+01100111111000010100100010000111
+01110000010010001000101100000100
+00100000001000000010010101011001
+01101111111000001100100100111000
+11000000000000000100100000000110
+00100000010000000100001100010100
+00100000001000000100100000011010
+00100000010000000100011111110010
+00100000010000000100100100001110
+01110000010010010011100000000001
+00100000010000000100010110111101
+00100000001000000011110101011001
+00100000010000000011110101100101
+00100000001101000011111000100000
+00100000001000000100010101010011
+00100000010000000011110101100101
+00100000011101000000000000000000
+01101111111001000100101110101011
+11000010100101111100010111101110
+00100000011000000000000000000000
+11011000111000000000000000000001
+00100000010000000100011011110000
+01011000000000000000000000000000
+01100111111000010100100010000111
+00100000010000000100010101110110
+00100000010000000100100110001110
+00100000010000000100100011001100
+01110000010010000011011000000001
+01101111111001000100101110101011
+11000011000010101010001100101110
+01110000010010000011011000000010
+00100000001000000010001100101110
+01101111111000001100100010100101
+00100100001110100100011111100001
+01101111111000001100100010001011
+11000000000000010100100001000000
+11000000000000100100100001000100
+11000000000000011100100001001001
+00100000010000000100100100010010
+00100000010000000100011111110010
+01101111111000001100101010110000
+00100100001110100100011100001110
+01101111111000001100100100111000
+11000000000000000011111000100000
+00100000011000000000000000000000
+01101111111001000100101110101011
+11000010100101111100100000010001
+11000010100110000100100000010001
+00100000001000000100100000000110
+01101111111001000100101110101011
+11000011000101111100100000111001
+01101111111000001100101110110100
+11000000000000001100100000111001
+00100000001000000100100000011010
+01101111111001000100101110101011
+11000011000101111100100000111001
+11000010100010011100100000111001
+11000010100010010100100000111001
+00100000001000000100100000010010
+00100000010000000100001011001010
+01110000010010101010111000000000
+01110000010010001010000100000000
+01110000010010001000101100000000
+01101111111000100100100010010001
+01101111111000100100100010001101
+10011000010001100111110000000000
+00100000011000101000000000000000
+00100000001000000100100000100010
+11011000111000000000000000000001
+00100000010000000100011011110100
+00100000010000000100100011000110
+01011000000000000000000000000000
+01100111111000010100100010000011
+01100111111000010100100010000111
+01100111111000001100100010100001
+01100111111000001100100111001000
+01100111111000001100100010001011
+00100000010000000100001011001010
+00100000010000000100001011011011
+01101111111000100100100000111100
+01100111111000100100100010010001
+01100111111000100100100110010011
+00100000001000000100010111101110
+11000110100100110000000000000000
+00100000010000000011111101110000
+00100100011101000000000000000000
+01101111111001000100101110101011
+11000011000010101100100001101101
+01101111111000001100101110001011
+00100100001110100100100010000100
+00100000010000000100001011001011
+01101111111000001100100000110110
+11000010100000001100100001111100
+01101000010010001100011111000111
+01101111111000001100100011010000
+10011000010000011111111000000000
+01100111111000001100100011010000
+01101000010010001100011111001100
+01101111111000001100100011010101
+10011000010000001111111000000000
+01100111111000001100100011010101
+01101000010010001100011111001101
+01101111111000001100100011010110
+10011000010000001111111000000000
+01100111111000001100100011010110
+01110000010010000011011000000001
+11011010001000000000000000000111
+11011010010000000100100011010000
+01101111111001000100101110101011
+11000010100011000010011011100001
+01101111111000010100100011010101
+00100000011110100000000000000000
+00100000001000000010011011100001
+01110000010010000011011000000010
+11011010001000000000000000001001
+01101111111000001100101110001100
+00100100001110100100100010001010
+11011010010000000100101111010101
+00100000011000000000000000000000
+11011010010000000100101111001100
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000011100101110100100
+00100000011000000000000000000000
+01101111111001000100101110101011
+11000100000010110000000000000000
+01101111111000001100101010101110
+00100000011110100000000000000000
+01101111111000001100100010100111
+00100000011110100000000000000000
+01101111111000001100101110100001
+00011111111000001111111000000001
+00011111111000010111111000000011
+01100111111000001100101110100001
+00100100011110100000000000000000
+01110000010010111010001000000000
+01101111111000001100101110100010
+00011111111000001111111000000001
+01100111111000001100101110100010
+00011111111001100111110000001000
+00100100001000010100100010100101
+00100000010000000010010110011010
+00100000010000000010011001011011
+00100100001011000100100010101011
+00100100001101111100100010101011
+00100000010000000100100010110101
+00100000010000000010010110010111
+01101111111000001100101110100011
+00011111111000001111111000000001
+01100111111000001100101110100011
+11000000000010000100100010101101
+00100000011000000000000000000000
+00100000010000000010001011001011
+00100000001000000100100010011011
+01110000010010111010001100000000
+01101111111000001100101110100100
+11000011100000000000000000000000
+01111001001000000111111000000000
+01100111111000001100101110100100
+01101111111000010100101110111100
+01100111111000010100101010110010
+00100000001000000100001000111100
+01101111111000001100100010100111
+00100000001110100100100010001100
+01110000010010111010001100000000
+01101111111000001100101110100100
+11000100000000000000000000000000
+01111001001111111111111000000000
+01100111111000001100101110100100
+00100000010000000100010101000100
+00100000001000000100000110101010
+01101111111001000100101110101011
+11000100000100000000000000000000
+01101111111000001100101110100111
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100111111000001100101110100111
+00100000001110100100100100010010
+00100000001000000100100100100000
+01101111111001000100101110101011
+11000100000100000000000000000000
+00100000010000000100100110001110
+01101111111000001100101111000000
+01100111111000001100101110100111
+00100000011000000000000000000000
+01110000010010111010011100000000
+01101111111000010100101111000100
+01100111111000010100100100110000
+01100111111000010100100100110010
+01101111111000001100100100111000
+11000000000000000100100011010101
+11000000000000001100100011010111
+11000000000000010100100011011001
+00100000011000000000000000000000
+01101111111000001100100100010101
+00100000001000000100100011011010
+01101111111000001100100100010110
+00100000001000000100100011011010
+01101111111000001100100100100010
+01100111111000001000100101100100
+00100000010000000100100100010010
+01101111111000001000100101100100
+01100111111000001100100100101111
+11011010001000000000000000000000
+01110000010010010010110100000001
+00100000001000000111100000000110
+01101111111000001100100100100011
+11000001011111111000000000000000
+01101111111000010100101011000010
+00100100011110100000000000000000
+01101111111000010100100010000011
+00100100011110100000000000000000
+01101111111000010100100010000111
+00100100011110100000000000000000
+01101111111000001100101110100111
+00100100011110100000000000000000
+01101111111000001100101111000001
+00100000001110100100100011110010
+01100111111000001100101110101000
+00100000011000000000000000000000
+11011010011000000100101110101000
+11011010010000000100100011110010
+00100000001000000011000110001010
+01101111111000001100100100100011
+01100111111000001100100100101111
+01101111111000010100101111000010
+01100111111000010100100100110000
+01100111111000010100100100110010
+11011010001000000000000000000000
+01101000010010001100100110010010
+00011000010000001000010000000001
+01101111111001000100101110101011
+11000011000011100100100011111111
+00011000010000001000010000000001
+00011000010001100111110000000100
+00100100010000010100100100000010
+01100000010010001100100100101110
+01110000010010010010110100000001
+00100000011000000000000000000000
+11011000010000000000000000000001
+00100000011000000000000000000000
+01111000010101000111110000000000
+01101111111000001100100100100011
+01101000010010001100100100101111
+10011000010001100111110000000000
+00100100011000101000000000000000
+01101111111000001100100100101110
+00100000011110100000000000000000
+01110000010010001111100100000000
+01111000001101000111110000000000
+00100000011000000000000000000000
+00100000010000000100100100011110
+00100000010000000100100100010111
+00100000010000000100100100011010
+00100000001000000100100100011100
+01101111111000001100100100111000
+11000000000000000100100100010111
+11000000000000001100100100011010
+11000000000000010100100100011100
+00100000011000000000000000000000
+01110000010010111010101000000000
+01101000010010001100100100010101
+00100000001000000100100100101011
+01101000010010001100100100010110
+00100000001000000100100100101011
+01101000010010001100100100100010
+00100000001000000100100100101011
+01101000010010001100100100100011
+00100000001000000100100100101011
+01101111111000001100100100111000
+11000000000000000100100100100101
+11000000000000001100100100100111
+11000000000000010100100100101001
+00100000011000000000000000000000
+01101000010010001100100100010101
+00100000001000000100100100101111
+01101000010010001100100100010110
+00100000001000000100100100101111
+01101000010010001100100100100010
+00100000001000000100100100101111
+01000100111100001100000000011100
+01100000010010001100100100101111
+11011010001000000000000000000000
+00100000001000000111100000000001
+01000100111100010100000000011100
+01100000010010001100100100101111
+11011010001000000000000000000000
+00100000001000000111011111111100
+01101111111000001100100100010101
+10011000010001100111110000000000
+00100000010000101100100101010010
+01101111111001000100101110101011
+11000011000100100110000001100101
+00100000010000000100100101000011
+00100000010000000100100101000111
+00100000010000000100100101001011
+01101111111000001100101110101001
+00100000001110100110000001100101
+01110000010010111010100100000000
+00100000001000000110000001111111
+01101111111000001100100100010101
+10011000010001100111110000000000
+00100000010000101100100101010100
+00100000001000000110000001101001
+01101111111001000100101110101011
+11000100000100110000000000000000
+01101111111000001100100100100010
+00100000001000000100100101001110
+01101111111001000100101110101011
+11000100000100101000000000000000
+01101111111000001100100100100011
+00100000001000000100100101001110
+01101111111001000100101110101011
+11000100000100111000000000000000
+01101111111000001100100100100001
+10011000010001100111110000000000
+00100100011000101000000000000000
+01110000010010111010100100000001
+00100000011000000000000000000000
+01110000010010111010101000000000
+00100000011000000000000000000000
+01110000010010111010101000000001
+00100000011000000000000000000000
+01101111111000010100101011000010
+00100100011110100000000000000000
+01101111111000010100100010000011
+00100100011110100000000000000000
+01101111111000010100100010000111
+00100100011110100000000000000000
+01101111111000001100101110100111
+00100100011110100000000000000000
+00100000010000000100100100000100
+00100000011101000000000000000000
+01101111111001000100101110101011
+11000100000100001000000000000000
+11000100000000100000000000000000
+11000010100100011100100101111100
+01101111111000001100100011111000
+00011111111000001111111000000001
+01100111111000001100100011111000
+00011111111001100111110000010100
+00100100010000010100100101101110
+11000000000000010100100101110000
+11000000000000100100100101110110
+11000000000000110100100101110000
+11000000000001000100100101110110
+00100000011000000000000000000000
+01110000010010001111100000000001
+00100000001000000100100101110110
+01101111111001000100101110101011
+11000010100100010100100100100000
+01101111111000001100100100100001
+11000001011111111000000000000000
+01101000010010001100100100100001
+00100000001000000100100100101111
+01101111111001000100101110101011
+11000010100100010100100100010010
+01101111111000001100100100100001
+11000001011111111000000000000000
+01101000010010001100100100100001
+00100000001000000100100100101011
+01101111111000010100101110111110
+01101000010010010100101010110010
+10011000010001100000010000000000
+01101111111000010100101111001000
+10011000010001100111110000000000
+00100100001000010100100110001110
+01101111111000001100100011111001
+00100100011110100000000000000000
+01110000010010001111100100000001
+00100000001000000100100110000110
+01101111111000010100101111000110
+01100111111000010100100100110000
+01100111111000010100100100110010
+01101111111001000100101110101011
+11000010100100010100100011010000
+01101111111000001100100100100001
+11000001011111111000000000000000
+00100000001000000100100011011010
+01110000010010001111100100000000
+00100000001000000100100101110110
+01101111111001000100101110101011
+11000100000100001000000000000000
+11000100000000100000000000000000
+11000010100100011100100110100010
+01101111111000001100100011111000
+00011111111001100111110000001010
+00100000001000010100100110011110
+01101111111000001100100100111000
+11000000000000000100100110011011
+01110000010000001001100100000001
+00100000011000000000000000000000
+01101111111001000100101110101011
+11000011100011000000000000000000
+00100000001000000010011011010000
+01101111111000001100100100111000
+11000000000000000010011011100001
+01110000010000001001100100000000
+00100000011000000000000000000000
+01101111111000001100100011111001
+00100100001110100100100110011110
+00100000001000000100100110010111
+00100000010000000001001010010001
+01101111111000001000000000011000
+00100000001000000010010111100010
+00100000010000000100100110100101
+00100000001000000010011011101110
+00100000010000000100100110100101
+01101111111000001000000000110001
+00101111111011111111111000000000
+00100100011000001000000000000000
+01101111111000001000000001001000
+00101111111011111111111000000011
+00100000010000001010011100100100
+00100100010000001010011100100000
+00100000001000000010011011101110
+01101111111000001100101101110101
+00101111111000000000011000000011
+00100100001000001111111001011110
+00100000010000000011001000100011
+00100000001000000111111001100000
+00100000010000000101001011110111
+00100100011110100000000000000000
+01110000000000001000100100000001
+01110000000000001000101000000000
+00100000001000000111111001100000
+01101111111000010100011110001100
+11000010100001001100100110110011
+00100000001000000100100110111000
Index: output/eeprom.dat
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/eeprom.dat	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/eeprom.dat	(working copy)
@@ -0,0 +1,8192 @@
+00
+02
+aa
+55
+9a
+18
+c2
+84
+00
+21
+c0
+00
+00
+31
+c0
+01
+80
+5d
+c0
+41
+01
+22
+c0
+41
+80
+70
+c0
+42
+00
+77
+c0
+45
+00
+9d
+c0
+45
+81
+15
+c0
+46
+00
+85
+c0
+4f
+81
+29
+c0
+57
+01
+2b
+c0
+61
+83
+2f
+c0
+62
+00
+36
+c0
+63
+82
+3f
+c0
+64
+82
+45
+c0
+65
+02
+78
+c0
+66
+00
+c3
+c0
+67
+05
+19
+c0
+67
+85
+ee
+c0
+68
+03
+3f
+c0
+68
+85
+55
+c0
+69
+83
+56
+c0
+6a
+05
+3d
+c0
+6b
+02
+9b
+c0
+6c
+83
+84
+c0
+6d
+04
+a3
+c0
+6d
+84
+ad
+c0
+6f
+05
+8d
+c0
+6f
+80
+50
+c0
+70
+80
+48
+c0
+71
+00
+44
+c0
+74
+04
+b4
+20
+20
+13
+7c
+c0
+0d
+04
+c8
+c0
+10
+00
+42
+c0
+19
+80
+a3
+c0
+1a
+00
+a8
+c0
+43
+84
+b0
+c0
+50
+84
+d2
+c0
+51
+84
+dc
+c0
+5a
+84
+de
+c0
+60
+04
+e8
+c0
+6e
+83
+2b
+c0
+71
+02
+f7
+c0
+74
+82
+ff
+c0
+75
+01
+e7
+c0
+76
+05
+0e
+c0
+76
+86
+1e
+20
+20
+13
+7c
+20
+80
+00
+00
+20
+40
+30
+f3
+24
+55
+80
+4c
+20
+40
+3b
+fd
+20
+20
+08
+04
+20
+40
+03
+d8
+da
+20
+49
+39
+6f
+e0
+c9
+38
+1f
+e0
+ff
+ff
+1f
+ef
+fe
+1d
+9a
+20
+a2
+00
+ef
+e0
+80
+11
+67
+e0
+c4
+82
+6f
+e0
+c4
+82
+c0
+19
+bd
+6f
+c0
+1a
+3d
+7b
+20
+20
+42
+eb
+6f
+e0
+c9
+1f
+20
+20
+5a
+f8
+18
+42
+7e
+00
+c1
+7f
+80
+00
+1f
+e2
+04
+00
+20
+20
+49
+30
+18
+42
+7e
+00
+c1
+7f
+80
+00
+1f
+e2
+04
+00
+20
+20
+49
+2c
+6f
+e0
+cb
+af
+24
+7a
+00
+00
+70
+44
+8c
+00
+20
+60
+00
+00
+6f
+e0
+cb
+b4
+c1
+00
+80
+00
+20
+40
+46
+c2
+60
+48
+c9
+38
+20
+40
+03
+f8
+20
+40
+01
+0b
+70
+41
+ca
+00
+20
+40
+46
+da
+20
+40
+00
+5a
+20
+20
+46
+bd
+6f
+e1
+47
+8c
+c3
+83
+80
+00
+20
+20
+43
+18
+20
+40
+70
+6c
+20
+40
+75
+97
+20
+40
+6e
+a7
+20
+40
+1b
+92
+20
+40
+08
+3a
+20
+40
+00
+64
+20
+20
+08
+1a
+20
+40
+00
+66
+20
+20
+31
+09
+20
+40
+00
+68
+20
+20
+78
+50
+6f
+e0
+c4
+8c
+20
+7a
+00
+00
+6f
+e1
+44
+8d
+1f
+e2
+24
+00
+1a
+40
+a4
+02
+ef
+e0
+80
+12
+c1
+7f
+80
+00
+20
+20
+78
+13
+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
+11
+90
+58
+00
+76
+76
+67
+f1
+09
+68
+20
+60
+00
+00
+c6
+93
+00
+00
+6f
+e2
+48
+91
+68
+4a
+48
+8d
+98
+46
+7c
+00
+20
+22
+80
+82
+70
+41
+ea
+ff
+20
+60
+00
+00
+70
+41
+ea
+00
+70
+41
+e8
+91
+20
+60
+00
+00
+6f
+f0
+89
+a2
+2f
+ef
+fe
+06
+79
+20
+fe
+07
+67
+e0
+c1
+e9
+6f
+f0
+89
+a3
+1f
+e1
+04
+0f
+18
+43
+84
+00
+1f
+f1
+fe
+00
+98
+40
+84
+00
+18
+4f
+a2
+03
+6f
+e0
+c1
+e9
+20
+40
+00
+9a
+1f
+e6
+7e
+00
+9a
+20
+fe
+00
+1f
+e0
+ff
+f7
+1f
+e1
+7f
+ff
+2f
+ef
+fe
+08
+24
+20
+80
+98
+58
+00
+00
+00
+67
+e0
+80
+19
+20
+60
+00
+00
+2f
+ef
+fe
+07
+24
+60
+80
+00
+20
+20
+42
+d4
+6f
+e0
+c1
+e8
+c0
+48
+80
+a0
+20
+20
+12
+1e
+70
+8a
+39
+5b
+70
+8a
+3a
+01
+20
+20
+12
+2a
+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
+20
+40
+00
+a8
+70
+48
+f6
+00
+20
+40
+61
+25
+67
+e1
+48
+e9
+6f
+e0
+c4
+a0
+c0
+81
+00
+cf
+68
+49
+48
+e9
+18
+4f
+fe
+08
+1f
+e6
+fc
+0a
+20
+40
+7d
+ec
+98
+40
+fe
+00
+67
+e1
+48
+e9
+da
+20
+48
+e3
+20
+40
+3e
+d8
+6f
+e0
+c4
+a4
+c2
+81
+3f
+1a
+c2
+80
+80
+d6
+c3
+00
+00
+d9
+20
+20
+3e
+cc
+6f
+e0
+cc
+40
+c3
+00
+3f
+1c
+20
+20
+02
+3f
+6f
+e0
+cc
+40
+c3
+00
+3e
+d0
+d8
+e0
+00
+04
+20
+40
+46
+f4
+70
+4c
+4f
+0c
+6f
+e0
+c8
+fa
+20
+7a
+00
+00
+70
+48
+fa
+00
+20
+20
+01
+08
+78
+54
+7c
+00
+6f
+e0
+cc
+44
+1f
+e6
+7c
+04
+24
+62
+80
+00
+20
+20
+7e
+54
+6f
+e0
+cc
+40
+c3
+00
+49
+56
+c4
+01
+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
+cc
+47
+24
+7a
+00
+00
+6f
+e4
+4b
+ab
+c4
+02
+00
+00
+20
+40
+00
+e2
+20
+74
+00
+00
+6f
+e0
+cc
+54
+20
+3a
+01
+11
+68
+48
+cc
+4f
+18
+40
+84
+01
+60
+48
+cc
+4f
+6f
+e0
+cc
+4d
+98
+46
+7c
+00
+24
+41
+01
+06
+6f
+e0
+cc
+4e
+98
+46
+7c
+00
+24
+21
+01
+08
+6f
+e0
+cc
+45
+c0
+00
+84
+15
+c0
+01
+84
+15
+68
+48
+cc
+58
+20
+20
+04
+21
+70
+4c
+4f
+01
+20
+40
+01
+0d
+6f
+e0
+cc
+45
+c0
+00
+84
+27
+c0
+01
+84
+27
+68
+48
+cc
+58
+20
+20
+04
+3e
+6f
+e0
+cc
+54
+1f
+e0
+ff
+ff
+67
+e0
+cc
+54
+20
+60
+00
+00
+6f
+e0
+cc
+40
+c2
+82
+01
+08
+20
+40
+03
+b7
+20
+20
+00
+f8
+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
+6f
+e0
+c1
+ea
+67
+e0
+89
+64
+20
+40
+11
+50
+70
+8a
+0a
+00
+6f
+e0
+89
+64
+67
+e0
+c1
+ea
+20
+60
+00
+00
+70
+00
+80
+00
+20
+20
+13
+b7
+79
+3f
+80
+34
+20
+40
+6d
+f3
+20
+40
+01
+6d
+20
+40
+41
+a7
+20
+75
+80
+00
+20
+40
+03
+41
+20
+40
+3d
+8a
+20
+40
+47
+28
+20
+40
+01
+95
+20
+40
+05
+4c
+20
+20
+3b
+c9
+6f
+e4
+4b
+ab
+c4
+1e
+80
+00
+6f
+e0
+cc
+3b
+c2
+83
+81
+3c
+70
+4c
+3a
+00
+20
+60
+00
+00
+70
+4c
+3a
+01
+20
+60
+00
+00
+6f
+e4
+4c
+1f
+20
+7a
+00
+00
+6f
+e0
+cc
+1e
+1f
+e2
+22
+00
+1f
+e6
+7c
+0b
+24
+21
+01
+54
+20
+40
+01
+4d
+d8
+a0
+4a
+db
+20
+40
+01
+4a
+d8
+a0
+44
+0a
+20
+40
+01
+4a
+d8
+a0
+42
+f8
+d8
+c0
+4c
+1f
+1a
+22
+72
+00
+20
+20
+7d
+5f
+d8
+a0
+4a
+db
+20
+40
+01
+52
+d8
+a0
+44
+0a
+20
+40
+01
+52
+d8
+a0
+42
+f8
+df
+20
+00
+0b
+20
+20
+7d
+26
+20
+40
+01
+6a
+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
+03
+ab
+20
+40
+01
+3e
+20
+40
+3d
+13
+20
+40
+03
+ae
+20
+40
+01
+36
+20
+40
+01
+8f
+20
+40
+1b
+16
+20
+40
+1b
+3f
+20
+40
+1b
+32
+20
+40
+1b
+1e
+6f
+e4
+4b
+ab
+c2
+89
+81
+7f
+c2
+89
+45
+f6
+20
+60
+00
+00
+20
+40
+5d
+a5
+6f
+e4
+4b
+ab
+2f
+ef
+fe
+09
+24
+40
+dd
+bf
+20
+40
+46
+3b
+6f
+e1
+49
+90
+d8
+40
+aa
+55
+98
+46
+7c
+00
+20
+22
+c5
+e2
+60
+49
+49
+90
+20
+40
+45
+e7
+6f
+e0
+ca
+b4
+67
+e0
+c9
+38
+6f
+e0
+c9
+26
+67
+e0
+c9
+92
+20
+60
+00
+00
+6f
+e0
+c1
+e8
+67
+e0
+cc
+90
+20
+60
+00
+00
+6f
+e0
+cc
+90
+67
+e0
+c1
+e8
+20
+60
+00
+00
+58
+00
+01
+9a
+67
+e1
+48
+9b
+58
+00
+01
+b9
+67
+e1
+48
+9d
+20
+20
+3b
+d3
+c6
+93
+00
+00
+20
+40
+3f
+70
+24
+74
+00
+00
+6f
+e0
+cc
+c5
+70
+4c
+c5
+00
+24
+5a
+01
+b7
+6f
+e4
+4b
+ab
+c3
+0a
+81
+a4
+6f
+e0
+cb
+8b
+24
+3a
+48
+84
+20
+40
+42
+cb
+6f
+e0
+c8
+36
+c2
+80
+81
+b3
+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
+20
+40
+7f
+dc
+20
+20
+15
+b1
+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
+cf
+20
+40
+25
+9a
+20
+40
+26
+5b
+24
+2c
+01
+e5
+24
+37
+81
+e5
+20
+40
+01
+dc
+20
+40
+25
+97
+6f
+e0
+cb
+a3
+1f
+e0
+fe
+01
+67
+e0
+cb
+a3
+c1
+88
+00
+00
+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
+05
+4c
+6f
+e0
+c8
+a7
+20
+3a
+48
+8c
+70
+4b
+a3
+00
+6f
+e0
+cb
+a4
+c4
+00
+00
+00
+79
+3f
+fe
+00
+67
+e0
+cb
+a4
+20
+40
+45
+44
+20
+20
+03
+58
+20
+40
+22
+cb
+20
+20
+01
+c5
+20
+40
+26
+31
+24
+34
+02
+80
+20
+40
+01
+f7
+20
+40
+26
+ee
+20
+40
+00
+7b
+6f
+e0
+cb
+e1
+24
+3a
+01
+f2
+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
+02
+02
+24
+37
+82
+02
+20
+40
+26
+72
+20
+40
+02
+33
+20
+20
+26
+51
+6f
+e0
+ca
+c5
+24
+7a
+00
+00
+20
+40
+02
+21
+20
+40
+02
+15
+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
+02
+10
+20
+20
+01
+f8
+6f
+e0
+c8
+a4
+1f
+e6
+7c
+00
+20
+61
+00
+00
+df
+20
+00
+28
+20
+20
+7d
+13
+d8
+e0
+00
+0c
+20
+40
+7d
+74
+24
+7a
+00
+00
+20
+40
+02
+1d
+20
+40
+40
+7c
+d8
+e0
+00
+0c
+58
+00
+00
+a0
+20
+20
+7d
+66
+6f
+e4
+4b
+ab
+c4
+14
+00
+00
+20
+20
+05
+a0
+70
+4b
+94
+03
+6f
+e0
+c9
+1b
+c1
+7f
+80
+00
+6f
+e0
+c9
+bf
+24
+7a
+00
+00
+da
+20
+00
+00
+70
+4b
+96
+06
+68
+48
+c9
+1b
+20
+40
+46
+6a
+67
+e0
+cb
+94
+6f
+e0
+c9
+10
+c0
+7f
+82
+30
+20
+40
+41
+68
+1a
+22
+7e
+00
+c2
+83
+46
+8d
+20
+20
+46
+80
+68
+48
+c9
+1b
+20
+40
+3f
+56
+20
+20
+02
+2d
+6f
+e0
+cb
+e1
+24
+5a
+02
+37
+70
+4b
+e1
+00
+20
+60
+00
+00
+20
+40
+03
+58
+20
+40
+03
+a7
+6f
+e4
+4b
+ab
+c4
+1e
+00
+00
+68
+48
+c9
+13
+20
+40
+3f
+56
+68
+48
+c9
+14
+20
+20
+3f
+56
+58
+00
+00
+06
+20
+40
+5b
+0d
+c2
+81
+be
+23
+20
+40
+05
+47
+20
+40
+05
+4c
+20
+20
+3e
+23
+20
+40
+42
+e9
+20
+40
+7f
+dc
+20
+40
+04
+4e
+20
+40
+40
+15
+68
+48
+c9
+10
+20
+40
+60
+69
+68
+48
+c9
+10
+20
+40
+60
+42
+6f
+e0
+c9
+20
+20
+40
+05
+87
+d8
+40
+00
+03
+20
+40
+3f
+56
+20
+40
+02
+78
+20
+40
+60
+82
+20
+40
+04
+34
+d8
+40
+00
+13
+20
+40
+3f
+56
+20
+40
+02
+5a
+20
+40
+03
+ab
+20
+40
+02
+5e
+20
+20
+02
+6e
+6f
+e0
+c9
+1e
+c1
+7f
+80
+00
+68
+48
+c9
+1e
+20
+20
+60
+7f
+6f
+e0
+cc
+40
+c2
+80
+02
+62
+6f
+e4
+4b
+ab
+c4
+0a
+00
+00
+20
+40
+02
+66
+6f
+e0
+c8
+fc
+d8
+40
+00
+c0
+20
+20
+60
+93
+68
+48
+c4
+a1
+18
+46
+7c
+03
+20
+21
+02
+6c
+18
+40
+84
+05
+60
+48
+c8
+fc
+20
+60
+00
+00
+18
+40
+84
+04
+20
+20
+02
+6a
+6f
+e4
+4b
+ab
+c4
+1e
+00
+00
+68
+48
+c9
+13
+20
+40
+60
+42
+68
+48
+c9
+14
+20
+40
+60
+42
+68
+48
+c9
+13
+20
+40
+3f
+54
+68
+48
+c9
+14
+20
+20
+3f
+54
+68
+48
+c9
+13
+20
+40
+60
+50
+68
+48
+c9
+14
+20
+40
+60
+50
+20
+40
+3f
+88
+6f
+e0
+c9
+1f
+20
+40
+05
+87
+20
+20
+3e
+44
+6f
+e0
+c8
+a7
+20
+5a
+02
+8d
+6f
+e0
+c8
+bd
+c1
+00
+80
+00
+20
+40
+26
+9f
+20
+40
+05
+0e
+24
+74
+00
+00
+20
+40
+26
+c4
+70
+4c
+c5
+01
+6f
+e0
+cb
+e1
+24
+5a
+02
+45
+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
+e9
+1a
+62
+7e
+00
+c0
+00
+82
+b1
+c0
+1e
+02
+cc
+c0
+1c
+82
+c7
+c0
+1d
+02
+dd
+c0
+19
+02
+b9
+c0
+0a
+82
+b3
+c0
+0a
+02
+ae
+c0
+20
+02
+c0
+c0
+09
+02
+ab
+c0
+03
+02
+a7
+20
+20
+43
+36
+20
+40
+42
+ca
+20
+40
+03
+c7
+20
+40
+03
+a7
+20
+20
+32
+44
+70
+44
+54
+01
+20
+40
+32
+23
+20
+20
+44
+27
+20
+40
+03
+a7
+20
+40
+03
+c7
+20
+20
+43
+50
+70
+4a
+ae
+00
+20
+20
+43
+fc
+58
+00
+00
+00
+67
+e1
+4a
+f2
+67
+e0
+cc
+7a
+67
+e0
+cc
+7b
+67
+e0
+ca
+c6
+20
+20
+43
+66
+6f
+e0
+ca
+c7
+c0
+00
+82
+bd
+70
+4b
+76
+14
+20
+20
+43
+73
+20
+40
+43
+6c
+70
+4b
+76
+0a
+20
+20
+43
+73
+6f
+e0
+cc
+7a
+24
+7a
+00
+00
+70
+4c
+7a
+01
+70
+4c
+7b
+1e
+20
+60
+00
+00
+20
+40
+00
+80
+20
+20
+01
+92
+20
+40
+02
+c5
+20
+40
+45
+44
+20
+40
+03
+a7
+20
+40
+03
+c7
+20
+20
+48
+57
+20
+40
+03
+a7
+6f
+e2
+48
+3c
+67
+e2
+48
+91
+67
+e2
+49
+93
+20
+40
+25
+7e
+20
+40
+03
+c7
+20
+40
+45
+44
+20
+40
+42
+ca
+70
+4a
+ae
+00
+70
+48
+a1
+00
+70
+48
+8b
+00
+6f
+e2
+48
+91
+68
+4a
+48
+8d
+98
+46
+7c
+00
+20
+62
+80
+00
+20
+40
+02
+c5
+20
+20
+48
+22
+20
+40
+02
+c5
+6f
+e0
+c8
+a5
+24
+3a
+02
+ee
+6f
+e0
+c8
+8b
+c0
+01
+02
+e3
+20
+20
+48
+37
+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
+82
+ec
+20
+20
+48
+06
+70
+48
+8b
+00
+20
+20
+48
+27
+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
+05
+4c
+20
+20
+02
+85
+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
+03
+07
+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
+03
+20
+24
+37
+83
+20
+20
+40
+26
+72
+6f
+e2
+48
+77
+68
+4a
+48
+3c
+98
+46
+7c
+00
+20
+22
+a3
+2e
+6f
+e2
+48
+a9
+68
+4a
+48
+3c
+98
+46
+7c
+00
+20
+42
+83
+1c
+6f
+e0
+c8
+a1
+79
+3f
+fe
+02
+67
+e0
+c8
+a1
+58
+00
+00
+00
+67
+e1
+48
+83
+67
+e1
+48
+89
+67
+e1
+48
+87
+20
+20
+25
+95
+6f
+e2
+48
+0c
+20
+7a
+00
+00
+67
+e2
+48
+91
+20
+20
+25
+7e
+6f
+e0
+c8
+8c
+20
+3a
+22
+cb
+6f
+e1
+48
+89
+1f
+e0
+fe
+01
+67
+e1
+48
+89
+2f
+ef
+fe
+09
+6f
+e0
+c8
+8b
+c0
+02
+03
+29
+20
+20
+25
+a8
+20
+20
+a5
+75
+20
+20
+23
+39
+c5
+13
+a4
+0e
+c6
+93
+00
+00
+6f
+e0
+c8
+a1
+20
+20
+26
+1d
+6f
+e4
+4b
+ab
+c2
+97
+c8
+0a
+6f
+e0
+c9
+38
+c0
+00
+03
+34
+20
+20
+3d
+57
+6f
+e4
+4b
+ab
+c3
+08
+c8
+03
+20
+40
+03
+cf
+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
+03
+6f
+6f
+e0
+c9
+27
+c0
+06
+03
+44
+20
+20
+40
+98
+6f
+e0
+c9
+92
+c0
+00
+03
+48
+c0
+00
+83
+4a
+c0
+01
+03
+4c
+6f
+e0
+cc
+91
+20
+20
+03
+4d
+6f
+e0
+cc
+93
+20
+20
+03
+4d
+6f
+e0
+cc
+94
+1f
+e2
+22
+00
+58
+00
+c3
+09
+20
+40
+5b
+0c
+1a
+22
+7e
+00
+1f
+ed
+7e
+00
+1f
+e0
+fe
+23
+20
+40
+5b
+0c
+58
+00
+00
+09
+20
+20
+5b
+0c
+20
+40
+3f
+65
+20
+75
+80
+00
+20
+40
+42
+36
+20
+40
+41
+b5
+c0
+18
+03
+60
+c0
+18
+c2
+17
+c0
+2c
+42
+20
+20
+40
+41
+b2
+20
+00
+1a
+f4
+20
+20
+03
+59
+6f
+e0
+c9
+c2
+c0
+68
+83
+69
+c0
+2d
+03
+64
+20
+20
+41
+be
+70
+49
+27
+05
+20
+40
+42
+32
+20
+40
+7d
+12
+da
+60
+4c
+a7
+20
+20
+05
+42
+58
+00
+00
+49
+20
+40
+5b
+0d
+c0
+50
+83
+6d
+20
+20
+41
+da
+70
+49
+27
+0c
+20
+60
+00
+00
+6f
+e0
+cc
+40
+c2
+80
+03
+73
+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
+cc
+40
+c2
+80
+03
+81
+6f
+e0
+cb
+a7
+24
+7a
+00
+00
+6f
+e0
+cb
+c1
+20
+3a
+04
+55
+67
+e0
+cb
+a8
+20
+60
+00
+00
+6f
+e0
+cc
+47
+24
+7a
+00
+00
+20
+20
+03
+7d
+20
+40
+3e
+9b
+20
+40
+00
+e7
+20
+40
+23
+2b
+20
+40
+25
+56
+20
+40
+47
+cd
+20
+40
+48
+be
+20
+40
+04
+52
+20
+40
+03
+ee
+20
+40
+03
+a2
+20
+40
+04
+44
+20
+40
+40
+7c
+20
+40
+44
+cc
+20
+40
+04
+7e
+20
+40
+44
+ff
+20
+40
+03
+9e
+20
+40
+45
+12
+20
+40
+04
+97
+20
+40
+45
+15
+20
+40
+04
+9a
+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
+20
+04
+9d
+da
+60
+4b
+77
+da
+40
+45
+0a
+20
+40
+31
+8a
+20
+20
+45
+07
+6f
+e0
+cc
+c7
+c1
+00
+00
+00
+da
+60
+4c
+c8
+da
+40
+03
+ab
+20
+20
+31
+8a
+70
+4c
+c8
+c8
+70
+4c
+c7
+01
+68
+48
+cc
+c6
+20
+20
+60
+69
+70
+4c
+c7
+00
+68
+48
+cc
+c6
+20
+20
+60
+65
+70
+4c
+41
+00
+6f
+e0
+cc
+40
+c4
+00
+00
+00
+20
+40
+04
+34
+70
+4c
+44
+00
+6f
+e0
+cc
+4d
+1f
+e3
+7e
+00
+67
+e0
+cc
+4e
+20
+60
+00
+00
+6f
+e0
+cc
+53
+67
+e0
+cc
+54
+20
+60
+00
+00
+6f
+e0
+cc
+44
+c0
+00
+83
+c1
+c0
+01
+03
+c3
+c0
+01
+83
+c5
+6f
+e0
+cc
+4b
+67
+e0
+cc
+4c
+20
+60
+00
+00
+6f
+e0
+cc
+48
+20
+20
+03
+bf
+6f
+e0
+cc
+49
+20
+20
+03
+bf
+6f
+e0
+cc
+4a
+20
+20
+03
+bf
+6f
+e0
+cc
+40
+c4
+00
+00
+00
+6f
+e0
+cc
+46
+67
+e0
+cc
+47
+70
+4c
+42
+00
+70
+4c
+43
+00
+70
+4c
+41
+01
+20
+60
+00
+00
+6f
+e0
+cc
+40
+c4
+00
+00
+00
+70
+4c
+44
+01
+20
+40
+03
+c1
+20
+40
+03
+eb
+6f
+e0
+cc
+40
+c4
+01
+00
+00
+6f
+e0
+cc
+50
+20
+20
+03
+e2
+6f
+e0
+cc
+40
+c4
+00
+00
+00
+6f
+e0
+cc
+40
+c4
+00
+80
+00
+20
+40
+03
+eb
+70
+4c
+44
+03
+20
+40
+03
+c5
+6f
+e0
+cc
+40
+c4
+01
+00
+00
+6f
+e0
+cc
+51
+67
+e0
+cc
+52
+20
+60
+00
+00
+6f
+e0
+cc
+40
+c4
+00
+00
+00
+6f
+e0
+cc
+40
+79
+3f
+fe
+02
+67
+e0
+cc
+40
+70
+4c
+44
+02
+20
+40
+03
+c3
+70
+4c
+41
+01
+70
+4c
+42
+01
+20
+20
+04
+14
+6f
+e0
+cc
+41
+20
+7a
+00
+00
+6f
+e0
+cc
+42
+c0
+00
+83
+fa
+6f
+e0
+cc
+47
+20
+3a
+03
+f7
+1f
+e0
+ff
+ff
+67
+e0
+cc
+47
+20
+20
+04
+15
+20
+40
+03
+b7
+70
+4c
+41
+00
+20
+20
+04
+27
+6f
+e0
+cc
+44
+20
+7a
+00
+00
+c0
+02
+04
+01
+20
+20
+03
+fe
+6f
+e0
+cc
+40
+c2
+81
+04
+01
+20
+20
+04
+03
+6f
+e0
+cc
+52
+20
+3a
+04
+22
+da
+60
+4c
+4c
+da
+40
+04
+06
+20
+20
+31
+8a
+6f
+e0
+cc
+44
+c0
+02
+04
+0e
+6f
+e0
+cc
+40
+c2
+81
+04
+0e
+20
+40
+03
+ba
+6f
+e0
+cc
+43
+c0
+00
+84
+24
+20
+20
+04
+12
+6f
+e0
+cc
+52
+1f
+e0
+ff
+ff
+67
+e0
+cc
+52
+20
+20
+04
+0a
+6f
+e0
+cc
+44
+c0
+02
+04
+3f
+70
+4c
+43
+01
+6f
+e0
+c9
+38
+c0
+00
+04
+1a
+c0
+00
+84
+1c
+c0
+01
+04
+1e
+20
+60
+00
+00
+68
+48
+cc
+55
+20
+20
+04
+21
+68
+48
+cc
+56
+20
+20
+04
+21
+68
+48
+cc
+57
+20
+20
+04
+21
+68
+48
+cc
+59
+20
+20
+60
+69
+70
+4c
+41
+00
+70
+4c
+44
+00
+6f
+e0
+cc
+44
+c0
+02
+04
+39
+70
+4c
+43
+00
+6f
+e0
+c9
+38
+c0
+00
+04
+2c
+c0
+00
+84
+2e
+c0
+01
+04
+30
+20
+60
+00
+00
+68
+48
+cc
+55
+20
+20
+04
+31
+68
+48
+cc
+56
+20
+20
+04
+31
+68
+48
+cc
+57
+18
+46
+7c
+ff
+20
+62
+80
+00
+20
+20
+60
+7f
+20
+40
+04
+2c
+20
+40
+04
+2e
+20
+40
+04
+30
+20
+40
+01
+08
+20
+20
+04
+39
+70
+4c
+43
+00
+6f
+e0
+cc
+45
+c0
+01
+04
+26
+c0
+01
+84
+26
+68
+48
+cc
+59
+20
+20
+60
+65
+70
+4c
+43
+01
+6f
+e0
+cc
+45
+c0
+01
+04
+14
+c0
+01
+84
+14
+20
+20
+04
+20
+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
+04
+50
+68
+48
+cb
+ed
+20
+20
+60
+65
+68
+48
+cb
+ed
+20
+20
+60
+69
+da
+60
+4b
+a8
+da
+40
+04
+55
+20
+20
+31
+8a
+6f
+e0
+cc
+40
+c2
+80
+04
+6c
+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
+04
+66
+24
+41
+04
+6a
+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
+27
+c0
+01
+84
+7b
+c0
+05
+84
+7b
+68
+48
+c9
+92
+18
+40
+84
+02
+18
+46
+7c
+03
+20
+41
+04
+66
+24
+41
+04
+6a
+18
+42
+7e
+00
+9f
+e0
+fe
+00
+67
+e0
+cc
+52
+70
+4c
+44
+04
+20
+40
+03
+be
+70
+4c
+42
+01
+20
+20
+03
+cc
+68
+48
+c9
+92
+18
+40
+84
+01
+20
+20
+04
+71
+6f
+e0
+c9
+38
+c0
+00
+04
+84
+6f
+e4
+4b
+ab
+c4
+1a
+80
+00
+68
+48
+cb
+ca
+20
+20
+04
+87
+6f
+e4
+4b
+ab
+c4
+19
+00
+00
+68
+48
+cb
+cb
+60
+48
+cb
+9d
+20
+40
+05
+55
+1f
+e1
+7e
+07
+68
+48
+cb
+9d
+98
+46
+7c
+00
+20
+22
+84
+8e
+20
+20
+44
+eb
+20
+40
+04
+93
+6f
+e0
+cb
+9f
+c1
+00
+80
+00
+70
+4b
+9f
+01
+20
+60
+00
+00
+da
+40
+04
+95
+20
+20
+44
+f7
+20
+40
+03
+cf
+20
+20
+02
+ec
+6f
+e4
+4b
+ab
+c3
+9d
+80
+00
+20
+20
+45
+1f
+da
+60
+4c
+7b
+da
+40
+43
+6c
+20
+20
+31
+8a
+da
+60
+4a
+b2
+da
+40
+04
+a0
+20
+20
+31
+91
+6f
+e0
+c9
+38
+c0
+00
+02
+ee
+20
+20
+43
+1b
+20
+40
+03
+e4
+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
+58
+00
+00
+00
+67
+e1
+4a
+c2
+20
+20
+45
+77
+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
+84
+bc
+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
+78
+54
+7c
+00
+20
+40
+59
+e6
+6f
+e0
+80
+49
+20
+7a
+00
+00
+c2
+83
+d7
+30
+c0
+03
+84
+cf
+20
+20
+57
+01
+20
+40
+58
+5d
+70
+00
+73
+78
+20
+60
+00
+00
+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
+20
+40
+0e
+80
+20
+20
+16
+61
+20
+40
+16
+be
+20
+40
+16
+cc
+20
+40
+4c
+b5
+79
+20
+2a
+00
+78
+2e
+fc
+00
+78
+30
+7c
+00
+78
+50
+fc
+00
+20
+40
+17
+44
+20
+00
+00
+0a
+20
+20
+18
+41
+ef
+e1
+00
+06
+c0
+02
+04
+eb
+20
+20
+19
+e4
+ef
+e1
+80
+06
+67
+e1
+c4
+36
+c0
+05
+04
+f0
+c0
+09
+04
+ff
+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
+84
+fa
+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
+84
+f6
+24
+34
+04
+f6
+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
+20
+20
+1e
+10
+78
+34
+7c
+00
+20
+40
+14
+65
+6f
+e1
+c1
+74
+20
+3a
+7e
+56
+6f
+e0
+c0
+99
+20
+3a
+7e
+56
+6f
+e0
+cb
+e1
+24
+7a
+00
+00
+6f
+e0
+c8
+bd
+c0
+00
+fe
+56
+20
+60
+00
+00
+78
+54
+7c
+00
+58
+00
+00
+00
+67
+e3
+48
+d1
+20
+40
+05
+29
+58
+00
+00
+89
+20
+40
+5b
+0c
+20
+40
+03
+41
+20
+40
+3f
+7e
+20
+40
+3f
+83
+20
+40
+05
+53
+6f
+e0
+c8
+d0
+1f
+e1
+7e
+1f
+67
+e0
+c8
+d0
+24
+34
+05
+38
+20
+40
+05
+3a
+20
+20
+45
+44
+6f
+e0
+c4
+ac
+c1
+80
+00
+00
+6f
+e0
+c9
+27
+c0
+05
+85
+2e
+20
+20
+42
+43
+20
+40
+42
+c4
+6f
+e0
+c9
+11
+c0
+7f
+c2
+94
+68
+48
+c9
+11
+20
+40
+60
+59
+24
+60
+80
+00
+58
+00
+00
+00
+20
+40
+5b
+0d
+c0
+ac
+41
+b2
+20
+20
+42
+79
+20
+40
+47
+28
+20
+60
+00
+00
+6f
+e0
+c9
+27
+c1
+01
+80
+00
+20
+20
+47
+1a
+20
+40
+3f
+65
+6f
+e0
+c9
+27
+c0
+05
+85
+44
+20
+40
+42
+32
+da
+60
+4a
+a3
+20
+40
+42
+2b
+20
+20
+03
+41
+20
+40
+05
+4a
+da
+60
+4b
+e3
+20
+20
+05
+42
+6f
+e0
+c9
+27
+c0
+05
+85
+4a
+20
+20
+42
+32
+58
+00
+97
+06
+20
+20
+42
+33
+20
+40
+41
+a7
+20
+40
+3f
+65
+6f
+e0
+c9
+27
+c0
+05
+85
+51
+20
+20
+42
+3e
+58
+00
+1f
+06
+20
+20
+5b
+0c
+20
+40
+05
+55
+20
+20
+40
+dd
+6f
+e0
+cb
+e1
+24
+5a
+41
+21
+da
+20
+00
+00
+20
+40
+05
+5e
+20
+40
+05
+63
+20
+40
+05
+68
+20
+40
+05
+6d
+20
+40
+05
+7a
+20
+20
+41
+1e
+6f
+e0
+c9
+18
+20
+40
+05
+87
+20
+40
+41
+24
+68
+48
+c9
+18
+20
+20
+3f
+56
+6f
+e0
+c9
+19
+20
+40
+05
+87
+20
+40
+41
+2a
+68
+48
+c9
+19
+20
+20
+3f
+56
+6f
+e0
+c9
+1a
+20
+40
+05
+87
+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
+85
+76
+20
+20
+41
+3e
+6f
+e0
+c9
+0d
+20
+40
+05
+8a
+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
+85
+83
+20
+20
+41
+57
+6f
+e0
+c9
+0e
+20
+40
+05
+8a
+68
+48
+c9
+0e
+20
+20
+41
+64
+c1
+7f
+80
+00
+d8
+40
+00
+3f
+20
+20
+60
+93
+c1
+7f
+80
+00
+d8
+40
+00
+3e
+20
+20
+60
+93
+20
+40
+05
+93
+20
+40
+79
+36
+20
+40
+05
+a0
+20
+40
+05
+b2
+20
+40
+05
+97
+20
+20
+46
+50
+6f
+e0
+cc
+40
+c3
+01
+c9
+90
+6f
+e4
+4b
+ab
+20
+20
+49
+92
+6f
+e4
+4b
+ab
+c2
+94
+85
+9b
+c2
+9b
+85
+9b
+20
+60
+00
+00
+6f
+e1
+47
+8c
+c2
+83
+02
+20
+6f
+e0
+c9
+bf
+24
+7a
+00
+00
+20
+20
+46
+5a
+6f
+e0
+c9
+0f
+c1
+7f
+80
+00
+da
+20
+00
+00
+70
+4b
+96
+05
+68
+48
+c9
+0f
+20
+40
+05
+a7
+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
+85
+ae
+20
+20
+40
+3f
+6f
+e0
+c9
+0f
+20
+40
+05
+8a
+68
+48
+c9
+0f
+20
+20
+41
+95
+6f
+e4
+4b
+ab
+c4
+1e
+80
+00
+6f
+e0
+cc
+3a
+24
+3a
+05
+bb
+6f
+e0
+cc
+3b
+20
+40
+05
+87
+20
+40
+05
+c6
+68
+48
+cc
+3b
+20
+20
+3f
+56
+6f
+e0
+cc
+3b
+79
+3f
+fe
+07
+67
+e0
+cc
+3b
+20
+40
+05
+8a
+70
+4c
+3f
+00
+68
+48
+cc
+3b
+6f
+e0
+cc
+3c
+20
+40
+05
+df
+20
+40
+05
+ca
+68
+48
+cc
+3b
+20
+20
+3f
+56
+70
+4c
+3f
+00
+68
+48
+cc
+3b
+6f
+e0
+cc
+3c
+20
+40
+05
+d5
+67
+e0
+cc
+3c
+6f
+e0
+cc
+3e
+20
+3a
+05
+d1
+6f
+e0
+cc
+3d
+c1
+00
+80
+00
+70
+4c
+3d
+01
+20
+20
+40
+69
+6f
+e0
+cc
+3d
+c1
+00
+00
+00
+70
+4c
+3d
+00
+20
+60
+00
+00
+1f
+e3
+fe
+00
+1f
+e2
+24
+00
+20
+40
+60
+59
+79
+20
+a4
+00
+1a
+41
+7e
+07
+68
+48
+cc
+3f
+18
+42
+0e
+00
+c0
+03
+85
+ea
+c0
+00
+05
+ec
+20
+60
+00
+00
+1f
+e3
+fe
+00
+1f
+e2
+24
+00
+20
+40
+3f
+54
+20
+40
+60
+59
+79
+20
+a4
+00
+1a
+41
+7e
+07
+68
+48
+cc
+3f
+18
+42
+0e
+00
+c0
+03
+85
+ea
+c0
+00
+05
+ec
+20
+60
+00
+00
+70
+4c
+3e
+01
+20
+60
+00
+00
+70
+4c
+3e
+00
+20
+60
+00
+00
+20
+40
+40
+72
+20
+74
+00
+00
+6f
+e0
+c9
+92
+1f
+e2
+04
+00
+6f
+e4
+4b
+ab
+c2
+9e
+85
+fa
+18
+42
+7e
+00
+1f
+e0
+fe
+01
+1f
+e1
+7e
+03
+67
+e0
+c9
+92
+20
+40
+03
+3f
+20
+20
+46
+43
+6f
+e0
+cc
+3e
+24
+3a
+06
+17
+6f
+e4
+4b
+ab
+c2
+8e
+06
+0b
+18
+42
+7e
+00
+c1
+00
+80
+00
+c0
+00
+06
+07
+c0
+01
+06
+05
+20
+60
+00
+00
+58
+00
+00
+02
+20
+20
+05
+f7
+58
+00
+00
+00
+20
+20
+05
+f7
+58
+00
+00
+01
+20
+20
+05
+f7
+58
+00
+00
+03
+20
+20
+05
+f7
+18
+42
+7e
+00
+c1
+00
+80
+00
+c0
+00
+06
+07
+c0
+01
+06
+09
+c0
+01
+86
+05
+20
+60
+00
+00
+18
+42
+7e
+00
+c1
+01
+00
+00
+c0
+00
+06
+09
+c0
+00
+86
+05
+c0
+01
+86
+03
+20
+60
+00
+00
+6f
+e4
+4b
+ab
+c2
+8e
+06
+11
+18
+42
+7e
+00
+c1
+01
+00
+00
+c0
+00
+06
+03
+c0
+00
+86
+05
+20
+60
+00
+00
+6f
+e1
+47
+8c
+c3
+85
+80
+00
+c3
+83
+80
+00
+c3
+83
+00
+00
+6a
+21
+48
+99
+20
+40
+25
+cb
+60
+48
+c8
+c7
+20
+20
+26
+f6
+e5
+8f
+aa
+55
+40
+00
+00
+40
+09
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+1c
+1c
+00
+80
+00
+40
+00
+00
+98
+d6
+5b
+ce
+06
+01
+00
+00
+00
+00
+00
+04
+01
+00
+18
+00
+00
+00
+00
+00
+00
+00
+00
+00
+80
+00
+00
+00
+0a
+00
+20
+00
+01
+00
+00
+20
+04
+36
+00
+00
+aa
+55
+01
+00
+9a
+40
+08
+aa
+55
+03
+00
+7a
+41
+88
+16
+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
+05
+00
+ea
+41
+ff
+04
+00
+00
+08
+aa
+55
+08
+00
+ab
+4b
+04
+09
+4a
+00
+00
+02
+81
+1b
+aa
+55
+01
+00
+40
+4c
+03
+aa
+55
+0c
+00
+fe
+48
+b0
+04
+58
+02
+64
+64
+94
+85
+90
+63
+75
+80
+aa
+55
+03
+00
+0d
+49
+ff
+ff
+0b
+aa
+55
+01
+00
+3b
+4c
+ff
+aa
+55
+14
+00
+10
+49
+ff
+ff
+ff
+04
+05
+ff
+ff
+ff
+0b
+0d
+0c
+0c
+ff
+ff
+ff
+07
+06
+ff
+ff
+ff
+aa
+55
+01
+00
+38
+4c
+ff
+aa
+55
+01
+00
+a5
+4c
+ff
+aa
+55
+03
+00
+24
+49
+02
+02
+00
+aa
+55
+03
+00
+ed
+4b
+08
+58
+02
+aa
+55
+01
+00
+c6
+4c
+03
+aa
+55
+01
+00
+c8
+4c
+c8
+aa
+55
+02
+00
+45
+4c
+00
+14
+aa
+55
+03
+00
+48
+4c
+05
+02
+05
+aa
+55
+01
+00
+4d
+4c
+14
+aa
+55
+01
+00
+4b
+4c
+02
+aa
+55
+02
+00
+50
+4c
+01
+05
+aa
+55
+01
+00
+53
+4c
+0a
+aa
+55
+05
+00
+55
+4c
+0a
+8a
+ff
+ff
+ff
+aa
+55
+01
+00
+58
+0b
+ff
+aa
+55
+12
+00
+cc
+4b
+00
+08
+00
+07
+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
+02
+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
+05
+90
+01
+e8
+03
+90
+01
+aa
+55
+02
+00
+ca
+4b
+07
+03
+aa
+55
+01
+00
+98
+4c
+ff
+aa
+55
+01
+00
+c0
+49
+01
+aa
+55
+01
+00
+fd
+48
+02
+aa
+55
+01
+00
+a1
+44
+05
+aa
+55
+06
+00
+e3
+48
+0f
+01
+a2
+00
+b4
+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
+a3
+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
+06
+00
+09
+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
+05
+00
+91
+4c
+8a
+8b
+83
+84
+88
+aa
+55
+74
+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
+aa
+55
+1e
+00
+a7
+4c
+09
+5a
+ff
+27
+ab
+40
+be
+d1
+a0
+41
+a1
+12
+a5
+84
+a7
+ff
+b5
+d0
+b6
+00
+ff
+00
+35
+c8
+25
+af
+09
+00
+ff
+ff
+aa
+55
+3e
+00
+53
+4a
+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
+03
+55
+aa
+aa
+55
+ab
+ab
+bf
+c5
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+2b
+be
Index: output/flash.dat
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/flash.dat	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/flash.dat	(working copy)
@@ -0,0 +1,8192 @@
+00
+02
+aa
+55
+9a
+18
+c2
+84
+00
+21
+c0
+00
+00
+31
+c0
+01
+80
+5d
+c0
+41
+01
+22
+c0
+41
+80
+70
+c0
+42
+00
+77
+c0
+45
+00
+9d
+c0
+45
+81
+15
+c0
+46
+00
+85
+c0
+4f
+81
+29
+c0
+57
+01
+2b
+c0
+61
+83
+2f
+c0
+62
+00
+36
+c0
+63
+82
+3f
+c0
+64
+82
+45
+c0
+65
+02
+78
+c0
+66
+00
+c3
+c0
+67
+05
+19
+c0
+67
+85
+ee
+c0
+68
+03
+3f
+c0
+68
+85
+55
+c0
+69
+83
+56
+c0
+6a
+05
+3d
+c0
+6b
+02
+9b
+c0
+6c
+83
+84
+c0
+6d
+04
+a3
+c0
+6d
+84
+ad
+c0
+6f
+05
+8d
+c0
+6f
+80
+50
+c0
+70
+80
+48
+c0
+71
+00
+44
+c0
+74
+04
+b4
+20
+20
+13
+7c
+c0
+0d
+04
+c8
+c0
+10
+00
+42
+c0
+19
+80
+a3
+c0
+1a
+00
+a8
+c0
+43
+84
+b0
+c0
+50
+84
+d2
+c0
+51
+84
+dc
+c0
+5a
+84
+de
+c0
+60
+04
+e8
+c0
+6e
+83
+2b
+c0
+71
+02
+f7
+c0
+74
+82
+ff
+c0
+75
+01
+e7
+c0
+76
+05
+0e
+c0
+76
+86
+1e
+20
+20
+13
+7c
+20
+80
+00
+00
+20
+40
+30
+f3
+24
+55
+80
+4c
+20
+40
+3b
+fd
+20
+20
+08
+04
+20
+40
+03
+d8
+da
+20
+49
+39
+6f
+e0
+c9
+38
+1f
+e0
+ff
+ff
+1f
+ef
+fe
+1d
+9a
+20
+a2
+00
+ef
+e0
+80
+11
+67
+e0
+c4
+82
+6f
+e0
+c4
+82
+c0
+19
+bd
+6f
+c0
+1a
+3d
+7b
+20
+20
+42
+eb
+6f
+e0
+c9
+1f
+20
+20
+5a
+f8
+18
+42
+7e
+00
+c1
+7f
+80
+00
+1f
+e2
+04
+00
+20
+20
+49
+30
+18
+42
+7e
+00
+c1
+7f
+80
+00
+1f
+e2
+04
+00
+20
+20
+49
+2c
+6f
+e0
+cb
+af
+24
+7a
+00
+00
+70
+44
+8c
+00
+20
+60
+00
+00
+6f
+e0
+cb
+b4
+c1
+00
+80
+00
+20
+40
+46
+c2
+60
+48
+c9
+38
+20
+40
+03
+f8
+20
+40
+01
+0b
+70
+41
+ca
+00
+20
+40
+46
+da
+20
+40
+00
+5a
+20
+20
+46
+bd
+6f
+e1
+47
+8c
+c3
+83
+80
+00
+20
+20
+43
+18
+20
+40
+70
+6c
+20
+40
+75
+97
+20
+40
+6e
+a7
+20
+40
+1b
+92
+20
+40
+08
+3a
+20
+40
+00
+64
+20
+20
+08
+1a
+20
+40
+00
+66
+20
+20
+31
+09
+20
+40
+00
+68
+20
+20
+78
+50
+6f
+e0
+c4
+8c
+20
+7a
+00
+00
+6f
+e1
+44
+8d
+1f
+e2
+24
+00
+1a
+40
+a4
+02
+ef
+e0
+80
+12
+c1
+7f
+80
+00
+20
+20
+78
+13
+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
+11
+90
+58
+00
+76
+76
+67
+f1
+09
+68
+20
+60
+00
+00
+c6
+93
+00
+00
+6f
+e2
+48
+91
+68
+4a
+48
+8d
+98
+46
+7c
+00
+20
+22
+80
+82
+70
+41
+ea
+ff
+20
+60
+00
+00
+70
+41
+ea
+00
+70
+41
+e8
+91
+20
+60
+00
+00
+6f
+f0
+89
+a2
+2f
+ef
+fe
+06
+79
+20
+fe
+07
+67
+e0
+c1
+e9
+6f
+f0
+89
+a3
+1f
+e1
+04
+0f
+18
+43
+84
+00
+1f
+f1
+fe
+00
+98
+40
+84
+00
+18
+4f
+a2
+03
+6f
+e0
+c1
+e9
+20
+40
+00
+9a
+1f
+e6
+7e
+00
+9a
+20
+fe
+00
+1f
+e0
+ff
+f7
+1f
+e1
+7f
+ff
+2f
+ef
+fe
+08
+24
+20
+80
+98
+58
+00
+00
+00
+67
+e0
+80
+19
+20
+60
+00
+00
+2f
+ef
+fe
+07
+24
+60
+80
+00
+20
+20
+42
+d4
+6f
+e0
+c1
+e8
+c0
+48
+80
+a0
+20
+20
+12
+1e
+70
+8a
+39
+5b
+70
+8a
+3a
+01
+20
+20
+12
+2a
+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
+20
+40
+00
+a8
+70
+48
+f6
+00
+20
+40
+61
+25
+67
+e1
+48
+e9
+6f
+e0
+c4
+a0
+c0
+81
+00
+cf
+68
+49
+48
+e9
+18
+4f
+fe
+08
+1f
+e6
+fc
+0a
+20
+40
+7d
+ec
+98
+40
+fe
+00
+67
+e1
+48
+e9
+da
+20
+48
+e3
+20
+40
+3e
+d8
+6f
+e0
+c4
+a4
+c2
+81
+3f
+1a
+c2
+80
+80
+d6
+c3
+00
+00
+d9
+20
+20
+3e
+cc
+6f
+e0
+cc
+40
+c3
+00
+3f
+1c
+20
+20
+02
+3f
+6f
+e0
+cc
+40
+c3
+00
+3e
+d0
+d8
+e0
+00
+04
+20
+40
+46
+f4
+70
+4c
+4f
+0c
+6f
+e0
+c8
+fa
+20
+7a
+00
+00
+70
+48
+fa
+00
+20
+20
+01
+08
+78
+54
+7c
+00
+6f
+e0
+cc
+44
+1f
+e6
+7c
+04
+24
+62
+80
+00
+20
+20
+7e
+54
+6f
+e0
+cc
+40
+c3
+00
+49
+56
+c4
+01
+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
+cc
+47
+24
+7a
+00
+00
+6f
+e4
+4b
+ab
+c4
+02
+00
+00
+20
+40
+00
+e2
+20
+74
+00
+00
+6f
+e0
+cc
+54
+20
+3a
+01
+11
+68
+48
+cc
+4f
+18
+40
+84
+01
+60
+48
+cc
+4f
+6f
+e0
+cc
+4d
+98
+46
+7c
+00
+24
+41
+01
+06
+6f
+e0
+cc
+4e
+98
+46
+7c
+00
+24
+21
+01
+08
+6f
+e0
+cc
+45
+c0
+00
+84
+15
+c0
+01
+84
+15
+68
+48
+cc
+58
+20
+20
+04
+21
+70
+4c
+4f
+01
+20
+40
+01
+0d
+6f
+e0
+cc
+45
+c0
+00
+84
+27
+c0
+01
+84
+27
+68
+48
+cc
+58
+20
+20
+04
+3e
+6f
+e0
+cc
+54
+1f
+e0
+ff
+ff
+67
+e0
+cc
+54
+20
+60
+00
+00
+6f
+e0
+cc
+40
+c2
+82
+01
+08
+20
+40
+03
+b7
+20
+20
+00
+f8
+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
+6f
+e0
+c1
+ea
+67
+e0
+89
+64
+20
+40
+11
+50
+70
+8a
+0a
+00
+6f
+e0
+89
+64
+67
+e0
+c1
+ea
+20
+60
+00
+00
+70
+00
+80
+00
+20
+20
+13
+b7
+79
+3f
+80
+34
+20
+40
+6d
+f3
+20
+40
+01
+6d
+20
+40
+41
+a7
+20
+75
+80
+00
+20
+40
+03
+41
+20
+40
+3d
+8a
+20
+40
+47
+28
+20
+40
+01
+95
+20
+40
+05
+4c
+20
+20
+3b
+c9
+6f
+e4
+4b
+ab
+c4
+1e
+80
+00
+6f
+e0
+cc
+3b
+c2
+83
+81
+3c
+70
+4c
+3a
+00
+20
+60
+00
+00
+70
+4c
+3a
+01
+20
+60
+00
+00
+6f
+e4
+4c
+1f
+20
+7a
+00
+00
+6f
+e0
+cc
+1e
+1f
+e2
+22
+00
+1f
+e6
+7c
+0b
+24
+21
+01
+54
+20
+40
+01
+4d
+d8
+a0
+4a
+db
+20
+40
+01
+4a
+d8
+a0
+44
+0a
+20
+40
+01
+4a
+d8
+a0
+42
+f8
+d8
+c0
+4c
+1f
+1a
+22
+72
+00
+20
+20
+7d
+5f
+d8
+a0
+4a
+db
+20
+40
+01
+52
+d8
+a0
+44
+0a
+20
+40
+01
+52
+d8
+a0
+42
+f8
+df
+20
+00
+0b
+20
+20
+7d
+26
+20
+40
+01
+6a
+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
+03
+ab
+20
+40
+01
+3e
+20
+40
+3d
+13
+20
+40
+03
+ae
+20
+40
+01
+36
+20
+40
+01
+8f
+20
+40
+1b
+16
+20
+40
+1b
+3f
+20
+40
+1b
+32
+20
+40
+1b
+1e
+6f
+e4
+4b
+ab
+c2
+89
+81
+7f
+c2
+89
+45
+f6
+20
+60
+00
+00
+20
+40
+5d
+a5
+6f
+e4
+4b
+ab
+2f
+ef
+fe
+09
+24
+40
+dd
+bf
+20
+40
+46
+3b
+6f
+e1
+49
+90
+d8
+40
+aa
+55
+98
+46
+7c
+00
+20
+22
+c5
+e2
+60
+49
+49
+90
+20
+40
+45
+e7
+6f
+e0
+ca
+b4
+67
+e0
+c9
+38
+6f
+e0
+c9
+26
+67
+e0
+c9
+92
+20
+60
+00
+00
+6f
+e0
+c1
+e8
+67
+e0
+cc
+90
+20
+60
+00
+00
+6f
+e0
+cc
+90
+67
+e0
+c1
+e8
+20
+60
+00
+00
+58
+00
+01
+9a
+67
+e1
+48
+9b
+58
+00
+01
+b9
+67
+e1
+48
+9d
+20
+20
+3b
+d3
+c6
+93
+00
+00
+20
+40
+3f
+70
+24
+74
+00
+00
+6f
+e0
+cc
+c5
+70
+4c
+c5
+00
+24
+5a
+01
+b7
+6f
+e4
+4b
+ab
+c3
+0a
+81
+a4
+6f
+e0
+cb
+8b
+24
+3a
+48
+84
+20
+40
+42
+cb
+6f
+e0
+c8
+36
+c2
+80
+81
+b3
+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
+20
+40
+7f
+dc
+20
+20
+15
+b1
+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
+cf
+20
+40
+25
+9a
+20
+40
+26
+5b
+24
+2c
+01
+e5
+24
+37
+81
+e5
+20
+40
+01
+dc
+20
+40
+25
+97
+6f
+e0
+cb
+a3
+1f
+e0
+fe
+01
+67
+e0
+cb
+a3
+c1
+88
+00
+00
+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
+05
+4c
+6f
+e0
+c8
+a7
+20
+3a
+48
+8c
+70
+4b
+a3
+00
+6f
+e0
+cb
+a4
+c4
+00
+00
+00
+79
+3f
+fe
+00
+67
+e0
+cb
+a4
+20
+40
+45
+44
+20
+20
+03
+58
+20
+40
+22
+cb
+20
+20
+01
+c5
+20
+40
+26
+31
+24
+34
+02
+80
+20
+40
+01
+f7
+20
+40
+26
+ee
+20
+40
+00
+7b
+6f
+e0
+cb
+e1
+24
+3a
+01
+f2
+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
+02
+02
+24
+37
+82
+02
+20
+40
+26
+72
+20
+40
+02
+33
+20
+20
+26
+51
+6f
+e0
+ca
+c5
+24
+7a
+00
+00
+20
+40
+02
+21
+20
+40
+02
+15
+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
+02
+10
+20
+20
+01
+f8
+6f
+e0
+c8
+a4
+1f
+e6
+7c
+00
+20
+61
+00
+00
+df
+20
+00
+28
+20
+20
+7d
+13
+d8
+e0
+00
+0c
+20
+40
+7d
+74
+24
+7a
+00
+00
+20
+40
+02
+1d
+20
+40
+40
+7c
+d8
+e0
+00
+0c
+58
+00
+00
+a0
+20
+20
+7d
+66
+6f
+e4
+4b
+ab
+c4
+14
+00
+00
+20
+20
+05
+a0
+70
+4b
+94
+03
+6f
+e0
+c9
+1b
+c1
+7f
+80
+00
+6f
+e0
+c9
+bf
+24
+7a
+00
+00
+da
+20
+00
+00
+70
+4b
+96
+06
+68
+48
+c9
+1b
+20
+40
+46
+6a
+67
+e0
+cb
+94
+6f
+e0
+c9
+10
+c0
+7f
+82
+30
+20
+40
+41
+68
+1a
+22
+7e
+00
+c2
+83
+46
+8d
+20
+20
+46
+80
+68
+48
+c9
+1b
+20
+40
+3f
+56
+20
+20
+02
+2d
+6f
+e0
+cb
+e1
+24
+5a
+02
+37
+70
+4b
+e1
+00
+20
+60
+00
+00
+20
+40
+03
+58
+20
+40
+03
+a7
+6f
+e4
+4b
+ab
+c4
+1e
+00
+00
+68
+48
+c9
+13
+20
+40
+3f
+56
+68
+48
+c9
+14
+20
+20
+3f
+56
+58
+00
+00
+06
+20
+40
+5b
+0d
+c2
+81
+be
+23
+20
+40
+05
+47
+20
+40
+05
+4c
+20
+20
+3e
+23
+20
+40
+42
+e9
+20
+40
+7f
+dc
+20
+40
+04
+4e
+20
+40
+40
+15
+68
+48
+c9
+10
+20
+40
+60
+69
+68
+48
+c9
+10
+20
+40
+60
+42
+6f
+e0
+c9
+20
+20
+40
+05
+87
+d8
+40
+00
+03
+20
+40
+3f
+56
+20
+40
+02
+78
+20
+40
+60
+82
+20
+40
+04
+34
+d8
+40
+00
+13
+20
+40
+3f
+56
+20
+40
+02
+5a
+20
+40
+03
+ab
+20
+40
+02
+5e
+20
+20
+02
+6e
+6f
+e0
+c9
+1e
+c1
+7f
+80
+00
+68
+48
+c9
+1e
+20
+20
+60
+7f
+6f
+e0
+cc
+40
+c2
+80
+02
+62
+6f
+e4
+4b
+ab
+c4
+0a
+00
+00
+20
+40
+02
+66
+6f
+e0
+c8
+fc
+d8
+40
+00
+c0
+20
+20
+60
+93
+68
+48
+c4
+a1
+18
+46
+7c
+03
+20
+21
+02
+6c
+18
+40
+84
+05
+60
+48
+c8
+fc
+20
+60
+00
+00
+18
+40
+84
+04
+20
+20
+02
+6a
+6f
+e4
+4b
+ab
+c4
+1e
+00
+00
+68
+48
+c9
+13
+20
+40
+60
+42
+68
+48
+c9
+14
+20
+40
+60
+42
+68
+48
+c9
+13
+20
+40
+3f
+54
+68
+48
+c9
+14
+20
+20
+3f
+54
+68
+48
+c9
+13
+20
+40
+60
+50
+68
+48
+c9
+14
+20
+40
+60
+50
+20
+40
+3f
+88
+6f
+e0
+c9
+1f
+20
+40
+05
+87
+20
+20
+3e
+44
+6f
+e0
+c8
+a7
+20
+5a
+02
+8d
+6f
+e0
+c8
+bd
+c1
+00
+80
+00
+20
+40
+26
+9f
+20
+40
+05
+0e
+24
+74
+00
+00
+20
+40
+26
+c4
+70
+4c
+c5
+01
+6f
+e0
+cb
+e1
+24
+5a
+02
+45
+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
+e9
+1a
+62
+7e
+00
+c0
+00
+82
+b1
+c0
+1e
+02
+cc
+c0
+1c
+82
+c7
+c0
+1d
+02
+dd
+c0
+19
+02
+b9
+c0
+0a
+82
+b3
+c0
+0a
+02
+ae
+c0
+20
+02
+c0
+c0
+09
+02
+ab
+c0
+03
+02
+a7
+20
+20
+43
+36
+20
+40
+42
+ca
+20
+40
+03
+c7
+20
+40
+03
+a7
+20
+20
+32
+44
+70
+44
+54
+01
+20
+40
+32
+23
+20
+20
+44
+27
+20
+40
+03
+a7
+20
+40
+03
+c7
+20
+20
+43
+50
+70
+4a
+ae
+00
+20
+20
+43
+fc
+58
+00
+00
+00
+67
+e1
+4a
+f2
+67
+e0
+cc
+7a
+67
+e0
+cc
+7b
+67
+e0
+ca
+c6
+20
+20
+43
+66
+6f
+e0
+ca
+c7
+c0
+00
+82
+bd
+70
+4b
+76
+14
+20
+20
+43
+73
+20
+40
+43
+6c
+70
+4b
+76
+0a
+20
+20
+43
+73
+6f
+e0
+cc
+7a
+24
+7a
+00
+00
+70
+4c
+7a
+01
+70
+4c
+7b
+1e
+20
+60
+00
+00
+20
+40
+00
+80
+20
+20
+01
+92
+20
+40
+02
+c5
+20
+40
+45
+44
+20
+40
+03
+a7
+20
+40
+03
+c7
+20
+20
+48
+57
+20
+40
+03
+a7
+6f
+e2
+48
+3c
+67
+e2
+48
+91
+67
+e2
+49
+93
+20
+40
+25
+7e
+20
+40
+03
+c7
+20
+40
+45
+44
+20
+40
+42
+ca
+70
+4a
+ae
+00
+70
+48
+a1
+00
+70
+48
+8b
+00
+6f
+e2
+48
+91
+68
+4a
+48
+8d
+98
+46
+7c
+00
+20
+62
+80
+00
+20
+40
+02
+c5
+20
+20
+48
+22
+20
+40
+02
+c5
+6f
+e0
+c8
+a5
+24
+3a
+02
+ee
+6f
+e0
+c8
+8b
+c0
+01
+02
+e3
+20
+20
+48
+37
+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
+82
+ec
+20
+20
+48
+06
+70
+48
+8b
+00
+20
+20
+48
+27
+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
+05
+4c
+20
+20
+02
+85
+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
+03
+07
+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
+03
+20
+24
+37
+83
+20
+20
+40
+26
+72
+6f
+e2
+48
+77
+68
+4a
+48
+3c
+98
+46
+7c
+00
+20
+22
+a3
+2e
+6f
+e2
+48
+a9
+68
+4a
+48
+3c
+98
+46
+7c
+00
+20
+42
+83
+1c
+6f
+e0
+c8
+a1
+79
+3f
+fe
+02
+67
+e0
+c8
+a1
+58
+00
+00
+00
+67
+e1
+48
+83
+67
+e1
+48
+89
+67
+e1
+48
+87
+20
+20
+25
+95
+6f
+e2
+48
+0c
+20
+7a
+00
+00
+67
+e2
+48
+91
+20
+20
+25
+7e
+6f
+e0
+c8
+8c
+20
+3a
+22
+cb
+6f
+e1
+48
+89
+1f
+e0
+fe
+01
+67
+e1
+48
+89
+2f
+ef
+fe
+09
+6f
+e0
+c8
+8b
+c0
+02
+03
+29
+20
+20
+25
+a8
+20
+20
+a5
+75
+20
+20
+23
+39
+c5
+13
+a4
+0e
+c6
+93
+00
+00
+6f
+e0
+c8
+a1
+20
+20
+26
+1d
+6f
+e4
+4b
+ab
+c2
+97
+c8
+0a
+6f
+e0
+c9
+38
+c0
+00
+03
+34
+20
+20
+3d
+57
+6f
+e4
+4b
+ab
+c3
+08
+c8
+03
+20
+40
+03
+cf
+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
+03
+6f
+6f
+e0
+c9
+27
+c0
+06
+03
+44
+20
+20
+40
+98
+6f
+e0
+c9
+92
+c0
+00
+03
+48
+c0
+00
+83
+4a
+c0
+01
+03
+4c
+6f
+e0
+cc
+91
+20
+20
+03
+4d
+6f
+e0
+cc
+93
+20
+20
+03
+4d
+6f
+e0
+cc
+94
+1f
+e2
+22
+00
+58
+00
+c3
+09
+20
+40
+5b
+0c
+1a
+22
+7e
+00
+1f
+ed
+7e
+00
+1f
+e0
+fe
+23
+20
+40
+5b
+0c
+58
+00
+00
+09
+20
+20
+5b
+0c
+20
+40
+3f
+65
+20
+75
+80
+00
+20
+40
+42
+36
+20
+40
+41
+b5
+c0
+18
+03
+60
+c0
+18
+c2
+17
+c0
+2c
+42
+20
+20
+40
+41
+b2
+20
+00
+1a
+f4
+20
+20
+03
+59
+6f
+e0
+c9
+c2
+c0
+68
+83
+69
+c0
+2d
+03
+64
+20
+20
+41
+be
+70
+49
+27
+05
+20
+40
+42
+32
+20
+40
+7d
+12
+da
+60
+4c
+a7
+20
+20
+05
+42
+58
+00
+00
+49
+20
+40
+5b
+0d
+c0
+50
+83
+6d
+20
+20
+41
+da
+70
+49
+27
+0c
+20
+60
+00
+00
+6f
+e0
+cc
+40
+c2
+80
+03
+73
+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
+cc
+40
+c2
+80
+03
+81
+6f
+e0
+cb
+a7
+24
+7a
+00
+00
+6f
+e0
+cb
+c1
+20
+3a
+04
+55
+67
+e0
+cb
+a8
+20
+60
+00
+00
+6f
+e0
+cc
+47
+24
+7a
+00
+00
+20
+20
+03
+7d
+20
+40
+3e
+9b
+20
+40
+00
+e7
+20
+40
+23
+2b
+20
+40
+25
+56
+20
+40
+47
+cd
+20
+40
+48
+be
+20
+40
+04
+52
+20
+40
+03
+ee
+20
+40
+03
+a2
+20
+40
+04
+44
+20
+40
+40
+7c
+20
+40
+44
+cc
+20
+40
+04
+7e
+20
+40
+44
+ff
+20
+40
+03
+9e
+20
+40
+45
+12
+20
+40
+04
+97
+20
+40
+45
+15
+20
+40
+04
+9a
+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
+20
+04
+9d
+da
+60
+4b
+77
+da
+40
+45
+0a
+20
+40
+31
+8a
+20
+20
+45
+07
+6f
+e0
+cc
+c7
+c1
+00
+00
+00
+da
+60
+4c
+c8
+da
+40
+03
+ab
+20
+20
+31
+8a
+70
+4c
+c8
+c8
+70
+4c
+c7
+01
+68
+48
+cc
+c6
+20
+20
+60
+69
+70
+4c
+c7
+00
+68
+48
+cc
+c6
+20
+20
+60
+65
+70
+4c
+41
+00
+6f
+e0
+cc
+40
+c4
+00
+00
+00
+20
+40
+04
+34
+70
+4c
+44
+00
+6f
+e0
+cc
+4d
+1f
+e3
+7e
+00
+67
+e0
+cc
+4e
+20
+60
+00
+00
+6f
+e0
+cc
+53
+67
+e0
+cc
+54
+20
+60
+00
+00
+6f
+e0
+cc
+44
+c0
+00
+83
+c1
+c0
+01
+03
+c3
+c0
+01
+83
+c5
+6f
+e0
+cc
+4b
+67
+e0
+cc
+4c
+20
+60
+00
+00
+6f
+e0
+cc
+48
+20
+20
+03
+bf
+6f
+e0
+cc
+49
+20
+20
+03
+bf
+6f
+e0
+cc
+4a
+20
+20
+03
+bf
+6f
+e0
+cc
+40
+c4
+00
+00
+00
+6f
+e0
+cc
+46
+67
+e0
+cc
+47
+70
+4c
+42
+00
+70
+4c
+43
+00
+70
+4c
+41
+01
+20
+60
+00
+00
+6f
+e0
+cc
+40
+c4
+00
+00
+00
+70
+4c
+44
+01
+20
+40
+03
+c1
+20
+40
+03
+eb
+6f
+e0
+cc
+40
+c4
+01
+00
+00
+6f
+e0
+cc
+50
+20
+20
+03
+e2
+6f
+e0
+cc
+40
+c4
+00
+00
+00
+6f
+e0
+cc
+40
+c4
+00
+80
+00
+20
+40
+03
+eb
+70
+4c
+44
+03
+20
+40
+03
+c5
+6f
+e0
+cc
+40
+c4
+01
+00
+00
+6f
+e0
+cc
+51
+67
+e0
+cc
+52
+20
+60
+00
+00
+6f
+e0
+cc
+40
+c4
+00
+00
+00
+6f
+e0
+cc
+40
+79
+3f
+fe
+02
+67
+e0
+cc
+40
+70
+4c
+44
+02
+20
+40
+03
+c3
+70
+4c
+41
+01
+70
+4c
+42
+01
+20
+20
+04
+14
+6f
+e0
+cc
+41
+20
+7a
+00
+00
+6f
+e0
+cc
+42
+c0
+00
+83
+fa
+6f
+e0
+cc
+47
+20
+3a
+03
+f7
+1f
+e0
+ff
+ff
+67
+e0
+cc
+47
+20
+20
+04
+15
+20
+40
+03
+b7
+70
+4c
+41
+00
+20
+20
+04
+27
+6f
+e0
+cc
+44
+20
+7a
+00
+00
+c0
+02
+04
+01
+20
+20
+03
+fe
+6f
+e0
+cc
+40
+c2
+81
+04
+01
+20
+20
+04
+03
+6f
+e0
+cc
+52
+20
+3a
+04
+22
+da
+60
+4c
+4c
+da
+40
+04
+06
+20
+20
+31
+8a
+6f
+e0
+cc
+44
+c0
+02
+04
+0e
+6f
+e0
+cc
+40
+c2
+81
+04
+0e
+20
+40
+03
+ba
+6f
+e0
+cc
+43
+c0
+00
+84
+24
+20
+20
+04
+12
+6f
+e0
+cc
+52
+1f
+e0
+ff
+ff
+67
+e0
+cc
+52
+20
+20
+04
+0a
+6f
+e0
+cc
+44
+c0
+02
+04
+3f
+70
+4c
+43
+01
+6f
+e0
+c9
+38
+c0
+00
+04
+1a
+c0
+00
+84
+1c
+c0
+01
+04
+1e
+20
+60
+00
+00
+68
+48
+cc
+55
+20
+20
+04
+21
+68
+48
+cc
+56
+20
+20
+04
+21
+68
+48
+cc
+57
+20
+20
+04
+21
+68
+48
+cc
+59
+20
+20
+60
+69
+70
+4c
+41
+00
+70
+4c
+44
+00
+6f
+e0
+cc
+44
+c0
+02
+04
+39
+70
+4c
+43
+00
+6f
+e0
+c9
+38
+c0
+00
+04
+2c
+c0
+00
+84
+2e
+c0
+01
+04
+30
+20
+60
+00
+00
+68
+48
+cc
+55
+20
+20
+04
+31
+68
+48
+cc
+56
+20
+20
+04
+31
+68
+48
+cc
+57
+18
+46
+7c
+ff
+20
+62
+80
+00
+20
+20
+60
+7f
+20
+40
+04
+2c
+20
+40
+04
+2e
+20
+40
+04
+30
+20
+40
+01
+08
+20
+20
+04
+39
+70
+4c
+43
+00
+6f
+e0
+cc
+45
+c0
+01
+04
+26
+c0
+01
+84
+26
+68
+48
+cc
+59
+20
+20
+60
+65
+70
+4c
+43
+01
+6f
+e0
+cc
+45
+c0
+01
+04
+14
+c0
+01
+84
+14
+20
+20
+04
+20
+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
+04
+50
+68
+48
+cb
+ed
+20
+20
+60
+65
+68
+48
+cb
+ed
+20
+20
+60
+69
+da
+60
+4b
+a8
+da
+40
+04
+55
+20
+20
+31
+8a
+6f
+e0
+cc
+40
+c2
+80
+04
+6c
+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
+04
+66
+24
+41
+04
+6a
+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
+27
+c0
+01
+84
+7b
+c0
+05
+84
+7b
+68
+48
+c9
+92
+18
+40
+84
+02
+18
+46
+7c
+03
+20
+41
+04
+66
+24
+41
+04
+6a
+18
+42
+7e
+00
+9f
+e0
+fe
+00
+67
+e0
+cc
+52
+70
+4c
+44
+04
+20
+40
+03
+be
+70
+4c
+42
+01
+20
+20
+03
+cc
+68
+48
+c9
+92
+18
+40
+84
+01
+20
+20
+04
+71
+6f
+e0
+c9
+38
+c0
+00
+04
+84
+6f
+e4
+4b
+ab
+c4
+1a
+80
+00
+68
+48
+cb
+ca
+20
+20
+04
+87
+6f
+e4
+4b
+ab
+c4
+19
+00
+00
+68
+48
+cb
+cb
+60
+48
+cb
+9d
+20
+40
+05
+55
+1f
+e1
+7e
+07
+68
+48
+cb
+9d
+98
+46
+7c
+00
+20
+22
+84
+8e
+20
+20
+44
+eb
+20
+40
+04
+93
+6f
+e0
+cb
+9f
+c1
+00
+80
+00
+70
+4b
+9f
+01
+20
+60
+00
+00
+da
+40
+04
+95
+20
+20
+44
+f7
+20
+40
+03
+cf
+20
+20
+02
+ec
+6f
+e4
+4b
+ab
+c3
+9d
+80
+00
+20
+20
+45
+1f
+da
+60
+4c
+7b
+da
+40
+43
+6c
+20
+20
+31
+8a
+da
+60
+4a
+b2
+da
+40
+04
+a0
+20
+20
+31
+91
+6f
+e0
+c9
+38
+c0
+00
+02
+ee
+20
+20
+43
+1b
+20
+40
+03
+e4
+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
+58
+00
+00
+00
+67
+e1
+4a
+c2
+20
+20
+45
+77
+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
+84
+bc
+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
+78
+54
+7c
+00
+20
+40
+59
+e6
+6f
+e0
+80
+49
+20
+7a
+00
+00
+c2
+83
+d7
+30
+c0
+03
+84
+cf
+20
+20
+57
+01
+20
+40
+58
+5d
+70
+00
+73
+78
+20
+60
+00
+00
+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
+20
+40
+0e
+80
+20
+20
+16
+61
+20
+40
+16
+be
+20
+40
+16
+cc
+20
+40
+4c
+b5
+79
+20
+2a
+00
+78
+2e
+fc
+00
+78
+30
+7c
+00
+78
+50
+fc
+00
+20
+40
+17
+44
+20
+00
+00
+0a
+20
+20
+18
+41
+ef
+e1
+00
+06
+c0
+02
+04
+eb
+20
+20
+19
+e4
+ef
+e1
+80
+06
+67
+e1
+c4
+36
+c0
+05
+04
+f0
+c0
+09
+04
+ff
+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
+84
+fa
+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
+84
+f6
+24
+34
+04
+f6
+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
+20
+20
+1e
+10
+78
+34
+7c
+00
+20
+40
+14
+65
+6f
+e1
+c1
+74
+20
+3a
+7e
+56
+6f
+e0
+c0
+99
+20
+3a
+7e
+56
+6f
+e0
+cb
+e1
+24
+7a
+00
+00
+6f
+e0
+c8
+bd
+c0
+00
+fe
+56
+20
+60
+00
+00
+78
+54
+7c
+00
+58
+00
+00
+00
+67
+e3
+48
+d1
+20
+40
+05
+29
+58
+00
+00
+89
+20
+40
+5b
+0c
+20
+40
+03
+41
+20
+40
+3f
+7e
+20
+40
+3f
+83
+20
+40
+05
+53
+6f
+e0
+c8
+d0
+1f
+e1
+7e
+1f
+67
+e0
+c8
+d0
+24
+34
+05
+38
+20
+40
+05
+3a
+20
+20
+45
+44
+6f
+e0
+c4
+ac
+c1
+80
+00
+00
+6f
+e0
+c9
+27
+c0
+05
+85
+2e
+20
+20
+42
+43
+20
+40
+42
+c4
+6f
+e0
+c9
+11
+c0
+7f
+c2
+94
+68
+48
+c9
+11
+20
+40
+60
+59
+24
+60
+80
+00
+58
+00
+00
+00
+20
+40
+5b
+0d
+c0
+ac
+41
+b2
+20
+20
+42
+79
+20
+40
+47
+28
+20
+60
+00
+00
+6f
+e0
+c9
+27
+c1
+01
+80
+00
+20
+20
+47
+1a
+20
+40
+3f
+65
+6f
+e0
+c9
+27
+c0
+05
+85
+44
+20
+40
+42
+32
+da
+60
+4a
+a3
+20
+40
+42
+2b
+20
+20
+03
+41
+20
+40
+05
+4a
+da
+60
+4b
+e3
+20
+20
+05
+42
+6f
+e0
+c9
+27
+c0
+05
+85
+4a
+20
+20
+42
+32
+58
+00
+97
+06
+20
+20
+42
+33
+20
+40
+41
+a7
+20
+40
+3f
+65
+6f
+e0
+c9
+27
+c0
+05
+85
+51
+20
+20
+42
+3e
+58
+00
+1f
+06
+20
+20
+5b
+0c
+20
+40
+05
+55
+20
+20
+40
+dd
+6f
+e0
+cb
+e1
+24
+5a
+41
+21
+da
+20
+00
+00
+20
+40
+05
+5e
+20
+40
+05
+63
+20
+40
+05
+68
+20
+40
+05
+6d
+20
+40
+05
+7a
+20
+20
+41
+1e
+6f
+e0
+c9
+18
+20
+40
+05
+87
+20
+40
+41
+24
+68
+48
+c9
+18
+20
+20
+3f
+56
+6f
+e0
+c9
+19
+20
+40
+05
+87
+20
+40
+41
+2a
+68
+48
+c9
+19
+20
+20
+3f
+56
+6f
+e0
+c9
+1a
+20
+40
+05
+87
+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
+85
+76
+20
+20
+41
+3e
+6f
+e0
+c9
+0d
+20
+40
+05
+8a
+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
+85
+83
+20
+20
+41
+57
+6f
+e0
+c9
+0e
+20
+40
+05
+8a
+68
+48
+c9
+0e
+20
+20
+41
+64
+c1
+7f
+80
+00
+d8
+40
+00
+3f
+20
+20
+60
+93
+c1
+7f
+80
+00
+d8
+40
+00
+3e
+20
+20
+60
+93
+20
+40
+05
+93
+20
+40
+79
+36
+20
+40
+05
+a0
+20
+40
+05
+b2
+20
+40
+05
+97
+20
+20
+46
+50
+6f
+e0
+cc
+40
+c3
+01
+c9
+90
+6f
+e4
+4b
+ab
+20
+20
+49
+92
+6f
+e4
+4b
+ab
+c2
+94
+85
+9b
+c2
+9b
+85
+9b
+20
+60
+00
+00
+6f
+e1
+47
+8c
+c2
+83
+02
+20
+6f
+e0
+c9
+bf
+24
+7a
+00
+00
+20
+20
+46
+5a
+6f
+e0
+c9
+0f
+c1
+7f
+80
+00
+da
+20
+00
+00
+70
+4b
+96
+05
+68
+48
+c9
+0f
+20
+40
+05
+a7
+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
+85
+ae
+20
+20
+40
+3f
+6f
+e0
+c9
+0f
+20
+40
+05
+8a
+68
+48
+c9
+0f
+20
+20
+41
+95
+6f
+e4
+4b
+ab
+c4
+1e
+80
+00
+6f
+e0
+cc
+3a
+24
+3a
+05
+bb
+6f
+e0
+cc
+3b
+20
+40
+05
+87
+20
+40
+05
+c6
+68
+48
+cc
+3b
+20
+20
+3f
+56
+6f
+e0
+cc
+3b
+79
+3f
+fe
+07
+67
+e0
+cc
+3b
+20
+40
+05
+8a
+70
+4c
+3f
+00
+68
+48
+cc
+3b
+6f
+e0
+cc
+3c
+20
+40
+05
+df
+20
+40
+05
+ca
+68
+48
+cc
+3b
+20
+20
+3f
+56
+70
+4c
+3f
+00
+68
+48
+cc
+3b
+6f
+e0
+cc
+3c
+20
+40
+05
+d5
+67
+e0
+cc
+3c
+6f
+e0
+cc
+3e
+20
+3a
+05
+d1
+6f
+e0
+cc
+3d
+c1
+00
+80
+00
+70
+4c
+3d
+01
+20
+20
+40
+69
+6f
+e0
+cc
+3d
+c1
+00
+00
+00
+70
+4c
+3d
+00
+20
+60
+00
+00
+1f
+e3
+fe
+00
+1f
+e2
+24
+00
+20
+40
+60
+59
+79
+20
+a4
+00
+1a
+41
+7e
+07
+68
+48
+cc
+3f
+18
+42
+0e
+00
+c0
+03
+85
+ea
+c0
+00
+05
+ec
+20
+60
+00
+00
+1f
+e3
+fe
+00
+1f
+e2
+24
+00
+20
+40
+3f
+54
+20
+40
+60
+59
+79
+20
+a4
+00
+1a
+41
+7e
+07
+68
+48
+cc
+3f
+18
+42
+0e
+00
+c0
+03
+85
+ea
+c0
+00
+05
+ec
+20
+60
+00
+00
+70
+4c
+3e
+01
+20
+60
+00
+00
+70
+4c
+3e
+00
+20
+60
+00
+00
+20
+40
+40
+72
+20
+74
+00
+00
+6f
+e0
+c9
+92
+1f
+e2
+04
+00
+6f
+e4
+4b
+ab
+c2
+9e
+85
+fa
+18
+42
+7e
+00
+1f
+e0
+fe
+01
+1f
+e1
+7e
+03
+67
+e0
+c9
+92
+20
+40
+03
+3f
+20
+20
+46
+43
+6f
+e0
+cc
+3e
+24
+3a
+06
+17
+6f
+e4
+4b
+ab
+c2
+8e
+06
+0b
+18
+42
+7e
+00
+c1
+00
+80
+00
+c0
+00
+06
+07
+c0
+01
+06
+05
+20
+60
+00
+00
+58
+00
+00
+02
+20
+20
+05
+f7
+58
+00
+00
+00
+20
+20
+05
+f7
+58
+00
+00
+01
+20
+20
+05
+f7
+58
+00
+00
+03
+20
+20
+05
+f7
+18
+42
+7e
+00
+c1
+00
+80
+00
+c0
+00
+06
+07
+c0
+01
+06
+09
+c0
+01
+86
+05
+20
+60
+00
+00
+18
+42
+7e
+00
+c1
+01
+00
+00
+c0
+00
+06
+09
+c0
+00
+86
+05
+c0
+01
+86
+03
+20
+60
+00
+00
+6f
+e4
+4b
+ab
+c2
+8e
+06
+11
+18
+42
+7e
+00
+c1
+01
+00
+00
+c0
+00
+06
+03
+c0
+00
+86
+05
+20
+60
+00
+00
+6f
+e1
+47
+8c
+c3
+85
+80
+00
+c3
+83
+80
+00
+c3
+83
+00
+00
+6a
+21
+48
+99
+20
+40
+25
+cb
+60
+48
+c8
+c7
+20
+20
+26
+f6
+e5
+8f
+aa
+55
+40
+00
+00
+40
+09
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+1c
+1c
+00
+80
+00
+40
+00
+00
+98
+d6
+5b
+ce
+06
+01
+00
+00
+00
+00
+00
+04
+01
+00
+18
+00
+00
+00
+00
+00
+00
+00
+00
+00
+80
+00
+00
+00
+0a
+00
+20
+00
+01
+00
+00
+20
+04
+36
+00
+00
+aa
+55
+01
+00
+9a
+40
+08
+aa
+55
+03
+00
+7a
+41
+88
+16
+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
+05
+00
+ea
+41
+ff
+04
+00
+00
+08
+aa
+55
+08
+00
+ab
+4b
+04
+09
+4a
+00
+00
+02
+81
+1b
+aa
+55
+01
+00
+40
+4c
+03
+aa
+55
+0c
+00
+fe
+48
+b0
+04
+58
+02
+64
+64
+94
+85
+90
+63
+75
+80
+aa
+55
+03
+00
+0d
+49
+ff
+ff
+0b
+aa
+55
+01
+00
+3b
+4c
+ff
+aa
+55
+14
+00
+10
+49
+ff
+ff
+ff
+04
+05
+ff
+ff
+ff
+0b
+0d
+0c
+0c
+ff
+ff
+ff
+07
+06
+ff
+ff
+ff
+aa
+55
+01
+00
+38
+4c
+ff
+aa
+55
+01
+00
+a5
+4c
+ff
+aa
+55
+03
+00
+24
+49
+02
+02
+00
+aa
+55
+03
+00
+ed
+4b
+08
+58
+02
+aa
+55
+01
+00
+c6
+4c
+03
+aa
+55
+01
+00
+c8
+4c
+c8
+aa
+55
+02
+00
+45
+4c
+00
+14
+aa
+55
+03
+00
+48
+4c
+05
+02
+05
+aa
+55
+01
+00
+4d
+4c
+14
+aa
+55
+01
+00
+4b
+4c
+02
+aa
+55
+02
+00
+50
+4c
+01
+05
+aa
+55
+01
+00
+53
+4c
+0a
+aa
+55
+05
+00
+55
+4c
+0a
+8a
+ff
+ff
+ff
+aa
+55
+01
+00
+58
+0b
+ff
+aa
+55
+12
+00
+cc
+4b
+00
+08
+00
+07
+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
+02
+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
+05
+90
+01
+e8
+03
+90
+01
+aa
+55
+02
+00
+ca
+4b
+07
+03
+aa
+55
+01
+00
+98
+4c
+ff
+aa
+55
+01
+00
+c0
+49
+01
+aa
+55
+01
+00
+fd
+48
+02
+aa
+55
+01
+00
+a1
+44
+05
+aa
+55
+06
+00
+e3
+48
+0f
+01
+a2
+00
+b4
+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
+a3
+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
+06
+00
+09
+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
+05
+00
+91
+4c
+8a
+8b
+83
+84
+88
+aa
+55
+74
+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
+aa
+55
+1e
+00
+a7
+4c
+09
+5a
+ff
+27
+ab
+40
+be
+d1
+a0
+41
+a1
+12
+a5
+84
+a7
+ff
+b5
+d0
+b6
+00
+ff
+00
+35
+c8
+25
+af
+09
+00
+ff
+ff
+aa
+55
+3e
+00
+53
+4a
+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
+03
+55
+aa
+aa
+55
+ab
+ab
+bf
+c5
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+2b
+be
Index: output/memmap.format
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/memmap.format	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/memmap.format	(working copy)
@@ -0,0 +1,2563 @@
+0x0000 mem_le_adv_transmit
+0x0001 mem_le_adv_waitcnt
+0x0002 mem_le_adv_rcv
+0x0003 mem_le_req_rcv
+0x0004 mem_le_scanrsp_rcv
+0x0005 mem_le_conn_rcv
+0x0006 mem_inquiryscan_waitcnt
+0x0007 mem_inquiryscan_rcvcnt
+0x0008 mem_pagescan_waitcnt
+0x0009 mem_pagescan_rcvcnt
+0x000a mem_pagescan_rcvfhscnt
+0x000b mem_slave_rcvcnt
+0x000c mem_page_transmit
+0x000d mem_page_rcv
+0x000e mem_page_rcv_fhs
+0x000f mem_master_rcvcnt
+0x0010 mem_fhs_wait_counter
+0x0011 mem_newconnto_counter
+0x0012 mem_inquiry_transmit
+0x0013 mem_inquiry_rcv
+0x0014 mem_fw_ver
+0x0015 mem_current_context
+0x0016 mem_le_ch_mapped
+0x0017 mem_last_freq
+0x0018 mem_rssi
+0x0019 mem_rssi_hex
+0x001a mem_rx_type
+0x001b mem_rx_hec_err
+0x001d mem_rx_crc_err
+0x001f mem_context_ptr
+0x0021 mem_display
+0x0029 mem_bcd
+0x0031 mem_state
+0x0032 mem_mode
+0x0033 mem_tsniff
+0x0035 mem_sniff_anchor
+0x0039 mem_clk_offset
+0x003f mem_rx_window
+0x0041 mem_plap
+0x0044 mem_puap
+0x0045 mem_pnap
+0x0047 mem_conn_handle
+0x0048 mem_arq
+0x0049 mem_lmp_to_send
+0x004a mem_lmi_opcode
+0x004b mem_lmo_reason
+0x004c mem_op
+0x004d mem_state_map
+0x004e mem_supervision_timer
+0x0052 mem_supervision_to
+0x0054 mem_name_offset
+0x0055 mem_key_size
+0x0056 mem_conn_sm
+0x0057 mem_aco
+0x0063 mem_kc
+0x0073 mem_conn_timer
+0x0074 mem_sniff_attempt
+0x0075 mem_sniff_timeout
+0x0076 mem_dsniff
+0x0078 mem_amaddr
+0x0079 mem_lmo_opcode1
+0x007a mem_lmi_opcode1
+0x007b mem_lmo_reason1
+0x007c mem_lmo_tid1
+0x007d mem_lmo_opcode2
+0x007e mem_lmi_opcode2
+0x007f mem_lmo_reason2
+0x0080 mem_lmo_tid2
+0x0081 mem_bt_context_reserve
+0x0089 mem_current_sniff_attempt
+0x008a mem_current_sniff_timeout
+0x008b mem_nfreq_index_inq
+0x008c mem_nfreq_index_page
+0x008d mem_ninqy_index
+0x008e mem_fhs_misc
+0x008f mem_subsniff_instant
+0x0093 mem_subsniff_rate
+0x0094 mem_subsniff_tcmax
+0x0096 mem_subsniff_tsniff
+0x0097 mem_lpm_adjust
+0x0098 mem_sync_clke
+0x009e mem_lpm_current_mult
+0x009f mem_gpio_wakeup_low
+0x00a3 mem_gpio_wakeup_high
+0x00a7 mem_npage_index
+0x00a8 mem_page_mode
+0x00a9 mem_page_clk
+0x00ad mem_temp_am_addr
+0x00ae mem_temp_arq
+0x00af mem_len
+0x00b1 mem_clkn_bt
+0x00b5 mem_clke_bt
+0x00b9 mem_dpll_clkn
+0x00bd mem_connection_options
+0x00be mem_nameres_cnt
+0x00bf mem_txptr
+0x00c1 mem_slot_offset
+0x00c3 extm_fhs_misc
+0x00c4 extm_newconn_am_addr
+0x00c5 extm_class
+0x00c8 extm_lap
+0x00cb extm_uap
+0x00cc extm_nap
+0x00cf mem_rxbuf
+0x00e4 mem_debug_config
+0x00e5 mem_lch_code
+0x00e6 mem_fhs_am_addr
+0x00e7 mem_select_list_item
+0x00e8 mem_temp_reconn_record
+0x00e8 mem_record_bt_mode
+0x00e9 mem_temp_lap
+0x00ef mem_list_item_ptr
+0x00f1 mem_eir
+0x0155 mem_param_tx_setup
+0x0157 mem_param_rf_setup
+0x0159 mem_param_conn_access
+0x015b mem_param_clke_cal
+0x015d mem_param_pll_setup
+0x015f mem_param_rx_setup
+0x0161 mem_param_dpll_start_delay
+0x0163 mem_param_rt_rthalfslot
+0x0165 mem_param_clke_cal_le_1m
+0x0167 mem_param_clke_cal_le_2m
+0x0169 mem_param_clke_cal_le_coded
+0x016b mem_le_rxbuf
+0x026f mem_le_mic
+0x0273 mem_le_peer_mic
+0x0277 mem_le_mrand
+0x0287 mem_le_state
+0x0288 mem_le_mode
+0x0289 mem_le_tsniff
+0x028b mem_le_anchor
+0x028f mem_le_clk_offset
+0x0295 mem_le_receive_window
+0x0297 mem_le_plap
+0x029d mem_le_conn_handle
+0x029e mem_le_arq
+0x029f mem_le_ch
+0x02a0 mem_le_hop
+0x02a1 mem_le_event_count
+0x02a3 mem_le_supervision_timer
+0x02a7 mem_le_instant
+0x02a9 mem_le_channels
+0x02aa mem_le_op
+0x02ab mem_le_access
+0x02af mem_le_crcinit
+0x02b2 mem_le_window_size
+0x02b3 mem_le_slave_latency
+0x02b5 mem_le_superto
+0x02b7 mem_le_channel_map
+0x02bc mem_le_rx_phy
+0x02bd mem_le_tx_phy
+0x02be mem_le_update_new_param
+0x02c7 mem_le_sk
+0x02d7 mem_le_peer_sca
+0x02d8 mem_le_err_code
+0x02d9 mem_le_ll_pairing_fail_reason
+0x02da mem_le_context_reserve
+0x02df mem_le_testtype
+0x02e0 mem_cmd_le_create_conn
+0x02e1 mem_ucode_status
+0x02e2 mem_spid_tbuf
+0x02e3 mem_iicd_tbuf
+0x02e3 mem_addr_hi
+0x02e4 mem_addr_mi
+0x02e5 mem_addr_lo
+0x02e6 mem_iicd_addr
+0x02e7 mem_spid_rbuf
+0x02eb mem_ucode_buf
+0x02ed mem_ucode_len
+0x02ef mem_sched_addr
+0x02f1 mem_ucode_ptr
+0x02f3 mem_ucode_keybuf
+0x0303 mem_spid2_tbuf
+0x0304 mem_addr_hi2
+0x0305 mem_addr_mi2
+0x0306 mem_addr_lo2
+0x0307 mem_spid2_rbuf
+0x030b mem_reconnect_flag
+0x030c mem_switch_fail_master_count
+0x030d mem_app_evt_timer_count
+0x030e mem_l2cap_mem_start
+0x030e mem_l2cap_rxbuff1_len
+0x0310 mem_l2cap_rxbuff2_len
+0x0312 mem_l2cap_rxbuff_new
+0x0314 mem_l2cap_rxbuff_inuse
+0x0315 mem_l2cap_payload_ptr
+0x0317 mem_l2cap_rx_pkt_length
+0x0319 mem_l2cap_rx_cid
+0x031b mem_l2cap_rx_done
+0x031c mem_l2cap_signal_tx_buff_ptr
+0x031e mem_l2cap_signal_tx_payload_ptr
+0x0320 mem_l2cap_signal_tx_length
+0x0322 mem_sdp_tx_buff_ptr
+0x0324 mem_sdp_tx_payload_ptr
+0x0326 mem_sdp_tx_pkt_length
+0x0328 mem_rfcomm_tx_buff_ptr
+0x032a mem_rfcomm_tx_payload_ptr
+0x032c mem_rfcomm_tx_pkt_length
+0x032e memL2CAP_T1
+0x0330 mem_CONTROL_tasks
+0x0331 mem_send_config_req
+0x0332 mem_config_identifier
+0x0333 mem_config_req_dest_CID
+0x0335 mem_rfcomm_malloc_fail_flag
+0x0336 mem_message_to_uppersm
+0x0337 mem_upper_sm_remote_page
+0x0338 mem_upper_sm_reconn
+0x0339 mem_upper_sm_ss
+0x033a mem_tx_malloc_log
+0x037a mem_l2cap_mem_end
+0x037a mem_scid
+0x037c mem_cmd_length
+0x037e mem_tt2
+0x0380 mem_tt3
+0x0382 mem_id
+0x0384 mem_psm
+0x0386 mem_l2cap_sdpres_delay_time
+0x038a mem_lmo_header_length
+0x038b mem_lmo_header_opcode
+0x038c mem_lmo_payload
+0x039d mem_lmi_accepted_opcode
+0x039e mem_disconn_reason_send
+0x039f mem_tx_fixed_freq
+0x03a0 mem_rx_fixed_freq
+0x03a1 mem_ext_features_page
+0x03a2 mem_lmpext_ssp_enable
+0x03a4 mem_remote_sppcap
+0x03a5 mem_lmp_conn_state
+0x03a6 mem_soft_timer
+0x03a8 mem_pincode_state
+0x03a9 mem_sres_tid
+0x03aa mem_accptsco_tid
+0x03ab mem_wait_encryption
+0x03ac mem_sniff_payload
+0x03bc mem_aurand_send_delay_time
+0x03c0 memRemoteRPNBitRate
+0x03c1 memRemotePRNDataBits
+0x03c2 memRemotePRNStopBit
+0x03c3 memRemotePRNParity
+0x03c4 memRemotePRNFlowControl
+0x03c5 memRemotePRNXon
+0x03c6 memRemotePRNXoff
+0x03c7 mem_mod2div_temp
+0x03ca mem_contw_temp
+0x03cc mem_attrib_list
+0x03ce mem_current_adss
+0x03cf mem_current_channel
+0x03d0 mem_current_frame_type
+0x03d1 mem_current_fcs
+0x03d2 mem_current_length
+0x03d4 mem_rfcomm_uih_payload_ptr
+0x03d6 mem_uih_cmd_type
+0x03d7 mem_uih_length
+0x03d9 mem_param_payload_ptr
+0x03db mem_ms_param
+0x03dc mem_pn_credit_flow_type_info
+0x03dd mem_pn_priority
+0x03de mem_pn_acknowledg_timer
+0x03df mem_pn_max_retrans
+0x03e0 mem_rfcomm_send_adss
+0x03e1 mem_rfcomm_send_frame_type
+0x03e2 mem_rfcomm_send_fcs
+0x03e3 mem_rfcomm_send_offset
+0x03e4 mem_sdp_mem_start
+0x03e4 mem_sdp_uuid_search_ptr
+0x03ec mem_sdp_continue_byte
+0x03ee mem_sdp_pduid
+0x03ef mem_sdp_transactionid
+0x03f1 mem_sdp_transactionid_local
+0x03f3 mem_sdp_attribute_maxbyte
+0x03f5 mem_sdp_record_maxcnt
+0x03f7 mem_sdp_record_handle
+0x03fb mem_sdp_LACAP_found
+0x03fc mem_sdp_RFCOMM_found
+0x03fd mem_sdp_handle_list
+0x03fd mem_sdp_attrib_list
+0x041d mem_sdp_error_code
+0x041f mem_sdp_all_length
+0x0421 mem_handle_humber
+0x0422 mem_search_uuid
+0x0424 mem_sdp_mem_end
+0x0424 mem_random_number
+0x0434 mem_round_key
+0x0444 mem_kinit
+0x0454 mem_input_store
+0x0464 mem_x
+0x0474 mem_y
+0x0483 mem_y15
+0x0484 mem_key_store
+0x0495 mem_key_store_end
+0x0496 memp_ar_key
+0x0498 memp_ar_input
+0x049a mem_ar_hround
+0x04a4 mem_ec_infinite
+0x04a5 mem_ec_loopc
+0x04a7 mem_aes_cmac_data_length
+0x04a8 memdat
+0x04a8 mem_ax
+0x04c0 mem_ay
+0x04d8 mem_az
+0x04f0 mem_bx
+0x0508 mem_ax_256//32 bytes
+0x0508 mem_by
+0x0520 mem_bz
+0x0528 mem_ay_256// 32 bytes
+0x0538 mem_cx
+0x0548 mem_az_256// 32 bytes
+0x0550 mem_cy
+0x0567 mem_cy5
+0x0568 mem_bx_256// 32 bytes
+0x0568 mem_cz
+0x0580 mem_k
+0x0588 mem_by_256// 31 bytes
+0x0598 mem_align
+0x05a8 mem_bz_256//32 bytes
+0x05a8 mem_tmp1
+0x05a8 memahbak
+0x05c0 mem_tmp5
+0x05c8 mem_cx_256//32 bytes
+0x05c8 memahsave
+0x05d8 mem_tmp2
+0x05e8 mem_cy_256// 32 bytes
+0x05e8 memahsave_end
+0x05e8 mem_addr_padding
+0x05e9 mem_addr_value
+0x05f0 mem_tmp3
+0x05f0 mem_t1
+0x05f5 mem_addr_value_end
+0x05f8 mem_addr_iocap_end
+0x0607 mem_cy5_256// 1 byte
+0x0608 mem_cz_256// 32 bytes
+0x0608 mem_tmp0
+0x0608 mem_t0
+0x0610 mem_tmp0a
+0x0620 mem_t2
+0x0628 mem_k_256//32 bytes
+0x0638 mem_t3
+0x0648 mem_tmp1_256//32 bytes
+0x0650 mem_t7
+0x0668 mem_tmp5_256
+0x0688 mem_tmp2_256
+0x06a8 mem_tmp3_256
+0x06a8 mem_t1_256
+0x06c8 mem_tmp0_256
+0x06c8 mem_t0_256
+0x06e8 mem_t2_256
+0x0708 mem_t3_256
+0x0728 mem_t7_256
+0x0748 mem_p
+0x0760 mem_a
+0x0778 mem_b
+0x0790 mem_gx
+0x07a8 mem_gy
+0x07c0 memh0
+0x07e0 mem_p_256
+0x0800 mem_a_256
+0x0820 mem_gx_256
+0x0840 mem_gy_256
+0x0860 mem_le_slat
+0x0870 mem_sp_state_start
+0x0870 mem_sp_state
+0x0871 mem_master_sp_state
+0x0872 mem_sp_flag
+0x0873 mem_master_sp_flag
+0x0874 mem_sp_calc
+0x0875 mem_sp_dh_ready
+0x0876 mem_sp_localsm
+0x0877 mem_pairing_auth
+0x0878 mem_sp_local_key_send_count
+0x0879 mem_sp_remote_key_recv_count
+0x087a mem_sp_remote_key_invalid
+0x087b mem_sp_dhkey_invalid
+0x087c mem_gkey
+0x0880 mem_sp_state_end
+0x0880 mem_le_pubkey_remote_x_256
+0x0888 mem_sp_pubkey_remote
+0x0888 mem_sp_pubkey_remote_x
+0x08a0 mem_sp_pubkey_remote_x_end
+0x08a0 mem_le_pubkey_remote_y_256
+0x08a8 mem_sp_pubkey_remote_y
+0x08c0 mem_le_dhkey_256
+0x08c8 mem_sp_dhkey
+0x08e0 mem_sp_dhkey_end
+0x08e0 mem_sp_random_local
+0x08f0 mem_sp_random_local_end
+0x08f0 mem_sp_random_remote
+0x0900 mem_sp_random_remote_end
+0x0900 memresult
+0x0900 mem_sp_calc_result
+0x0900 memh
+0x0904 memg
+0x0908 memf
+0x090c meme
+0x0910 mem_sp_calc_result_high
+0x0910 memd
+0x0914 memc
+0x0918 memb
+0x091c mema
+0x0920 mem_sp_check_result
+0x0930 mem_sp_confirm_remote
+0x0940 mem_sp_prarm_stack
+0x0950 mem_UI_data_txbuff_length
+0x0952 mem_ipc_skip_continue_proc
+0x0953 mem_ui_timer_temp//length 4
+0x0953 mem_ipc_rega_temp
+0x0957 mem_hold_contr
+0x0959 mem_hold_contw
+0x095b mem_fifo_temp
+0x095c mem_pdatatemp
+0x0964 mem_temp//8 bytes
+0x096c mem_timeup// 4 bytes
+0x0970 mem_rega//4 bytes
+0x0974 mem_regb//4 bytes
+0x0978 mem_regc//3 bytes
+0x097b mem_contr//2 bytes
+0x097d mem_contw//2 bytes
+0x097f mem_contus
+0x0981 mem_contue
+0x0983 mem_contu
+0x0985 mem_queue
+0x0987 mem_loopcnt
+0x0989 mem_wakup_from_power_flag
+0x098a mem_saved_gpio_in
+0x098e mem_module_rx_error_data_buffer
+0x098e mem_shutter_random_mac_data_temp
+0x098e mem_shutter_config_data_temp
+0x098e mem_le_adv_channel_map_temp
+0x098e mem_le_data_len_temp//1byte
+0x098e mem_tx_fifo_map_temp
+0x098e mem_rpn_dlci//1byte
+0x098e mem_event_cmd_response_content//2byte
+0x098e mem_le_prand//16byte
+0x098e mem_AES_CMAC_k//16 bytes
+0x098e mem_regext_index//1 bytes
+0x098e mem_temp_block0
+0x098f mem_le_data_temp//15bytes
+0x098f mem_temp_block1
+0x099e mem_le_aes_128//16byte
+0x099e mem_regext//64 bytes
+0x099e mem_AES_CMAC_k1//16 bytes
+0x099e mem_temp_block2
+0x09ae mem_AES_CMAC_k2//16 bytes
+0x09ae mem_temp_block3
+0x09be mem_AES_CMAC_temp// 16 bytes
+0x09be mem_temp_block4
+0x09ce mem_AES_CMAC_M_last// 16 bytes
+0x09ce mem_module_uart_cmd
+0x09cf mem_module_uart_opcode
+0x09d0 mem_module_uart_len
+0x09d1 mem_module_temp_nl_discard_packet
+0x09d2 mem_temp_block5
+0x09de mem_le_mackey//16 bytes
+0x09de mem_app_receive_temp
+0x09de mem_key_value_temp
+0x09e0 mem_key_value
+0x09e2 mem_key_value_temp1
+0x09e3 mem_key_value_temp2
+0x09e4 mem_key_value_temp3
+0x09e5 mem_key_value_temp4
+0x09e6 mem_key_value_temp5
+0x09e7 mem_key_value_temp6
+0x09e8 mem_temp_block6
+0x09ee mem_scale_ratio
+0x09f1 mem_xcnt
+0x09f4 mem_scale_ratio_temp
+0x09f6 mem_mesh_receive_model_message_payload_len
+0x09f7 mem_mesh_receive_model_message_payload_opcode
+0x09f8 mem_mesh_receive_model_message_payload
+0x0a0f mem_mesh_access_layer_payload_len
+0x0a10 mem_mesh_access_layer_payload
+0x0a10 mem_mesh_access_payload
+0x0a42 mem_mesh_access_payload_padding//Ϊ��͸��ģ��Ԥ��
+0x0a74 mem_mesh_queue_ele_temp
+0x0a74 mem_mesh_queue_ele_duration
+0x0a75 mem_mesh_queue_ele_gatt_msg_id
+0x0a76 mem_mesh_queue_ele_len
+0x0a77 mem_mesh_queue_ele_payload
+0x0a96 mem_mesh_queue_ele_padding
+0x0a97 mem_le_txheader_mesh_temp
+0x0abe mem_mesh_sha256_chunk_start
+0x0abe mem_mesh_sha256_chunk1
+0x0afe mem_mesh_sha256_chunk2
+0x0b3e mem_mesh_sha256_chunk3
+0x0b7e mem_mesh_sha256_chunk4
+0x0bbe mem_mesh_Privacy_Plaintext
+0x0bbe mem_mesh_Privacy_Plaintext_Zero_String
+0x0bc3 mem_mesh_Privacy_Plaintext_IV_Index
+0x0bc7 mem_mesh_Privacy_Plaintext_Privacy_Random
+0x0bc7 mem_mesh_Privacy_Plaintext_Privacy_Random_EncDST
+0x0bc9 mem_mesh_Privacy_Plaintext_Privacy_Random_EncTransportPDU_or_NetMIC
+0x0bce mem_mesh_PECB
+0x0bde mem_nonce_ptr
+0x0be0 mem_ccm_data_len
+0x0be1 mem_ccm_data_ptr
+0x0be3 mem_ccm_mic
+0x0beb mem_ccm_type
+0x0bec mem_mesh_Device_UUID
+0x0bfc mem_mesh_receive_VID
+0x0bfd mem_mesh_mic_cache_ptr
+0x0bff mem_mesh_lower_transport_layer_payload_len
+0x0c00 mem_mesh_loopcnt_tmep
+0x0c02 mem_mesh_rega_temp
+0x0c04 mem_mesh_regb_temp
+0x0c06 mem_mesh_regc_temp
+0x0c08 mem_mesh_alarm_temp
+0x0c0a mem_mesh_message_Transport_NetMIC_length
+0x0c0b mem_mesh_message_NID
+0x0c0c mem_mesh_message_TTL
+0x0c0d mem_mesh_message_SEQ
+0x0c10 mem_mesh_message_SRC
+0x0c12 mem_mesh_message_DST
+0x0c14 mem_mesh_message_Transport_NetMIC
+0x0c14 mem_mesh_message_Transport_Head
+0x0c15 mem_mesh_message_Transport_unsegmented_access_messagePDU
+0x0c15 mem_mesh_message_Transport_segmented_access_messagePDU
+0x0c15 mem_mesh_message_segment_access_SZMIC_SeqZero_SegO_SegN
+0x0c18 mem_mesh_message_Transport_segmented_access_messagePDU_Segment
+0x0c18 mem_mesh_message_Transport_NetMIC_end
+0x0c28 mem_mesh_nonce_struct
+0x0c35 mem_mesh_send_message_DST
+0x0c37 mem_mesh_last_message_SEQ
+0x0c3a mem_mesh_network_packet_type
+0x0c3b mem_mesh_upper_transport_layer_payload_ptr
+0x0c3d mem_mesh_segmented_upper_transport_layer_payload_len
+0x0c3e mem_mesh_segmented_lower_transport_layer_SegZero
+0x0c40 mem_mesh_segmented_lower_transport_layer_SegO
+0x0c41 mem_mesh_segmented_lower_transport_layer_SegN
+0x0c42 mem_mesh_segmented_last_packet_upper_teansport_payload_len
+0x0c43 mem_mesh_upper_tran_layer_queue_temp
+0x0c43 mem_mesh_upper_tran_layer_temp_packet_flag
+0x0c44 mem_mesh_upper_tran_layer_temp_packet_transmit_delay
+0x0c46 mem_mesh_upper_tran_layer_temp_packet_TID
+0x0c47 mem_mesh_upper_tran_layer_temp_packet_header_IVI_NID
+0x0c48 mem_mesh_upper_tran_layer_temp_packet_header_CTL_TTL
+0x0c49 mem_mesh_upper_tran_layer_temp_packet_header_SEQ
+0x0c4c mem_mesh_upper_tran_layer_temp_packet_header_SRC
+0x0c4e mem_mesh_upper_tran_layer_temp_packet_header_DST
+0x0c50 mem_mesh_upper_tran_layer_temp_packet_length
+0x0c51 mem_mesh_upper_tran_layer_temp_packet_payload
+0x09f6 mem_hci_opcode_ocf
+0x09f8 mem_hci_opcode_ogf
+0x09f9 mem_hci_event_head_type
+0x09fa mem_hci_event_head_event_code
+0x09fb mem_hci_event_para_total_length
+0x09fc mem_hci_command_complete_num_hci_command_packet
+0x09fd mem_hci_command_complete_command_opcode
+0x09fd mem_hci_opcode
+0x09ff mem_hci_command_complete_return_parameter
+0x09ff mem_hci_command_complete_return_parameter_status
+0x0a00 mem_hci_command_complete_return_parameter_chip_id
+0x09f6 mem_vdk
+0x09f8 mem_vok
+0x09fc mem_omega
+0x0a02 mem_b1
+0x0a06 mem_b2
+0x0a0a mem_u1
+0x0a1a mem_u2
+0x0a2a mem_q
+0x09f6 mem_module_le_rx_data_len
+0x09f8 mem_module_le_rx_data_address
+0x09fa mem_module_le_rx_data_handle
+0x09f6 mem_init_cnt
+0x09f8 mem_data_pre
+0x09fa mem_data_current
+0x09fc mem_data_sum
+0x09ff mem_data_value
+0x09f6 mem_tst_pktcnt_sync
+0x09f8 mem_tst_pktcnt_hec
+0x09fa mem_tst_pktcnt_crc
+0x09fc mem_tst_pktcnt_dmh
+0x09fe mem_tmp_buffer_head
+0x0a01 mem_tmp_buffer
+0x0a51 mem_tester_emulate
+0x0a52 mem_temp_payload
+0x0a52 test_mode_scenario
+0x0a53 test_mode_hopping_mode
+0x0a54 test_mode_tx_freq
+0x0a55 test_mode_rx_freq
+0x0a56 test_mode_power_mode
+0x0a57 test_mode_poll_period
+0x0a58 test_mode_packet_type
+0x0a59 test_mode_data_length
+0x0a5b mem_test_mode_old_debug_config
+0x0a5c mem_tester_cnt
+0x09f6 mem_usb_status
+0x09f7 mem_usb_fifo_empty
+0x09f8 mem_usb_read_len
+0x09fa mem_usb_txbuf
+0x0a3b mem_usb_txbuf1
+0x0a45 mem_usb_txbuf2
+0x0a4f mem_usb_rxbuf
+0x0a8f mem_usb_rxbuf_end
+0x0a90 mem_bufptr
+0x0a92 mem_remain
+0x0a93 mem_hidreportdesc_kb
+0x0a95 mem_hidreportdesc_m
+0x0a97 mem_devicedesc
+0x0aaa mem_confdesc
+0x0ae6 mem_string0
+0x0aeb mem_string1
+0x0b09 mem_string2
+0x0b27 mem_string3
+0x0b45 mem_cb_usb_config
+0x0b47 mem_usb_tx_interval
+0x0b48 mem_usb_vid_pid
+0x0b51 mem_usb_zero_packet
+0x0b53 mem_usb_ones_packet
+0x0b55 mem_usb_two_packet
+0x0b57 mem_usb0_state
+0x0b58 mem_usb_offline_check_gpio
+0x0b59 mem_usb_clear_mem_start
+0x0b59 mem_usb_setup
+0x0b59 mem_usb_setup_bmRequestType
+0x0b5a mem_usb_setup_bRequest
+0x0b5b mem_usb_setup_bValue
+0x0b5c mem_usb_setup_bValueH
+0x0b5d mem_usb_setup_wIndex
+0x0b5f mem_usb_setup_bLength
+0x0b60 mem_usb_setup_bLengthH
+0x0b61 mem_usb0_set_report_data
+0x0ba1 mem_usb0_get_report_data
+0x0be1 mem_usb_setup_bValue_temp
+0x0be3 mem_usb0_get_set_report
+0x0be4 mem_usb0_data_ready_report
+0x0be5 mem_usb_tx_win_enable
+0x0be6 mem_usb_tx_mac_enable
+0x0be7 mem_usb_idle_flag
+0x0be8 mem_usb_idle_rate
+0x0be9 mem_usb_get_protocol_flag
+0x0bea mem_usb_set_protocol_status
+0x0beb mem_usb_set_protocol_value
+0x0bec mem_usb_state
+0x0bed mem_usb_remote_wakeup
+0x0bee mem_usb_clear_remote_wakeup
+0x0bef mem_sdsystem_wakeup_flag
+0x0bf0 mem_usb_ep0_stall_status
+0x0bf1 mem_usb_ep1_stall_status
+0x0bf2 mem_usb_ep2_stall_status
+0x0bf3 mem_usb_ep3_stall_status
+0x0bf4 mem_dsc_info_data_pointer
+0x0bf6 mem_dsc_info_len
+0x0bf7 mem_usb_ep1_data
+0x0bf8 mem_usb_ep2_data
+0x0bf9 mem_usb_tx_enable
+0x0bfa mem_usb_device_enumeration_endflag
+0x0bfb mem_usb_wakestate_onetime_flag
+0x0bfc mem_usb_mac_wakeup_trig
+0x0bfd mem_usb_set_high_addr_flag
+0x0bfe mem_usb_clear_halt
+0x0bff mem_usb_mouse_data
+0x0c0f mem_usb_kb_data
+0x0c1f mem_usb_kb_multikey
+0x0c2f mem_usb_kb_system
+0x0c3f mem_usb_test_cnt
+0x0c41 mem_usb_test_kb
+0x0c4b mem_usb_clear_mem_end
+0x0c4b mem_dg_rssi_noise_buffer
+0x0d4b mem_dg_rssi_noise_dg_buffer
+0x0e4b mem_dg_rssi_noise_ms_buffer
+0x0f4b mem_dg_rssi_noise_kb_buffer
+
+0x02be mem_le_new_param
+0x02be mem_le_new_transmitwindowsize
+0x02bf mem_le_new_transmitwindowoffset
+0x02c1 mem_le_new_conninterval
+0x02c3 mem_le_new_connslavelatency
+0x02c5 mem_le_new_connsupervisiontimeout
+0x02be mem_le_new_map
+0x02be mem_le_new_m2s_phy
+0x02bf mem_le_new_s2m_phy
+0x016b mem_le_rxbuf_data_header
+0x016c mem_le_rxbuf_data_length
+0x016d mem_le_rxbuf_data_payload
+0x016b mem_le_rxbuf_data_ll_header
+0x016c mem_le_rxbuf_data_ll_length
+0x016d mem_le_rxbuf_data_ll_opcode
+0x016e mem_le_rxbuf_data_ll_control_data
+0x016b mem_le_rxbuf_adv_header
+0x016c mem_le_rxbuf_adv_length
+0x016d mem_le_rxbuf_adv_payload
+0x016b mem_le_rxbuf_adv_scan_req_header
+0x016c mem_le_rxbuf_adv_scan_req_length
+0x016d mem_le_rxbuf_adv_scan_req_scan_address
+0x0173 mem_le_rxbuf_adv_scan_req_adv_address
+0x016b mem_le_rxbuf_adv_connect_ind_header
+0x016c mem_le_rxbuf_adv_connect_ind_length
+0x016d mem_le_rxbuf_adv_connect_ind_init_address
+0x0173 mem_le_rxbuf_adv_connect_ind_adv_address
+0x0179 mem_le_rxbuf_adv_connect_ind_access_address
+0x017d mem_le_rxbuf_adv_connect_ind_crc_init
+0x0180 mem_le_rxbuf_adv_connect_ind_win_size
+0x0181 mem_le_rxbuf_adv_connect_ind_win_offset
+0x0183 mem_le_rxbuf_adv_connect_ind_interval
+0x0185 mem_le_rxbuf_adv_connect_ind_latency
+0x0187 mem_le_rxbuf_adv_connect_ind_timeout
+0x0189 mem_le_rxbuf_adv_connect_ind_channel_map
+0x018e mem_le_rxbuf_adv_connect_ind_hop_and_sca
+0x099e mem_le_search_handle_start
+0x09a0 mem_le_search_handle_end
+0x09a2 mem_le_att_offset
+0x09a2 mem_le_search_att_type_length
+0x09a3 mem_le_search_att_type
+0x09b3 mem_le_curr_att_len
+0x09b4 mem_le_cur_attlist_start_ptr
+0x09b6 mem_le_cur_handle_start
+0x09b8 mem_le_cur_handle_end
+0x09ba mem_le_cur_uuid_length
+0x09bb mem_le_cur_uuid
+0x016b mem_le_rxbuf_data_att_header
+0x016c mem_le_rxbuf_data_att_length
+0x016d mem_le_rxbuf_data_att_l2cap_length
+0x016f mem_le_rxbuf_data_att_cid
+0x0171 mem_le_rxbuf_data_att_opcode
+0x0172 mem_le_rxbuf_data_att_payload
+0x016b mem_le_rxbuf_data_continue_header
+0x016c mem_le_rxbuf_data_continue_length
+0x016d mem_le_rxbuf_data_continue_payload
+0x016b mem_le_rxbuf_data_att_write_header
+0x016c mem_le_rxbuf_data_att_write_length
+0x016d mem_le_rxbuf_data_att_write_l2cap_length
+0x016f mem_le_rxbuf_data_att_write_cid
+0x0171 mem_le_rxbuf_data_att_write_opcode
+0x0172 mem_le_rxbuf_data_att_write_handle
+0x0174 mem_le_rxbuf_data_att_write_payload
+0x016b mem_le_rxbuf_data_prepare_att_write_header
+0x016c mem_le_rxbuf_data_prepare_att_write_length
+0x016d mem_le_rxbuf_data_prepare_att_write_l2cap_length
+0x016f mem_le_rxbuf_data_prepare_att_write_cid
+0x0171 mem_le_rxbuf_data_prepare_att_write_opcode
+0x0172 mem_le_rxbuf_data_prepare_att_write_handle
+0x0174 mem_le_rxbuf_data_prepare_att_write_offset
+0x0176 mem_le_rxbuf_data_prepare_att_write_payload
+0x09f8 mem_mesh_NETKeyindex_and_APPKeyindex
+0x09fb mem_mesh_receive_application_key
+0x09f8 mem_mesh_vendor_message_cid
+0x09fa mem_mesh_vendor_message_tid
+0x09fb mem_mesh_vendor_message_attr_type
+0x09f8 mem_mesh_vendor_message_header
+0x09fd mem_mesh_vendor_attr_parameter
+0x09f8 mem_mesh_vendor_message_delay_close_time_header
+0x09fd mem_mesh_vendor_delay_close_time
+0x09f8 mem_mesh_vendor_message_night_light_onoff_header
+0x09fd mem_mesh_vendor_night_light_onoff
+0x09f8 mem_mesh_vendor_message_color_header
+0x09fd mem_mesh_vendor_color_lightness
+0x09ff mem_mesh_vendor_color_hue
+0x0a01 mem_mesh_vendor_color_saturation
+0x09f8 mem_mesh_vendor_message_back_light_onoff_header
+0x09fd mem_mesh_vendor_back_light_onoff
+0x09f8 mem_mesh_vendor_message_main_light_onoff_header
+0x09fd mem_mesh_vendor_main_light_onoff
+0x09f8 mem_mesh_vendor_message_standby_brightness_header
+0x09fd mem_mesh_vendor_standby_brightness
+0x09f8 mem_mesh_vendor_message_current_time_header
+0x09fd mem_mesh_vendor_message_current_time
+0x09f8 mem_mesh_vendor_message_timer_header
+0x09fd mem_mesh_vendor_timer_timing_index
+0x09fe mem_mesh_vendor_timer_timing_index1
+0x09fe mem_mesh_vendor_timer_timing_time
+0x0a02 mem_mesh_vendor_timer_timing_attr_type
+0x0a04 mem_mesh_vendor_timer_timing_attr_para
+0x09f8 mem_mesh_vendor_message_timer_cyclic_header
+0x09fd mem_mesh_vendor_timer_timing_index_cyclic
+0x09fe mem_mesh_vendor_timer_timing_time_cyclic
+0x0a00 mem_mesh_vendor_timer_timing_weekdays_cyclic
+0x0a01 mem_mesh_vendor_timer_timing_attr_type_cyclic
+0x0a03 mem_mesh_vendor_timer_timing_attr_para_cyclic
+0x0a04 mem_mesh_vendor_timer_timing_cyclic_flag
+0x0a10 mem_mesh_access_layer_payload_vendor_command
+0x0a11 mem_mesh_access_layer_payload_vendor_CID
+0x0a13 mem_mesh_access_layer_payload_vendor_tid
+0x0a14 mem_mesh_access_layer_payload_vendor_attr_type
+0x0a16 mem_mesh_access_layer_payload_vendor_attr_parameter
+0x098e mem_mesh_subscription_eep_temp
+0x0a74 mem_mesh_gatt_package_receive_msg_buffer_ptr
+0x0a76 mem_mesh_gatt_package_receive_msg_buffer_temp
+0x0a76 mem_mesh_gatt_package_receive_msg_id
+0x0a78 mem_mesh_gatt_package_receive_MAC
+0x0a78 mem_mesh_gatt_package_receive_msg_num
+0x0a79 mem_mesh_gatt_package_receive_msg_total_length
+0x0a7a mem_mesh_gatt_package_receive_msg_payload
+0x0bec mem_mesh_receive_service_uuid_company_id
+0x0bee mem_mesh_receive_service_uuid_vid
+0x0bef mem_mesh_receive_service_uuid_provisioning_type
+0x0bf0 mem_mesh_receive_service_uuid_mac
+0x0bf2 mem_mesh_receive_service_uuid_msg_id
+0x0bf3 mem_mesh_receive_service_uuid_package_num
+0x0bf4 mem_mesh_receive_service_uuid_length
+0x0bf5 mem_mesh_receive_service_uuid_payload_data
+0x0bec mem_mesh_receive_service_uuid_ios_data_company_id
+0x0bee mem_mesh_receive_service_uuid_ios_data_vid
+0x0bef mem_mesh_receive_service_uuid_ios_data_provisioning_type
+0x0bf0 mem_mesh_receive_service_uuid_ios_data_NID
+0x0bf1 mem_mesh_receive_service_uuid_ios_data_msg_id
+0x0bf2 mem_mesh_receive_service_uuid_ios_data_package_num
+0x0bf3 mem_mesh_receive_service_uuid_ios_data_length
+0x0bf4 mem_mesh_receive_service_uuid_ios_data_payload_data
+0x09f8 mem_mesh_configuration_health_message_opcode
+0x09f8 mem_mesh_configuration_health_message_opcode_config_model_subscription
+0x09f9 mem_mesh_subscription_element_address
+0x09fb mem_mesh_subscription_value_address
+0x09fd mem_mesh_subscription_model_identifier
+0x09f8 mem_mesh_module_message_opcode
+0x09f8 mem_mesh_module_message_opcode_onoff_set
+0x09f9 mem_mesh_generic_onoff_set_payload_OnOff
+0x09fa mem_mesh_generic_onoff_set_payload_TID
+0x09fb mem_mesh_generic_onoff_set_payload_Transition_Time
+0x09fc mem_mesh_generic_onoff_set_payload_Delay
+0x09f8 mem_mesh_module_message_opcode_scene_recall
+0x09f9 mem_mesh_scene_recall_payload_scene_number
+0x09fb mem_mesh_scene_recall_payload_TID
+0x09fc mem_mesh_scene_recall_payload_Transition_Time
+0x09fd mem_mesh_scene_recall_payload_Delay
+0x09f8 mem_mesh_module_message_opcode_set_light_lightness
+0x09f9 mem_mesh_light_lightness_set_payload_lightness
+0x09fb mem_mesh_light_lightness_set_payload_TID
+0x09fc mem_mesh_light_lightness_set_payload_Transition_Time
+0x09fd mem_mesh_light_lightness_set_payload_Delay
+0x09fe mem_mesh_light_lightness_calc_lightness
+0x09f8 mem_mesh_module_message_opcode_set_light_ctl
+0x09f9 mem_mesh_CTL_Lightness
+0x09fb mem_mesh_CTL_Temperature
+0x09fd mem_mesh_CTL_Delta_UV
+0x09ff mem_mesh_CTL_lightness_TID
+0x0a00 mem_mesh_CTL_lightness_Transition_Time
+0x0a01 mem_mesh_CTL_lightness_Delay
+0x0a02 mem_mesh_CTL_calc_lightness
+0x0a03 mem_mesh_CTL_calc_temperature
+0x0a97 mem_mesh_network_packet_type_temp
+0x0a98 mem_mesh_message_NID_temp
+0x0c28 mem_mesh_Network_Nonce
+0x0c28 mem_mesh_Network_Nonce_nonce_type
+0x0c29 mem_mesh_Network_Nonce_CTL_and_TTL
+0x0c2a mem_mesh_Network_Nonce_SEQ
+0x0c2d mem_mesh_Network_Nonce_SRC
+0x0c2f mem_mesh_Network_Nonce_Pad//0x0000
+0x0c31 mem_mesh_Network_Nonce_IV_Index
+0x0c28 mem_mesh_Application_Nonce
+0x0c28 mem_mesh_Application_Nonce_Nonce_Type
+0x0c29 mem_mesh_Application_Nonce_ASZMIC_and_Pad//
+0x0c2a mem_mesh_Application_Nonce_SEQ
+0x0c2d mem_mesh_Application_Nonce_SRC
+0x0c2f mem_mesh_Application_Nonce_DST
+0x0c31 mem_mesh_Application_Nonce_IV_Index
+0x0c28 mem_mesh_Device_Nonce
+0x0c28 mem_mesh_Device_Nonce_Nonce_Type
+0x0c29 mem_mesh_Device_Nonce_ASZMIC_and_Pad//
+0x0c2a mem_mesh_Device_Nonce_SEQ
+0x0c2d mem_mesh_Device_Nonce_SRC
+0x0c2f mem_mesh_Device_Nonce_DST
+0x0c31 mem_mesh_Device_Nonce_IV_Index
+0x0a0f mem_mesh_upper_transport_layer_payload_len
+0x0c51 mem_mesh_upper_tran_layer_temp_pakcet_AKF_AID
+0x0c51 mem_mesh_upper_tran_layer_temp_unsegmented_pakcet_AKF_AID
+0x0c52 mem_mesh_upper_tran_layer_temp_unsegmented_packet_fill
+0x0c56 mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu
+0x0c56 mem_mesh_upper_tran_layer_temp_unsegmented_pakcet_upper_tran_access_pdu
+0x0c51 mem_mesh_upper_tran_layer_temp_segmented_pakcet_AKF_AID
+0x0c52 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SeqZero
+0x0c54 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SegO
+0x0c55 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SegN
+0x0c56 mem_mesh_upper_tran_layer_temp_segmented_pakcet_upper_tran_access_pdu
+0x4000 mem_patch00
+0x4001 mem_patch01
+0x4002 mem_patch02
+0x4003 mem_patch03
+0x4004 mem_patch04
+0x4005 mem_patch05
+0x4006 mem_patch06
+0x4007 mem_patch07
+0x4008 mem_patch08
+0x4009 mem_patch09
+0x400a mem_patch0a
+0x400b mem_patch0b
+0x400c mem_patch0c
+0x400d mem_patch0d
+0x400e mem_patch0e
+0x400f mem_patch0f
+0x4010 mem_patch10
+0x4011 mem_patch11
+0x4012 mem_patch12
+0x4013 mem_patch13
+0x4014 mem_patch14
+0x4015 mem_patch15
+0x4016 mem_patch16
+0x4017 mem_patch17
+0x4018 mem_patch18
+0x4019 mem_patch19
+0x401a mem_patch1a
+0x401b mem_patch1b
+0x401c mem_patch1c
+0x401d mem_patch1d
+0x401e mem_patch1e
+0x401f mem_patch1f
+0x4020 mem_patch20
+0x4021 mem_patch21
+0x4022 mem_patch22
+0x4023 mem_patch23
+0x4024 mem_patch24
+0x4025 mem_patch25
+0x4026 mem_patch26
+0x4027 mem_patch27
+0x4028 mem_patch28
+0x4029 mem_patch29
+0x402a mem_patch2a
+0x402b mem_patch2b
+0x402c mem_patch2c
+0x402d mem_patch2d
+0x402e mem_patch2e
+0x402f mem_patch2f
+0x4030 mem_patch30
+0x4031 mem_patch31
+0x4032 mem_patch32
+0x4033 mem_patch33
+0x4034 mem_patch34
+0x4035 mem_patch35
+0x4036 mem_patch36
+0x4037 mem_patch37
+0x4038 mem_patch38
+0x4039 mem_patch39
+0x403a mem_patch3a
+0x403b mem_patch3b
+0x403c mem_patch3c
+0x403d mem_patch3d
+0x403e mem_patch3e
+0x403f mem_patch3f
+0x4040 mem_context
+0x4098 mem_current_amaddr
+0x4099 mem_lpm_mode
+0x409a mem_device_option
+0x409b mem_scan_mode
+0x409c mem_last_clkn
+0x40a0 mem_features
+0x40a8 mem_lap
+0x40ab mem_uap
+0x40ac mem_nap
+0x40ae mem_npage
+0x40af mem_glap
+0x40b2 mem_class
+0x40b5 mem_iscan_window
+0x40b7 mem_iscan_interval
+0x40b9 mem_pscan_window
+0x40bb mem_pscan_interval
+0x40bd mem_page_interval
+0x40bf mem_page_window
+0x40c1 mem_page_to
+0x40c3 mem_inq_window
+0x40c5 mem_fcomp_div
+0x40c6 mem_rx_window_init
+0x40c8 mem_rx_window_sniff
+0x40ca mem_rf_init_ptr
+0x40cc mem_last_type
+0x40cd mem_last_type_esco
+0x40ce mem_last_type_saved
+0x40cf mem_retransmission_cnt
+0x40d1 mem_next_btclk
+0x40d5 mem_rf_rccal
+0x40d6 mem_handle_num
+0x40d7 mem_max_slot
+0x40d8 mem_eir_enable
+0x40d9 mem_afh_instant
+0x40dd mem_afh_error_total
+0x40df mem_afh_cfg
+0x40e0 mem_afh_new_mod
+0x40e1 mem_afh_map_lo
+0x40e6 mem_afh_map_hi
+0x40eb mem_afh_used
+0x40ec mem_afh_index
+0x40ee mem_afh_map_new
+0x40f9 mem_afh_map
+0x4149 mem_afh_timer
+0x414d mem_afh_classify_channel_map
+0x4157 mem_lpm_wake_lock
+0x4159 mem_lpm_interval
+0x415b mem_lpm_overhead
+0x415c mem_lpm_hibernate_switch
+0x415d mem_esco_addr
+0x415e mem_sniff_unint_lost
+0x415f mem_ptt
+0x4160 mem_sleep_counter//should be 0x41fc in REVC
+0x4164 mem_sleep_counter_all
+0x4168 mem_sleep_clkn
+0x416e mem_sniff_rcv
+0x4171 mem_sniff_lost
+0x4174 mem_clks_per_lpo
+0x4177 mem_lpm_mult
+0x4178 mem_lpm_mult_timeout
+0x4179 mem_lpm_mult_cnt
+0x417a mem_lpm_config
+0x417a mem_lpm_xtal_ib
+0x417b mem_lpm_ctrim
+0x417c mem_lpm_padding
+0x417d mem_lpm_xtalcnt
+0x417e mem_lpm_buckcnt
+0x417f mem_lpm_ldocnt
+0x4180 mem_lpm_isogate
+0x4181 mem_lpm_isogate_final
+0x4182 mem_lpm_ctrl3
+0x4186 mem_saved_gpio// should be 0x421e in REVC
+0x419a mem_saved_gsel
+0x419d mem_saved_mark
+0x41a5 mem_saved_spidctrl
+0x41a6 mem_patch_ptr
+0x41a8 mem_patch_len
+0x41aa mem_timers
+0x41ca mem_link_key_exists
+0x41cb mem_link_key
+0x41db mem_hci_cmd
+0x41dc mem_hci_conn_handle
+0x41dd mem_hci_plap
+0x41e0 mem_hci_puap
+0x41e1 mem_hci_pnap
+0x41e3 mem_loadcode_times
+0x41e4 mem_llid
+0x41e5 mem_tx_lch
+0x41e6 mem_tx_len
+0x41e8 mem_tx_power
+0x41e9 mem_modem_rssi
+0x41ea mem_gain_fix
+0x41eb mem_gain_table
+0x41ee mem_gain_second_agc_en
+0x41ef mem_rf_init_data
+0x41f0 mem_system_clk
+0x41f1 mem_le_dsniff
+0x41f3 mem_le_conn_interval
+0x41f5 mem_le_txheader
+0x41f6 mem_le_txlen
+0x41f7 mem_le_txpayload
+0x42f7 mem_le_name_len
+0x42f8 mem_le_name
+0x4316 mem_le_ltk
+0x4326 mem_ltk_exists
+0x4327 mem_le_rconfirm
+0x4337 mem_le_srand
+0x4347 mem_le_iat
+0x4348 mem_le_rat
+0x4349 mem_le_preq
+0x434a mem_le_preq_iocap
+0x434b mem_le_preq_oob
+0x434c mem_le_preq_auth
+0x434d mem_le_preq_max_keysize
+0x434e mem_le_preq_init_key_distribution
+0x434f mem_le_preq_resp_key_distribution
+0x4350 mem_le_pres
+0x4351 mem_le_pres_iocap
+0x4352 mem_le_pres_oob
+0x4353 mem_le_pres_auth
+0x4354 mem_le_pres_max_keysize
+0x4355 mem_le_pres_init_key_distribution
+0x4356 mem_le_pres_resp_key_distribution
+0x4357 mem_le_notify_handle
+0x4359 mem_le_search_uuid_length
+0x435a mem_le_search_uuid
+0x436a mem_le_conn_param
+0x436a mem_le_conn_peer_addr_type
+0x436b mem_le_conn_peer_addr
+0x4371 mem_le_conn_own_addr_type
+0x4372 mem_le_interval_min
+0x4374 mem_le_interval_max
+0x4376 mem_le_latency
+0x4378 mem_le_timeout
+0x437a mem_le_lap
+0x437d mem_le_uap
+0x437e mem_le_nap
+0x4380 mem_le_local_mtu
+0x4382 mem_le_remote_mtu
+0x4384 mem_le_skdm
+0x438c mem_le_skds
+0x4394 mem_le_init_superto
+0x4396 mem_ui_le_uuid_table
+0x4398 mem_le_secure_connect_flag
+0x4399 mem_le_secure_connect_state
+0x439a mem_le_sc_confirm_gkey_flag
+0x439b mem_le_pairing_state
+0x439c mem_le_enc_state
+0x439d mem_le_pairing_mode
+0x439e mem_le_tk
+0x43a2 mem_le_ediv
+0x43a4 mem_le_rand
+0x43ac mem_le_irk
+0x43bc mem_le_transmit_window
+0x43c0 mem_le_configuration
+0x43c1 mem_le_fixed_ltk
+0x43d1 mem_le_pairing_handle
+0x43d3 mem_le_packet_llid
+0x43d4 mem_le_l2cap_size
+0x43d6 mem_le_packet_len_recved
+0x43d8 mem_le_payload_ptr
+0x43da mem_le_signaling_identifier
+0x43db mem_le_l2cap_signaling_conn_param_update_rsp_result
+0x43dd mem_le_md_count
+0x43de mem_ble_l2cap_tx_buff0_ptr
+0x43e0 mem_ble_l2cap_tx_buff_size_ptr
+0x43e2 mem_le_scan_enable
+0x43e3 mem_le_scan_interval
+0x43e5 mem_le_scan_window
+0x43e7 mem_le_adv_data_len
+0x43e8 mem_le_adv_data
+0x4407 mem_le_scan_data_len
+0x4408 mem_le_scan_data
+0x4427 mem_le_adv_enable
+0x4428 mem_le_adv_param
+0x4428 mem_le_adv_interval
+0x442a mem_le_adv_type
+0x442b mem_le_adv_own_addr_type
+0x442c mem_le_adv_direct_addr
+0x4432 mem_le_adv_channel_map
+0x4433 mem_le_scan_params
+0x4433 mem_le_scan_type
+0x4434 mem_le_scan_own_addr_type
+0x4435 mem_le_l2cap_att_states
+0x4436 mem_le_att_opcode
+0x4437 mem_le_att_handle
+0x4439 mem_le_search_res
+0x443a mem_le_local_feature
+0x4442 mem_le_tx_phys
+0x4443 mem_le_rx_phys
+0x4444 mem_remote_rx_max_octets
+0x4446 mem_remote_rx_max_time
+0x4448 mem_remote_tx_max_octets
+0x444a mem_remote_tx_max_time
+0x444c mem_local_rx_max_octets
+0x444e mem_local_rx_max_time
+0x4450 mem_local_tx_max_octets
+0x4452 mem_local_tx_max_time
+0x4454 mem_app_handshake_flag
+0x4455 mem_sniff_param_interval
+0x4457 mem_sniff_param_attempt
+0x4459 mem_sniff_param_timeout
+0x445b mem_cb_check_wakelock
+0x445d mem_cb_before_hibernate
+0x445f mem_cb_before_lpm
+0x4461 mem_cb_le_process
+0x4463 mem_cb_bt_process
+0x4465 mem_cb_idle_process
+0x4467 mem_cb_bb_event_process
+0x4469 mem_cb_discovry_timeout
+0x446b mem_cb_att_write
+0x446d mem_cb_ble_transmit
+0x446f mem_cb_event_timer
+0x4471 mem_cb_bt_set_mult
+0x4473 mem_cb_spi_flash_write_complate
+0x4475 mem_cb_spi2_flash_write_complate
+0x4477 mem_cb_bt_slave_match
+0x4479 mem_eeprom_base
+0x447b mem_unsniff2sniff_timer_count
+0x447c mem_wake_up_delay_timer
+0x447d mem_app_connection_options
+0x447e mem_app_disconn_reason
+0x4480 mem_app_disconn_reason_flag
+0x4482 mem_xrecord_mode
+0x4483 mem_eeprom_block_size
+0x4484 mem_spi_init_clk
+0x4485 mem_spi_init_delay_time
+0x4486 mem_spi_ncs_gpio
+0x4487 mem_nv_data_ptr
+0x4489 mem_nv_data_number
+0x448a mem_queue_ptr
+0x448c mem_ui_led_struct_num
+0x448d mem_ui_led_struct_ptr
+0x448f mem_adc_wait_count
+0x4490 mem_3v_adc_io_data
+0x4492 mem_3v_adc_hvin_data
+0x4494 mem_2v_adc_vinlpm_data
+0x4496 mem_1v_adc_io_data
+0x4498 mem_5v_adc_hvin_data
+0x449a mem_3v_adc_vinlpm_data
+0x449c mem_app_adc_read_count
+0x449d mem_start_adc_clkn
+0x449e mem_reference_voltage
+0x44a0 mem_adc_config_flag
+0x44a1 mem_adc_channel
+0x44a2 mem_adc_current_value
+0x44a4 mem_adc_power_flag//bit0:low power falg ; bit1:no power flag
+0x44a5 mem_spi_write_addr
+0x44a8 mem_spi_write_ptr
+0x44aa mem_spi_write_len
+0x44ac mem_spi_write_flash_sm
+0x44ad mem_spi2_write_addr
+0x44b0 mem_spi2_write_ptr
+0x44b2 mem_spi2_write_len
+0x44b4 mem_spi2_write_flash_sm
+0x44b5 mem_spi_cs_gpio
+0x44b6 mem_spi_si_gpio
+0x44b7 mem_spi_so_gpio
+0x44b8 mem_spi_sclk_gpio
+0x44b9 mem_spi_wp_gpio
+0x44ba mem_spi_hold_gpio
+0x44bb mem_spi2_cs_gpio
+0x44bc mem_spi2_si_gpio
+0x44bd mem_spi2_so_gpio
+0x44be mem_spi2_sclk_gpio
+0x44bf mem_spi2_wp_gpio
+0x44c0 mem_spi2_hold_gpio
+0x44c1 mem_eeprom_wp_gpio
+0x44c2 mem_eeprom_scl_gpio
+0x44c3 mem_eeprom_sda_gpio
+0x44c4 mem_kscan_ptr
+0x44c6 mem_key_num_ptr
+0x44c6 mem_keyscan_ptr
+0x44c8 mem_key_value_retention
+0x44ca mem_power_param_ptr
+0x44cc mem_efuse_header
+0x44cf mem_seqi
+0x44d0 mem_dig_aon_vsel
+0x44d1 mem_syn_afc_cfg1
+0x44d2 mem_rf_ldo_cfg1
+0x44d3 mem_rc_cal
+0x44d4 mem_rf_debug_rx_gpio
+0x44d5 mem_rf_debug_tx_gpio
+0x44d6 mem_l2cap_xmem_start
+0x44d6 mem_l2cap_tx_multi_offset//0 means single packet
+0x44d8 mem_sdp_remote_cid
+0x44da mem_rfcomm_remote_cid
+0x44dc mem_hid_ctrl_remote_cid
+0x44de mem_hid_int_remote_cid
+0x44e0 mem_sdp_state
+0x44e1 mem_rfcomm_state
+0x44e2 mem_hid_control_state
+0x44e3 mem_hid_interrupt_state
+0x44e4 mem_spp_state
+0x44e5 mem_ML2CAP_comm_id
+0x44e6 mem_used_map
+0x44e7 mem_tx_fifo0
+0x44e7 mem_tx_fifo0_map
+0x44e8 mem_tx_fifo0_ptr
+0x44ea mem_tx_fifo1
+0x44ea mem_tx_fifo1_map
+0x44eb mem_tx_fifo1_ptr
+0x44ed mem_tx_fifo2
+0x44ed mem_tx_fifo2_map
+0x44ee mem_tx_fifo2_ptr
+0x44f0 mem_tx_fifo3
+0x44f0 mem_tx_fifo3_map
+0x44f1 mem_tx_fifo3_ptr
+0x44f3 mem_tx_fifo_end
+0x44f3 mem_l2cap_lpm_txbuf
+0x45f3 mem_l2cap_flow_ctrl_flag
+0x45f4 mem_l2cap_pending_item
+0x45f5 mem_l2cap_rcv_hidtype
+0x45f6 mem_l2cap_xmem_end
+0x45f6 mem_lmo_header_opcode_x
+0x45f7 mem_lmp_version
+0x45f8 mem_lmp_compid
+0x45fa mem_lmp_subversion
+0x45fc mem_local_name_length
+0x45fd mem_local_name
+0x4600 mem_local_name2
+0x4640 mem_local_name_end
+0x4641 mem_unsniff2sniff_timer
+0x4642 mem_switch_flag
+0x4643 mem_classic_bt_flag
+0x4644 mem_encapsulated_major_type
+0x4645 mem_encapsulated_minor_type
+0x4646 mem_encapsulated_len
+0x4647 mem_remote_br_sc_support
+0x4648 mem_pn_dlci
+0x4649 mem_pn_max_frame_size
+0x464b memFCStemp1
+0x464c memFCStemp2
+0x464d memFCStemp3
+0x464e mem_rfcomm_initiator
+0x464f mem_remote_spp_channel
+0x4650 mem_HIUfcs_SPP
+0x4651 mem_HIUfcs_SPP_WCredits
+0x4652 mem_rfcomm_send_more_pkt
+0x4653 mem_remote_credits
+0x4654 mem_credit_given
+0x4655 mem_ms_channel
+0x4656 mem_rfcomm_credit_flag
+0x4657 mem_rfcomm_max_frame_size
+0x4659 mem_rfcomm_credit_init_data
+0x465a mem_cb_receive_spp_data
+0x465c mem_nl_rx_data_src
+0x465e mem_nl_rx_len_all
+0x4660 mem_ui_uuid_table
+0x4662 mem_all_uuid_16bits
+0x4678 mem_all_uuid_128bits
+0x469a mem_sdp_l2capch_ptr
+0x469c mem_ccm_pcnt_tx
+0x46a1 mem_ccm_pcnt_rx
+0x46a6 mem_ccm_last_mic
+0x46aa mem_ccm_iv
+0x46aa mem_ccm_ivm
+0x46ae mem_ccm_ivs
+0x46b2 mem_ccm_len
+0x46b4 mem_ccm_rx_ptr
+0x46b6 mem_sc_only_mode
+0x46b7 mem_sp_debug_mode
+0x46b8 mem_secure_connections_enable
+0x46b9 mem_sp_local_key_invalid
+0x46ba mem_sc_calc
+0x46bb mem_sc_local_key_invalid
+0x46bc mem_sc_private_key_256
+0x46dc mem_sc_pubkey_local_x_256
+0x46fc mem_sc_pubkey_local_y_256
+0x471c mem_sp_private_key
+0x4734 mem_sp_pubkey_local
+0x4734 mem_sp_pubkey_local_x
+0x474c mem_sp_pubkey_local_x_end
+0x474c mem_sp_pubkey_local_y
+0x4764 mem_ssp_enable
+0x4765 mem_lmp_io_cap_payload_iocap
+0x4766 mem_lmp_io_cap_payload_oob_auth_data
+0x4767 mem_lmp_io_cap_payload_auth_req
+0x4768 mem_sp_state_xmem
+0x4768 mem_sp_iocap_remote
+0x476b mem_flag_mode_ssp_pin
+0x476c mem_ssp_mode_flag
+0x476d mem_authentication_passkey_times
+0x476e mem_passkey_1bit
+0x476f mem_flag_pairing_state
+0x4770 mem_sp_state_xmem_end
+0x4770 mem_ipc_lock_bt
+0x4771 mem_ipc_lock_c51
+0x4772 mem_ipc_fifo_bt2c51
+0x477a mem_ipc_fifo_c512bt
+0x4782 mem_ui_button_timer
+0x4783 mem_ui_button_last_state
+0x4784 mem_ui_timer_last_btclk
+0x4788 mem_discovery_timeout_timer_count
+0x478a mem_hid_handshake_timer_count
+0x478b memui_reconnect_mode
+0x478c mem_ui_state_map
+0x478e mem_ui_profile_supported
+0x478f mem_ui_button_timeout
+0x4790 mem_ui_button_gpio
+0x4791 mem_discovery_timeout
+0x4793 mem_pin_length
+0x4794 mem_pin
+0x47a4 mem_dummy
+0x47a7 mem_seq
+0x47a8 mem_context_cnt
+0x47a9 mem_context_map
+0x47aa mem_context_new
+0x4aaa mem_att_cmd_len
+0x4aab mem_att_cmd
+0x4aba mem_att_resp_handle
+0x4abb mem_att_resp_len
+0x4abc mem_att_resp
+0x4ada mem_meter_att_list
+0x47a4 mem_mesh_vendor_mesh_receive_tid
+0x47a5 mem_mesh_vendor_mesh_send_tid
+0x47a6 mem_mesh_vendor_timer_current_time
+0x47aa mem_system_time
+0x47ae mem_mesh_adv_data_len
+0x47af mem_mesh_adv_data
+0x47ce mem_mesh_adv_scan_channel
+0x47cf mem_mesh_advertising_unprovisioned_device_beacon_switch
+0x47d0 mem_mesh_advertising_unprovisioned_device_beacon_timer
+0x47d2 mem_mesh_advertising_unprovisioned_device_beacon_duration
+0x47d3 mem_mesh_advertising_unprovisioned_device_beacon_interval
+0x47d4 mem_mesh_calc_ConfirmationCloud_data
+0x47d4 mem_mesh_ConfirmationCloud_RandomB
+0x47dc mem_mesh_ConfirmationCloud_RandomA
+0x47e4 mem_mesh_AuthValueProv
+0x47f4 mem_mesh_ConfirmationCloud
+0x4804 mem_mesh_ConfirmationDevice
+0x4804 mem_mesh_calc_ConfirmationDevice_data
+0x4804 mem_mesh_provisioning_random_A
+0x480c mem_mesh_provisioning_random_B
+0x4814 mem_mesh_AuthValueDevice
+0x4824 mem_mesh_Device_Key
+0x4834 mem_mesh_Confirmationkey
+0x4844 mem_mesh_sha256_ConfirmationKey_ascii
+0x4853 mem_mesh_sha256_SessionKey_ascii
+0x485d mem_mesh_sha256_DeviceKey_ascii
+0x4866 mem_mesh_sha256_load_first_data_flag
+0x4867 mem_mesh_sha256_data_len_byte
+0x486f mem_mesh_sha256_data_len_bit
+0x4877 mem_mesh_sha256_data_end_addr
+0x4879 mem_mesh_sha256_data_len_addr
+0x487b mem_mesh_sha256_chunk_count
+0x487c mem_mesh_sha256_chunk_data_ptr
+0x487e mem_mesh_sha256_chunk_ptr
+0x4880 mem_k2_P_len
+0x4881 mem_k2_P
+0x4891 mem_k2_N
+0x48a1 mem_k2_SALT
+0x48b1 mem_k2_T
+0x48c1 mem_k2_T0
+0x48c1 mem_k2_T1
+0x48d1 mem_k2_NID
+0x48d2 mem_k2_T3
+0x48e2 mem_k2_T2
+0x48f2 mem_k4_SALT
+0x4902 mem_k4_T
+0x4912 mem_k4_id6_01
+0x4922 mem_k4_k4N
+0x4932 mem_mesh_transport_AID
+0x4933 mem_mesh_provisioned_flag
+0x4934 mem_mesh_Provisioning_State_Flag
+0x4935 mem_mesh_Device_PID
+0x4936 mem_mesh_UUID_FeatureFlag
+0x4937 mem_mesh_PDU_RFU
+0x4939 mem_mesh_OOB_information
+0x493b mem_mesh_Encrypt_Provisioning_Data
+0x493b mem_mesh_provisioning_data_Mac_addr
+0x493d mem_mesh_KeyFresh_and_Update_flag
+0x493e mem_mesh_Network_Key
+0x494e mem_mesh_last_IV_Index_byte
+0x494f mem_mesh_Unicast_Address
+0x4951 mem_mesh_adv_last_time
+0x4955 mem_mesh_send_packet_timeout
+0x4957 mem_mesh_gatt_package_send_msg_id
+0x4958 mem_mesh_gatt_receive_msg_timer
+0x4959 mem_mesh_gatt_packet_receive_msg_buffer1
+0x497a mem_mesh_gatt_packet_receive_msg_buffer2
+0x499b mem_mesh_three_tuple_ProductID
+0x499f mem_mesh_three_tuple_MAC
+0x49a5 mem_mesh_three_tuple_secret
+0x49b5 mem_mesh_cb_receive_advertising
+0x49b7 mem_mesh_cb_receive_access_message
+0x49b9 mem_mesh_cb_receive_config_appkey_add
+0x49bb mem_mesh_cb_pairing_fail
+0x49bd mem_mesh_cb_generic_onoff_get
+0x49bf mem_mesh_cb_generic_onoff_set
+0x49c1 mem_mesh_cb_scene_recall
+0x49c3 mem_mesh_cb_light_lightness_set
+0x49c5 mem_mesh_cb_light_lightness_get
+0x49c7 mem_mesh_cb_light_ctl_set
+0x49c9 mem_mesh_cb_main_light_onoff_set
+0x49cb mem_mesh_cb_background_onoff_set
+0x49cd mem_mesh_cb_color_set
+0x49cf mem_mesh_cb_network_relay
+0x49d1 mem_mesh_cb_receive_node_reset
+0x49d3 mem_mesh_cb_seq_changed
+0x49d5 mem_mesh_cb_subscriptuion_list_changed
+0x49d7 mem_mesh_cb_vendor_timing_changed
+0x49d9 mem_mesh_core_feature
+0x49db mem_mesh_element_number
+0x49dc mem_mesh_element_device_ptr
+0x49de mem_mesh_element_device_length
+0x49e0 mem_mesh_segmented_access_message_SZMIC
+0x49e1 mem_mesh_segmented_access_message_SeqZero
+0x49e3 mem_mesh_segmented_access_message_SegO
+0x49e4 mem_mesh_segmented_access_message_SegN
+0x49e5 mem_mesh_segmented_access_message_BlockAck
+0x49e9 mem_mesh_segmented_access_message_receive_finish
+0x49ea mem_mesh_segmented_access_message_current_length
+0x49eb mem_mesh_segmented_access_message_Segment
+0x4a0f mem_mesh_last_CTL_Temperature
+0x4a11 mem_mesh_receive_group_address
+0x4a12 mem_mesh_receive_element_number
+0x4a13 mem_mesh_IV_Index
+0x4a17 mem_mesh_TMALL_cache_start
+0x4a17 mem_mesh_TMALL_SRC1
+0x4a19 mem_mesh_TMALL_SEQ1
+0x4a1c mem_mesh_TMALL_cache
+0x4a49 mem_mesh_TMALL_cache_end
+0x4a49 mem_mesh_transport_message_mic_cache
+0x4a49 mem_mesh_transport_message_mic_cache_buff1
+0x4a4d mem_mesh_transport_message_mic_cache_buff2_10
+0x4a71 mem_mesh_network_relay_queue
+0x4a71 mem_mesh_network_relay_queue_each_size
+0x4a72 mem_mesh_network_relay_queue_length
+0x4a73 mem_mesh_network_relay_queue_current_num
+0x4a74 mem_mesh_network_relay_queue_read_ptr
+0x4a75 mem_mesh_network_relay_queue_write_ptr
+0x4a76 mem_mesh_network_relay_queue_ele
+0x4afe mem_mesh_application_key
+0x4b0e mem_mesh_ASZMIC
+0x4b0f mem_mesh_access_message_mic_cache
+0x4b0f mem_mesh_access_message_mic_cache_buff1
+0x4b13 mem_mesh_access_message_mic_cache_buff2_10
+0x4b37 mem_mesh_send_message_SEQ
+0x4b3a mem_mesh_send_message_SRC
+0x4b3c mem_mesh_send_message_TTL
+0x4b3d mem_mesh_send_upper_layer_IVI_and_NID
+0x4b3e mem_mesh_send_upper_layer_CTL_and_TTL
+0x4b3f mem_mesh_send_upper_layer_SEQ
+0x4b42 mem_mesh_send_upper_layer_SRC
+0x4b44 mem_mesh_send_upper_layer_DST
+0x4b46 mem_mesh_send_access_lower_transport_layer
+0x4b56 mem_mesh_send_network_layer_NetMIC
+0x4b5a mem_mesh_element_device
+0x4b5a mem_mesh_element_device_group_addr
+0x4b5c mem_mesh_element_device_queue_buffer_ptr
+0x4b5e mem_mesh_element_device_timing_ptr
+0x4b60 mem_mesh_element_device_element_subscription_label
+0x4b70 mem_mesh_element_upper_adv_flag
+0x4b71 mem_mesh_element_upper_queue_buffer_ptr
+0x4b73 mem_mesh_element_tran_package_tid
+0x4b74 mem_mesh_element_tran_package_type
+0x4b75 mem_mesh_element_device1
+0x4b90 mem_mesh_element_device2
+0x4bab mem_mesh_element_device_queue_each_size
+0x4bac mem_mesh_element_device_queue_length
+0x4bad mem_mesh_element_device_queue_current_num
+0x4bae mem_mesh_element_device_queue_read_ptr
+0x4baf mem_mesh_element_device_queue_write_ptr
+0x4bb0 mem_mesh_element_device_queue_ele
+0x4c38 mem_mesh_element_device_upper_queue_each_size
+0x4c39 mem_mesh_element_device_upper_queue_length
+0x4c3a mem_mesh_element_device_upper_queue_current_num
+0x4c3b mem_mesh_element_device_upper_queue_read_ptr
+0x4c3c mem_mesh_element_device_upper_queue_write_ptr
+0x4c3d mem_mesh_element_device_upper_queue_ele
+0x47a4 mem_antl_lpm_interval
+0x47a6 mem_antl_adv_interval
+0x47a8 mem_antl_slow_adv_lpm_interval
+0x47aa mem_antl_slow_adv_adv_interval
+0x47ac mem_antl_led_style
+0x47ac mem_antl_led_type
+0x47ad mem_antl_led_blink_count
+0x47ae mem_antl_led_gpio
+0x47af mem_antl_led_on_time
+0x47b1 mem_antl_led_off_time
+0x47b3 mem_antl_led_cb_on
+0x47b5 mem_antl_led_cb_off
+0x47b7 mem_antl_buzzer_style
+0x47b7 mem_antl_buzzer_type
+0x47b8 mem_antl_buzzer_blink_count
+0x47b9 mem_antl_buzzer_gpio
+0x47ba mem_antl_buzzer_on_time
+0x47bc mem_antl_buzzer_off_time
+0x47be mem_antl_buzzer_cb_on
+0x47c0 mem_antl_buzzer_cb_off
+0x47c2 mem_antl_fast_adv_led_style
+0x47c2 mem_antl_fast_adv_led_type
+0x47c3 mem_antl_fast_adv_led_blink_count
+0x47c4 mem_antl_fast_adv_led_gpio
+0x47c5 mem_antl_fast_adv_led_on_time
+0x47c7 mem_antl_fast_adv_led_off_time
+0x47c9 mem_antl_slow_adv_led_style
+0x47c9 mem_antl_slow_adv_led_type
+0x47ca mem_antl_slow_adv_led_blink_count
+0x47cb mem_antl_slow_adv_led_gpio
+0x47cc mem_antl_slow_adv_led_on_time
+0x47ce mem_antl_slow_adv_led_off_time
+0x47d0 mem_antl_power_starting_led_style
+0x47d0 mem_antl_power_starting_led_type
+0x47d1 mem_antl_power_starting_led_blink_count
+0x47d2 mem_antl_power_starting_led_gpio
+0x47d3 mem_antl_power_starting_led_on_time
+0x47d5 mem_antl_power_starting_led_off_time
+0x47d7 mem_antl_power_starting_buzzer_style
+0x47de mem_antl_power_off_led_style
+0x47de mem_antl_power_off_led_type
+0x47df mem_antl_power_off_led_link_count
+0x47e0 mem_antl_power_off_led_gpio
+0x47e1 mem_antl_power_off_led_on_time
+0x47e3 mem_antl_power_off_led_off_time
+0x47e5 mem_antl_power_off_buzzer_style
+0x47e5 mem_antl_power_off_buzzer_type
+0x47e6 mem_antl_power_off_buzzer_link_count
+0x47e7 mem_antl_power_off_buzzer_gpio
+0x47e8 mem_antl_power_off_buzzer_on_time
+0x47ea mem_antl_power_off_buzzer_off_time
+0x47ec mem_antl_alert_led_stlye
+0x47f3 mem_antl_alert_buzzer_stlye
+0x47f3 mem_antl_alert_buzzer_type
+0x47f4 mem_antl_alert_buzzer_blink_count
+0x47f5 mem_antl_alert_buzzer_gpio
+0x47f6 mem_antl_alert_buzzer_on_time
+0x47f8 mem_antl_alert_buzzer_off_time
+0x47fa mem_antl_key_led_style
+0x47fa mem_antl_key_led_type
+0x47fb mem_antl_key_led_blink_count
+0x47fc mem_antl_key_led_gpio
+0x47fd mem_antl_key_led_on_time
+0x47ff mem_antl_key_led_off_time
+0x4801 mem_antl_key_buzzer_style
+0x4808 mem_antl_queue_width
+0x4809 mem_antl_queue_depth
+0x480a mem_antl_queue_curr_num
+0x480b mem_antl_queue_read_ptr
+0x480c mem_antl_queue_write_ptr
+0x480d mem_antl_queue_buff
+0x485d mem_antl_key_scan_enable
+0x485e mem_antl_led_num
+0x485f mem_antl_led_gpio_map
+0x4863 mem_antl_power_param
+0x4863 mem_antl_power_state
+0x4864 mem_antl_power_timer
+0x4865 mem_antl_power_off_timeout
+0x4866 mem_antl_power_starting_timeout
+0x4867 mem_antl_power_off_cb
+0x4869 mem_antl_power_starting_cb
+0x486b mem_antl_power_standby_cb
+0x486d mem_event_button_up_cb
+0x486f mem_antl_key_num
+0x4870 mem_cb_antl_key
+0x4872 mem_antl_key_conf0
+0x4876 mem_antl_key0_press
+0x4885 mem_antl_key0_release
+0x4894 mem_antl_conn_updata_procedure_state
+0x4895 mem_client_characteristic_configuration_descriptor
+0x4897 mem_adc_timer
+0x4899 mem_antl_conn_update_timer
+0x489a mem_antl_send_updata_le_param_timer
+0x489b mem_antl_le_sleep_timer
+0x489d mem_antl_fast_adv_timer
+0x489f mem_antl_fast_adv_timeout
+0x48a1 mem_antl_le_sleep_timeout
+0x48a3 mem_double_click_timer
+0x48a4 mem_butten_click_cnt
+0x48a5 mem_antl_led_state
+0x48a6 mem_antl_buzzer_state
+0x48a7 mem_antl_key_state
+0x48a8 mem_antl_lost_mode
+0x48a9 mem_alarm_config
+0x48aa mem_alarm_config_notfy_cnt
+0x48ab mem_buzzer_pwm_conf
+0x48b1 mem_adc_timeout
+0x48b3 mem_voltage_remain_percent
+0x48b4 mem_battery_calculate_set
+0x48b4 mem_battery_full_voltage
+0x48b6 mem_battery_empty_voltage
+0x48b8 mem_battery_low_voltage
+0x48ba mem_battery_current_voltage
+0x48bc mem_rx_window_sniff_inc
+0x48be mem_interval_increment
+0x48c0 mem_antl_le_interval_min
+0x48c2 mem_antl_le_interval_max
+0x48c4 mem_antl_le_latency
+0x48c6 mem_antl_le_timeout
+0x48c8 mem_antl_le_unnormal_interval_min
+0x48ca mem_antl_le_unnormal_interval_max
+0x48cc mem_antl_le_unnormal_latency
+0x48ce mem_antl_le_unnormal_timeout
+0x48d0 mem_AntiLost_le_att_list
+0x4a60 mem_lestate_update_param_flag
+0x4a61 mem_antilost_conn_battery_send_timer
+0x47a4 mem_24g_rxbuf
+0x47c6 mem_24g_txbuf
+0x47e6 mem_24g_txpayload
+0x480a mem_24g_rxpayload
+0x482a mem_24g_rxdata_length
+0x482b mem_24g_pid
+0x482c mem_24g_no_ack
+0x482d mem_24g_sta_crc
+0x4830 mem_24g_last_crc
+0x4833 mem_24g_sta_pid
+0x4834 mem_24g_last_pid
+0x4835 mem_24g_datalen
+0x4836 mem_24g_data_type
+0x4837 mem_24g_txlen
+0x4838 mem_24g_rx_window
+0x483a mem_24g_ch
+0x483b mem_24g_current_ch_number
+0x483c mem_24g_addr
+0x4840 mem_24g_ch_map1
+0x4844 mem_24g_ch_map2
+0x4848 mem_24g_ch_map3
+0x484c mem_24g_ch_map4
+0x4850 mem_24g_tx_btclk
+0x4854 mem_24g_interval
+0x4855 mem_24g_interval_min
+0x4856 mem_24g_interval_max
+0x4857 mem_24g_syncword
+0x4859 mem_24g_syncword_crc8
+0x485a mem_24g_get_syncword_crc8
+0x485b mem_24g_pair_switch
+0x485c mem_24g_enter_hibernate
+0x4864 mem_24g_rx_phy
+0x4865 mem_24g_tx_phy
+0x4866 mem_24g_ch_map_update
+0x4867 mem_24g_ch_update_map1
+0x486b mem_24g_ch_update_map2
+0x486f mem_24g_ch_update_map3
+0x4873 mem_24g_ch_update_map4
+0x4877 mem_24g_pair_addr
+0x487b mem_24g_pair_ch
+0x487c mem_24g_pair_tx_power
+0x487d mem_rssi_buff_index
+0x487e mem_24g_device1_bind_step
+0x487f mem_24g_device2_bind_step
+0x4880 mem_24g_bind_device_status
+0x4881 mem_24g_bind_payload
+0x4889 mem_cb_24g_receive_process
+0x488b mem_cb_24g_ackpayload
+0x488d mem_cb_24g_data_device1
+0x488f mem_cb_24g_data_device2
+0x4891 mem_24g_rxdata_temp
+0x48b3 mem_24g_abort_packet
+0x48b4 mem_24g_hop_btclk
+0x48b8 mem_24g_hop_interval
+0x48b9 mem_24g_pair_mode
+0x48ba mem_24g_ackpayload_enable
+0x48bb mem_24g_hop_packet
+0x48bc mem_24g_mode_switch
+0x48bd mem_24g_nodata_timer_enable
+0x48be mem_24g_mode_init
+0x48bf mem_24g_work_mode
+0x48c0 mem_24g_time_slice
+0x48c1 mem_24g_self_last_ch
+0x48c2 mem_24g_self_ch_number
+0x48c3 mem_24g_self_config_ch_once
+0x48c4 mem_24g_device1_last_ch
+0x48c5 mem_24g_device1_ch_number
+0x48c6 mem_24g_device1_config_ch_once
+0x48c7 mem_24g_device2_last_ch
+0x48c8 mem_24g_device2_ch_number
+0x48c9 mem_24g_device2_config_ch_once
+0x48ca mem_24g_led_status
+0x48cb mem_24g_bind_mode_continue
+0x48cc mem_tx_power_temp
+0x48cd mem_24g_transmitter_addr
+0x48d1 mem_24g_device1_addr
+0x48d5 mem_24g_device2_addr
+0x48d9 mem_rssi_noise_avg
+0x48da mem_rssi_noise_index
+0x48db mem_rssi_noise_self_avg
+0x48dc mem_rssi_noise_device1_avg
+0x48dd mem_rssi_noise_device2_avg
+0x48de mem_rssi_noise_self_index
+0x48df mem_rssi_noise_device1_index
+0x48e0 mem_rssi_noise_device2_index
+0x48e1 mem_rssi_noise_buffer_ptr
+0x48e3 mem_rssi_noise_self_buffer_ptr
+0x48e5 mem_rssi_noise_device1_buffer_ptr
+0x48e7 mem_rssi_noise_device2_buffer_ptr
+0x48e9 mem_car_hard_soft_switch
+0x48ea mem_car_queue_each_size
+0x48eb mem_car__queue_length
+0x48ec mem_car_queue_curr_num
+0x48ed mem_car_queue_read_ptr
+0x48ee mem_car_queue_write_ptr
+0x48ef mem_car_queue_ele
+0x4967 mem_car_pop_queue_buff
+0x497b mem_car_led_num
+0x497c mem_car_led_map
+0x4986 mem_car_style1_led_type
+0x4987 mem_car_style1_blink_count
+0x4988 mem_car_style1_struct_led_gpio
+0x4989 mem_car_style1_on_time
+0x498b mem_car_style1_off_time
+0x498d mem_car_style1_cb_ledon
+0x498f mem_car_style1_cb_ledoff
+0x4991 mem_car_style2_led_type
+0x4992 mem_car_style2_blink_count
+0x4993 mem_car_style2_struct_led_gpio
+0x4994 mem_car_style2_on_time
+0x4996 mem_car_style2_off_time
+0x4998 mem_car_style2_cb_ledon
+0x499a mem_car_style2_cb_ledoff
+0x499c mem_le_receive_data
+0x499c mem_le_receive_packet_head
+0x499e mem_le_receive_cmd
+0x499f mem_le_receive_length
+0x49a1 mem_le_receive_payload
+0x49ab mem_le_receive_checksum
+0x49ac mem_motor1_status
+0x49ad mem_motor1_speed
+0x49ae mem_motor2_status
+0x49af mem_motor2_speed
+0x49b0 mem_motor3_status
+0x49b1 mem_motor3_speed
+0x49b2 mem_motor1_pwm_set
+0x49b2 mem_motor1_pwm_pin1_set
+0x49b3 mem_motor1_pwm_pin2_set
+0x49b4 mem_motor1_pwm_pin_set
+0x49b5 mem_motor1_pwm_channel_set
+0x49b6 mem_motor1_pwm_freq_set
+0x49b9 mem_motor1_pwm_dute_set
+0x49ba mem_motor2_pwm_set
+0x49ba mem_motor2_pwm_pin1_set
+0x49bb mem_motor2_pwm_pin2_set
+0x49bc mem_motor2_pwm_pin_set
+0x49bd mem_motor2_pwm_channel_set
+0x49be mem_motor2_pwm_freq_set
+0x49c1 mem_motor2_pwm_dute_set
+0x49c2 mem_motor3_pwm_set
+0x49c2 mem_motor3_pwm_pin1_set
+0x49c3 mem_motor3_pwm_pin2_set
+0x49c4 mem_motor3_pwm_pin_set
+0x49c5 mem_motor3_pwm_channel_set
+0x49c6 mem_motor3_pwm_freq_set
+0x49c9 mem_motor3_pwm_dute_set
+0x49ca mem_motor_select_p_n
+0x49cb mem_car_motor_status
+0x49cc mem_car_motor_speed
+0x49cd mem_motor_pwm_set
+0x49cd mem_motor_pwm_pin1_set
+0x49ce mem_motor_pwm_pin2_set
+0x49cf mem_motor_pwm_pin_set
+0x49d0 mem_motor_pwm_channel_set
+0x49d1 mem_motor_pwm_freq_set
+0x49d4 mem_motor_pwm_dute_set
+0x49d5 mem_ir_rx_gpio
+0x49d6 mem_ir_data
+0x49d8 mem_ir_rx_buf
+0x49da mem_ir_receive_clkn
+0x49de mem_ir_notify_data
+0x49e1 mem_ir_notify_data_head
+0x49e6 mem_ir_notify_data_payload
+0x49e8 mem_ir_notify_data_check_sum
+0x49e9 mem_car_ir_breakdown_check_timer
+0x49ea mem_car_ir_breakdown_flag
+0x49eb mem_car_led_control
+0x49eb mem_car_led1_status
+0x49ec mem_car_led2_status
+0x49ed mem_car_led3_status
+0x49ee mem_car_led4_status
+0x49ef mem_car_led5_status
+0x49f0 mem_car_led6_status
+0x49f1 mem_car_led7_status
+0x49f2 mem_car_led8_status
+0x49f3 mem_car_led_control_timer
+0x49f4 mem_car_led_blink_status
+0x49f5 mem_car_led_no
+0x49f6 mem_car_info_request
+0x49f9 mem_car_info_request_head
+0x49fe mem_car_info_request_payload
+0x4a06 mem_car_info_request_checksum
+0x4a07 mem_car_config_param
+0x4a07 mem_car_config_setting_flag
+0x4a08 mem_car_config_device_select
+0x4a09 mem_car_config_motor_layout
+0x4a0a mem_car_config_ir_enable
+0x4a0b mem_car_config_ir_rx_gpio
+0x4a0c mem_car_config_pairing_led_conn_status
+0x4a0d mem_car_config_pairing_led_gpio
+0x4a0e mem_car_config_led_num
+0x4a0f mem_car_config_blood_led_gpio
+0x4a0f mem_car_config_blood_led1_gpio
+0x4a10 mem_car_config_blood_led2_gpio
+0x4a11 mem_car_config_blood_led3_gpio
+0x4a12 mem_car_config_blood_led4_gpio
+0x4a13 mem_car_config_blood_led5_gpio
+0x4a14 mem_car_config_blood_led6_gpio
+0x4a15 mem_car_config_blood_led7_gpio
+0x4a16 mem_car_config_blood_led8_gpio
+0x4a17 mem_car_config_bat_notify_enable
+0x4a18 mem_car_config_low_voltage_led_gpio
+0x4a19 mem_car_config_low_voltage_percent
+0x4a1a mem_car_config_soft_switch_enable
+0x4a1b mem_car_config_soft_switch_gpio
+0x4a1c mem_car_notify_vdd_count
+0x4a1d mem_car_notify_vdd_timer
+0x4a1e mem_car_notify_vdd_value_last
+0x4a1f mem_car_notify_vdd_percent
+0x4a20 mem_car_working_flag
+0x4a21 mem_low_bat_flag
+0x4a22 mem_notify_bat_packet
+0x4a25 mem_notify_bat_head
+0x4a2a mem_notify_bat_payload
+0x4a2b mem_notify_bat_check_sum
+0x4a2c mem_vdd_notify_flag
+0x4a2d mem_car_current_vdd_value_temp
+0x4a2f mem_car_last_vdd_value
+0x4a31 mem_vdd_calculate_set
+0x4a31 mem_vdd_full_vol
+0x4a33 mem_vdd_empty_vol
+0x4a35 mem_vdd_low_vol
+0x4a37 mem_vdd_now_vol
+0x4a39 mem_car_24g_status
+0x4a3a mem_car_24g_no_data_timeout_count
+0x4a3c mem_car_24g_no_data_timeout_timer
+0x4a3e mem_car_24g_ir_receive_attack_count
+0x4a3f mem_car_24g_go_die_flag
+0x4a40 mem_car_attack_shake_timer
+0x4a41 mem_car_attack_shake_flag
+0x4a42 mem_car_soft_power
+0x4a42 mem_car_power_state
+0x4a43 mem_car_power_timer
+0x4a44 mem_car_power_off_timeout
+0x4a45 mem_car_power_starting_timeout
+0x4a46 mem_car_power_off_cb
+0x4a48 mem_car_power_starting_cb
+0x4a4a mem_car_power_standby_cb
+0x4a4c mem_car_ui_button_up_cb
+0x4a4e mem_car_le_att_list
+0x4c42 mem_car_moto1_blank_timer
+0x4c43 mem_car_moto2_blank_timer
+0x4c44 mem_car_moto3_blank_timer
+0x4c45 mem_car_motor_gpio_num
+0x4c46 mem_car_motor_gpio_map
+0x4c46 mem_car_motor_left_gpio
+0x4c47 mem_car_motor_right_gpio
+0x4c48 mem_car_motor_front_gpio
+0x4c49 mem_car_motor_back_gpio
+0x4c4a mem_car_gpio
+0x4c4b mem_car_app_send_speed
+0x4c4c mem_rssi_sum
+0x4c4e mem_check_rssi_high_count
+0x4c50 mem_rssi_data
+0x4c58 mem_car_24g_received_pac
+0x4c59 mem_car_24g_bind_enable_delay_count
+0x4c5a mem_car_keyscan
+0x4c5a mem_car_key_num
+0x4c5b mem_cb_car_keyscan
+0x4c5d mem_car_enter_lpm_timer_count
+0x4c5f mem_car_enter_lpm_timer
+0x4c61 mem_car_enter_lpm_flag
+0x4c62 mem_car_24g_ch_polling
+0x4c63 mem_car_rssi_noise_buffer
+0x4c6b mem_car_rssi_noise_car_buffer
+0x4c73 mem_car_rssi_noise_remote_buffer
+0x48e9 mem_dg_kb_bind_flag
+0x48ea mem_dg_kb_data_sta_data
+0x48f2 mem_dg_kb_data_last_data
+0x48fa mem_dg_kb_multikey_sta_data
+0x48fd mem_dg_kb_multikey_last_data
+0x4900 mem_dg_kb_system_sta_data
+0x4903 mem_dg_kb_system_last_data
+0x4906 mem_dg_kb_blank_data_enable
+0x4907 mem_dg_kb_mul_blank_data_enable
+0x4908 mem_dg_ms_blank_data_enable
+0x4909 mem_dg_sys_config
+0x490a mem_dg_usb_vid_pid
+0x4913 mem_dg_usb_tx_interval
+0x4914 mem_dg_usb_device_name
+0x487e mem_rssi_hex_received
+0x487f mem_24g_pair_sm
+0x4880 mem_24g_pair_no_ack
+0x4881 mem_24g_pair_timeout_init
+0x4883 mem_24g_pair_timeout
+0x4885 mem_24g_reconn_timeout_init
+0x4887 mem_24g_reconn_timeout
+0x4889 mem_24g_reconn_count
+0x488b mem_24g_reconn_type
+0x488c mem_24g_fast_conn_enable
+0x488d mem_24g_fast_conn_addr
+0x4891 mem_24g_receiver_addr
+0x4895 mem_24g_fast_conn_temp_ch
+0x4896 mem_24g_receiver_temp_ch
+0x4897 mem_24g_device_temp_ch
+0x4898 mem_rssi_signal_index
+0x4899 mem_rssi_signal_buf_ptr
+0x489b mem_cb_24g_transmit_data
+0x489d mem_cb_24g_search_receiver
+0x489f mem_cb_24g_lpm_before
+0x48a1 mem_24g_conn_sm
+0x48a2 mem_24g_ensure
+0x48a3 mem_24g_txfail_cnt
+0x48a5 mem_24g_attempt_fail_flag
+0x48a6 mem_24g_retry
+0x48a7 mem_24g_abort_pac
+0x48a8 mem_24g_max_retry
+0x48a9 mem_24g_device_addr
+0x48ad mem_24g_short_sleep_set
+0x48b0 mem_24g_long_sleep_set
+0x48b8 mem_24g_long_sleep_set1
+0x48bc mem_24g_pac_index
+0x48bd mem_24g_transmit_by_interrupt
+0x48be mem_24g_transmit_by_interrupt_exit_count
+0x48c0 mem_24g_transmit_by_interrupt_exit_count_init
+0x48c2 mem_24g_long_sleep_param_update_timer_init
+0x48c4 mem_24g_long_sleep_param_update_timer
+0x48c6 mem_24g_fast_hop_count
+0x48c7 mem_rssi_avg_received
+0x48c8 mem_power_ctrl_level
+0x48c9 mem_power_ctrl_pac_succ_cnt
+0x48ca mem_power_ctrl_pac_succ_cnt_init
+0x48cb mem_rssi_dis_min_24g
+0x48cc mem_rssi_dis_max_24g
+0x48cd mem_rssi_hex_received_max_value
+0x48ce mem_rssi_dis_min_ble
+0x48cf mem_rssi_dis_max_ble
+0x48d0 mem_mouse_key
+0x48d1 mem_mouse_x
+0x48d3 mem_mouse_y
+0x48d5 mem_mouse_z
+0x48d6 mem_mouse_tz
+0x48d7 mem_mouse_xy_h
+0x48d8 mem_mouse_key_last
+0x48d9 mem_wheel_tb_old_pinlevel
+0x48da mem_wheel_tb_new_pinlevel
+0x48db mem_wheel_tog
+0x48dc mem_mouse_tz_data
+0x48dd mem_mwheel_b_old_pinlevel
+0x48de mem_mwheel_b_new_pinlevel
+0x48df mem_mwheel_tog
+0x48e0 mem_mouse_z_data
+0x48e1 mem_mouse_wheel_trigger
+0x48e2 mem_mouse_wheel_trigger_timer
+0x48e3 mem_mouse_vdd_calculate_set
+0x48e3 mem_mouse_vdd_full_vol
+0x48e5 mem_mouse_vdd_empty_vol
+0x48e7 mem_mouse_vdd_low_vol
+0x48e9 mem_mouse_vdd_now_vol
+0x48eb mem_mouse_vdd_button_press_vol
+0x48ed mem_mouse_vdd_switch_gnd_24g_vol
+0x48ef mem_mouse_vdd_switch_gnd_full_vol
+0x48f1 mem_mouse_vdd_switch_gnd_shutdown_voltage
+0x48f3 mem_mouse_vdd_switch_gnd_low_voltage
+0x48f5 mem_adc_mux_status
+0x48f6 mem_adc_read_timer
+0x48f7 mem_adc_read_time_init
+0x48f8 mem_adc_low_volatage_led_timer_count
+0x48f9 mem_adc_low_volatage_led_blink_enable
+0x48fa mem_mouse_adc_last_low_voltage_flag
+0x48fb mem_mouse_adc_button_press_flag
+0x48fc mem_adc_channel_gpio
+0x48fd mem_adc_config_flag_init
+0x48fe mem_mouse_discovery_timeout
+0x4900 mem_mouse_24g_pair_timeout_init
+0x4902 mem_mouse_direct_timeout
+0x4903 mem_mouse_24g_reconn_timeout_init
+0x4904 mem_mouse_24g_pair_tx_power
+0x4905 mem_rssi_dis_min_24g_init
+0x4906 mem_rssi_dis_max_24g_init
+0x4907 mem_rssi_hex_received_max_value_init
+0x4908 mem_rssi_dis_min_ble_init
+0x4909 mem_rssi_dis_max_ble_init
+0x490a mem_mouse_enable_flag
+0x490b mem_mouse_global_setup
+0x490c mem_mouse_global_setup1
+0x490d mem_bk_button_gpio
+0x490e mem_fw_button_gpio
+0x490f mem_dpi_button_gpio
+0x4910 mem_matrix_public_gpio
+0x4911 mem_sensor_motion_gpio
+0x4912 mem_customer_key_gpio
+0x4913 mem_whee_a_data_gpio
+0x4914 mem_whee_b_data_gpio
+0x4915 mem_config_device_24g_led_gpio
+0x4916 mem_config_device_bt1_led_gpio
+0x4917 mem_select_sensor_angle_gpio
+0x4918 mem_lbutton_gpio
+0x4919 mem_rbutton_gpio
+0x491a mem_mbutton_gpio
+0x491b mem_config_select_device_button_gpio
+0x491c mem_whee_ta_data_gpio
+0x491d mem_whee_tb_data_gpio
+0x491e mem_device_switch_gpio
+0x491f mem_mouse_sensor_sclk_gpio
+0x4920 mem_mouse_sensor_sdio_gpio
+0x4921 mem_config_low_voltage_alarm_gpio
+0x4922 mem_config_device_bt2_led_gpio
+0x4923 mem_dpi_led_gpio
+0x4924 mem_sensor_angle_default
+0x4925 mem_sensor_angle_switch
+0x4926 mem_config_sensor_dpi
+0x4927 mem_config_sensor_type
+0x4928 mem_config_sensor_angle
+0x4929 mem_wire_usb_interval
+0x492a mem_usb_addr
+0x492b mem_mouse_usb_vdd_status
+0x492c mem_mouse_usb_keyboard_flag
+0x492d mem_mouse_led_type
+0x492e mem_mouse_blink_count
+0x492f mem_mouse_struct_led_gpio
+0x4930 mem_mouse_on_time
+0x4932 mem_mouse_off_time
+0x4934 mem_mouse_cb_ledon
+0x4936 mem_mouse_cb_ledoff
+0x4938 mem_mouse_information_start
+0x4938 mem_device_flag
+0x4939 mem_device1_type
+0x493a mem_device1_addr
+0x4940 mem_device1_link_key
+0x4950 mem_device1_locall_addr
+0x4956 mem_device2_type
+0x4957 mem_device2_addr
+0x495d mem_device2_link_key
+0x496d mem_device2_locall_addr
+0x4973 mem_device3_type
+0x4974 mem_mouse_compare_addr_ff
+0x4974 mem_device3_addr
+0x497a mem_device3_link_key
+0x498a mem_device3_locall_addr
+0x4990 mem_store_flag
+0x4992 mem_mouse_dpi
+0x4993 mem_mouse_24g_addr
+0x4997 mem_random_addr_increase_count
+0x4999 mem_mouse_retention
+0x49b8 mem_mouse_information_end
+0x49b8 mem_flash_base
+0x49bb mem_write_flash_head_temp
+0x49bf mem_store_information_delay_timer
+0x49c0 mem_store_information_delay_timer_init
+0x49c1 mem_sensor_id1
+0x49c2 mem_sensor_id2
+0x49c3 mem_sensor_shutter_hi
+0x49c4 mem_sensor_shutter_lo
+0x49c5 mem_sensor_smart_flag
+0x49c6 mem_sensor_squal_reg
+0x49c7 mem_sensor_iqc
+0x49c8 mem_mouse_move_flag
+0x49c9 mem_mouse_asm_flag
+0x49ca mem_mouse_x_pre
+0x49cc mem_mouse_y_pre
+0x49ce mem_mouse_data_xtemp
+0x49cf mem_mouse_data_ytemp
+0x49d0 mem_mouse_dpi_seting
+0x49d0 mem_320x_dpi_0
+0x49d1 mem_320x_dpi_1
+0x49d2 mem_320x_dpi_2
+0x49d3 mem_320x_dpi_3
+0x49d4 mem_3212_dpi_0
+0x49d5 mem_3212_dpi_1
+0x49d6 mem_3212_dpi_2
+0x49d7 mem_3212_dpi_3
+0x49d8 mem_ka8g2_dpi_0
+0x49d9 mem_ka8g2_dpi_1
+0x49da mem_ka8g2_dpi_2
+0x49db mem_ka8g2_dpi_3
+0x49dc mem_mouse_cpi_count
+0x49dd mem_mouse_dpi_button_state
+0x49de mem_mouse_dpi_long_press_flag
+0x49df mem_sensor_3212_init
+0x49e9 mem_sensor_3204_init
+0x49f3 mem_sensor_3205_init
+0x49fd mem_sensor_32xx_init
+0x4a17 mem_sensor_32xx_init_1
+0x4a39 mem_sensor_8650_init
+0x4a53 mem_sensor_ka8ul_init
+0x4a71 mem_sensor_8009_init
+0x4a81 mem_sensor_ka8g2_init
+0x4a97 mem_sensor_p6520_init
+0x4aa3 mem_sensor_poweron_init
+0x4aab mem_sensor_reset_gpio
+0x4aac mem_mouse_clear_sensor_data_flag
+0x4aad mem_bluetooth_125hz_cnt
+0x4aae mem_mouse_long_mult_flag
+0x4aaf mem_mouse_current_mult_timer
+0x4ab0 mem_reconn_times
+0x4ab1 mem_reconn_times_init
+0x4ab2 mem_mouse_no_data_timer
+0x4ab4 mem_device_flag_temp
+0x4ab5 mem_mouse_rssi_signal_buf
+0x4abd mem_btclk_sensor
+0x4ac1 mem_mouse_bluetooth_fast_conn_flag
+0x4ac2 mem_mouse_discovery_timer
+0x4ac4 mem_mouse_bluetooth_reconnect_timeout
+0x4ac5 mem_mouse_need_soft_reset
+0x4ac6 mem_mouse_le_bb_connected_flag
+0x4ac7 mem_mouse_le_reconnect_flag
+0x4ac8 mem_mouse_send_secutiry_request_timer
+0x4ac9 mem_mouse_le_lap_temp
+0x4acc mem_le_adv_ind
+0x4acf mem_le_adv_direct_ind
+0x4ad2 mem_le_adv_swift_pair
+0x4ae6 mem_le_data_len
+0x4ae7 mem_le_keyboard_handle
+0x4ae9 mem_le_multimedia_handle
+0x4aeb mem_le_systemctrl_handle
+0x4aed mem_le_battery_level_handle
+0x4aef mem_le_battery_level_percentage
+0x4af0 mem_le_battery_level_updata_timer_init
+0x4af2 mem_le_battery_level_updata_timer
+0x4af4 mem_mouse_le_conn_param_reject
+0x4af5 mem_le_tx_buffer0_omemalloc
+0x4b15 mem_le_tx_buffer1_omemalloc
+0x4b35 mem_le_tx_buffer2_omemalloc
+0x4b55 mem_le_tx_buffer3_omemalloc
+0x4b75 mem_le_connect_status_flag
+0x4b76 mem_le_start_encrypt_timer
+0x4b77 mem_mouse_direct_timer
+0x4b78 mem_device_addr_temp
+0x4b7f mem_mouse_enter_sniff_count
+0x4b80 mem_mouse_bt_boot_mode
+0x4b81 mem_mouse_bt_boot_data
+0x4b86 mem_bt_send_max_slot_req_accept_after_switch
+0x4b87 mem_mouse_bt_send_first_package_timer
+0x4b88 mem_mouse_bt_send_first_package_flag
+0x4b89 mem_lmi_opcode_temp
+0x4b8a mem_lpm_mult_init
+0x4b8b mem_customer_key
+0x4b8c mem_customer_data_trigger
+0x4b8d mem_customer_data_trigger_last
+0x4b8e mem_mouse_lkey_press_status
+0x4b8f mem_mouse_rkey_press_status
+0x4b90 mem_mouse_mkey_press_status
+0x4b91 mem_mouse_bkkey_press_status
+0x4b92 mem_mouse_fwkey_press_status
+0x4b93 mem_mouse_dpikey_press_status
+0x4b94 mem_mouse_pbkey_press_status
+0x4b95 mem_mouse_customerkey_press_status
+0x4b96 mem_mouse_key_temp
+0x4b97 mem_mouse_key_status
+0x4b98 mem_mouse_matrix_key_cow_count
+0x4b99 mem_mouse_matrix_key_row_count
+0x4b9a mem_mouse_ghost_flag
+0x4b9b mem_bt_discovery_count
+0x4b9c mem_select_device_count
+0x4b9d mem_mouse_commbination_key
+0x4b9e mem_select_device_button_statue
+0x4b9f mem_commbination_key_statue
+0x4ba0 mem_combination_ui_button_count
+0x4ba1 mem_mouse_search_dongle_interval
+0x4ba2 mem_mouse_search_dongle_ch
+0x4ba3 mem_mouse_search_dongle_count
+0x4ba4 mem_mouse_search_dongle_action
+0x4ba5 mem_24g_enter_lpm_timer
+0x4ba6 mem_mouse_24g_enter_lpm_enable
+0x4ba7 mem_mouse_device_poweron_timer_count
+0x4ba8 mem_mouse_dpi_led_delay_count
+0x4ba9 mem_mouse_led_off_4_led
+0x4baa mem_24g_device_led_status
+0x4bab mem_mouse_flag
+0x4bb3 mem_mouse_bluetooth_type
+0x4bb4 mem_device_number
+0x4bb5 mem_mouse_page_to
+0x4bb7 mem_mouse_fast_direct_timeout
+0x4bb8 mem_mouse_fast_page_to
+0x4bba mem_mouse_24g_power_on_fast_conn_timer
+0x4bbc mem_mouse_24g_search_dongle_time_init
+0x4bbe mem_mouse_no_data_timeout
+0x4bc0 mem_mouse_device_poweron_timer_count_init
+0x4bc1 mem_mouse_dpi_led_delay_count_init
+0x4bc2 mem_mouse_dpi_led_blink_time
+0x4bc4 mem_mouse_disconvey_led_blink_time
+0x4bc6 mem_mouse_low_v_led_blink_time
+0x4bc8 mem_adc_low_volatage_led_blink_timer
+0x4bca mem_mouse_commbination_key_bt
+0x4bcb mem_mouse_commbination_key_24g
+0x4bcc mem_customer_key_press
+0x4bd5 mem_customer_key_release
+0x4bde mem_mouse_set_high_impedance_bit_set
+0x4be1 mem_sensor_shutdown_flag
+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
+0x4c32 mem_fire_key_status
+0x4c33 mem_fire_key_delay
+0x4c37 mem_fire_key_flag
+0x4c38 mem_firebutton_gpio
+0x4c39 mem_mouse_firebutton_connect_vin_flag
+0x4c3a mem_mouse_another_dpi_connect_vin_flag
+0x4c3b mem_dpi_another_button_gpio
+0x4c3c mem_dpi_another_press_status
+0x4c3d mem_dpi_another_button_state
+0x4c3e mem_dpi_another_button_down_enable
+0x4c3f mem_mouse_key_temp_patch
+0x4c40 mem_mouse_led_new_interface_config
+0x4c41 mem_mouse_multi_led_blink_enable
+0x4c42 mem_mouse_multi_led_type
+0x4c43 mem_mouse_multi_led_state
+0x4c44 mem_mouse_multi_led_blink_type//00:rtn	01:24g blink	02:le blink		03:reconn blink 	04:low blink	05:dpi blink
+0x4c45 mem_mouse_led_multi_type//00:no multi	01:low+led	02:dpi+led	03:low+dpi_led
+0x4c46 mem_mouse_multi_led_powon_timer_init//power on time
+0x4c47 mem_mouse_multi_led_powon_timer
+0x4c48 mem_mouse_multi_24gled_blink_timer_init//24gled blink time
+0x4c49 mem_mouse_multi_le_discovery_blink_timer_init//le discovery blink time
+0x4c4a mem_mouse_multi_le_reconn_blink_timer_init//le reconn blink time
+0x4c4b mem_mouse_dpi_led_blink_timer_init//dpi blink time
+0x4c4c mem_mouse_multi_led_blink_timer
+0x4c4d mem_mouse_low_led_blink_timer//low blink time
+0x4c4e mem_mouse_low_led_blink_half_timer
+0x4c4f mem_adc_low_volatage_led_timer_count_new
+0x4c50 mem_mouse_multi_24gled_blink_count_init//24g count
+0x4c51 mem_mouse_multi_le_reconn_blink_count_init//le reconn count
+0x4c52 mem_mouse_multi_led_blink_count
+0x4c53 mem_mouse_multi_lowled_blink_count_init//low count
+0x4c54 mem_mouse_multi_low_led_blink_count
+0x4c55 mem_mouse_1io2led_multi_24gled
+0x4c56 mem_mouse_1io2led_multi_bt1led
+0x4c57 mem_mouse_1io2led_multi_bt2led
+0x4c58 mem_mouse_low_gpio
+0x4c59 mem_mouse_dpi_gpio
+0x4c5a mem_mouse_rssi_signal_buf_patch
+0x4c6a mem_mouse_rssi_signal_buf_temp
+0x4c7a mem_mouse_le_send_conn_param_update
+0x4c7b mem_mouse_le_send_conn_param_update_timer
+0x4c7c mem_device_uart_tx_gpio
+0x4c7d mem_device_uart_rx_gpio
+0x4c7e mem_device_uart_rx_buffer
+0x4c80 mem_device_uart_rx_buffer_end
+0x4c82 mem_device_uart_tx_buffer
+0x4c84 mem_device_uart_tx_buffer_end
+0x4c86 mem_device_uart_baud_rate
+0x4c88 mem_24g_paccnt
+0x4c89 mem_rssi_mouse
+0x4c8a mem_clkn_bt_patch
+0x4c8e mem_txpower_print
+0x4c90 mem_normal_tx_power
+0x4c91 mem_sensor_s201_dpi
+0x4c91 mem_sensor_s201_dpi_0
+0x4c92 mem_sensor_s201_dpi_1
+0x4c93 mem_sensor_s201_dpi_2
+0x4c94 mem_sensor_s201_dpi_3
+0x4c95 mem_sensor_s201_dpi_4
+0x4c96 mem_mouse_commbination_dpi_check_enable
+0x4c97 mem_commbination_dpi_timer
+0x4c98 mem_mouse_commbination_key_dpi
+0x4c99 mem_rgb_led_off_enable
+0x4c9a mem_rgb_led_on_enable
+0x4c9b mem_rgb_led_off_enable_timer
+0x4c9c mem_rgb_led_on_enable_timer
+0x4c9d mem_rgb_led_on_timer
+0x4c9f mem_rgb_led_off_check_count
+0x4ca1 mem_rgb_led_on_check_count
+0x4ca3 mem_rgb_led_on_continue_1min_timeout_flag
+0x4ca4 mem_mbutton_function_disable
+0x4ca5 mem_mouse_rgb_ctrl_gpio
+0x4ca6 mem_mouse_rgb_adc_no_power_flag
+0x4ca7 mem_sensor_8650_init_new
+0x4cc5 mem_long_sleep_flag
+0x4cc6 mem_mouse_mos_ctrl_gpio
+0x4cc7 mem_mouse_mos_status
+0x4cc8 mem_mouse_mos_ctrl_count
+0x48d0 mem_remote_car_hard_soft_switch
+0x48d1 mem_remote_car_queue_each_size
+0x48d2 mem_remote_car_queue_length
+0x48d3 mem_remote_car_queue_curr_num
+0x48d4 mem_remote_car_queue_read_ptr
+0x48d5 mem_remote_car_queue_write_ptr
+0x48d6 mem_remote_car_queue_ele
+0x4930 mem_remote_style_led_type
+0x4931 mem_remote_style_blink_count
+0x4932 mem_remote_style_struct_led_gpio
+0x4933 mem_remote_style_on_time
+0x4935 mem_remote_style_off_time
+0x4937 mem_remote_style_cb_ledon
+0x4939 mem_remote_style_cb_ledoff
+0x493b mem_remote_car_led_num
+0x493c mem_remote_car_led_map
+0x4944 mem_remote_car_keyscan
+0x4944 mem_remote_car_key_num
+0x4945 mem_cb_remote_car_keyscan
+0x4947 mem_remote_car_key_conf0
+0x4947 mem_remote_car_key_conf0_pin
+0x4948 mem_remote_car_key_conf1
+0x4948 mem_remote_car_key_conf1_pin
+0x4949 mem_remote_car_key_conf2
+0x4949 mem_remote_car_key_conf2_pin
+0x494a mem_remote_car_key_conf3
+0x494a mem_remote_car_key_conf3_pin
+0x494b mem_remote_car_key_conf4
+0x494b mem_remote_car_key_conf4_pin
+0x494c mem_remote_car_key_conf5
+0x494c mem_remote_car_key_conf5_pin
+0x494d mem_remote_car_key_conf6
+0x494d mem_remote_car_key_conf6_pin
+0x494e mem_rocker_negative_flag
+0x494f mem_rocker_work_status
+0x4950 mem_current_vdd_value_default_mid_x
+0x4952 mem_current_vdd_value_default_mid_y
+0x4954 mem_current_vdd_value_default_mid_temp
+0x4956 mem_current_vdd_default_range
+0x4958 mem_rocker_last_status
+0x495a mem_rocker_status
+0x495a mem_rocker_x_status
+0x495b mem_rocker_y_status
+0x495c mem_remote_car_config_param
+0x495c mem_remote_car_config_setting_flag
+0x495d mem_remote_car_config_key_map
+0x495e mem_remote_car_config_layout
+0x495f mem_remote_car_config_connect_led_gpio
+0x4960 mem_remote_car_config_check_way
+0x4961 mem_remote_car_config_soft_switch_enable
+0x4962 mem_remote_car_config_soft_switch_gpio
+0x4963 mem_remote_car_config_timeout_shutdown_enable
+0x4964 mem_remote_car_24g_motor_packet
+0x4964 mem_remote_car_24g_motor_packet_lenght
+0x4965 mem_remote_car_24g_motor_send_packet_head
+0x4967 mem_remote_car_24g_motor_send_cmd
+0x4968 mem_remote_car_24g_motor_send_length
+0x496a mem_remote_car_24g_motor_send_payload
+0x496a mem_remote_car_24g_motor1_payload
+0x496c mem_remote_car_24g_motor2_payload
+0x496e mem_remote_car_24g_motor3_payload
+0x4970 mem_remote_car_24g_motor_send_checksum
+0x4971 mem_remote_car_24g_fire_packet
+0x4971 mem_remote_car_24g_fire_packet_lenght
+0x4972 mem_remote_car_24g_fire_send_packet_head
+0x4974 mem_remote_car_24g_fire_send_cmd
+0x4975 mem_remote_car_24g_fire_send_length
+0x4977 mem_remote_car_24g_fire_send_payload
+0x4979 mem_remote_car_24g_fire_send_checksum
+0x497a mem_remote_car_24g_tx_temp
+0x4989 mem_remote_car_no_data_timeout
+0x498b mem_remote_car_no_data_timer
+0x498d mem_remote_car_soft_power
+0x498d mem_remote_car_power_state
+0x498e mem_remote_car_power_timer
+0x498f mem_remote_car_power_off_timeout
+0x4990 mem_remote_car_power_starting_timeout
+0x4991 mem_remote_car_power_off_cb
+0x4993 mem_remote_car_power_starting_cb
+0x4995 mem_remote_car_power_standby_cb
+0x4997 mem_remote_key_status
+0x4998 mem_remote_car_24g_status
+0x4999 mem_remote_car_24g_auto_work_step
+0x499a mem_remote_car_24g_pair_success_flag
+0x499b mem_remote_car_empty_packet
+0x499c mem_remote_car_motor1_key0_press_state
+0x499d mem_remote_car_motor1_key1_press_state
+0x499e mem_remote_car_motor2_key2_press_state
+0x499f mem_remote_car_motor2_key3_press_state
+0x49a0 mem_remote_car_motor1_rel_state
+0x49a1 mem_remote_car_motor2_rel_state
+0x49a2 mem_remote_car_no_data_check
+0x47a4 mem_hci_uart_tx_gpio
+0x47a5 mem_hci_uart_rx_gpio
+0x47a6 mem_hci_uart_rts_gpio
+0x47a7 mem_hci_uart_cts_gpio
+0x47a8 mem_hci_pwm_12mhz_gpio
+0x47a4 mem_soft_version_num
+0x47a6 mem_module_wake_up_gpio
+0x47a7 mem_module_state_gpio
+0x47a8 mem_module_connect_state_gpio
+0x47a9 mem_current_packet_length
+0x47ab mem_module_state
+0x47ac mem_module_mcu_wake_pin
+0x47ad mem_module_mcu_wake_delay_us
+0x47b1 mem_module_spp_lpm_mult
+0x47b2 mem_module_le_lpm_mult
+0x47b3 mem_module_bluetooth_stauts_by_command
+0x47b4 mem_module_uart_rx_buffer
+0x47b6 mem_module_uart_rx_buffer_end
+0x47b8 mem_module_uart_tx_buffer
+0x47ba mem_module_uart_tx_buffer_end
+0x47bc mem_module_uarta_baud_rate
+0x47be mem_module_read_vdd_flag
+0x47bf mem_module_read_vdd_count
+0x47c0 mem_module_vdd_quotient
+0x47c1 mem_module_vdd_remainder
+0x47c2 mem_module_ble_data_uart_max_length
+0x47c3 mem_module_flag
+0x47c5 mem_module_hci_notify_len
+0x47c6 mem_module_hci_notify_handle
+0x47c8 mem_module_hci_nofiy_addr
+0x47ca mem_module_hci_notify_type
+0x47cb mem_last_transmite_clock
+0x47cf mem_module_uuid_list
+0x48fb mem_module_uuid_list_end
+0x48fb mem_module_le_att_list
+0x4b53 mem_module_le_att_list_end
+0x4b53 mem_module_nv_data
+0x4b53 mem_module_nv_data0
+0x4b75 mem_module_nv_data1
+0x4b97 mem_module_nv_data2
+0x4bb9 mem_module_nv_data3
+0x4bdb mem_module_nv_data4
+0x4bfd mem_module_nv_data_end
+0x47a4 mem_shutter_bluetooth_type
+0x47a5 mem_shutter_config_eeprom_offset_addr
+0x47a7 mem_shutter_config_eeprom_start_flag
+0x47a9 mem_shutter_config_user_size
+0x47aa mem_shutter_config_label
+0x47ab mem_shutter_config_otp_addr
+0x47ad mem_classic_shutter_cable_unplug_conut
+0x47ae mem_classic_shutter_hid_disconn_count
+0x47af mem_classic_shutter_random_mac_offset_addr
+0x47b1 mem_ble_shutter_enable_notify
+0x47b2 mem_ble_shutter_reconn_adv_interval
+0x47b4 mem_ble_shutter_discovery_adv_interval
+0x47b6 mem_ble_shutter_reconn_timeout
+0x47b8 mem_ble_shutter_reconn_timer
+0x47ba mem_ble_shutter_reconn_blink_on_time
+0x47bc mem_ble_shutter_reconn_blink_off_time
+0x47be mem_ble_shutter_discovery_blink_on_time
+0x47c0 mem_ble_shutter_discovery_blink_off_time
+0x47c2 mem_ble_shutter_interval_min
+0x47c4 mem_ble_shutter_interval_max
+0x47c6 mem_ble_shutter_latency
+0x47c8 mem_ble_shutter_timeout
+0x47ca mem_ble_shutter_interval_min_new
+0x47cc mem_ble_shutter_interval_max_new
+0x47ce mem_ble_shutter_latency_new
+0x47d0 mem_ble_shutter_timeout_new
+0x47d2 mem_classic_shutter_discovery_timeout
+0x47d4 mem_classic_shutter_connect_timeout
+0x47d6 mem_ble_shutter_discovery_timeout
+0x47d8 mem_ble_shutter_connect_timeout
+0x47da mem_shutter_sleep_timeout
+0x47dc mem_shutter_sleep_timer
+0x47de mem_shutter_hard_soft_switch_case
+0x47df mem_shutter_soft_switch_button_gpio
+0x47e0 mem_shutter_soft_switch_power_state
+0x47e1 mem_shutter_soft_switch_poweron_time
+0x47e2 mem_shutter_soft_switch_poweroff_time
+0x47e3 mem_shutter_soft_switch_poweron_callback_function
+0x47e5 mem_shutter_soft_switch_poweroff_callback_function
+0x47e7 mem_shutter_keyscan
+0x47e7 mem_shutter_key_num
+0x47e8 mem_cb_shutter_keycan
+0x47ea mem_shutter_key_conf0
+0x47eb mem_shutter_key_conf1
+0x47ec mem_shutter_key_conf2
+0x47ed mem_shutter_key_conf3
+0x47ee mem_shutter_key_conf4
+0x47ef mem_shutter_key_conf5
+0x47f0 mem_shutter_key_conf6
+0x47f1 mem_shutter_key_conf7
+0x47f2 mem_key0_press
+0x47f7 mem_key1_press
+0x47fc mem_key2_press
+0x4801 mem_key3_press
+0x4806 mem_key4_press
+0x480b mem_key5_press
+0x4810 mem_key6_press
+0x4815 mem_key7_press
+0x481a mem_key0_release
+0x481f mem_key1_release
+0x4824 mem_key2_release
+0x4829 mem_key3_release
+0x482e mem_key4_release
+0x4833 mem_key5_release
+0x4838 mem_key6_release
+0x483d mem_key7_release
+0x4842 mem_ble_data_buffer1
+0x4847 mem_ble_data_buffer2
+0x484c mem_ble_data_buffer3
+0x4851 mem_ble_data_buffer4
+0x4856 mem_ble_data_buffer5
+0x485b mem_ble_data_buffer6
+0x4860 mem_ble_data_buffer7
+0x4865 mem_ble_data_buffer8
+0x486a mem_ble_data_buffer9_58
+0x489c mem_classic_data_buffer
+0x48a1 mem_classic_data_buffer1
+0x48a6 mem_classic_data_buffer2
+0x48ab mem_classic_data_buffer3
+0x48b0 mem_classic_data_buffer4
+0x48b5 mem_classic_data_buffer5
+0x48ba mem_classic_data_buffer6
+0x48bf mem_classic_data_buffer7
+0x48c4 mem_classic_data_buffer8
+0x48c9 mem_classic_data_buffer9_58
+0x48fb mem_queue_each_size
+0x48fc mem_queue_length
+0x48fd mem_queue_curr_num
+0x48fe mem_queue_read_ptr
+0x48ff mem_queue_write_ptr
+0x4900 mem_queue_ele
+0x4920 mem_shutter_nv_data
+0x49ca mem_shutter_led_struct_app_led
+0x49ca mem_shutter_led_struct_app_led_type
+0x49cb mem_shutter_led_struct_app_led_blink_count
+0x49cc mem_shutter_led_struct_app_led_gpio
+0x49cd mem_shutter_led_struct_app_led_on_time
+0x49cf mem_shutter_led_struct_app_led_off_time
+0x49d1 mem_shutter_led_struct_app_led_on_callback
+0x49d3 mem_shutter_led_struct_app_led_off_callback
+0x49d5 mem_shutter_power_off_led_style
+0x49d5 mem_shutter_power_off_led_style_type
+0x49d6 mem_shutter_power_off_led_style_blink_count
+0x49d7 mem_shutter_power_off_led_style_gpio
+0x49d8 mem_shutter_power_off_led_style_on_time
+0x49da mem_shutter_power_off_led_style_off_time
+0x49dc mem_shutter_power_off_led_style_on_callback
+0x49de mem_shutter_power_off_led_style_off_callback
+0x49e0 mem_shutter_soft_swtich_botton_down
+0x49e1 mem_shutter_soft_swtich_led_struct_temp
+0x49ec mem_shutter_power_off_timeout
+0x49ed mem_shutter_power_off_timer
+0x49ee mem_shutter_key_conf0_temp
+0x49f0 mem_shutter_led_struct_app_led_gpio_temp
+0x49f1 mem_shutter_hard_soft_switch_case_temp
+0x49f2 mem_shutter_soft_switch_button_gpio_temp
+
+0x4b46 mem_mesh_unsegmented_access_lower_transport_layer_head
+0x4b47 mem_mesh_unsegmented_access_lower_transport_layer_parameters
+0x4b52 mem_mesh_unsegmented_access_lower_transport_layer_mic
+0x4b46 mem_mesh_segmented_access_lower_transport_layer_head
+0x4b47 mem_mesh_segmented_access_lower_transport_layer_SZMIC_SeqZero_SegO_SegN
+0x4b4a mem_mesh_segmented_access_lower_transport_layer_parameters
+0x4b52 mem_mesh_segmented_access_lower_transport_layer_mic
+0x48e2 mem_k2_EncryptionKey
+0x48d2 mem_k2_PrivacyKey
Index: output/otp.dat
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/otp.dat	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/otp.dat	(working copy)
@@ -0,0 +1,8 @@
+00
+02
+aa
+55
+00
+00
+b3
+23
Index: output/program.lis
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/program.lis	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/program.lis	(working copy)
@@ -0,0 +1,6987 @@
+              include "bt_format "
+              org 0x0000
+0000 c2840021 bbit1 8 ,pf_patch_ext 
+0001 c0000031 beq patch00_0 ,p_soft_reset 
+0002 c001805d beq patch00_3 ,p_main_loop 
+0003 c0410122 beq patch10_2 ,p_shutdown_radio 
+0004 c0418070 beq patch10_3 ,p_set_sync_on 
+0005 c0420077 beq patch10_4 ,p_set_freq_rx 
+0006 c045009d beq patch11_2 ,p_txon_next 
+0007 c0458115 beq patch11_3 ,p_initialize_radio_cont 
+0008 c0460085 beq patch11_4 ,p_save_rssi 
+0009 c04f8129 beq patch13_7 ,p_init_param 
+000a c057012b beq patch15_6 ,p_app_init 
+000b c061832f beq patch18_3 ,p_mouse_start_work 
+000c c0620036 beq patch18_4 ,p_mouse_start_reconnect_device 
+000d c063823f beq patch18_7 ,p_mouse_app_enter_hibernate 
+000e c0648245 beq patch19_1 ,p_mouse_setgpio_hibernate 
+000f c0650278 beq patch19_2 ,p_mouse_lpm_before_common 
+0010 c06600c3 beq patch19_4 ,p_mouse_adc_read_start 
+0011 c0670519 beq patch19_6 ,p_mouse_motion 
+0012 c06785ee beq patch19_7 ,p_mouse_dpi_process 
+0013 c068033f beq patch1a_0 ,p_mouse_seting_dpi 
+0014 c0688555 beq patch1a_1 ,p_mouse_check_key_gpio 
+0015 c0698356 beq patch1a_3 ,p_mouse_init_sunt 
+0016 c06a053d beq patch1a_4 ,p_mouse_sensor_poweron 
+0017 c06b029b beq patch1a_6 ,p_mouse_priority_bb_event 
+0018 c06c8384 beq patch1b_1 ,p_mouse_bb_event_timer 
+0019 c06d04a3 beq patch1b_2 ,p_mouse_start_discovery 
+001a c06d84ad beq patch1b_3 ,p_mouse_stop_discovery 
+001b c06f058d beq patch1b_6 ,p_mouse_idle 
+001c c06f8050 beq patch1b_7 ,p_mouse_ready_reconnection_by_button 
+001d c0708048 beq patch1c_1 ,p_mouse_led_off 
+001e c0710044 beq patch1c_2 ,p_mouse_led_on 
+001f c07404b4 beq patch1d_0 ,p_hid_rx_process 
+0020 2020137c branch loop 
+
+pf_patch_ext:
+0021 c00d04c8 beq patch23_2 ,p_send_lmp 
+0022 c0100042 beq patch24_0 ,p_twspi_reset 
+0023 c01980a3 beq patch26_3 ,p_adc_init_data 
+0024 c01a00a8 beq patch26_4 ,p_enable_adc 
+0025 c04384b0 beq patch30_7 ,p_ui_timer_check 
+0026 c05084d2 beq patch34_1 ,p_le_slave_match 
+0027 c05184dc beq patch34_3 ,p_le_slave_unsync 
+0028 c05a84de beq patch36_5 ,p_le_transmit 
+0029 c06004e8 beq patch38_0 ,p_le_parse_l2cap 
+002a c06e832b beq patch3b_5 ,p_g24_dispatch 
+002b c07102f7 beq patch3c_2 ,p_g24_pair_dispatch 
+002c c07482ff beq patch3d_1 ,p_g24_reconn_dispatch 
+002d c07501e7 beq patch3d_2 ,p_g24_transmit_no_interrupt 
+002e c076050e beq patch3d_4 ,p_g24_lpm_wait 
+002f c076861e beq patch3d_5 ,p_power_ctrl_start 
+0030 2020137c branch loop 
+
+p_soft_reset:
+0031 20800000 clear_stack 
+0032 204030f3 call app_param_init 
+0033 2455804c ncall p_led_num_check ,wake 
+0034 20403bfd call mouse_xtal_init 
+0035 20200804 branch soft_reset + 3 
+
+p_mouse_start_reconnect_device:
+0036 204003d8 call p_mouse_device_le_reconn_led_config 
+0037 da204939 arg mem_device1_type ,rega 
+0038 6fe0c938 fetch 1 ,mem_device_flag 
+0039 1fe0ffff increase -1 ,pdata 
+003a 1feffe1d mul32 pdata ,29 ,pdata 
+003b 9a20a200 iadd rega ,rega 
+003c efe08011 ifetch 1 ,rega 
+003d 67e0c482 store 1 ,mem_xrecord_mode 
+
+p_mouse_start_reconnect:
+003e 6fe0c482 fetch 1 ,mem_xrecord_mode 
+003f c019bd6f beq rec_3_mode ,mouse3_0_check_reconn_target 
+0040 c01a3d7b beq rec_4_mode ,mouse4_0_check_reconn_target 
+0041 202042eb branch mouse_buletooth_fast_conn_init 
+
+p_twspi_reset:
+0042 6fe0c91f fetch 1 ,mem_mouse_sensor_sclk_gpio 
+0043 20205af8 branch twspi_reset + 1 
+
+p_mouse_led_on:
+0044 18427e00 copy temp ,pdata 
+0045 c17f8000 rtneq gpio_disable 
+0046 1fe20400 copy pdata ,temp 
+0047 20204930 branch mouse_led_on + 1 
+
+p_mouse_led_off:
+0048 18427e00 copy temp ,pdata 
+0049 c17f8000 rtneq gpio_disable 
+004a 1fe20400 copy pdata ,temp 
+004b 2020492c branch mouse_led_off + 1 
+
+p_led_num_check:
+004c 6fe0cbaf fetch 1 ,mem_mouse_flag + 4 
+004d 247a0000 nrtn blank 
+004e 70448c00 jam 0 ,mem_ui_led_struct_num 
+004f 20600000 rtn 
+
+p_mouse_ready_reconnection_by_button:
+0050 6fe0cbb4 fetch 1 ,mem_device_number 
+0051 c1008000 rtneq 1 
+0052 204046c2 call mouse_select_device_number 
+0053 6048c938 storet 1 ,mem_device_flag 
+0054 204003f8 call p_mouse_devide_led_disable 
+0055 2040010b call p_mouse_low_voltage_led_off 
+
+p_mouse_store_device_number_before_reset:
+0056 7041ca00 jam 0 ,mem_link_key_exists 
+0057 204046da call mouse_select_device_enable 
+0058 2040005a call p_mouse_stop_bluetooth_mode 
+0059 202046bd branch mouse_store_device_number_before_reset + 3 
+
+p_mouse_stop_bluetooth_mode:
+005a 6fe1478c fetch 2 ,mem_ui_state_map 
+005b c3838000 rtnbit1 ui_state_bt_reconnect 
+005c 20204318 branch mouse_stop_bluetooth_mode + 2 
+
+p_main_loop:
+005d 2040706c call sp_calc_sequence 
+005e 20407597 call sp_calc_sequence_256 
+005f 20406ea7 call sp_calc_sequence_256_check 
+0060 20401b92 call le_advertising_dispatch 
+0061 2040083a call idle_dispatch 
+0062 20400064 call p_app_process_idle 
+0063 2020081a branch main_loop + 7 
+
+p_app_process_idle:
+0064 20400066 call p_ui_dispatch 
+0065 20203109 branch app_process_idle + 2 
+
+p_ui_dispatch:
+0066 20400068 call p_ui_led_dispatch 
+0067 20207850 branch ui_timer_check 
+
+p_ui_led_dispatch:
+0068 6fe0c48c fetch 1 ,mem_ui_led_struct_num 
+0069 207a0000 rtn blank 
+006a 6fe1448d fetch 2 ,mem_ui_led_struct_ptr 
+006b 1fe22400 copy pdata ,regb 
+006c 1a40a402 add regb ,led_offset_led_gpio ,regb 
+006d efe08012 ifetch 1 ,regb 
+006e c17f8000 rtneq gpio_disable 
+006f 20207813 branch ui_led_dispatch + 2 
+
+p_set_sync_on:
+0070 70890005 jam 0x5 ,modem_en 
+0071 20000002 nop 2 
+0072 70890000 jam 0x0 ,modem_en 
+0073 6fe0c0c5 fetch 1 ,mem_fcomp_div 
+0074 c00c1168 beq xtal_24m ,set_sync_on_24m 
+
+p_set_sync_on_16m:
+0075 708a8729 jam 0x29 ,core_syn_afc_cfg1 
+0076 2020117d branch set_sync_on_16m 
+
+p_set_freq_rx:
+0077 20401190 call set_freq_rx + 1 
+0078 58007676 setarg 0x7676 
+0079 67f10968 store 2 ,0x8968 
+007a 20600000 rtn 
+
+p_mouse_24g_fast_conn_mode_check:
+007b c6930000 rtnmark0 mark_24g 
+007c 6fe24891 fetch 4 ,mem_24g_receiver_addr 
+007d 684a488d fetcht 4 ,mem_24g_fast_conn_addr 
+007e 98467c00 isub temp ,null 
+007f 20228082 branch p_mouse_soft_agc_enable ,zero 
+
+p_mouse_soft_agc_disable:
+0080 7041eaff jam 0xff ,mem_gain_fix 
+0081 20600000 rtn 
+
+p_mouse_soft_agc_enable:
+0082 7041ea00 jam 0 ,mem_gain_fix 
+0083 7041e891 jam tx_power_f17db ,mem_tx_power 
+0084 20600000 rtn 
+
+p_save_rssi:
+0085 6ff089a2 fetch 1 ,modem_nb_pow 
+0086 2feffe06 isolate1 6 ,pdata 
+0087 7920fe07 setflag true ,7 ,pdata 
+0088 67e0c1e9 store 1 ,mem_modem_rssi 
+0089 6ff089a3 fetch 1 ,modem_gain 
+008a 1fe1040f and pdata ,0x0f ,temp 
+008b 18438400 lshift temp ,temp 
+008c 1ff1fe00 rshift4 pdata ,pdata 
+008d 98408400 iadd temp ,temp 
+008e 184fa203 mul32 temp ,3 ,rega 
+008f 6fe0c1e9 fetch 1 ,mem_modem_rssi 
+0090 2040009a call p_byte_sign_extern 
+0091 1fe67e00 sub pdata ,0 ,pdata 
+0092 9a20fe00 iadd rega ,pdata 
+0093 1fe0fff7 increase -9 ,pdata 
+0094 1fe17fff and pdata ,0x1ff ,pdata 
+0095 2feffe08 isolate1 8 ,pdata 
+0096 24208098 nbranch p_save_rssi_store ,true 
+0097 58000000 setarg 0 
+
+p_save_rssi_store:
+0098 67e08019 store 1 ,mem_rssi_hex 
+0099 20600000 rtn 
+
+p_byte_sign_extern:
+009a 2feffe07 isolate1 7 ,pdata 
+009b 24608000 nrtn true 
+009c 202042d4 branch mouse_data_overflow 
+
+p_txon_next:
+009d 6fe0c1e8 fetch 1 ,mem_tx_power 
+009e c04880a0 beq tx_power_f17db ,p_set_tx_power_f17db 
+009f 2020121e branch txon_next + 1 
+
+p_set_tx_power_f17db:
+00a0 708a395b jam 0x5b ,core_tx_pwr_ctrl0 
+00a1 708a3a01 jam 0x01 ,core_tx_pwr_ctrl1 
+00a2 2020122a branch set_rf_ldo_cfg89 
+
+p_adc_init_data:
+00a3 da20099e arg mem_temp_block2 ,rega 
+00a4 d840000c arg 12 ,temp 
+00a5 58000030 setarg efuse_offset_adc_param 
+00a6 20405e63 call efuse_read_data 
+00a7 202060bf branch adc_init_data + 6 
+
+p_enable_adc:
+00a8 6a508a12 fetchr regb ,1 ,core_rf_ldo_cfg6 
+00a9 708a123d jam 0x3d ,core_rf_ldo_cfg6 
+00aa 708a11aa jam 0xaa ,core_rf_ldo_cfg5 
+00ab 708a0a0c jam 0x0c ,core_rf_ldo_en0 
+00ac 6ff08a09 fetch 1 ,core_clkpll_cfg6 
+00ad 79207e07 set1 7 ,pdata 
+00ae 67f08a09 store 1 ,core_clkpll_cfg6 
+00af 708a0b04 jam 0x04 ,core_rf_ldo_en1 
+00b0 2000003c nop 60 
+00b1 708a1600 jam 0 ,core_syn_en 
+00b2 708a1706 jam 6 ,core_rx_en0 
+00b3 2040611a call read_adc_mode 
+00b4 67f08a97 store 1 ,core_gpadc_ctrl 
+00b5 7080dc03 jam 0x03 ,core_sum_ctrl 
+00b6 2000003c nop 60 
+00b7 6ff08053 fetch 1 ,core_sum_en 
+00b8 79207e07 set1 7 ,pdata 
+00b9 67f08053 store 1 ,core_sum_en 
+00ba 200003e8 nop 1000 
+00bb 6ff10150 fetch 2 ,core_adc_sum 
+00bc 67e144a2 store 2 ,mem_adc_current_value 
+00bd 6ff08053 fetch 1 ,core_sum_en 
+00be 793ffe07 set0 7 ,pdata 
+00bf 67f08053 store 1 ,core_sum_en 
+00c0 708a9700 jam 0 ,core_gpadc_ctrl 
+00c1 62508a12 storer regb ,1 ,core_rf_ldo_cfg6 
+00c2 20600000 rtn 
+
+p_mouse_adc_read_start:
+00c3 204000a8 call p_enable_adc 
+00c4 7048f600 jam 0 ,mem_adc_read_timer 
+00c5 20406125 call vdd_calculate_by_mode 
+00c6 67e148e9 store 2 ,mem_mouse_vdd_now_vol 
+00c7 6fe0c4a0 fetch 1 ,mem_adc_config_flag 
+00c8 c08100cf bne adc_config_gpio ,p_mouse_adc_data_process 
+00c9 684948e9 fetcht 2 ,mem_mouse_vdd_now_vol 
+00ca 184ffe08 mul32 temp ,8 ,pdata 
+00cb 1fe6fc0a div pdata ,10 
+00cc 20407dec call get_div_result 
+00cd 9840fe00 iadd temp ,pdata 
+00ce 67e148e9 store 2 ,mem_mouse_vdd_now_vol 
+
+p_mouse_adc_data_process:
+00cf da2048e3 arg mem_mouse_vdd_calculate_set ,rega 
+00d0 20403ed8 call mouse_adc_bat_percent_lowpower_out 
+00d1 6fe0c4a4 fetch 1 ,mem_adc_power_flag 
+00d2 c2813f1a bbit1 2 ,mouse_adc_button_press 
+00d3 c28080d6 bbit1 1 ,p_mouse_power_down 
+00d4 c30000d9 bbit0 0 ,p_mouse_adc_no_low_voltage 
+00d5 20203ecc branch mouse_adc_data_process_next 
+
+p_mouse_power_down:
+00d6 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+00d7 c3003f1c bbit0 mouse_enable_1io2led ,mouse_power_down 
+00d8 2020023f branch p_mouse_app_enter_hibernate 
+
+p_mouse_adc_no_low_voltage:
+00d9 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+00da c3003ed0 bbit0 mouse_enable_1io2led ,mouse_adc_no_low_voltage 
+00db d8e00004 arg mouse_low_voltage_flag ,queue 
+00dc 204046f4 call mouse_disable_function_flag 
+00dd 704c4f0c jam 12 ,mem_adc_low_volatage_led_timer_count_new 
+00de 6fe0c8fa fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
+00df 207a0000 rtn blank 
+00e0 7048fa00 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
+00e1 20200108 branch p_mouse_low_voltage_led_off_judge 
+
+p_mouse_check_dpi_blink:
+00e2 78547c00 disable user 
+00e3 6fe0cc44 fetch 1 ,mem_mouse_multi_led_blink_type 
+00e4 1fe67c04 sub pdata ,4 ,null 
+00e5 24628000 nrtn zero 
+00e6 20207e54 branch enable_user 
+
+p_mouse_low_voltage_led_timer:
+00e7 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+00e8 c3004956 bbit0 mouse_enable_1io2led ,mouse_low_voltage_led_timer 
+
+p_mouse_low_voltage_led_timer_new:
+00e9 c4018000 rtnbit0 mouse_enable_low_led 
+00ea 6fe14ac2 fetch 2 ,mem_mouse_discovery_timer 
+00eb 247a0000 nrtn blank 
+00ec 6fe14883 fetch 2 ,mem_24g_pair_timeout 
+00ed 247a0000 nrtn blank 
+00ee 6fe14887 fetch 2 ,mem_24g_reconn_timeout 
+00ef 247a0000 nrtn blank 
+00f0 6fe0cc47 fetch 1 ,mem_mouse_multi_led_powon_timer 
+00f1 247a0000 nrtn blank 
+00f2 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+00f3 c4020000 rtnbit0 mouse_low_voltage_flag 
+00f4 204000e2 call p_mouse_check_dpi_blink 
+00f5 20740000 rtn user 
+00f6 6fe0cc54 fetch 1 ,mem_mouse_multi_low_led_blink_count 
+00f7 203a0111 branch p_mouse_low_led_blink_count_init_judge ,blank 
+
+p_mouse_low_led_blink_timer:
+00f8 6848cc4f fetcht 1 ,mem_adc_low_volatage_led_timer_count_new 
+00f9 18408401 increase 1 ,temp 
+00fa 6048cc4f storet 1 ,mem_adc_low_volatage_led_timer_count_new 
+00fb 6fe0cc4d fetch 1 ,mem_mouse_low_led_blink_timer 
+00fc 98467c00 isub temp ,null 
+00fd 24410106 ncall p_mouse_low_led_timer_count_clean ,positive 
+00fe 6fe0cc4e fetch 1 ,mem_mouse_low_led_blink_half_timer 
+00ff 98467c00 isub temp ,null 
+0100 24210108 nbranch p_mouse_low_voltage_led_off_judge ,positive 
+
+p_mouse_low_voltage_led_on_judge:
+0101 6fe0cc45 fetch 1 ,mem_mouse_led_multi_type 
+0102 c0008415 beq mouse_enable_low_for_led ,p_mouse_device_multi_led_on + 1 
+0103 c0018415 beq mouse_enable_dpi_low_for_led ,p_mouse_device_multi_led_on + 1 
+
+p_mouse_low_voltage_led_on:
+0104 6848cc58 fetcht 1 ,mem_mouse_low_gpio 
+0105 20200421 branch p_mouse_multi_led_on 
+
+p_mouse_low_led_timer_count_clean:
+0106 704c4f01 jam 1 ,mem_adc_low_volatage_led_timer_count_new 
+0107 2040010d call p_mouse_low_led_blink_decrease 
+
+p_mouse_low_voltage_led_off_judge:
+0108 6fe0cc45 fetch 1 ,mem_mouse_led_multi_type 
+0109 c0008427 beq mouse_enable_low_for_led ,p_mouse_device_multi_led_off + 1 
+010a c0018427 beq mouse_enable_dpi_low_for_led ,p_mouse_device_multi_led_off + 1 
+
+p_mouse_low_voltage_led_off:
+010b 6848cc58 fetcht 1 ,mem_mouse_low_gpio 
+010c 2020043e branch p_mouse_multi_led_off 
+
+p_mouse_low_led_blink_decrease:
+010d 6fe0cc54 fetch 1 ,mem_mouse_multi_low_led_blink_count 
+010e 1fe0ffff increase -1 ,pdata 
+010f 67e0cc54 store 1 ,mem_mouse_multi_low_led_blink_count 
+0110 20600000 rtn 
+
+p_mouse_low_led_blink_count_init_judge:
+0111 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+0112 c2820108 bbit1 mouse_enable_low_led_blink_limit ,p_mouse_low_voltage_led_off_judge 
+0113 204003b7 call p_mouse_multi_low_led_blink_count_init 
+0114 202000f8 branch p_mouse_low_led_blink_timer 
+
+p_initialize_radio_cont:
+0115 708a8be6 jam 0xe6 ,core_syn_aac_cfg1 
+0116 2040126a call initialize_syn_afc_cfg1 
+0117 20401271 call initialize_rf_ldo_cfg1 
+0118 20401277 call initialize_rc_cal 
+0119 708a6d09 jam 0x09 ,core_rx_bq_cfg0 
+011a 708a0305 jam 5 ,core_clkpll_cfg0 
+011b 708a7a94 jam 0x94 ,core_rx_iqadc_cfg 
+011c 708a0e0b jam 0x0b ,core_rf_ldo_cfg2 
+011d 708a0f05 jam 0x05 ,core_rf_ldo_cfg3 
+011e 708a8390 jam 0x90 ,core_syn_pfd_lkd_cfg 
+011f 708a8500 jam 0x00 ,core_syn_loopdiv_dsm_cfg 
+0120 70892140 jam 0x40 ,core_rx_ctrl1 
+0121 2020125d branch initialize_radio_cont + 8 
+
+p_shutdown_radio:
+0122 6fe0c1ea fetch 1 ,mem_gain_fix 
+0123 67e08964 store 1 ,mem_temp 
+0124 20401150 call shutdown_radio + 1 
+0125 708a0a00 jam 0x00 ,core_rf_ldo_en0 
+0126 6fe08964 fetch 1 ,mem_temp 
+0127 67e0c1ea store 1 ,mem_gain_fix 
+0128 20600000 rtn 
+
+p_init_param:
+0129 70008000 jam 0 ,mem_lmo_tid2 
+012a 202013b7 branch init_param_next + 1 
+
+p_app_init:
+012b 793f8034 set0 mark_adc_enable ,mark 
+012c 20406df3 call enable_authrom 
+012d 2040016d call p_mouse_setting_config 
+012e 204041a7 call mouse_init_sunt 
+012f 20758000 rtn wake 
+0130 20400341 call p_mouse_seting_sensor_type 
+0131 20403d8a call mouse_usb_check_enable 
+0132 20404728 call mouse_drawing_optima_init 
+0133 20400195 call p_mouse_cb_fuction 
+0134 2040054c call p_mouse_sensor_powerdown 
+0135 20203bc9 branch mouse_init + 8 
+
+p_mouse_double_dpi_judge:
+0136 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0137 c41e8000 rtnbit0 mouse_enable_double_dpi_key 
+0138 6fe0cc3b fetch 1 ,mem_dpi_another_button_gpio 
+0139 c283813c bbit1 gpio_active_bit ,p_mouse_another_dpi_connect_vin 
+
+p_mouse_another_dpi_connect_gnd:
+013a 704c3a00 jam 0 ,mem_mouse_another_dpi_connect_vin_flag 
+013b 20600000 rtn 
+
+p_mouse_another_dpi_connect_vin:
+013c 704c3a01 jam 1 ,mem_mouse_another_dpi_connect_vin_flag 
+013d 20600000 rtn 
+
+p_mouse_le_name_load:
+013e 6fe44c1f fetch 8 ,mem_le_name_patch 
+013f 207a0000 rtn blank 
+0140 6fe0cc1e fetch 1 ,mem_le_name_patch_len 
+0141 1fe22200 copy pdata ,rega 
+0142 1fe67c0b sub pdata ,11 ,null 
+0143 24210154 nbranch p_mouse_le_name_patch_len_overflow ,positive 
+0144 2040014d call p_mouse_le_name_clear 
+0145 d8a04adb arg mem_le_adv_swift_pair + 9 ,contw 
+0146 2040014a call p_mouse_le_name_load_next 
+0147 d8a0440a arg mem_le_scan_data + 2 ,contw 
+0148 2040014a call p_mouse_le_name_load_next 
+0149 d8a042f8 arg mem_le_name ,contw 
+
+p_mouse_le_name_load_next:
+014a d8c04c1f arg mem_le_name_patch ,contr 
+014b 1a227200 copy rega ,loopcnt 
+014c 20207d5f branch memcpy 
+
+p_mouse_le_name_clear:
+014d d8a04adb arg mem_le_adv_swift_pair + 9 ,contw 
+014e 20400152 call p_mouse_le_name_clear_next 
+014f d8a0440a arg mem_le_scan_data + 2 ,contw 
+0150 20400152 call p_mouse_le_name_clear_next 
+0151 d8a042f8 arg mem_le_name ,contw 
+
+p_mouse_le_name_clear_next:
+0152 df20000b arg 11 ,loopcnt 
+0153 20207d26 branch clear_mem 
+
+p_mouse_le_name_patch_len_overflow:
+0154 2040016a call p_mouse_le_swift_pair_disable 
+0155 6fe0cc1e fetch 1 ,mem_le_name_patch_len 
+0156 1fe0fe01 increase 1 ,pdata 
+0157 67e0cad2 store 1 ,mem_le_adv_swift_pair 
+0158 704ad309 jam 9 ,mem_le_adv_swift_pair + 1 
+0159 d8c04c1f arg mem_le_name_patch ,contr 
+015a d8a04ad4 arg mem_le_adv_swift_pair + 2 ,contw 
+015b 1a227200 copy rega ,loopcnt 
+015c 20407d5f call memcpy 
+015d 6fe0cc1e fetch 1 ,mem_le_name_patch_len 
+015e 1fe0fe01 increase 1 ,pdata 
+015f 67e0c408 store 1 ,mem_le_scan_data 
+0160 70440909 jam 9 ,mem_le_scan_data + 1 
+0161 d8c04c1f arg mem_le_name_patch ,contr 
+0162 d8a0440a arg mem_le_scan_data + 2 ,contw 
+0163 1a227200 copy rega ,loopcnt 
+0164 20407d5f call memcpy 
+0165 d8c04c1e arg mem_le_name_patch_len ,contr 
+0166 d8a042f7 arg mem_le_name_len ,contw 
+0167 1a227200 copy rega ,loopcnt 
+0168 1f20f201 increase 1 ,loopcnt 
+0169 20207d5f branch memcpy 
+
+p_mouse_le_swift_pair_disable:
+016a d8a04ad2 arg mem_le_adv_swift_pair ,contw 
+016b df200014 arg 20 ,loopcnt 
+016c 20207d26 branch clear_mem 
+
+p_mouse_setting_config:
+016d 20758000 rtn wake 
+016e 20402607 call g24_transmit_init 
+016f 204022ff call g24_chmap_param_init 
+0170 20403f1e call mouse_gpio_init 
+0171 204003ab call p_mouse_mos_off 
+0172 2040013e call p_mouse_le_name_load 
+0173 20403d13 call mouse_param_init 
+0174 204003ae call p_mouse_device_multi_led_parm_init 
+0175 20400136 call p_mouse_double_dpi_judge 
+0176 2040018f call p_mouse_store_normal_tx_power 
+0177 20401b16 call le_set_config_fixed_ltk 
+0178 20401b3f call le_set_justwork 
+0179 20401b32 call le_set_fixed_ltk 
+017a 20401b1e call le_set_config_read_authentication 
+017b 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+017c c289817f bbit1 mouse_enable_eeprom ,p_mouse_load_eeprom_info_check 
+017d c28945f6 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
+017e 20600000 rtn 
+
+p_mouse_load_eeprom_info_check:
+017f 20405da5 call iicd_read_init_pin 
+0180 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0181 2feffe09 isolate1 mouse_enable_2k_eeprom ,pdata 
+0182 2440ddbf ncall clear_eeprom_size_2k ,true 
+0183 2040463b call mouse_eeprom_load_recon_info 
+0184 6fe14990 fetch 2 ,mem_store_flag 
+0185 d840aa55 arg eeprom_init_flag ,temp 
+0186 98467c00 isub temp ,null 
+0187 2022c5e2 branch mouse_load_device_info ,zero 
+0188 60494990 storet 2 ,mem_store_flag 
+0189 204045e7 call mouse_ble_init_address 
+018a 6fe0cab4 fetch 1 ,mem_device_flag_temp 
+018b 67e0c938 store 1 ,mem_device_flag 
+
+p_mouse_load_default_dpi:
+018c 6fe0c926 fetch 1 ,mem_config_sensor_dpi 
+018d 67e0c992 store 1 ,mem_mouse_dpi 
+018e 20600000 rtn 
+
+p_mouse_store_normal_tx_power:
+018f 6fe0c1e8 fetch 1 ,mem_tx_power 
+0190 67e0cc90 store 1 ,mem_normal_tx_power 
+0191 20600000 rtn 
+
+p_mouse_fetch_normal_tx_power:
+0192 6fe0cc90 fetch 1 ,mem_normal_tx_power 
+0193 67e0c1e8 store 1 ,mem_tx_power 
+0194 20600000 rtn 
+
+p_mouse_cb_fuction:
+0195 5800019a setarg p_mouse_24g_package_data 
+0196 67e1489b store 2 ,mem_cb_24g_transmit_data 
+0197 580001b9 setarg p_mouse_24g_search_dongle 
+0198 67e1489d store 2 ,mem_cb_24g_search_receiver 
+0199 20203bd3 branch mouse_cb_fuction + 4 
+
+p_mouse_24g_package_data:
+019a c6930000 rtnmark0 mark_24g 
+019b 20403f70 call mouse_motion 
+019c 24740000 nrtn user 
+019d 6fe0ccc5 fetch 1 ,mem_long_sleep_flag 
+019e 704cc500 jam 0 ,mem_long_sleep_flag 
+019f 245a01b7 ncall p_mouse_short_sleep_clear_wake ,blank 
+01a0 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+01a1 c30a81a4 bbit0 mouse_enable_keyboard ,p_mouse_24g_mouse_package_data 
+01a2 6fe0cb8b fetch 1 ,mem_customer_key 
+01a3 243a4884 nbranch mouse_24g_keyboard_package_data ,blank 
+
+p_mouse_24g_mouse_package_data:
+01a4 204042cb call mouse_data_xy_release 
+01a5 6fe0c836 fetch 1 ,mem_24g_data_type 
+01a6 c28081b3 bbit1 1 ,p_mouse_24g_mouse_package_data_now 
+01a7 6848c7c7 fetcht 1 ,mem_24g_txbuf + 1 
+01a8 6fe0c8d0 fetch 1 ,mem_mouse_key 
+01a9 9841fe00 ior temp ,pdata 
+01aa 67e0c8d0 store 1 ,mem_mouse_key 
+01ab 6848c7cc fetcht 1 ,mem_24g_txbuf + 6 
+01ac 6fe0c8d5 fetch 1 ,mem_mouse_z 
+01ad 9840fe00 iadd temp ,pdata 
+01ae 67e0c8d5 store 1 ,mem_mouse_z 
+01af 6848c7cd fetcht 1 ,mem_24g_txbuf + 7 
+01b0 6fe0c8d6 fetch 1 ,mem_mouse_tz 
+01b1 9840fe00 iadd temp ,pdata 
+01b2 67e0c8d6 store 1 ,mem_mouse_tz 
+
+p_mouse_24g_mouse_package_data_now:
+01b3 70483601 jam type_ms ,mem_24g_data_type 
+01b4 da200007 arg 7 ,rega 
+01b5 da4048d0 arg mem_mouse_key ,regb 
+01b6 202026e1 branch g24_transmit_by_interrupt_enable 
+
+p_mouse_short_sleep_clear_wake:
+01b7 20407fdc call clear_wake 
+01b8 202015b1 branch lpm_write_gpio_wakeup 
+
+p_mouse_24g_search_dongle:
+01b9 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+01ba c40b0000 rtnbit0 mouse_enable_24g_search_dongle 
+01bb 6fe0caae fetch 1 ,mem_mouse_long_mult_flag 
+01bc 207a0000 rtn blank 
+01bd 6fe0c8a7 fetch 1 ,mem_24g_abort_pac 
+01be 207a0000 rtn blank 
+01bf 6fe0cba1 fetch 1 ,mem_mouse_search_dongle_interval 
+01c0 1fe0fe01 increase 1 ,pdata 
+01c1 1fe17e03 and_into 3 ,pdata 
+01c2 67e0cba1 store 1 ,mem_mouse_search_dongle_interval 
+01c3 247a0000 nrtn blank 
+01c4 704ba200 jam 0 ,mem_mouse_search_dongle_ch 
+
+p_mouse_24g_search_dongle_loop:
+01c5 6fe0cba2 fetch 1 ,mem_mouse_search_dongle_ch 
+01c6 1fe0fe01 increase 1 ,pdata 
+01c7 67e0cba2 store 1 ,mem_mouse_search_dongle_ch 
+01c8 1fe67c08 sub pdata ,g24_ch_number ,null 
+01c9 242101cf nbranch p_mouse_24g_search_dongle_loop_end ,positive 
+01ca 2040259a call g24_reconn_data_prep 
+01cb 2040265b call g24_transmit_receive_ack 
+01cc 242c01e5 nbranch p_mouse_24g_search_dongle_loop_retry ,sync 
+01cd 243781e5 nbranch p_mouse_24g_search_dongle_loop_retry ,user3 
+01ce 204001dc call p_mouse_24g_search_dongle_success 
+
+p_mouse_24g_search_dongle_loop_end:
+01cf 20402597 call g24_txbuf_clear 
+01d0 6fe0cba3 fetch 1 ,mem_mouse_search_dongle_count 
+01d1 1fe0fe01 increase 1 ,pdata 
+01d2 67e0cba3 store 1 ,mem_mouse_search_dongle_count 
+01d3 c1880000 rtnne g24_ch_poll_count 
+
+p_mouse_24g_search_dongle_check:
+01d4 704ba300 jam 0 ,mem_mouse_search_dongle_count 
+01d5 6fe0cba4 fetch 1 ,mem_mouse_search_dongle_action 
+01d6 c3800000 rtnbit1 g24_disconn_state 
+01d7 79207e00 set1 g24_disconn_state ,pdata 
+01d8 67e0cba4 store 1 ,mem_mouse_search_dongle_action 
+01d9 6fe14bbc fetch 2 ,mem_mouse_24g_search_dongle_time_init 
+01da 67e14ab2 store 2 ,mem_mouse_no_data_timer 
+01db 2020054c branch p_mouse_sensor_powerdown 
+
+p_mouse_24g_search_dongle_success:
+01dc 6fe0c8a7 fetch 1 ,mem_24g_abort_pac 
+01dd 203a488c branch mouse_24g_search_dongle_init ,blank 
+01de 704ba300 jam 0 ,mem_mouse_search_dongle_count 
+01df 6fe0cba4 fetch 1 ,mem_mouse_search_dongle_action 
+01e0 c4000000 rtnbit0 g24_disconn_state 
+01e1 793ffe00 set0 g24_disconn_state ,pdata 
+01e2 67e0cba4 store 1 ,mem_mouse_search_dongle_action 
+01e3 20404544 call mouse_no_data_timer_init 
+01e4 20200358 branch p_mouse_init_sensor_wakeup 
+
+p_mouse_24g_search_dongle_loop_retry:
+01e5 204022cb call g24_ch 
+01e6 202001c5 branch p_mouse_24g_search_dongle_loop 
+
+p_g24_transmit_no_interrupt:
+01e7 20402631 call g24_txdata_prep 
+01e8 24340280 nbranch p_g24_nodata_transmit ,user 
+
+p_g24_transmit_start:
+01e9 204001f7 call p_g24_transmit_process 
+01ea 204026ee call power_ctrl_start 
+01eb 2040007b call p_mouse_24g_fast_conn_mode_check 
+01ec 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+01ed 243a01f2 nbranch p_g24_short_sleep ,blank 
+01ee 6fe448b0 fetch 8 ,mem_24g_long_sleep_set 
+01ef 67e4485c store 8 ,mem_24g_enter_hibernate 
+01f0 6fe148c2 fetch 2 ,mem_24g_long_sleep_param_update_timer_init 
+01f1 67e148c4 store 2 ,mem_24g_long_sleep_param_update_timer 
+
+p_g24_short_sleep:
+01f2 204026bb call g24_lpm_wait 
+01f3 24740000 nrtn user 
+01f4 20407fdc call clear_wake 
+01f5 6fe1c8ad fetch 3 ,mem_24g_short_sleep_set 
+01f6 202026b8 branch g24_long_sleep2 
+
+p_g24_transmit_process:
+01f7 7048a600 jam 0 ,mem_24g_retry 
+
+p_g24_transmit_loop:
+01f8 6961015f fetchr timeup ,2 ,mem_param_rx_setup 
+01f9 34730200 until clkn_rt ,meet 
+01fa 2040265b call g24_transmit_receive_ack 
+01fb 6fe0c82c fetch 1 ,mem_24g_no_ack 
+01fc c000a651 beq no_ack_24g ,g24_transmit_no_ack 
+01fd 242c0202 nbranch p_g24_retransmit ,sync 
+01fe 24378202 nbranch p_g24_retransmit ,user3 
+01ff 20402672 call g24_ackpayload_parse 
+0200 20400233 call p_mouse_wakeup_24g 
+0201 20202651 branch g24_transmit_no_ack 
+
+p_g24_retransmit:
+0202 6fe0cac5 fetch 1 ,mem_mouse_need_soft_reset 
+0203 247a0000 nrtn blank 
+0204 20400221 call p_mouse_select_device_by_pb_button 
+0205 20400215 call p_mouse_select_device_by_dpi_button_once 
+0206 6fe0c8a7 fetch 1 ,mem_24g_abort_pac 
+0207 247a0000 nrtn blank 
+0208 6fe148a3 fetch 2 ,mem_24g_txfail_cnt 
+0209 1fe0fe01 increase 1 ,pdata 
+020a 67e148a3 store 2 ,mem_24g_txfail_cnt 
+020b 6fe0c8a4 fetch 1 ,mem_24g_txfail_cnt + 1 
+020c c280a679 bbit1 1 ,g24_tx_attempt_fail 
+020d 2040267e call g24_transmit_hop_process 
+020e 20400210 call p_delay_40ms 
+020f 202001f8 branch p_g24_transmit_loop 
+
+p_delay_40ms:
+0210 6fe0c8a4 fetch 1 ,mem_24g_txfail_cnt + 1 
+0211 1fe67c00 sub pdata ,0x00 ,null 
+0212 20610000 rtn positive 
+0213 df200028 arg 40 ,loopcnt 
+0214 20207d13 branch delay_ms_wait 
+
+p_mouse_select_device_by_dpi_button_once:
+0215 d8e0000c arg 12 ,queue 
+0216 20407d74 call timer_check 
+0217 247a0000 nrtn blank 
+0218 2040021d call p_mouse_dpi_check_once 
+0219 2040407c call mouse_dpi_key_check_long_press 
+
+p_mouse_g24_retransmit_100ms_timer_init:
+021a d8e0000c arg 12 ,queue 
+021b 580000a0 setarg 160 
+021c 20207d66 branch timer_init 
+
+p_mouse_dpi_check_once:
+021d 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+021e c4140000 rtnbit0 mouse_enable_select_device_by_dpi_button 
+021f 202005a0 branch p_mouse_dpi_check 
+
+p_mouse_select_device_by_pb_button_check_once:
+0220 704b9403 jam 0x03 ,mem_mouse_pbkey_press_status 
+
+p_mouse_select_device_by_pb_button:
+0221 6fe0c91b fetch 1 ,mem_config_select_device_button_gpio 
+0222 c17f8000 rtneq gpio_disable 
+0223 6fe0c9bf fetch 1 ,mem_store_information_delay_timer 
+0224 247a0000 nrtn blank 
+0225 da200000 arg 0 ,rega 
+0226 704b9606 jam mouse_pb_key ,mem_mouse_key_temp 
+0227 6848c91b fetcht 1 ,mem_config_select_device_button_gpio 
+0228 2040466a call mouse_pb_button_check 
+0229 67e0cb94 store 1 ,mem_mouse_pbkey_press_status 
+022a 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+022b c07f8230 beq gpio_disable ,p_mouse_3io6key_pb_button_check_end 
+022c 20404168 call mouse_matrix_public_gpio_reset 
+
+p_mouse_select_device_by_pb_button_exit:
+022d 1a227e00 copy rega ,pdata 
+022e c283468d bbit1 mouse_pb_key ,mouse_select_device_button_down + 2 
+022f 20204680 branch mouse_select_device_button_up 
+
+p_mouse_3io6key_pb_button_check_end:
+0230 6848c91b fetcht 1 ,mem_config_select_device_button_gpio 
+0231 20403f56 call mouse_gpio_config_input_pu 
+0232 2020022d branch p_mouse_select_device_by_pb_button_exit 
+
+p_mouse_wakeup_24g:
+0233 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+0234 245a0237 ncall p_mouse_wakeup_24g_from_long_sleep ,blank 
+0235 704be100 jam 0 ,mem_sensor_shutdown_flag 
+0236 20600000 rtn 
+
+p_mouse_wakeup_24g_from_long_sleep:
+0237 20400358 call p_mouse_init_sensor_wakeup 
+0238 204003a7 call p_mouse_mos_on 
+0239 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+023a c41e0000 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+
+p_mouse_wheel_set_wakeup:
+023b 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+023c 20403f56 call mouse_gpio_config_input_pu 
+023d 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+023e 20203f56 branch mouse_gpio_config_input_pu 
+
+p_mouse_app_enter_hibernate:
+023f 58000006 setarg pan_reg_config 
+0240 20405b0d call twspi_read 
+0241 c281be23 bbit1 3 ,mouse_app_enter_hibernate + 3 
+0242 20400547 call p_mouse_sensor_reset 
+0243 2040054c call p_mouse_sensor_powerdown 
+0244 20203e23 branch mouse_app_enter_hibernate + 3 
+
+p_mouse_setgpio_hibernate:
+0245 204042e9 call mouse_set_sdio_high 
+0246 20407fdc call clear_wake 
+0247 2040044e call p_mouse_logo_led_off 
+0248 20404015 call mouse_before_hibernate_wheel_gpio_set 
+0249 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+024a 20406069 call gpio_out_active 
+024b 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+024c 20406042 call gpio_clr_wake 
+024d 6fe0c920 fetch 1 ,mem_mouse_sensor_sdio_gpio 
+024e 20400587 call p_mouse_gpio_config_output_high 
+024f d8400003 arg 3 ,temp 
+0250 20403f56 call mouse_gpio_config_input_pu 
+0251 20400278 call p_mouse_lpm_before_common 
+0252 20406082 call gpio_pd_idle 
+0253 20400434 call p_mouse_device_multi_led_all_off 
+0254 d8400013 arg 19 ,temp 
+0255 20403f56 call mouse_gpio_config_input_pu 
+0256 2040025a call p_mouse_device_switch_gpio_high_impedance 
+0257 204003ab call p_mouse_mos_off 
+0258 2040025e call p_mouse_adc_gpio_set_before_hibernate 
+0259 2020026e branch p_mouse_wheel_gpio_set_before_hibernate 
+
+p_mouse_device_switch_gpio_high_impedance:
+025a 6fe0c91e fetch 1 ,mem_device_switch_gpio 
+025b c17f8000 rtneq gpio_disable 
+025c 6848c91e fetcht 1 ,mem_device_switch_gpio 
+025d 2020607f branch gpio_set_high_impedance 
+
+p_mouse_adc_gpio_set_before_hibernate:
+025e 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+025f c2800262 bbit1 mouse_enable_1io2led ,p_mouse_adc_gpio_set_before_hibernate_next 
+0260 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0261 c40a0000 rtnbit0 mouse_enable_adc 
+
+p_mouse_adc_gpio_set_before_hibernate_next:
+0262 20400266 call p_mouse_adc_gpio_set 
+0263 6fe0c8fc fetch 1 ,mem_adc_channel_gpio 
+0264 d84000c0 arg gpcfg_no_ie ,temp 
+0265 20206093 branch gpio_config_function_int 
+
+p_mouse_adc_gpio_set:
+0266 6848c4a1 fetcht 1 ,mem_adc_channel 
+0267 18467c03 sub temp ,3 ,null 
+0268 2021026c branch p_mouse_adc_gpio_4_7_set ,positive 
+0269 18408405 increase 5 ,temp 
+
+p_mouse_adc_gpio_store:
+026a 6048c8fc storet 1 ,mem_adc_channel_gpio 
+026b 20600000 rtn 
+
+p_mouse_adc_gpio_4_7_set:
+026c 18408404 increase 4 ,temp 
+026d 2020026a branch p_mouse_adc_gpio_store 
+
+p_mouse_wheel_gpio_set_before_hibernate:
+026e 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+026f c41e0000 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+
+p_mouse_wheel_clr_wakeup:
+0270 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+0271 20406042 call gpio_clr_wake 
+0272 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+0273 20406042 call gpio_clr_wake 
+0274 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+0275 20403f54 call mouse_gpio_config_input_pd 
+0276 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+0277 20203f54 branch mouse_gpio_config_input_pd 
+
+p_mouse_lpm_before_common:
+0278 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+0279 20406050 call gpio_config_input 
+027a 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+027b 20406050 call gpio_config_input 
+027c 20403f88 call mouse_wheel_check 
+027d 6fe0c91f fetch 1 ,mem_mouse_sensor_sclk_gpio 
+027e 20400587 call p_mouse_gpio_config_output_high 
+027f 20203e44 branch mouse_lpm_before_common + 4 
+
+p_g24_nodata_transmit:
+0280 6fe0c8a7 fetch 1 ,mem_24g_abort_pac 
+0281 205a028d call p_g24_send_abort_packet ,blank 
+0282 6fe0c8bd fetch 1 ,mem_24g_transmit_by_interrupt 
+0283 c1008000 rtneq g24_tx_timer_int_enable 
+0284 2040269f call g24_search_receiver 
+
+p_g24_long_sleep:
+0285 2040050e call p_g24_lpm_wait 
+0286 24740000 nrtn user 
+0287 204026c4 call g24_setgpio_lpm_before 
+0288 704cc501 jam 1 ,mem_long_sleep_flag 
+0289 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+028a 245a0245 ncall p_mouse_setgpio_hibernate ,blank 
+028b 6fe2485c fetch 4 ,mem_24g_enter_hibernate 
+028c 202026b8 branch g24_long_sleep2 
+
+p_g24_send_abort_packet:
+028d 70483601 jam type_ms ,mem_24g_data_type 
+028e 7048a701 jam 1 ,mem_24g_abort_pac 
+028f 20402642 call g24_transmit_rf_ctrl_clear 
+0290 67e0c7c6 store 1 ,mem_24g_txbuf 
+0291 58000000 setarg 0 
+0292 67e3c7c7 store 7 ,mem_24g_txbuf + 1 
+0293 6fe248a9 fetch 4 ,mem_24g_device_addr 
+0294 67e247ce store 4 ,mem_24g_txbuf + 8 
+0295 7048350c jam 12 ,mem_24g_datalen 
+0296 6fe0c836 fetch 1 ,mem_24g_data_type 
+0297 79207e03 set1 bit_abort ,pdata 
+0298 67e0c836 store 1 ,mem_24g_data_type 
+0299 20402291 call g24_transmit_prep 
+029a 202001e9 branch p_g24_transmit_start 
+
+p_mouse_priority_bb_event:
+029b 1a627e00 copy regc ,pdata 
+029c c00082b1 beq bt_evt_bb_connected ,p_mouse_bb_event_connected 
+029d c01e02cc beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+029e c01c82c7 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
+029f c01d02dd beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+02a0 c01902b9 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
+02a1 c00a82b3 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
+02a2 c00a02ae beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
+02a3 c02002c0 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
+02a4 c00902ab beq bt_evt_hid_handshake ,p_mouse_bt_hid_handshake 
+02a5 c00302a7 beq bt_evt_hid_connected ,p_app_hid_connected 
+02a6 20204336 branch mouse_priority_bb_event + 2 
+
+p_app_hid_connected:
+02a7 204042ca call mouse_init_sensor_reset 
+02a8 204003c7 call p_mouse_device_poweron_led_config 
+02a9 204003a7 call p_mouse_mos_on 
+02aa 20203244 branch app_hid_connected 
+
+p_mouse_bt_hid_handshake:
+02ab 70445401 jam app_handshake_done ,mem_app_handshake_flag 
+02ac 20403223 call app_lpm_mult_enable 
+02ad 20204427 branch mouse_bt_hid_handshake + 3 
+
+p_mouse_le_bb_event_connected:
+02ae 204003a7 call p_mouse_mos_on 
+02af 204003c7 call p_mouse_device_poweron_led_config 
+02b0 20204350 branch mouse_le_bb_event_connected 
+
+p_mouse_bb_event_connected:
+02b1 704aae00 jam 0 ,mem_mouse_long_mult_flag 
+02b2 202043fc branch mouse_bb_event_connected + 2 
+
+p_mouse_le_bb_disconnected:
+02b3 58000000 setarg 0 
+02b4 67e14af2 store 2 ,mem_le_battery_level_updata_timer 
+02b5 67e0cc7a store 1 ,mem_mouse_le_send_conn_param_update 
+02b6 67e0cc7b store 1 ,mem_mouse_le_send_conn_param_update_timer 
+02b7 67e0cac6 store 1 ,mem_mouse_le_bb_connected_flag 
+02b8 20204366 branch mouse_le_bb_disconnected + 7 
+
+p_mouse_le_ll_start_encryt:
+02b9 6fe0cac7 fetch 1 ,mem_mouse_le_reconnect_flag 
+02ba c00082bd beq 1 ,p_mouse_le_ll_reconn_start_encryt 
+02bb 704b7614 jam 20 ,mem_le_start_encrypt_timer 
+02bc 20204373 branch mouse_le_ll_enable_start_enc_flag 
+
+p_mouse_le_ll_reconn_start_encryt:
+02bd 2040436c call mouse_updata_le_param 
+02be 704b760a jam 10 ,mem_le_start_encrypt_timer 
+02bf 20204373 branch mouse_le_ll_enable_start_enc_flag 
+
+p_mouse_le_conn_param_update_rsp_recieved:
+02c0 6fe0cc7a fetch 1 ,mem_mouse_le_send_conn_param_update 
+02c1 247a0000 nrtn blank 
+02c2 704c7a01 jam 1 ,mem_mouse_le_send_conn_param_update 
+02c3 704c7b1e jam 30 ,mem_mouse_le_send_conn_param_update_timer 
+02c4 20600000 rtn 
+
+p_mouse_agc_disable_nomal_power:
+02c5 20400080 call p_mouse_soft_agc_disable 
+02c6 20200192 branch p_mouse_fetch_normal_tx_power 
+
+p_mouse_24g_pairing_complete:
+02c7 204002c5 call p_mouse_agc_disable_nomal_power 
+02c8 20404544 call mouse_no_data_timer_init 
+02c9 204003a7 call p_mouse_mos_on 
+02ca 204003c7 call p_mouse_device_poweron_led_config 
+02cb 20204857 branch mouse_24g_pairing_complete 
+
+p_mouse_24g_attempt_success:
+02cc 204003a7 call p_mouse_mos_on 
+02cd 6fe2483c fetch 4 ,mem_24g_addr 
+02ce 67e24891 store 4 ,mem_24g_receiver_addr 
+02cf 67e24993 store 4 ,mem_mouse_24g_addr 
+02d0 2040257e call g24_ch_syncword_crc8_init 
+02d1 204003c7 call p_mouse_device_poweron_led_config 
+02d2 20404544 call mouse_no_data_timer_init 
+02d3 204042ca call mouse_init_sensor_reset 
+02d4 704aae00 jam 0 ,mem_mouse_long_mult_flag 
+02d5 7048a100 jam 0 ,mem_24g_conn_sm 
+02d6 70488b00 jam 0 ,mem_24g_reconn_type 
+02d7 6fe24891 fetch 4 ,mem_24g_receiver_addr 
+02d8 684a488d fetcht 4 ,mem_24g_fast_conn_addr 
+02d9 98467c00 isub temp ,null 
+02da 20628000 rtn zero 
+02db 204002c5 call p_mouse_agc_disable_nomal_power 
+02dc 20204822 branch mouse_24g_first_store_reconn_info 
+
+p_mouse_24g_attempt_fail:
+02dd 204002c5 call p_mouse_agc_disable_nomal_power 
+02de 6fe0c8a5 fetch 1 ,mem_24g_attempt_fail_flag 
+02df 243a02ee nbranch p_mouse_24g_hibernate_set ,blank 
+02e0 6fe0c88b fetch 1 ,mem_24g_reconn_type 
+02e1 c00102e3 beq fast_conn_and_3_0_addr ,p_mouse_24g_fast_conn_attempt_fail 
+02e2 20204837 branch mouse_24g_attempt_fail + 4 
+
+p_mouse_24g_fast_conn_attempt_fail:
+02e3 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+02e4 c297c811 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
+02e5 c2984811 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
+02e6 c31d4806 bbit0 mouse_enable_24g_auto_pair_nerver_been_paired ,mouse_24g_reconn_dongle_start 
+02e7 6fe24993 fetch 4 ,mem_mouse_24g_addr 
+02e8 684a4974 fetcht 4 ,mem_mouse_compare_addr_ff 
+02e9 98467c00 isub temp ,null 
+02ea 202282ec branch p_mouse_24g_start_pair_mode ,zero 
+02eb 20204806 branch mouse_24g_reconn_dongle_start 
+
+p_mouse_24g_start_pair_mode:
+02ec 70488b00 jam 0 ,mem_24g_reconn_type 
+02ed 20204827 branch mouse_24g_start_pair_mode 
+
+p_mouse_24g_hibernate_set:
+
+p_mouse_24g_hibernate_set_next:
+02ee 7048a500 jam 0 ,mem_24g_attempt_fail_flag 
+02ef 20402652 call g24_transmit_next_packet 
+02f0 5fffffff setarg -1 
+02f1 67e2485c store 4 ,mem_24g_enter_hibernate 
+02f2 58000000 setarg 0 
+02f3 67e3c8d0 store 7 ,mem_mouse_key 
+02f4 704be101 jam 1 ,mem_sensor_shutdown_flag 
+02f5 2040054c call p_mouse_sensor_powerdown 
+02f6 20200285 branch p_g24_long_sleep 
+
+p_g24_pair_dispatch:
+02f7 70488b00 jam default_24g_device ,mem_24g_reconn_type 
+02f8 6fe14beb fetch 2 ,mem_24g_pair_count 
+02f9 1fe0fe01 increase 1 ,pdata 
+02fa 67e14beb store 2 ,mem_24g_pair_count 
+02fb 6fe0cbeb fetch 1 ,mem_24g_pair_count 
+02fc 1fe17eff and pdata ,0xff ,pdata 
+02fd c0002341 beq 0 ,g24_pair_dispatch + 1 
+02fe 20600000 rtn 
+
+p_g24_reconn_dispatch:
+02ff 6fe14889 fetch 2 ,mem_24g_reconn_count 
+0300 d84001f8 arg 0x01f8 ,temp 
+0301 98417e00 iand temp ,pdata 
+0302 203a0307 branch p_g24_reconn_dispatch_next ,blank 
+0303 6fe14889 fetch 2 ,mem_24g_reconn_count 
+0304 1fe0fe01 increase 1 ,pdata 
+0305 67e14889 store 2 ,mem_24g_reconn_count 
+0306 20600000 rtn 
+
+p_g24_reconn_dispatch_next:
+0307 2040259a call g24_reconn_data_prep 
+0308 2040265b call g24_transmit_receive_ack 
+0309 242c0320 nbranch p_g24_reconn_device_fail ,sync 
+030a 24378320 nbranch p_g24_reconn_device_fail ,user3 
+030b 20402672 call g24_ackpayload_parse 
+030c 6fe24877 fetch 4 ,mem_24g_pair_addr 
+030d 684a483c fetcht 4 ,mem_24g_addr 
+030e 98467c00 isub temp ,null 
+030f 2022a32e branch g24_pair_start ,zero 
+0310 6fe248a9 fetch 4 ,mem_24g_device_addr 
+0311 684a483c fetcht 4 ,mem_24g_addr 
+0312 98467c00 isub temp ,null 
+0313 2042831c call p_g24_store_receiver_addr ,zero 
+0314 6fe0c8a1 fetch 1 ,mem_24g_conn_sm 
+0315 793ffe02 set0 state_24g_reconn ,pdata 
+0316 67e0c8a1 store 1 ,mem_24g_conn_sm 
+0317 58000000 setarg 0 
+0318 67e14883 store 2 ,mem_24g_pair_timeout 
+0319 67e14889 store 2 ,mem_24g_reconn_count 
+031a 67e14887 store 2 ,mem_24g_reconn_timeout 
+031b 20202595 branch g24_reconn_attempt_success 
+
+p_g24_store_receiver_addr:
+031c 6fe2480c fetch 4 ,mem_24g_rxpayload + 2 
+031d 207a0000 rtn blank 
+031e 67e24891 store 4 ,mem_24g_receiver_addr 
+031f 2020257e branch g24_ch_syncword_crc8_init 
+
+p_g24_reconn_device_fail:
+0320 6fe0c88c fetch 1 ,mem_24g_fast_conn_enable 
+0321 203a22cb branch g24_ch ,blank 
+0322 6fe14889 fetch 2 ,mem_24g_reconn_count 
+0323 1fe0fe01 increase 1 ,pdata 
+0324 67e14889 store 2 ,mem_24g_reconn_count 
+0325 2feffe09 isolate1 9 ,pdata 
+0326 6fe0c88b fetch 1 ,mem_24g_reconn_type 
+0327 c0020329 beq pair_and_3_0_addr ,p_g24_reconn_pair_and_3_0 
+0328 202025a8 branch g24_reconn_device_fail + 7 
+
+p_g24_reconn_pair_and_3_0:
+0329 2020a575 branch g24_reconn_device_3_0_addr ,true 
+032a 20202339 branch g24_pair_init_param 
+
+p_g24_dispatch:
+032b c513a40e bmark1 mark_24g_rxmode ,g24_receive_dispatch 
+
+p_g24_transmit_dispatch:
+032c c6930000 rtnmark0 mark_24g 
+032d 6fe0c8a1 fetch 1 ,mem_24g_conn_sm 
+032e 2020261d branch g24_transmit_dispatch + 2 
+
+p_mouse_start_work:
+032f 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0330 c297c80a bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_start_auto_pair_mode 
+0331 6fe0c938 fetch 1 ,mem_device_flag 
+0332 c0000334 beq mode_24g_device ,p_mouse_24g_start_mode 
+0333 20203d57 branch mouse_start_work + 5 
+
+p_mouse_24g_start_mode:
+0334 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0335 c308c803 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
+0336 204003cf call p_mouse_device_pair_led_config 
+0337 20403d65 call mouse_wakeup_from_power_check 
+0338 20344806 branch mouse_24g_reconn_dongle_start ,user 
+0339 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+033a c298480c bbit1 mouse_enable_auto_24g_paring ,mouse_24g_reconn_general_dongle 
+033b c318c80c bbit0 mouse_enable_24g_power_on_pairing ,mouse_24g_reconn_general_dongle 
+033c 20404110 call mouse_key_check_once 
+033d 1a217e07 and rega ,0x07 ,pdata 
+033e 202047ff branch mouse_24g_start_mode + 9 
+
+p_mouse_seting_dpi:
+033f 2040408f call mouse_setting_dpi_4_level 
+0340 2040036f call p_mouse_dpi_led_blink_delay 
+
+p_mouse_seting_sensor_type:
+0341 6fe0c927 fetch 1 ,mem_config_sensor_type 
+0342 c0060344 beq s201x ,p_mouse_seting_s201_dpi 
+0343 20204098 branch mouse_seting_sensor_type 
+
+p_mouse_seting_s201_dpi:
+0344 6fe0c992 fetch 1 ,mem_mouse_dpi 
+0345 c0000348 beq mouse_dpi_level1 ,p_mouse_set_s201_dpi_0 
+0346 c000834a beq mouse_dpi_level2 ,p_mouse_set_s201_dpi_2 
+0347 c001034c beq mouse_dpi_level3 ,p_mouse_set_s201_dpi_3 
+
+p_mouse_set_s201_dpi_0:
+0348 6fe0cc91 fetch 1 ,mem_sensor_s201_dpi_0 
+0349 2020034d branch p_mouse_dpi_s201_store 
+
+p_mouse_set_s201_dpi_2:
+034a 6fe0cc93 fetch 1 ,mem_sensor_s201_dpi_2 
+034b 2020034d branch p_mouse_dpi_s201_store 
+
+p_mouse_set_s201_dpi_3:
+034c 6fe0cc94 fetch 1 ,mem_sensor_s201_dpi_3 
+
+p_mouse_dpi_s201_store:
+034d 1fe22200 copy pdata ,rega 
+034e 5800c309 setarg 0xc309 
+034f 20405b0c call twspi_write 
+0350 1a227e00 copy rega ,pdata 
+0351 1fed7e00 lshift8 pdata ,pdata 
+0352 1fe0fe23 add pdata ,0x23 ,pdata 
+0353 20405b0c call twspi_write 
+0354 58000009 setarg 0x0009 
+0355 20205b0c branch twspi_write 
+
+p_mouse_init_sunt:
+0356 20403f65 call mouse_sensor_spi_init 
+0357 20758000 rtn wake 
+
+p_mouse_init_sensor_wakeup:
+0358 20404236 call mouse_sensor_poweron 
+
+p_mouse_init_sensor:
+0359 204041b5 call mouse_read_sensor_id 
+035a c0180360 beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
+035b c018c217 beq p3065_id1 ,mouse_init_p3065 
+035c c02c4220 beq pka8g2_id1 ,mouse_ka8g2_id2_judge 
+035d 204041b2 call mouse_twspi_reset 
+035e 20001af4 nop 6900 
+035f 20200359 branch p_mouse_init_sensor 
+
+p_mouse_init_p32xx_id2_judge:
+0360 6fe0c9c2 fetch 1 ,mem_sensor_id2 
+0361 c0688369 beq p3205_tj3t_id2 ,p_mouse_3205_3t_init_param 
+0362 c02d0364 beq p_mx8650 ,p_mouse_mx8650_init_param 
+0363 202041be branch mouse_init_p32xx_id2_judge + 2 
+
+p_mouse_mx8650_init_param:
+0364 70492705 jam mx8650 ,mem_config_sensor_type 
+0365 20404232 call mouse_sensor_reset 
+0366 20407d12 call delay_10ms 
+0367 da604ca7 arg mem_sensor_8650_init_new ,regc 
+0368 20200542 branch p_mouse_sensor_end 
+
+p_mouse_3205_3t_init_param:
+0369 58000049 setarg 0x49 
+036a 20405b0d call twspi_read 
+036b c050836d beq 0xa1 ,p_mouse_s201x_init_param 
+036c 202041da branch mouse_3205_3t_init_param 
+
+p_mouse_s201x_init_param:
+036d 7049270c jam s201x ,mem_config_sensor_type 
+036e 20600000 rtn 
+
+p_mouse_dpi_led_blink_delay:
+036f 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+0370 c2800373 bbit1 mouse_enable_1io2led ,p_mouse_dpi_led_blink_delay_new1 
+0371 6fe0c923 fetch 1 ,mem_dpi_led_gpio 
+0372 c17f8000 rtneq gpio_disable 
+
+p_mouse_dpi_led_blink_delay_new1:
+0373 6fe14ac2 fetch 2 ,mem_mouse_discovery_timer 
+0374 247a0000 nrtn blank 
+0375 6fe14883 fetch 2 ,mem_24g_pair_timeout 
+0376 247a0000 nrtn blank 
+0377 6fe14887 fetch 2 ,mem_24g_reconn_timeout 
+0378 247a0000 nrtn blank 
+0379 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+037a c2800381 bbit1 mouse_enable_1io2led ,p_mouse_dpi_led_blink_delay_new2 
+037b 6fe0cba7 fetch 1 ,mem_mouse_device_poweron_timer_count 
+037c 247a0000 nrtn blank 
+
+p_mouse_dpi_led_blink_delay_next:
+037d 6fe0cbc1 fetch 1 ,mem_mouse_dpi_led_delay_count_init 
+037e 203a0455 branch p_mouse_dpi_led_blink_init ,blank 
+037f 67e0cba8 store 1 ,mem_mouse_dpi_led_delay_count 
+0380 20600000 rtn 
+
+p_mouse_dpi_led_blink_delay_new2:
+0381 6fe0cc47 fetch 1 ,mem_mouse_multi_led_powon_timer 
+0382 247a0000 nrtn blank 
+0383 2020037d branch p_mouse_dpi_led_blink_delay_next 
+
+p_mouse_bb_event_timer:
+0384 20403e9b call mouse_adc_read 
+0385 204000e7 call p_mouse_low_voltage_led_timer 
+0386 2040232b call g24_pair_timeout_timer 
+0387 20402556 call g24_reconn_timeout_timer 
+0388 204047cd call mouse_24g_long_sleep_param_update_timer 
+0389 204048be call mouse_device_poweron_timer 
+038a 20400452 call p_mouse_dpi_led_blink_delay_timer 
+038b 204003ee call p_mouse_led_multi_timer 
+038c 204003a2 call p_mouse_mos_ctrl_timer 
+038d 20400444 call p_mouse_logo_led_on_timer 
+038e 2040407c call mouse_dpi_key_check_long_press 
+038f 204044cc call mouse_bt_discovery_check 
+0390 2040047e call p_mouse_commbination_key_process 
+0391 204044ff call mouse_check_discovery_timeout_timer 
+0392 2040039e call p_mouse_check_direct_timeout_timer 
+0393 20404512 call mouse_le_enable_att_list_timer 
+0394 20400497 call p_mouse_le_battery_updata_timer 
+0395 20404515 call mouse_le_send_smp_security_request_timer 
+0396 2040049a call p_mouse_le_send_conn_param_update_timer 
+0397 2040452a call mouse_check_hid_handshake_timer 
+0398 2040452d call mouse_bt_check_sniff_req_timeout_timer 
+0399 20404532 call mouse_check_reconnect_delay_long_sleep 
+039a 20404535 call mouse_current_mult_update_timer 
+039b 20404022 call mouse_wheel_trigger_timer 
+039c 20404547 call mouse_store_information_delay_timer 
+039d 2020049d branch p_mouse_check_no_data_timeout_timer 
+
+p_mouse_check_direct_timeout_timer:
+039e da604b77 arg mem_mouse_direct_timer ,regc 
+039f da40450a arg mouse_check_direct_timeout ,regb 
+03a0 2040318a call timer_single_step 
+03a1 20204507 branch mouse_check_direct_timeout_timer + 3 
+
+p_mouse_mos_ctrl_timer:
+03a2 6fe0ccc7 fetch 1 ,mem_mouse_mos_status 
+03a3 c1000000 rtneq off 
+03a4 da604cc8 arg mem_mouse_mos_ctrl_count ,regc 
+03a5 da4003ab arg p_mouse_mos_off ,regb 
+03a6 2020318a branch timer_single_step 
+
+p_mouse_mos_on:
+03a7 704cc8c8 jam 0xc8 ,mem_mouse_mos_ctrl_count 
+03a8 704cc701 jam on ,mem_mouse_mos_status 
+03a9 6848ccc6 fetcht 1 ,mem_mouse_mos_ctrl_gpio 
+03aa 20206069 branch gpio_out_active 
+
+p_mouse_mos_off:
+03ab 704cc700 jam off ,mem_mouse_mos_status 
+03ac 6848ccc6 fetcht 1 ,mem_mouse_mos_ctrl_gpio 
+03ad 20206065 branch gpio_out_inactive 
+
+p_mouse_device_multi_led_parm_init:
+03ae 704c4100 jam 0 ,mem_mouse_multi_led_blink_enable 
+03af 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03b0 c4000000 rtnbit0 mouse_enable_1io2led 
+03b1 20400434 call p_mouse_device_multi_led_all_off 
+
+p_mouse_multi_led_parm_init:
+03b2 704c4400 jam 0 ,mem_mouse_multi_led_blink_type 
+
+p_mouse_multi_low_led_blink_timer_init:
+03b3 6fe0cc4d fetch 1 ,mem_mouse_low_led_blink_timer 
+03b4 1fe37e00 rshift pdata ,pdata 
+03b5 67e0cc4e store 1 ,mem_mouse_low_led_blink_half_timer 
+03b6 20600000 rtn 
+
+p_mouse_multi_low_led_blink_count_init:
+03b7 6fe0cc53 fetch 1 ,mem_mouse_multi_lowled_blink_count_init 
+03b8 67e0cc54 store 1 ,mem_mouse_multi_low_led_blink_count 
+03b9 20600000 rtn 
+
+p_mouse_multi_led_blink_timer_init:
+03ba 6fe0cc44 fetch 1 ,mem_mouse_multi_led_blink_type 
+03bb c00083c1 beq 1 ,p_mouse_device_24g_led_blink_timer_init 
+03bc c00103c3 beq 2 ,p_mouse_device_le_discovery_led_blink_timer_init 
+03bd c00183c5 beq 3 ,p_mouse_device_le_reconn_led_blink_timer_init 
+
+p_mouse_multi_dpi_led_blink_timer_init:
+03be 6fe0cc4b fetch 1 ,mem_mouse_dpi_led_blink_timer_init 
+
+p_mouse_store_multi_led_blink_timer:
+03bf 67e0cc4c store 1 ,mem_mouse_multi_led_blink_timer 
+03c0 20600000 rtn 
+
+p_mouse_device_24g_led_blink_timer_init:
+03c1 6fe0cc48 fetch 1 ,mem_mouse_multi_24gled_blink_timer_init 
+03c2 202003bf branch p_mouse_store_multi_led_blink_timer 
+
+p_mouse_device_le_discovery_led_blink_timer_init:
+03c3 6fe0cc49 fetch 1 ,mem_mouse_multi_le_discovery_blink_timer_init 
+03c4 202003bf branch p_mouse_store_multi_led_blink_timer 
+
+p_mouse_device_le_reconn_led_blink_timer_init:
+03c5 6fe0cc4a fetch 1 ,mem_mouse_multi_le_reconn_blink_timer_init 
+03c6 202003bf branch p_mouse_store_multi_led_blink_timer 
+
+p_mouse_device_poweron_led_config:
+03c7 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03c8 c4000000 rtnbit0 mouse_enable_1io2led 
+03c9 6fe0cc46 fetch 1 ,mem_mouse_multi_led_powon_timer_init 
+03ca 67e0cc47 store 1 ,mem_mouse_multi_led_powon_timer 
+03cb 704c4200 jam multi_led_on ,mem_mouse_multi_led_type 
+
+p_mouse_multi_led_enable:
+03cc 704c4300 jam off ,mem_mouse_multi_led_state 
+03cd 704c4101 jam on ,mem_mouse_multi_led_blink_enable 
+03ce 20600000 rtn 
+
+p_mouse_device_pair_led_config:
+03cf 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03d0 c4000000 rtnbit0 mouse_enable_1io2led 
+
+p_mouse_device_24g_led_blink:
+03d1 704c4401 jam 1 ,mem_mouse_multi_led_blink_type 
+03d2 204003c1 call p_mouse_device_24g_led_blink_timer_init 
+03d3 204003eb call p_mouse_multi_led_blink_enable_init 
+03d4 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03d5 c4010000 rtnbit0 mouse_enable_led_blink_limit 
+03d6 6fe0cc50 fetch 1 ,mem_mouse_multi_24gled_blink_count_init 
+03d7 202003e2 branch p_mouse_device_led_blink_count_init 
+
+p_mouse_device_le_reconn_led_config:
+03d8 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03d9 c4000000 rtnbit0 mouse_enable_1io2led 
+
+p_mouse_device_le_reconn_led_blink:
+03da 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03db c4008000 rtnbit0 mouse_enable_bt_reconn_led_effect 
+03dc 204003eb call p_mouse_multi_led_blink_enable_init 
+03dd 704c4403 jam 3 ,mem_mouse_multi_led_blink_type 
+03de 204003c5 call p_mouse_device_le_reconn_led_blink_timer_init 
+03df 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03e0 c4010000 rtnbit0 mouse_enable_led_blink_limit 
+03e1 6fe0cc51 fetch 1 ,mem_mouse_multi_le_reconn_blink_count_init 
+
+p_mouse_device_led_blink_count_init:
+03e2 67e0cc52 store 1 ,mem_mouse_multi_led_blink_count 
+03e3 20600000 rtn 
+
+p_mouse_device_discovery_led_config:
+03e4 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03e5 c4000000 rtnbit0 mouse_enable_1io2led 
+03e6 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03e7 793ffe02 set0 mouse_enable_led_blink_limit ,pdata 
+03e8 67e0cc40 store 1 ,mem_mouse_led_new_interface_config 
+03e9 704c4402 jam 2 ,mem_mouse_multi_led_blink_type 
+03ea 204003c3 call p_mouse_device_le_discovery_led_blink_timer_init 
+
+p_mouse_multi_led_blink_enable_init:
+03eb 704c4101 jam 1 ,mem_mouse_multi_led_blink_enable 
+03ec 704c4201 jam multi_led_blink ,mem_mouse_multi_led_type 
+03ed 20200414 branch p_mouse_device_multi_led_on 
+
+p_mouse_led_multi_timer:
+03ee 6fe0cc41 fetch 1 ,mem_mouse_multi_led_blink_enable 
+03ef 207a0000 rtn blank 
+03f0 6fe0cc42 fetch 1 ,mem_mouse_multi_led_type 
+03f1 c00083fa beq multi_led_blink ,p_mouse_multi_led_type_blink 
+
+p_mouse_device_multi_led_type_on:
+03f2 6fe0cc47 fetch 1 ,mem_mouse_multi_led_powon_timer 
+03f3 203a03f7 branch p_mouse_device_poweron_led_off ,blank 
+03f4 1fe0ffff increase -1 ,pdata 
+03f5 67e0cc47 store 1 ,mem_mouse_multi_led_powon_timer 
+03f6 20200415 branch p_mouse_device_multi_led_on + 1 
+
+p_mouse_device_poweron_led_off:
+03f7 204003b7 call p_mouse_multi_low_led_blink_count_init 
+
+p_mouse_devide_led_disable:
+03f8 704c4100 jam 0 ,mem_mouse_multi_led_blink_enable 
+03f9 20200427 branch p_mouse_device_multi_led_off + 1 
+
+p_mouse_multi_led_type_blink:
+03fa 6fe0cc44 fetch 1 ,mem_mouse_multi_led_blink_type 
+03fb 207a0000 rtn blank 
+03fc c0020401 beq 4 ,p_mouse_device_led_blink_limit 
+03fd 202003fe branch p_mouse_device_led_blink_judge 
+
+p_mouse_device_led_blink_judge:
+03fe 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03ff c2810401 bbit1 mouse_enable_led_blink_limit ,p_mouse_device_led_blink_limit 
+0400 20200403 branch p_mouse_multi_led_type_blink_next 
+
+p_mouse_device_led_blink_limit:
+0401 6fe0cc52 fetch 1 ,mem_mouse_multi_led_blink_count 
+0402 203a0422 branch p_mouse_multi_led_off_judge ,blank 
+
+p_mouse_multi_led_type_blink_next:
+0403 da604c4c arg mem_mouse_multi_led_blink_timer ,regc 
+0404 da400406 arg p_mouse_multi_led_type_blink_start ,regb 
+0405 2020318a branch timer_single_step 
+
+p_mouse_multi_led_type_blink_start:
+0406 6fe0cc44 fetch 1 ,mem_mouse_multi_led_blink_type 
+0407 c002040e beq 4 ,p_mouse_multi_led_blink_count_decrease 
+0408 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+0409 c281040e bbit1 mouse_enable_led_blink_limit ,p_mouse_multi_led_blink_count_decrease 
+
+p_mouse_multi_led_blink:
+040a 204003ba call p_mouse_multi_led_blink_timer_init 
+040b 6fe0cc43 fetch 1 ,mem_mouse_multi_led_state 
+040c c0008424 beq on ,p_mouse_multi_led_off_judge_next 
+040d 20200412 branch p_mouse_multi_led_on_judge 
+
+p_mouse_multi_led_blink_count_decrease:
+040e 6fe0cc52 fetch 1 ,mem_mouse_multi_led_blink_count 
+040f 1fe0ffff increase -1 ,pdata 
+0410 67e0cc52 store 1 ,mem_mouse_multi_led_blink_count 
+0411 2020040a branch p_mouse_multi_led_blink 
+
+p_mouse_multi_led_on_judge:
+0412 6fe0cc44 fetch 1 ,mem_mouse_multi_led_blink_type 
+0413 c002043f beq 4 ,p_mouse_multi_dpi_led_on_judge 
+
+p_mouse_device_multi_led_on:
+0414 704c4301 jam on ,mem_mouse_multi_led_state 
+0415 6fe0c938 fetch 1 ,mem_device_flag 
+0416 c000041a beq mode_24g_device ,p_mouse_device_24g_led_on 
+0417 c000841c beq mode_bt_device1 ,p_mouse_device_bt1_led_on 
+0418 c001041e beq mode_bt_device2 ,p_mouse_device_bt2_led_on 
+0419 20600000 rtn 
+
+p_mouse_device_24g_led_on:
+041a 6848cc55 fetcht 1 ,mem_mouse_1io2led_multi_24gled 
+041b 20200421 branch p_mouse_multi_led_on 
+
+p_mouse_device_bt1_led_on:
+041c 6848cc56 fetcht 1 ,mem_mouse_1io2led_multi_bt1led 
+041d 20200421 branch p_mouse_multi_led_on 
+
+p_mouse_device_bt2_led_on:
+041e 6848cc57 fetcht 1 ,mem_mouse_1io2led_multi_bt2led 
+041f 20200421 branch p_mouse_multi_led_on 
+
+p_mouse_multi_dpi_led_on:
+0420 6848cc59 fetcht 1 ,mem_mouse_dpi_gpio 
+
+p_mouse_multi_led_on:
+0421 20206069 branch gpio_out_active 
+
+p_mouse_multi_led_off_judge:
+0422 704c4100 jam 0 ,mem_mouse_multi_led_blink_enable 
+0423 704c4400 jam 0 ,mem_mouse_multi_led_blink_type 
+
+p_mouse_multi_led_off_judge_next:
+0424 6fe0cc44 fetch 1 ,mem_mouse_multi_led_blink_type 
+0425 c0020439 beq 4 ,p_mouse_multi_dpi_led_off_judge 
+
+p_mouse_device_multi_led_off:
+0426 704c4300 jam off ,mem_mouse_multi_led_state 
+0427 6fe0c938 fetch 1 ,mem_device_flag 
+0428 c000042c beq mode_24g_device ,p_mouse_device_24g_led_off 
+0429 c000842e beq mode_bt_device1 ,p_mouse_device_bt1_led_off 
+042a c0010430 beq mode_bt_device2 ,p_mouse_device_bt2_led_off 
+042b 20600000 rtn 
+
+p_mouse_device_24g_led_off:
+042c 6848cc55 fetcht 1 ,mem_mouse_1io2led_multi_24gled 
+042d 20200431 branch p_gpio_set_high_impedance 
+
+p_mouse_device_bt1_led_off:
+042e 6848cc56 fetcht 1 ,mem_mouse_1io2led_multi_bt1led 
+042f 20200431 branch p_gpio_set_high_impedance 
+
+p_mouse_device_bt2_led_off:
+0430 6848cc57 fetcht 1 ,mem_mouse_1io2led_multi_bt2led 
+
+p_gpio_set_high_impedance:
+0431 18467cff sub temp ,gpio_disable ,null 
+0432 20628000 rtn zero 
+0433 2020607f branch gpio_set_high_impedance 
+
+p_mouse_device_multi_led_all_off:
+0434 2040042c call p_mouse_device_24g_led_off 
+0435 2040042e call p_mouse_device_bt1_led_off 
+0436 20400430 call p_mouse_device_bt2_led_off 
+0437 20400108 call p_mouse_low_voltage_led_off_judge 
+0438 20200439 branch p_mouse_multi_dpi_led_off_judge 
+
+p_mouse_multi_dpi_led_off_judge:
+0439 704c4300 jam off ,mem_mouse_multi_led_state 
+043a 6fe0cc45 fetch 1 ,mem_mouse_led_multi_type 
+043b c0010426 beq mouse_enable_dpi_for_led ,p_mouse_device_multi_led_off 
+043c c0018426 beq mouse_enable_dpi_low_for_led ,p_mouse_device_multi_led_off 
+
+p_mouse_multi_dpi_led_off:
+043d 6848cc59 fetcht 1 ,mem_mouse_dpi_gpio 
+
+p_mouse_multi_led_off:
+043e 20206065 branch gpio_out_inactive 
+
+p_mouse_multi_dpi_led_on_judge:
+043f 704c4301 jam on ,mem_mouse_multi_led_state 
+0440 6fe0cc45 fetch 1 ,mem_mouse_led_multi_type 
+0441 c0010414 beq mouse_enable_dpi_for_led ,p_mouse_device_multi_led_on 
+0442 c0018414 beq mouse_enable_dpi_low_for_led ,p_mouse_device_multi_led_on 
+0443 20200420 branch p_mouse_multi_dpi_led_on 
+
+p_mouse_logo_led_on_timer:
+0444 6fe0cbed fetch 1 ,mem_mouse_logo_led_gpio 
+0445 c17f8000 rtneq gpio_disable 
+0446 6fe14ab2 fetch 2 ,mem_mouse_no_data_timer 
+0447 207a0000 rtn blank 
+0448 6fe14bbe fetch 2 ,mem_mouse_no_data_timeout 
+0449 68494ab2 fetcht 2 ,mem_mouse_no_data_timer 
+044a 98460400 isub temp ,temp 
+044b 6fe14bee fetch 2 ,mem_mouse_logo_led_on_time_init 
+044c 98467e00 isub temp ,pdata 
+044d 20210450 branch p_mouse_logo_led_on ,positive 
+
+p_mouse_logo_led_off:
+044e 6848cbed fetcht 1 ,mem_mouse_logo_led_gpio 
+044f 20206065 branch gpio_out_inactive 
+
+p_mouse_logo_led_on:
+0450 6848cbed fetcht 1 ,mem_mouse_logo_led_gpio 
+0451 20206069 branch gpio_out_active 
+
+p_mouse_dpi_led_blink_delay_timer:
+0452 da604ba8 arg mem_mouse_dpi_led_delay_count ,regc 
+0453 da400455 arg p_mouse_dpi_led_blink_init ,regb 
+0454 2020318a branch timer_single_step 
+
+p_mouse_dpi_led_blink_init:
+0455 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+0456 c280046c bbit1 mouse_enable_1io2led ,p_mouse_dpi_led_blink_init_new1 
+0457 6fe0c927 fetch 1 ,mem_config_sensor_type 
+0458 c001c8f2 beq p3212 ,mouse_dpi_led_blink_init 
+0459 c005c8f2 beq ka8g2 ,mouse_dpi_led_blink_init 
+045a 6fe0c923 fetch 1 ,mem_dpi_led_gpio 
+045b 67e0c92f store 1 ,mem_mouse_struct_led_gpio 
+045c 6fe14bc2 fetch 2 ,mem_mouse_dpi_led_blink_time 
+045d 67e14930 store 2 ,mem_mouse_on_time 
+045e 67e14932 store 2 ,mem_mouse_off_time 
+045f da200000 arg 0 ,rega 
+0460 6848c992 fetcht 1 ,mem_mouse_dpi 
+0461 18408402 increase 2 ,temp 
+0462 18467c03 sub temp ,3 ,null 
+0463 20410466 call p_mouse_dpi_led_blink_init_level_4 ,positive 
+0464 2441046a ncall p_mouse_dpi_led_blink_count_clean ,positive 
+0465 202048ff branch mouse_dpi_led_blink_init_end 
+
+p_mouse_dpi_led_blink_init_level_4:
+0466 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0467 c40e0000 rtnbit0 mouse_enable_dpi_level_4 
+0468 18408401 increase 1 ,temp 
+0469 20600000 rtn 
+
+p_mouse_dpi_led_blink_count_clean:
+046a 184085fd increase -3 ,temp 
+046b 20600000 rtn 
+
+p_mouse_dpi_led_blink_init_new1:
+046c 6fe0c927 fetch 1 ,mem_config_sensor_type 
+046d c001847b beq p3212 ,p_mouse_dpi_led_blink_init_new2 
+046e c005847b beq ka8g2 ,p_mouse_dpi_led_blink_init_new2 
+046f 6848c992 fetcht 1 ,mem_mouse_dpi 
+0470 18408402 increase 2 ,temp 
+
+p_mouse_dpi_led_blink_init_new1_next:
+0471 18467c03 sub temp ,3 ,null 
+0472 20410466 call p_mouse_dpi_led_blink_init_level_4 ,positive 
+0473 2441046a ncall p_mouse_dpi_led_blink_count_clean ,positive 
+0474 18427e00 copy temp ,pdata 
+0475 9fe0fe00 iadd pdata ,pdata 
+0476 67e0cc52 store 1 ,mem_mouse_multi_led_blink_count 
+
+p_mouse_multi_dpi_led_blink_enable:
+0477 704c4404 jam 4 ,mem_mouse_multi_led_blink_type 
+0478 204003be call p_mouse_multi_dpi_led_blink_timer_init 
+0479 704c4201 jam multi_led_blink ,mem_mouse_multi_led_type 
+047a 202003cc branch p_mouse_multi_led_enable 
+
+p_mouse_dpi_led_blink_init_new2:
+047b 6848c992 fetcht 1 ,mem_mouse_dpi 
+047c 18408401 increase 1 ,temp 
+047d 20200471 branch p_mouse_dpi_led_blink_init_new1_next 
+
+p_mouse_commbination_key_process:
+047e 6fe0c938 fetch 1 ,mem_device_flag 
+047f c0000484 beq mode_24g_device ,p_mouse_24g_commbination_key_process 
+0480 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0481 c41a8000 rtnbit0 mouse_enable_commbination_key_by_bt_discovery 
+0482 6848cbca fetcht 1 ,mem_mouse_commbination_key_bt 
+0483 20200487 branch p_mouse_commbination_key_start 
+
+p_mouse_24g_commbination_key_process:
+0484 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0485 c4190000 rtnbit0 mouse_enable_commbination_key_by_24g_pairing 
+0486 6848cbcb fetcht 1 ,mem_mouse_commbination_key_24g 
+
+p_mouse_commbination_key_start:
+0487 6048cb9d storet 1 ,mem_mouse_commbination_key 
+0488 20400555 call p_mouse_check_key_gpio 
+0489 1fe17e07 and pdata ,0x07 ,pdata 
+048a 6848cb9d fetcht 1 ,mem_mouse_commbination_key 
+048b 98467c00 isub temp ,null 
+048c 2022848e branch p_mouse_commbination_key_down ,zero 
+048d 202044eb branch mouse_commbination_key_up 
+
+p_mouse_commbination_key_down:
+048e 20400493 call p_mouse_combination_ui_timer 
+048f 6fe0cb9f fetch 1 ,mem_commbination_key_statue 
+0490 c1008000 rtneq commbination_key_state_down 
+0491 704b9f01 jam commbination_key_state_down ,mem_commbination_key_statue 
+0492 20600000 rtn 
+
+p_mouse_combination_ui_timer:
+0493 da400495 arg p_mouse_24g_start_pair ,regb 
+0494 202044f7 branch mouse_combination_ui_timer + 1 
+
+p_mouse_24g_start_pair:
+0495 204003cf call p_mouse_device_pair_led_config 
+0496 202002ec branch p_mouse_24g_start_pair_mode 
+
+p_mouse_le_battery_updata_timer:
+0497 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0498 c39d8000 rtnbit1 mouse_enable_le_battery_service_cancel 
+0499 2020451f branch mouse_le_battery_updata_timer 
+
+p_mouse_le_send_conn_param_update_timer:
+049a da604c7b arg mem_mouse_le_send_conn_param_update_timer ,regc 
+049b da40436c arg mouse_updata_le_param ,regb 
+049c 2020318a branch timer_single_step 
+
+p_mouse_check_no_data_timeout_timer:
+049d da604ab2 arg mem_mouse_no_data_timer ,regc 
+049e da4004a0 arg p_mouse_check_no_data_timeout ,regb 
+049f 20203191 branch timer_single_step_2b 
+
+p_mouse_check_no_data_timeout:
+04a0 6fe0c938 fetch 1 ,mem_device_flag 
+04a1 c00002ee beq mode_24g_device ,p_mouse_24g_hibernate_set 
+04a2 2020431b branch mouse_disconnect 
+
+p_mouse_start_discovery:
+04a3 204003e4 call p_mouse_device_discovery_led_config 
+04a4 6fe1478c fetch 2 ,mem_ui_state_map 
+04a5 2feffe0b isolate1 ui_state_ble_adv ,pdata 
+04a6 2040c581 call mouse_stop_le_adv ,true 
+04a7 6fe1478c fetch 2 ,mem_ui_state_map 
+04a8 2feffe07 isolate1 ui_state_bt_reconnect ,pdata 
+04a9 2040c322 call mouse_cancel_reconnect ,true 
+04aa 58000000 setarg 0 
+04ab 67e14af2 store 2 ,mem_le_battery_level_updata_timer 
+04ac 20204554 branch mouse_start_discovery + 1 
+
+p_mouse_stop_discovery:
+04ad 58000000 setarg 0 
+04ae 67e14ac2 store 2 ,mem_mouse_discovery_timer 
+04af 20204577 branch mouse_stop_discovery + 1 
+
+p_ui_timer_check:
+04b0 6fe0cbe2 fetch 1 ,mem_power_on_flag 
+04b1 245a7861 ncall ui_timer_init ,blank 
+04b2 704be200 jam 0 ,mem_power_on_flag 
+04b3 20207851 branch ui_timer_check + 1 
+
+p_hid_rx_process:
+04b4 6fe10315 fetch 2 ,mem_l2cap_payload_ptr 
+04b5 1fe20c00 copy pdata ,contr 
+04b6 efe08006 ifetch 1 ,contr 
+04b7 67e0c5f5 store 1 ,mem_l2cap_rcv_hidtype 
+04b8 1fe1040f and pdata ,0x0f ,temp 
+04b9 1ff1fe00 rshift4 pdata ,pdata 
+04ba c00484bc beq hid_type_set_idle ,p_hid_rx_process_handshake 
+04bb 20204d93 branch hid_rx_process + 7 
+
+p_hid_rx_process_handshake:
+04bc da200001 arg 1 ,rega 
+04bd 20404dc0 call hid_malloc_tx_buff 
+04be 6fe144dc fetch 2 ,mem_hid_ctrl_remote_cid 
+04bf e7e10005 istore 2 ,contw 
+04c0 58000000 setarg 0 
+04c1 e7e08005 istore 1 ,contw 
+04c2 70095001 jam 1 ,mem_ui_data_txbuff_length 
+04c3 6fe0c4e2 fetch 1 ,mem_hid_control_state 
+04c4 79207e06 set1 l2cap_channel_hid_handshake_done ,pdata 
+04c5 67e0c4e2 store 1 ,mem_hid_control_state 
+04c6 70095b12 jam bt_evt_hid_handshake ,mem_fifo_temp 
+04c7 20207871 branch ui_ipc_send_event 
+
+p_send_lmp:
+04c8 78547c00 disable user 
+04c9 204059e6 call lmo_fifo_process 
+04ca 6fe08049 fetch 1 ,mem_lmp_to_send 
+04cb 207a0000 rtn blank 
+04cc c283d730 bbit1 7 ,send_lmp_escape 
+
+p_send_lmp0:
+04cd c00384cf beq lmp_detach ,p_send_lmp_detach 
+04ce 20205701 branch send_lmp0 
+
+p_send_lmp_detach:
+04cf 2040585d call send_lmp_detach 
+04d0 70007378 jam 120 ,mem_conn_timer 
+04d1 20600000 rtn 
+
+p_le_slave_match:
+04d2 6fe0c3dd fetch 1 ,mem_le_md_count 
+04d3 1fe0fe01 pincrease 1 
+04d4 67e0c3dd store 1 ,mem_le_md_count 
+04d5 c006165a beq le_md_max_count ,le_slave_cont 
+04d6 2040191b call le_acknowledge 
+04d7 2040196a call le_prepare_tx 
+04d8 6fe082bd fetch 1 ,mem_le_tx_phy 
+04d9 2040168b call le_enable_phy_by_pdata 
+04da 20401838 call le_transmit 
+04db 20201655 branch le_slave_match + 10 
+
+p_le_slave_unsync:
+04dc 20400e80 call end_of_packet 
+04dd 20201661 branch le_slave_unsync + 1 
+
+p_le_transmit:
+04de 204016be call le_prep 
+04df 204016cc call le_tx_setfreq 
+04e0 20404cb5 call rf_debug_tx_on_line 
+04e1 79202a00 set1 txgfsk ,radio_ctrl 
+04e2 782efc00 enable encode_fec0 
+04e3 78307c00 enable is_tx 
+04e4 7850fc00 disable is_rx 
+04e5 20401744 call le_wait_tx 
+04e6 2000000a nop 10 
+04e7 20201841 branch le_transmit + 9 
+
+p_le_parse_l2cap:
+04e8 efe10006 ifetch 2 ,contr 
+04e9 c00204eb beq le_l2cap_cid_att ,p_le_parse_att 
+04ea 202019e4 branch le_parse_l2cap + 10 
+
+p_le_parse_att:
+04eb efe18006 ifetch 3 ,contr 
+04ec 67e1c436 store 3 ,mem_le_att_opcode 
+04ed c00504f0 beq attop_read_request ,p_le_parse_att_read_request 
+04ee c00904ff beq attop_write_request ,p_le_parse_att_write_request 
+04ef 20201cd3 branch le_parse_att + 2 
+
+p_le_parse_att_read_request:
+04f0 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+04f1 c31d9de7 bbit0 mouse_enable_le_battery_service_cancel ,le_parse_att_read_request 
+04f2 20401e8d call le_check_encrypt_state 
+04f3 68494437 fetcht 2 ,mem_le_att_handle 
+04f4 6fe0c3c0 fetch 1 ,mem_le_configuration 
+04f5 c28184fa bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
+
+p_le_send_att_read_response:
+04f6 6fe14437 fetch 2 ,mem_le_att_handle 
+04f7 c0181ec8 beq 0x30 ,le_send_att_error_response_notfound 
+04f8 68494437 fetcht 2 ,mem_le_att_handle 
+04f9 20201deb branch le_send_att_read_response 
+
+p_le_send_att_read_response_check_auth:
+04fa 6fe143d1 fetch 2 ,mem_le_pairing_handle 
+04fb 98467c00 isub temp ,null 
+04fc 242284f6 nbranch p_le_send_att_read_response ,zero 
+04fd 243404f6 nbranch p_le_send_att_read_response ,user 
+04fe 20201e10 branch le_send_att_read_response_error_insufficient_auth 
+
+p_le_parse_att_write_request:
+04ff 18c22200 copy contr ,rega 
+0500 6fe143d4 fetch 2 ,mem_le_l2cap_size 
+0501 1fe0a5fd add pdata ,-3 ,regb 
+0502 20401a25 call le_writeatt_cb 
+0503 6fe0cac1 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0504 c07f9e73 beq 0xff ,le_send_att_write_response_check_auth 
+0505 6fe0cac7 fetch 1 ,mem_mouse_le_reconnect_flag 
+0506 203a1e73 branch le_send_att_write_response_check_auth ,blank 
+0507 6fe0cb75 fetch 1 ,mem_le_connect_status_flag 
+0508 c2809e73 bbit1 ll_start_enc_flag ,le_send_att_write_response_check_auth 
+0509 5800001a setarg 0x001a 
+050a 68494437 fetcht 2 ,mem_le_att_handle 
+050b 98467c00 isub temp ,null 
+050c 24229e73 nbranch le_send_att_write_response_check_auth ,zero 
+050d 20201e10 branch le_send_att_read_response_error_insufficient_auth 
+
+p_g24_lpm_wait:
+050e 78347c00 enable user 
+050f 20401465 call lpo_calibration 
+0510 6fe1c174 fetch 3 ,mem_clks_per_lpo 
+0511 203a7e56 branch disable_user ,blank 
+0512 6fe0c099 fetch 1 ,mem_lpm_mode 
+0513 203a7e56 branch disable_user ,blank 
+0514 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+0515 247a0000 nrtn blank 
+0516 6fe0c8bd fetch 1 ,mem_24g_transmit_by_interrupt 
+0517 c000fe56 beq g24_tx_timer_int_enable ,disable_user 
+0518 20600000 rtn 
+
+p_mouse_motion:
+0519 78547c00 disable user 
+051a 58000000 setarg 0 
+051b 67e348d1 store 6 ,mem_mouse_x 
+051c 20400529 call p_mouse_check_sensor_data 
+051d 58000089 setarg 0x0089 
+051e 20405b0c call twspi_write 
+051f 20400341 call p_mouse_seting_sensor_type 
+0520 20403f7e call mouse_zwheel 
+0521 20403f83 call mouse_t_zwheel 
+0522 20400553 call p_mouse_key 
+0523 6fe0c8d0 fetch 1 ,mem_mouse_key 
+0524 1fe17e1f and_into 0x1f ,pdata 
+0525 67e0c8d0 store 1 ,mem_mouse_key 
+0526 24340538 nbranch p_mouse_motion_nodata ,user 
+0527 2040053a call p_mouse_drawing_optima 
+0528 20204544 branch mouse_no_data_timer_init 
+
+p_mouse_check_sensor_data:
+0529 6fe0c4ac fetch 1 ,mem_spi_write_flash_sm 
+052a c1800000 rtnne flash_sm_no_buys 
+052b 6fe0c927 fetch 1 ,mem_config_sensor_type 
+052c c005852e beq ka8g2 ,p_mouse_ka8g2_sensor_motion 
+052d 20204243 branch mouse_check_sensor_data + 3 
+
+p_mouse_ka8g2_sensor_motion:
+052e 204042c4 call mouse_clear_sensor_data 
+052f 6fe0c911 fetch 1 ,mem_sensor_motion_gpio 
+0530 c07fc294 beq gpio_disable ,mouse_pka8g2_sensor_motion_1 
+0531 6848c911 fetcht 1 ,mem_sensor_motion_gpio 
+0532 20406059 call gpio_get_bit 
+0533 24608000 nrtn true 
+
+p_mouse_pka8g2_sensor_motion_1:
+0534 58000000 setarg pan_reg_pid_l 
+0535 20405b0d call twspi_read 
+0536 c0ac41b2 bne pka8g2_id1 ,mouse_twspi_reset 
+0537 20204279 branch mouse_p3212_sensor_motion_2 
+
+p_mouse_motion_nodata:
+0538 20404728 call mouse_drawing_optima_init 
+0539 20600000 rtn 
+
+p_mouse_drawing_optima:
+053a 6fe0c927 fetch 1 ,mem_config_sensor_type 
+053b c1018000 rtneq p3212 
+053c 2020471a branch mouse_drawing_optima 
+
+p_mouse_sensor_poweron:
+053d 20403f65 call mouse_sensor_spi_init 
+053e 6fe0c927 fetch 1 ,mem_config_sensor_type 
+053f c0058544 beq ka8g2 ,p_mouse_ka8g2_sensor_init 
+0540 20404232 call mouse_sensor_reset 
+0541 da604aa3 arg mem_sensor_poweron_init ,regc 
+
+p_mouse_sensor_end:
+0542 2040422b call mouse_sensor_wr_seq 
+0543 20200341 branch p_mouse_seting_sensor_type 
+
+p_mouse_ka8g2_sensor_init:
+0544 2040054a call p_mouse_ka8g2_sensor_reset 
+0545 da604be3 arg mem_ka8g2_sensor_poweron_init ,regc 
+0546 20200542 branch p_mouse_sensor_end 
+
+p_mouse_sensor_reset:
+0547 6fe0c927 fetch 1 ,mem_config_sensor_type 
+0548 c005854a beq ka8g2 ,p_mouse_ka8g2_sensor_reset 
+0549 20204232 branch mouse_sensor_reset 
+
+p_mouse_ka8g2_sensor_reset:
+054a 58009706 setarg 0x9706 
+054b 20204233 branch mouse_sensor_reset_end 
+
+p_mouse_sensor_powerdown:
+054c 204041a7 call mouse_init_sunt 
+054d 20403f65 call mouse_sensor_spi_init 
+054e 6fe0c927 fetch 1 ,mem_config_sensor_type 
+054f c0058551 beq ka8g2 ,p_mouse_ka8g2_sensor_powerdown 
+0550 2020423e branch mouse_sensor_powerdown_end 
+
+p_mouse_ka8g2_sensor_powerdown:
+0551 58001f06 setarg 0x1f06 
+0552 20205b0c branch twspi_write 
+
+p_mouse_key:
+0553 20400555 call p_mouse_check_key_gpio 
+0554 202040dd branch mouse_key + 1 
+
+p_mouse_check_key_gpio:
+0555 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+0556 245a4121 ncall mouse_check_key_gpio_once ,blank 
+0557 da200000 arg 0 ,rega 
+0558 2040055e call p_mouse_check_lkey_gpio 
+0559 20400563 call p_mouse_check_rkey_gpio 
+055a 20400568 call p_mouse_check_mkey_gpio 
+055b 2040056d call p_mouse_check_bkkey_gpio 
+055c 2040057a call p_mouse_check_fwkey_gpio 
+055d 2020411e branch mouse_check_key_gpio_next 
+
+p_mouse_check_lkey_gpio:
+055e 6fe0c918 fetch 1 ,mem_lbutton_gpio 
+055f 20400587 call p_mouse_gpio_config_output_high 
+0560 20404124 call mouse_check_lkey_gpio 
+0561 6848c918 fetcht 1 ,mem_lbutton_gpio 
+0562 20203f56 branch mouse_gpio_config_input_pu 
+
+p_mouse_check_rkey_gpio:
+0563 6fe0c919 fetch 1 ,mem_rbutton_gpio 
+0564 20400587 call p_mouse_gpio_config_output_high 
+0565 2040412a call mouse_check_rkey_gpio 
+0566 6848c919 fetcht 1 ,mem_rbutton_gpio 
+0567 20203f56 branch mouse_gpio_config_input_pu 
+
+p_mouse_check_mkey_gpio:
+0568 6fe0c91a fetch 1 ,mem_mbutton_gpio 
+0569 20400587 call p_mouse_gpio_config_output_high 
+056a 20404130 call mouse_check_mkey_gpio 
+056b 6848c91a fetcht 1 ,mem_mbutton_gpio 
+056c 20203f56 branch mouse_gpio_config_input_pu 
+
+p_mouse_check_bkkey_gpio:
+056d 6fe0c90d fetch 1 ,mem_bk_button_gpio 
+056e c17f8000 rtneq gpio_disable 
+056f 704b9603 jam mouse_bk_key ,mem_mouse_key_temp 
+0570 6fe0cb91 fetch 1 ,mem_mouse_bkkey_press_status 
+0571 1fe22600 copy pdata ,regc 
+0572 6848c90d fetcht 1 ,mem_bk_button_gpio 
+0573 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+0574 c07f8576 beq gpio_disable ,p_mouse_3io6key_bk_check 
+0575 2020413e branch mouse_check_bkkey_gpio_next 
+
+p_mouse_3io6key_bk_check:
+0576 6fe0c90d fetch 1 ,mem_bk_button_gpio 
+0577 2040058a call p_mouse_gpio_config_output_low 
+0578 6848c90d fetcht 1 ,mem_bk_button_gpio 
+0579 2020414b branch mouse_3io6key_bk_check 
+
+p_mouse_check_fwkey_gpio:
+057a 6fe0c90e fetch 1 ,mem_fw_button_gpio 
+057b c17f8000 rtneq gpio_disable 
+057c 704b9604 jam mouse_fw_key ,mem_mouse_key_temp 
+057d 6fe0cb92 fetch 1 ,mem_mouse_fwkey_press_status 
+057e 1fe22600 copy pdata ,regc 
+057f 6848c90e fetcht 1 ,mem_fw_button_gpio 
+0580 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+0581 c07f8583 beq gpio_disable ,p_mouse_3io6key_fw_check 
+0582 20204157 branch mouse_check_fwkey_gpio_next 
+
+p_mouse_3io6key_fw_check:
+0583 6fe0c90e fetch 1 ,mem_fw_button_gpio 
+0584 2040058a call p_mouse_gpio_config_output_low 
+0585 6848c90e fetcht 1 ,mem_fw_button_gpio 
+0586 20204164 branch mouse_3io6key_fw_check 
+
+p_mouse_gpio_config_output_high:
+0587 c17f8000 rtneq gpio_disable 
+0588 d840003f arg gpcfg_output_high ,temp 
+0589 20206093 branch gpio_config_function_int 
+
+p_mouse_gpio_config_output_low:
+058a c17f8000 rtneq gpio_disable 
+058b d840003e arg gpcfg_output_low ,temp 
+058c 20206093 branch gpio_config_function_int 
+
+p_mouse_idle:
+058d 20400593 call p_mouse_low_voltage_led_no_enter_lpm 
+058e 20407936 call ui_check_paring_button 
+058f 204005a0 call p_mouse_dpi_check 
+0590 204005b2 call p_mouse_dpi_another_gpio_check 
+0591 20400597 call p_mouse_select_device_check 
+0592 20204650 branch mouse_idle + 5 
+
+p_mouse_low_voltage_led_no_enter_lpm:
+0593 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+0594 c301c990 bbit0 mouse_enable_low_led ,mouse_low_voltage_led_no_enter_lpm 
+
+p_mouse_low_voltage_led_no_enter_lpm_next:
+0595 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0596 20204992 branch mouse_low_voltage_led_no_enter_lpm + 2 
+
+p_mouse_select_device_check:
+0597 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0598 c294859b bbit1 mouse_enable_select_device_by_pb_button ,p_mouse_select_device_by_pb_button_check_judge 
+0599 c29b859b bbit1 mouse_enable_pb_button_long_press_disconvery ,p_mouse_select_device_by_pb_button_check_judge 
+059a 20600000 rtn 
+
+p_mouse_select_device_by_pb_button_check_judge:
+059b 6fe1478c fetch 2 ,mem_ui_state_map 
+059c c2830220 bbit1 ui_state_bt_discovery ,p_mouse_select_device_by_pb_button_check_once 
+059d 6fe0c9bf fetch 1 ,mem_store_information_delay_timer 
+059e 247a0000 nrtn blank 
+059f 2020465a branch mouse_select_device_by_pb_button 
+
+p_mouse_dpi_check:
+05a0 6fe0c90f fetch 1 ,mem_dpi_button_gpio 
+05a1 c17f8000 rtneq gpio_disable 
+05a2 da200000 arg 0 ,rega 
+05a3 704b9605 jam mouse_dpi_key ,mem_mouse_key_temp 
+05a4 6848c90f fetcht 1 ,mem_dpi_button_gpio 
+05a5 204005a7 call p_mouse_dpi_key_check 
+05a6 2020402f branch mouse_dpi_check_next 
+
+p_mouse_dpi_key_check:
+05a7 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+05a8 c2964048 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
+05a9 6fe0cb93 fetch 1 ,mem_mouse_dpikey_press_status 
+05aa 1fe22600 copy pdata ,regc 
+05ab 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+05ac c07f85ae beq gpio_disable ,p_mouse_3io6key_dpi_check 
+05ad 2020403f branch mouse_dpi_key_check_next 
+
+p_mouse_3io6key_dpi_check:
+05ae 6fe0c90f fetch 1 ,mem_dpi_button_gpio 
+05af 2040058a call p_mouse_gpio_config_output_low 
+05b0 6848c90f fetcht 1 ,mem_dpi_button_gpio 
+05b1 20204195 branch mouse_3io6key_check 
+
+p_mouse_dpi_another_gpio_check:
+05b2 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+05b3 c41e8000 rtnbit0 mouse_enable_double_dpi_key 
+05b4 6fe0cc3a fetch 1 ,mem_mouse_another_dpi_connect_vin_flag 
+05b5 243a05bb nbranch p_mouse_dpi_another_gpio_connect_vin_check ,blank 
+
+p_mouse_dpi_another_gpio_connect_gnd_check:
+05b6 6fe0cc3b fetch 1 ,mem_dpi_another_button_gpio 
+05b7 20400587 call p_mouse_gpio_config_output_high 
+05b8 204005c6 call p_mouse_dpi_another_check 
+05b9 6848cc3b fetcht 1 ,mem_dpi_another_button_gpio 
+05ba 20203f56 branch mouse_gpio_config_input_pu 
+
+p_mouse_dpi_another_gpio_connect_vin_check:
+05bb 6fe0cc3b fetch 1 ,mem_dpi_another_button_gpio 
+05bc 793ffe07 set0 gpio_active_bit ,pdata 
+05bd 67e0cc3b store 1 ,mem_dpi_another_button_gpio 
+05be 2040058a call p_mouse_gpio_config_output_low 
+05bf 704c3f00 jam mouse_dpi_another_key ,mem_mouse_key_temp_patch 
+05c0 6848cc3b fetcht 1 ,mem_dpi_another_button_gpio 
+05c1 6fe0cc3c fetch 1 ,mem_dpi_another_press_status 
+05c2 204005df call p_mouse_check_key_connect_vin_new 
+05c3 204005ca call p_mouse_dpi_another_state_check 
+05c4 6848cc3b fetcht 1 ,mem_dpi_another_button_gpio 
+05c5 20203f56 branch mouse_gpio_config_input_pu 
+
+p_mouse_dpi_another_check:
+05c6 704c3f00 jam mouse_dpi_another_key ,mem_mouse_key_temp_patch 
+05c7 6848cc3b fetcht 1 ,mem_dpi_another_button_gpio 
+05c8 6fe0cc3c fetch 1 ,mem_dpi_another_press_status 
+05c9 204005d5 call p_mouse_check_key_connect_gnd_new 
+
+p_mouse_dpi_another_state_check:
+05ca 67e0cc3c store 1 ,mem_dpi_another_press_status 
+05cb 6fe0cc3e fetch 1 ,mem_dpi_another_button_down_enable 
+05cc 203a05d1 branch p_mouse_dpi_another_up ,blank 
+
+p_mouse_dpi_another_down:
+05cd 6fe0cc3d fetch 1 ,mem_dpi_another_button_state 
+05ce c1008000 rtneq dpi_button_state_down 
+05cf 704c3d01 jam dpi_button_state_down ,mem_dpi_another_button_state 
+05d0 20204069 branch mouse_dpi_process 
+
+p_mouse_dpi_another_up:
+05d1 6fe0cc3d fetch 1 ,mem_dpi_another_button_state 
+05d2 c1000000 rtneq dpi_button_state_up 
+05d3 704c3d00 jam dpi_button_state_up ,mem_dpi_another_button_state 
+05d4 20600000 rtn 
+
+p_mouse_check_key_connect_gnd_new:
+05d5 1fe3fe00 lshift pdata ,pdata 
+05d6 1fe22400 copy pdata ,regb 
+05d7 20406059 call gpio_get_bit 
+05d8 7920a400 setflag true ,0 ,regb 
+05d9 1a417e07 and regb ,0x07 ,pdata 
+05da 6848cc3f fetcht 1 ,mem_mouse_key_temp_patch 
+05db 18420e00 copy temp ,queue 
+05dc c00385ea beq 0x07 ,p_mouse_key_press 
+05dd c00005ec beq 0x00 ,p_mouse_key_release 
+05de 20600000 rtn 
+
+p_mouse_check_key_connect_vin_new:
+05df 1fe3fe00 lshift pdata ,pdata 
+05e0 1fe22400 copy pdata ,regb 
+05e1 20403f54 call mouse_gpio_config_input_pd 
+05e2 20406059 call gpio_get_bit 
+05e3 7920a400 setflag true ,0 ,regb 
+05e4 1a417e07 and regb ,0x07 ,pdata 
+05e5 6848cc3f fetcht 1 ,mem_mouse_key_temp_patch 
+05e6 18420e00 copy temp ,queue 
+05e7 c00385ea beq 0x07 ,p_mouse_key_press 
+05e8 c00005ec beq 0x00 ,p_mouse_key_release 
+05e9 20600000 rtn 
+
+p_mouse_key_press:
+05ea 704c3e01 jam 1 ,mem_dpi_another_button_down_enable 
+05eb 20600000 rtn 
+
+p_mouse_key_release:
+05ec 704c3e00 jam 0 ,mem_dpi_another_button_down_enable 
+05ed 20600000 rtn 
+
+p_mouse_dpi_process:
+05ee 20404072 call mouse_dpi_ghost_check 
+05ef 20740000 rtn user 
+
+p_mouse_dpi_process_next:
+05f0 6fe0c992 fetch 1 ,mem_mouse_dpi 
+05f1 1fe20400 copy pdata ,temp 
+05f2 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+05f3 c29e85fa bbit1 mouse_enable_double_dpi_key ,p_mouse_double_dpi_check 
+05f4 18427e00 copy temp ,pdata 
+05f5 1fe0fe01 increase 1 ,pdata 
+05f6 1fe17e03 and pdata ,0x03 ,pdata 
+
+p_mouse_dpi_store:
+05f7 67e0c992 store 1 ,mem_mouse_dpi 
+05f8 2040033f call p_mouse_seting_dpi 
+05f9 20204643 branch mouse_store_eerpom_dpi 
+
+p_mouse_double_dpi_check:
+05fa 6fe0cc3e fetch 1 ,mem_dpi_another_button_down_enable 
+05fb 243a0617 nbranch p_mouse_another_dpi_button_down ,blank 
+
+p_mouse_dpi_increase:
+05fc 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+05fd c28e060b bbit1 mouse_enable_dpi_level_4 ,p_mouse_dpi_increase_level_4 
+05fe 18427e00 copy temp ,pdata 
+05ff c1008000 rtneq mouse_dpi_level2 
+
+p_mouse_dpi_increase_level:
+0600 c0000607 beq mouse_dpi_level1 ,p_mouse_dpi_level_3 
+0601 c0010605 beq mouse_dpi_level3 ,p_mouse_dpi_level_2 
+0602 20600000 rtn 
+
+p_mouse_dpi_level_1:
+0603 58000002 setarg 2 
+0604 202005f7 branch p_mouse_dpi_store 
+
+p_mouse_dpi_level_2:
+0605 58000000 setarg 0 
+0606 202005f7 branch p_mouse_dpi_store 
+
+p_mouse_dpi_level_3:
+0607 58000001 setarg 1 
+0608 202005f7 branch p_mouse_dpi_store 
+
+p_mouse_dpi_level_4:
+0609 58000003 setarg 3 
+060a 202005f7 branch p_mouse_dpi_store 
+
+p_mouse_dpi_increase_level_4:
+060b 18427e00 copy temp ,pdata 
+060c c1008000 rtneq mouse_dpi_level2 
+060d c0000607 beq mouse_dpi_level1 ,p_mouse_dpi_level_3 
+060e c0010609 beq mouse_dpi_level3 ,p_mouse_dpi_level_4 
+060f c0018605 beq mouse_dpi_level4 ,p_mouse_dpi_level_2 
+0610 20600000 rtn 
+
+p_mouse_dpi_decrease_level_4:
+0611 18427e00 copy temp ,pdata 
+0612 c1010000 rtneq mouse_dpi_level3 
+0613 c0000609 beq mouse_dpi_level1 ,p_mouse_dpi_level_4 
+0614 c0008605 beq mouse_dpi_level2 ,p_mouse_dpi_level_2 
+0615 c0018603 beq mouse_dpi_level4 ,p_mouse_dpi_level_1 
+0616 20600000 rtn 
+
+p_mouse_another_dpi_button_down:
+
+p_mouse_dpi_decrease:
+0617 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0618 c28e0611 bbit1 mouse_enable_dpi_level_4 ,p_mouse_dpi_decrease_level_4 
+0619 18427e00 copy temp ,pdata 
+061a c1010000 rtneq mouse_dpi_level3 
+
+p_mouse_dpi_decrease_level:
+061b c0000603 beq mouse_dpi_level1 ,p_mouse_dpi_level_1 
+061c c0008605 beq mouse_dpi_level2 ,p_mouse_dpi_level_2 
+061d 20600000 rtn 
+
+p_power_ctrl_start:
+061e 6fe1478c fetch 2 ,mem_ui_state_map 
+061f c3858000 rtnbit1 ui_state_ble_adv 
+0620 c3838000 rtnbit1 ui_state_bt_reconnect 
+0621 c3830000 rtnbit1 ui_state_bt_discovery 
+0622 6a214899 fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
+0623 204025cb call rssi_average 
+0624 6048c8c7 storet 1 ,mem_rssi_avg_received 
+0625 202026f6 branch power_ctrl_rssi_avg_compare 
+              org 0x3bc1
+
+mouse_init:
+3bc1 20403bf0 call mouse_setting_config 
+3bc2 204041a7 call mouse_init_sunt 
+3bc3 2040408e call mouse_dpi_config 
+3bc4 20758000 rtn wake 
+3bc5 20403d8a call mouse_usb_check_enable 
+3bc6 20404728 call mouse_drawing_optima_init 
+3bc7 20403bcf call mouse_cb_fuction 
+3bc8 2040423c call mouse_sensor_powerdown 
+3bc9 6fe0c92a fetch 1 ,mem_usb_addr 
+3bca c3838000 rtnbit1 7 
+
+mouse_init_wireless:
+3bcb 6fe1478c fetch 2 ,mem_ui_state_map 
+3bcc c2864553 bbit1 ui_state_btn_down ,mouse_start_discovery 
+3bcd 204046a0 call mouse_check_select_device_by_switch 
+3bce 20203d52 branch mouse_start_work 
+
+mouse_cb_fuction:
+3bcf 58004866 setarg mouse_24g_package_data 
+3bd0 67e1489b store 2 ,mem_cb_24g_transmit_data 
+3bd1 5800488f setarg mouse_24g_search_dongle 
+3bd2 67e1489d store 2 ,mem_cb_24g_search_receiver 
+3bd3 58003e40 setarg mouse_lpm_before_common 
+3bd4 67e1489f store 2 ,mem_cb_24g_lpm_before 
+3bd5 5800439f setarg mouse_le 
+3bd6 67e14461 store 2 ,mem_cb_le_process 
+3bd7 58004457 setarg mouse_bt 
+3bd8 67e14463 store 2 ,mem_cb_bt_process 
+3bd9 58003e3b setarg mouse_process_lpm_before 
+3bda 67e1445f store 2 ,mem_cb_before_lpm 
+3bdb 58004334 setarg mouse_priority_bb_event 
+3bdc 67e14467 store 2 ,mem_cb_bb_event_process 
+3bdd 5800464b setarg mouse_idle 
+3bde 67e14465 store 2 ,mem_cb_idle_process 
+3bdf 58003e25 setarg mouse_before_hibernate 
+3be0 67e1445d store 2 ,mem_cb_before_hibernate 
+3be1 58004388 setarg mouse_le_bb_event_connect_complete 
+3be2 67e1446b store 2 ,mem_cb_att_write 
+3be3 580044b5 setarg mouse_bb_event_timer 
+3be4 67e1446f store 2 ,mem_cb_event_timer 
+3be5 58003f69 setarg mouse_spi_write_flash_cb 
+3be6 67e14473 store 2 ,mem_cb_spi_flash_write_complate 
+3be7 58003e13 setarg mouse_lpm_check_wake_lock 
+3be8 67e1445b store 2 ,mem_cb_check_wakelock 
+3be9 580049a8 setarg mouse_le_transmit 
+3bea 67e1446d store 2 ,mem_cb_ble_transmit 
+3beb 580049aa setarg mouse_bt_slave_match 
+3bec 67e14477 store 2 ,mem_cb_bt_slave_match 
+3bed 580049bd setarg mouse_set_lpm_mult 
+3bee 67e14471 store 2 ,mem_cb_bt_set_mult 
+3bef 20600000 rtn 
+
+mouse_setting_config:
+3bf0 20758000 rtn wake 
+3bf1 20402607 call g24_transmit_init 
+3bf2 204022ff call g24_chmap_param_init 
+3bf3 20403f1e call mouse_gpio_init 
+3bf4 20403d13 call mouse_param_init 
+
+mouse_setting_config_next:
+3bf5 20401b16 call le_set_config_fixed_ltk 
+3bf6 20401b3f call le_set_justwork 
+3bf7 20401b32 call le_set_fixed_ltk 
+3bf8 20401b1e call le_set_config_read_authentication 
+3bf9 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3bfa c289c635 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
+3bfb c28945f6 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
+3bfc 20600000 rtn 
+
+mouse_xtal_init:
+3bfd 7040c508 jam 0x08 ,mem_fcomp_div 
+3bfe 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3bff c3860000 rtnbit1 mouse_enable_16m 
+3c00 7040c518 jam 0x18 ,mem_fcomp_div 
+3c01 20600000 rtn 
+
+mouse_default_init:
+3c02 700b58ff jam 0xff ,mem_usb_offline_check_gpio 
+3c03 704790ff jam 0xff ,mem_ui_button_gpio 
+3c04 70478f1e jam 0x1e ,mem_ui_button_timeout 
+3c05 5800492d setarg mem_mouse_led_type 
+3c06 67e1448d store 2 ,mem_ui_led_struct_ptr 
+3c07 70448c01 jam 1 ,mem_ui_led_struct_num 
+3c08 58004ab5 setarg mem_mouse_rssi_signal_buf 
+3c09 67e14899 store 2 ,mem_rssi_signal_buf_ptr 
+3c0a 70483601 jam 1 ,mem_24g_data_type 
+3c0b 6fe148fe fetch 2 ,mem_mouse_discovery_timeout 
+3c0c 67e14791 store 2 ,mem_discovery_timeout 
+3c0d 6fe14900 fetch 2 ,mem_mouse_24g_pair_timeout_init 
+3c0e 67e14881 store 2 ,mem_24g_pair_timeout_init 
+3c0f 6fe0c903 fetch 1 ,mem_mouse_24g_reconn_timeout_init 
+3c10 67e14885 store 2 ,mem_24g_reconn_timeout_init 
+3c11 6fe2c905 fetch 5 ,mem_rssi_dis_min_24g_init 
+3c12 67e2c8cb store 5 ,mem_rssi_dis_min_24g 
+3c13 6fe0c904 fetch 1 ,mem_mouse_24g_pair_tx_power 
+3c14 67e0c87c store 1 ,mem_24g_pair_tx_power 
+3c15 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3c16 247a0000 nrtn blank 
+3c17 58020800 setarg 0x020800 
+3c18 67e1cbab store 3 ,mem_mouse_flag 
+3c19 58800700 setarg 0x800700 
+3c1a e7e18005 istore 3 ,contw 
+3c1b 58000300 setarg 0x0300 
+3c1c e7e10005 istore 2 ,contw 
+3c1d 70409901 jam 1 ,mem_lpm_mode 
+3c1e 6fe0c90a fetch 1 ,mem_mouse_enable_flag 
+3c1f 2feffe00 isolate1 mouse_adc_enable ,pdata 
+3c20 2040c6e6 call mouse_adc_read_enable ,true 
+3c21 6fe0c90a fetch 1 ,mem_mouse_enable_flag 
+3c22 2feffe02 isolate1 mouse_24g_250hz_enable ,pdata 
+3c23 2040c6e8 call mouse_24g_set_250hz ,true 
+3c24 6fe0c90a fetch 1 ,mem_mouse_enable_flag 
+3c25 2feffe01 isolate1 mouse_search_dongle_enable ,pdata 
+3c26 2040c6ea call mouse_24g_search_dongle_enable ,true 
+3c27 6fe0c90a fetch 1 ,mem_mouse_enable_flag 
+3c28 2feffe03 isolate1 mouse_clk_16m_enable ,pdata 
+3c29 2040c6ec call mouse_16m_enable ,true 
+3c2a 6fe0c90a fetch 1 ,mem_mouse_enable_flag 
+3c2b 2feffe04 isolate1 mouse_dpi_4_level_enable ,pdata 
+3c2c 2040c6ee call mouse_dpi_4level_enable ,true 
+3c2d 6fe0c90a fetch 1 ,mem_mouse_enable_flag 
+3c2e 2feffe05 isolate1 mouse_keyboard_enable ,pdata 
+3c2f 2040c6f8 call mouse_customer_key_enable ,true 
+3c30 6fe0c866 fetch 1 ,mem_24g_ch_map_update 
+3c31 245a230e ncall g24_chamap_param_update ,blank 
+3c32 20403bfd call mouse_xtal_init 
+3c33 6fe0c90b fetch 1 ,mem_mouse_global_setup 
+3c34 1fe10407 and pdata ,0x07 ,temp 
+3c35 6048c4a1 storet 1 ,mem_adc_channel 
+3c36 1fe97e00 rshift3 pdata ,pdata 
+3c37 1fe10401 and pdata ,0x01 ,temp 
+3c38 6048c866 storet 1 ,mem_24g_ch_map_update 
+3c39 1fe37e00 rshift pdata ,pdata 
+3c3a 1fe10403 and pdata ,0x03 ,temp 
+3c3b 6048c8fd storet 1 ,mem_adc_config_flag_init 
+3c3c 1feb7e00 rshift2 pdata ,pdata 
+3c3d 1fe17e03 and pdata ,0x03 ,pdata 
+3c3e 204047d4 call mouse_24g_long_sleep_set 
+3c3f 6fe0c90c fetch 1 ,mem_mouse_global_setup1 
+3c40 1fe10403 and pdata ,0x03 ,temp 
+3c41 6048c924 storet 1 ,mem_sensor_angle_default 
+3c42 1feb7e00 rshift2 pdata ,pdata 
+3c43 1fe10403 and pdata ,0x03 ,temp 
+3c44 6048c925 storet 1 ,mem_sensor_angle_switch 
+3c45 1feb7e00 rshift2 pdata ,pdata 
+3c46 1fe17e03 and pdata ,0x03 ,pdata 
+3c47 67e0c926 store 1 ,mem_config_sensor_dpi 
+3c48 67e0c992 store 1 ,mem_mouse_dpi 
+3c49 1feb7e00 rshift2 pdata ,pdata 
+3c4a 1fe17e03 and pdata ,0x03 ,pdata 
+3c4b 67e0cbb4 store 1 ,mem_device_number 
+3c4c 580b0c0a setarg 0x0b0c0a 
+3c4d 67e1c918 store 3 ,mem_lbutton_gpio 
+3c4e 58ffffff setarg 0xffffff 
+3c4f e7e18005 istore 3 ,contw 
+3c50 580607ff setarg 0x0607ff 
+3c51 e7e18005 istore 3 ,contw 
+3c52 58ffffff setarg 0xffffff 
+3c53 e7e18005 istore 3 ,contw 
+3c54 7048f70a jam 0x0a ,mem_adc_read_time_init 
+3c55 58000064 setarg 0x0064 
+3c56 67e14bc8 store 2 ,mem_adc_low_volatage_led_blink_timer 
+3c57 20403e7b call mouse_adc_vol_init 
+3c58 58001770 setarg 0x1770 
+3c59 67e14bbe store 2 ,mem_mouse_no_data_timeout 
+3c5a 704bc014 jam 0x14 ,mem_mouse_device_poweron_timer_count_init 
+3c5b 58000190 setarg 0x0190 
+3c5c 67e14bc6 store 2 ,mem_mouse_low_v_led_blink_time 
+3c5d 67e14bc2 store 2 ,mem_mouse_dpi_led_blink_time 
+3c5e 580003e8 setarg 0x03e8 
+3c5f 67e14bc4 store 2 ,mem_mouse_disconvey_led_blink_time 
+3c60 70487d07 jam 0x07 ,mem_rssi_buff_index 
+3c61 7048ca7d jam 125 ,mem_power_ctrl_pac_succ_cnt_init 
+3c62 7041e800 jam tx_power_0db ,mem_tx_power 
+3c63 70488c01 jam 0x01 ,mem_24g_fast_conn_enable 
+3c64 58000f0f setarg 0x0f0f 
+3c65 67e1488d store 2 ,mem_24g_fast_conn_addr 
+3c66 67e1488f store 2 ,mem_24g_fast_conn_addr + 2 
+3c67 6fe140a8 fetch 2 ,mem_lap 
+3c68 67e140ac store 2 ,mem_lap + 4 
+3c69 d8a0437a arg mem_le_lap ,contw 
+3c6a d8c040a8 arg mem_lap ,contr 
+3c6b df200006 arg 0x06 ,loopcnt 
+3c6c 20407e68 call reverse_byte 
+3c6d 704b8a20 jam 0x20 ,mem_lpm_mult_init 
+3c6e 70493934 jam 0x34 ,mem_device1_type 
+3c6f 6fe3437a fetch 6 ,mem_le_lap 
+3c70 67e34950 store 6 ,mem_device1_locall_addr 
+3c71 704bb302 jam 0x02 ,mem_mouse_bluetooth_type 
+3c72 7043e71f jam 0x1f ,mem_le_adv_data_len 
+3c73 58050102 setarg 0x050102 
+3c74 67e1c3e8 store 3 ,mem_le_adv_data 
+3c75 58120303 setarg 0x120303 
+3c76 e7e18005 istore 3 ,contw 
+3c77 58190318 setarg 0x190318 
+3c78 e7e18005 istore 3 ,contw 
+3c79 580003c2 setarg 0x03c2 
+3c7a e7e10005 istore 2 ,contw 
+3c7b 5806ff06 setarg 0x06ff06 
+3c7c 67e1cad2 store 3 ,mem_le_adv_swift_pair 
+3c7d 58000300 setarg 0x000300 
+3c7e e7e18005 istore 3 ,contw 
+3c7f 58090c80 setarg 0x090c80 
+3c80 e7e18005 istore 3 ,contw 
+3c81 58355442 setarg 0x355442 
+3c82 e7e18005 istore 3 ,contw 
+3c83 5820322e setarg 0x20322e 
+3c84 e7e18005 istore 3 ,contw 
+3c85 58756f4d setarg 0x756f4d 
+3c86 e7e18005 istore 3 ,contw 
+3c87 58006573 setarg 0x6573 
+3c88 e7e10005 istore 2 ,contw 
+3c89 7044071f jam 0x1f ,mem_le_scan_data_len 
+3c8a d8c04ad9 arg mem_le_adv_swift_pair + 7 ,contr 
+3c8b d8a04408 arg mem_le_scan_data ,contw 
+3c8c df20000d arg 13 ,loopcnt 
+3c8d 20407d5f call memcpy 
+3c8e 6fe0c408 fetch 1 ,mem_le_scan_data 
+3c8f 1fe0ffff increase -1 ,pdata 
+3c90 67e0c2f7 store 1 ,mem_le_name_len 
+3c91 d8c0440a arg mem_le_scan_data + 2 ,contr 
+3c92 d8a042f8 arg mem_le_name_len + 1 ,contw 
+3c93 df20000b arg 11 ,loopcnt 
+3c94 20407d5f call memcpy 
+3c95 58070007 setarg 0x070007 
+3c96 67e1c372 store 3 ,mem_le_interval_min 
+3c97 58002000 setarg 0x002000 
+3c98 e7e18005 istore 3 ,contw 
+3c99 5800012c setarg 0x012c 
+3c9a e7e10005 istore 2 ,contw 
+3c9b 58181203 setarg 0x181203 
+3c9c 67e1cacc store 3 ,mem_le_adv_ind 
+3c9d 580000ff setarg 0x0000ff 
+3c9e 67e1cacf store 3 ,mem_le_adv_direct_ind 
+3c9f 380000fb setsect 0 ,0xfb 
+3ca0 3806c212 setsect 1 ,0x2c212 
+3ca1 3808800f setsect 2 ,0x800f 
+3ca2 380c0021 setsect 3 ,0x21 
+3ca3 67e4444c store 8 ,mem_local_rx_max_octets 
+3ca4 70443207 jam 0x07 ,mem_le_adv_channel_map 
+3ca5 58000015 setarg 0x0015 
+3ca6 67e14ae7 store 2 ,mem_le_keyboard_handle 
+3ca7 58000019 setarg 0x0019 
+3ca8 67e14357 store 2 ,mem_le_notify_handle 
+3ca9 5800001d setarg 0x001d 
+3caa 67e14ae9 store 2 ,mem_le_multimedia_handle 
+3cab 58000021 setarg 0x0021 
+3cac 67e14aeb store 2 ,mem_le_systemctrl_handle 
+3cad 58000030 setarg 0x0030 
+3cae 67e14aed store 2 ,mem_le_battery_level_handle 
+3caf 58000022 setarg 0x0022 
+3cb0 67e143d1 store 2 ,mem_le_pairing_handle 
+3cb1 704af096 jam 0x96 ,mem_le_battery_level_updata_timer_init 
+3cb2 70493800 jam mode_24g_device ,mem_device_flag 
+3cb3 20402322 call g24_enable_1m 
+3cb4 20402325 call g24_pair_param_init 
+3cb5 58604800 setarg 0x604800 
+3cb6 67e1c85c store 3 ,mem_24g_enter_hibernate 
+3cb7 5800012c setarg 0x012c 
+3cb8 67e148c2 store 2 ,mem_24g_long_sleep_param_update_timer_init 
+3cb9 58000050 setarg 0x0050 
+3cba 67e148c0 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+3cbb 58000005 setarg 0x05 
+3cbc 67e14bba store 2 ,mem_mouse_24g_power_on_fast_conn_timer 
+3cbd 58000708 setarg 0x0708 
+3cbe 67e14bbc store 2 ,mem_mouse_24g_search_dongle_time_init 
+3cbf 58010403 setarg 0x010403 
+3cc0 67e1c9d0 store 3 ,mem_mouse_dpi_seting 
+3cc1 582a2002 setarg 0x2a2002 
+3cc2 e7e18005 istore 3 ,contw 
+3cc3 5822153f setarg 0x22153f 
+3cc4 e7e18005 istore 3 ,contw 
+3cc5 58114433 setarg 0x114433 
+3cc6 e7e18005 istore 3 ,contw 
+3cc7 58265a09 setarg 0x265a09 
+3cc8 67e1c9df store 3 ,mem_sensor_3212_init 
+3cc9 58041934 setarg 0x041934 
+3cca e7e18005 istore 3 ,contw 
+3ccb 58000009 setarg 0x0009 
+3ccc e7e10005 istore 2 ,contw 
+3ccd 5800ffff setarg 0xffff 
+3cce e7e10005 istore 2 ,contw 
+3ccf 580d5a09 setarg 0x0d5a09 
+3cd0 67e1c9f3 store 3 ,mem_sensor_3205_init 
+3cd1 58ed1d10 setarg 0xed1d10 
+3cd2 e7e18005 istore 3 ,contw 
+3cd3 5800807d setarg 0x807d 
+3cd4 e7e10005 istore 2 ,contw 
+3cd5 5800ffff setarg 0xffff 
+3cd6 e7e10005 istore 2 ,contw 
+3cd7 58ff5a09 setarg 0xff5a09 
+3cd8 67e1ca39 store 3 ,mem_sensor_8650_init 
+3cd9 5840ab27 setarg 0x40ab27 
+3cda e7e18005 istore 3 ,contw 
+3cdb 58a0d1be setarg 0xa0d1be 
+3cdc e7e18005 istore 3 ,contw 
+3cdd 5812a141 setarg 0x12a141 
+3cde e7e18005 istore 3 ,contw 
+3cdf 58a784a5 setarg 0xa784a5 
+3ce0 e7e18005 istore 3 ,contw 
+3ce1 58d0b5ff setarg 0xd0b5ff 
+3ce2 e7e18005 istore 3 ,contw 
+3ce3 58ff00b6 setarg 0xff00b6 
+3ce4 e7e18005 istore 3 ,contw 
+3ce5 58000900 setarg 0x000900 
+3ce6 e7e18005 istore 3 ,contw 
+3ce7 5800ffff setarg 0xffff 
+3ce8 e7e10005 istore 2 ,contw 
+3ce9 580d5a09 setarg 0x0d5a09 
+3cea 67e1ca53 store 3 ,mem_sensor_ka8ul_init 
+3ceb 58c50e10 setarg 0xc50e10 
+3cec e7e18005 istore 3 ,contw 
+3ced 58109a5b setarg 0x109a5b 
+3cee e7e18005 istore 3 ,contw 
+3cef 58421138 setarg 0x421138 
+3cf0 e7e18005 istore 3 ,contw 
+3cf1 58412828 setarg 0x412828 
+3cf2 e7e18005 istore 3 ,contw 
+3cf3 58394923 setarg 0x394923 
+3cf4 e7e18005 istore 3 ,contw 
+3cf5 584bb04a setarg 0x4bb04a 
+3cf6 e7e18005 istore 3 ,contw 
+3cf7 58904ca0 setarg 0x904ca0 
+3cf8 e7e18005 istore 3 ,contw 
+3cf9 5809704d setarg 0x09704d 
+3cfa e7e18005 istore 3 ,contw 
+3cfb 58ffff00 setarg 0xffff00 
+3cfc e7e18005 istore 3 ,contw 
+3cfd 5846a509 setarg 0x46a509 
+3cfe 67e1ca81 store 3 ,mem_sensor_ka8g2_init 
+3cff 58101934 setarg 0x101934 
+3d00 e7e18005 istore 3 ,contw 
+3d01 58690760 setarg 0x690760 
+3d02 e7e18005 istore 3 ,contw 
+3d03 58207d04 setarg 0x207d04 
+3d04 e7e18005 istore 3 ,contw 
+3d05 5809007e setarg 0x09007e 
+3d06 e7e18005 istore 3 ,contw 
+3d07 58220d00 setarg 0x220d00 
+3d08 e7e18005 istore 3 ,contw 
+3d09 58ff220e setarg 0xff220e 
+3d0a e7e18005 istore 3 ,contw 
+3d0b 704a96ff jam 0xff ,mem_sensor_ka8g2_init + 21 
+3d0c 580b5a09 setarg 0x0b5a09 
+3d0d 67e1caa3 store 3 ,mem_sensor_poweron_init 
+3d0e 580009f3 setarg 0x0009f3 
+3d0f e7e18005 istore 3 ,contw 
+3d10 5800ffff setarg 0xffff 
+3d11 e7e10005 istore 2 ,contw 
+3d12 20203100 branch app_sys_param_init 
+
+mouse_param_init:
+3d13 58009468 setarg mouse_bt_sdp_addr 
+3d14 67e14660 store 2 ,mem_ui_uuid_table 
+3d15 58009732 setarg mouse_ble_att_list_addr 
+3d16 67e14396 store 2 ,mem_ui_le_uuid_table 
+3d17 58002580 setarg 0x2580 
+3d18 67e1c0b2 store 3 ,mem_class 
+3d19 70417803 jam 3 ,mem_lpm_mult_timeout 
+3d1a 70415b08 jam 8 ,mem_lpm_overhead 
+3d1b 704b9e00 jam dpi_button_state_up ,mem_select_device_button_statue 
+3d1c 704b9e00 jam pb_button_state_up ,mem_select_device_button_statue 
+3d1d 704b9f00 jam commbination_key_state_up ,mem_commbination_key_statue 
+3d1e 58000200 setarg 0x0200 
+3d1f 67e14159 store 2 ,mem_lpm_interval 
+3d20 70438017 jam 0x17 ,mem_le_local_mtu 
+3d21 70438217 jam 0x17 ,mem_le_remote_mtu 
+3d22 58000a77 setarg 0x0a77 
+3d23 67e14484 store 2 ,mem_spi_init_clk 
+3d24 38000306 setsect 0 ,0x306 
+3d25 38044440 setsect 1 ,0x4440 
+3d26 38090000 setsect 2 ,0x10000 
+3d27 380c4408 setsect 3 ,0x4408 
+3d28 67e4c662 store 9 ,mem_all_uuid_16bits 
+3d29 38001224 setsect 0 ,0x1224 
+3d2a 38044000 setsect 1 ,0x4000 
+3d2b 38080000 setsect 2 ,0x0 
+3d2c e7e28005 istore 5 ,contw 
+3d2d 3803ffff setsect 0 ,0x3ffff 
+3d2e 3806fe23 setsect 1 ,0x2fe23 
+3d2f 380999d9 setsect 2 ,0x199d9 
+3d30 380c020d setsect 3 ,0x20d 
+3d31 67e440a0 store 8 ,mem_features 
+3d32 58004af5 setarg mem_le_tx_buffer0_omemalloc 
+3d33 67e143de store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+3d34 58000010 setarg mouse_ble_l2cap_txbuff_size 
+3d35 67e143e0 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+3d36 2040490e call mouse_device_led_all_off 
+3d37 204048c6 call mouse_device_poweron_timer_init 
+3d38 20403e8e call mouse_adc_gpio_mux_init 
+3d39 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3d3a c30dbd3f bbit0 mouse_enable_bt_125hz ,mouse_param_init_intervl_end 
+3d3b 7044550c jam classic_interval_7_5ms ,mem_sniff_param_interval 
+3d3c 58000006 setarg le_interval_7_5ms 
+3d3d 67e14372 store 2 ,mem_le_interval_min 
+3d3e 67e14374 store 2 ,mem_le_interval_min + 2 
+
+mouse_param_init_intervl_end:
+3d3f 20402613 call g24_interval_param_8ms 
+3d40 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3d41 c30c3d43 bbit0 mouse_enable_24g_250hz ,mouse_24g_short_sleep_set_end 
+3d42 2040260b call g24_interval_param_4ms 
+
+mouse_24g_short_sleep_set_end:
+3d43 6fe0c938 fetch 1 ,mem_device_flag 
+3d44 67e0cab4 store 1 ,mem_device_flag_temp 
+3d45 6fe1c37d fetch 3 ,mem_le_lap + 3 
+3d46 67e1cac9 store 3 ,mem_mouse_le_lap_temp 
+3d47 6fe0c8fd fetch 1 ,mem_adc_config_flag_init 
+3d48 1fe17efe and pdata ,0xfe ,pdata 
+3d49 67e0c8fd store 1 ,mem_adc_config_flag_init 
+3d4a 67e0c4a0 store 1 ,mem_adc_config_flag 
+3d4b 58000000 setarg 0 
+3d4c 67e3c8d0 store 7 ,mem_mouse_key 
+3d4d 6fe0c78f fetch 1 ,mem_ui_button_timeout 
+3d4e 67e0cb9b store 1 ,mem_bt_discovery_count 
+3d4f 67e0cb9c store 1 ,mem_select_device_count 
+3d50 20401aa9 call le_modified_name 
+3d51 202042a0 branch mouse_sensor_set_angle 
+
+mouse_start_work:
+3d52 44e1c018 bpatch patch18_3 ,mem_patch18 
+3d53 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3d54 c297c80a bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_start_auto_pair_mode 
+3d55 6fe0c938 fetch 1 ,mem_device_flag 
+3d56 c00047f6 beq mode_24g_device ,mouse_24g_start_mode 
+3d57 20403d65 call mouse_wakeup_from_power_check 
+3d58 243442eb nbranch mouse_buletooth_fast_conn_init ,user 
+
+mouse_start_reconnect_device:
+3d59 44e24018 bpatch patch18_4 ,mem_patch18 
+3d5a da204939 arg mem_device1_type ,rega 
+3d5b 6fe0c938 fetch 1 ,mem_device_flag 
+3d5c 1fe0ffff increase -1 ,pdata 
+3d5d 1feffe1d mul32 pdata ,29 ,pdata 
+3d5e 9a20a200 iadd rega ,rega 
+3d5f efe08011 ifetch 1 ,rega 
+3d60 67e0c482 store 1 ,mem_xrecord_mode 
+
+mouse_start_reconnect:
+3d61 6fe0c482 fetch 1 ,mem_xrecord_mode 
+3d62 c019bd6f beq rec_3_mode ,mouse3_0_check_reconn_target 
+3d63 c01a3d7b beq rec_4_mode ,mouse4_0_check_reconn_target 
+3d64 20204553 branch mouse_start_discovery 
+
+mouse_wakeup_from_power_check:
+3d65 44e2c018 bpatch patch18_5 ,mem_patch18 
+3d66 78547c00 disable user 
+3d67 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3d68 c305bd6c bbit0 mouse_enable_wakeup_from_power ,mouse_wakeup_from_power 
+3d69 6fe08989 fetch 1 ,mem_wakup_from_power_flag 
+3d6a c3013d6c bbit0 bit_power_on ,mouse_wakeup_from_power 
+3d6b 78347c00 enable user 
+
+mouse_wakeup_from_power:
+3d6c 6fe0cab1 fetch 1 ,mem_reconn_times_init 
+3d6d 67e0cab0 store 1 ,mem_reconn_times 
+3d6e 20600000 rtn 
+
+mouse3_0_check_reconn_target:
+3d6f 68494bb8 fetcht 2 ,mem_mouse_fast_page_to 
+3d70 6fe0cac1 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+3d71 c07fbd73 beq 0xff ,mouse3_0_check_reconn_target_next 
+3d72 68494bb5 fetcht 2 ,mem_mouse_page_to 
+
+mouse3_0_check_reconn_target_next:
+3d73 604940c1 storet 2 ,mem_page_to 
+3d74 6fe341dd fetch 6 ,mem_hci_plap 
+3d75 203a31f8 branch app_bt_start_discovery_short ,blank 
+3d76 70447d17 jam 0x17 ,mem_app_connection_options 
+3d77 6fe0c764 fetch 1 ,mem_ssp_enable 
+3d78 243a31ee nbranch app_bt_start_reconnect ,blank 
+3d79 70447d04 jam 0x04 ,mem_app_connection_options 
+3d7a 202031ee branch app_bt_start_reconnect 
+
+mouse4_0_check_reconn_target:
+3d7b 704ac701 jam 1 ,mem_mouse_le_reconnect_flag 
+3d7c 6848cbb7 fetcht 1 ,mem_mouse_fast_direct_timeout 
+3d7d 6fe0cac1 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+3d7e c07fbd80 beq 0xff ,mouse4_0_check_reconn_target_next 
+3d7f 6848c902 fetcht 1 ,mem_mouse_direct_timeout 
+
+mouse4_0_check_reconn_target_next:
+3d80 6048cb77 storet 1 ,mem_mouse_direct_timer 
+3d81 20403225 call app_lpm_mult_disable 
+3d82 6fe1cacf fetch 3 ,mem_le_adv_direct_ind 
+3d83 67e1c3ec store 3 ,mem_le_adv_data + 4 
+3d84 204043e8 call mouse_le_check_adv_flag 
+3d85 58000004 setarg adv_flag_bredr_not_supported 
+3d86 e7e08006 istore 1 ,contr 
+3d87 d8c04408 arg mem_le_scan_data ,contr 
+3d88 204043ef call mouse_le_adv_data_update 
+3d89 202078ee branch check_51cmd_adv 
+
+mouse_usb_check_enable:
+3d8a 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3d8b c4068000 rtnbit0 mouse_enable_usb 
+3d8c 58003d90 setarg mouse_usb_config_param 
+3d8d 67e10b45 store 2 ,mem_cb_usb_config 
+3d8e 70492ba5 jam mouse_usb_interface_remove ,mem_mouse_usb_vdd_status 
+3d8f 20203dc1 branch mouse_usb_interface_check 
+
+mouse_usb_config_param:
+3d90 20403d93 call mouse_usb_config_kb_check 
+3d91 20403d98 call mouse_usb_config_param_init 
+3d92 20203da8 branch mouse_usb_config_param_setup 
+
+mouse_usb_config_kb_check:
+3d93 70492c00 jam dongle_kb_bind_eeprom_offect ,mem_mouse_usb_keyboard_flag 
+3d94 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3d95 c40a8000 rtnbit0 mouse_enable_keyboard 
+3d96 70492c5b jam dongle_kb_bind_success ,mem_mouse_usb_keyboard_flag 
+3d97 20600000 rtn 
+
+mouse_usb_config_param_init:
+3d98 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3d99 c28ebd9f bbit1 mouse_enable_usb_250 ,mouse_usb_report_rate_set_250hz 
+3d9a c28f3da2 bbit1 mouse_enable_usb_500 ,mouse_usb_report_rate_set_500hz 
+3d9b c28fbda5 bbit1 mouse_enable_usb_1000 ,mouse_usb_report_rate_set_1000hz 
+3d9c 70492919 jam 0x19 ,mem_wire_usb_interval 
+3d9d 700b4708 jam 0x08 ,mem_usb_tx_interval 
+3d9e 20600000 rtn 
+
+mouse_usb_report_rate_set_250hz:
+3d9f 7049290c jam 0x0c ,mem_wire_usb_interval 
+3da0 700b4704 jam 0x04 ,mem_usb_tx_interval 
+3da1 20600000 rtn 
+
+mouse_usb_report_rate_set_500hz:
+3da2 70492906 jam 0x06 ,mem_wire_usb_interval 
+3da3 700b4702 jam 0x02 ,mem_usb_tx_interval 
+3da4 20600000 rtn 
+
+mouse_usb_report_rate_set_1000hz:
+3da5 70492903 jam 0x03 ,mem_wire_usb_interval 
+3da6 700b4701 jam 0x01 ,mem_usb_tx_interval 
+3da7 20600000 rtn 
+
+mouse_usb_config_param_setup:
+3da8 204079f0 call usb_tx_interval_config 
+3da9 20403dab call mouse_usb_vid_pid_config 
+3daa 20203db0 branch mouse_usb_hid_icon_config 
+
+mouse_usb_vid_pid_config:
+3dab 6fe08b48 fetch 1 ,mem_usb_vid_pid 
+3dac 207a0000 rtn blank 
+3dad 6fe0c92c fetch 1 ,mem_mouse_usb_keyboard_flag 
+3dae c02db66c beq dongle_kb_bind_success ,dongle_usb_vid_pid_for_suit 
+3daf 20203669 branch dongle_usb_vid_pid_for_mouse_only_auto_pair 
+
+mouse_usb_hid_icon_config:
+3db0 6fe0c92c fetch 1 ,mem_mouse_usb_keyboard_flag 
+3db1 2020366f branch dongle_usb_hid_icon_config + 1 
+
+mouse_usb_check:
+3db2 6ff08c02 fetch 1 ,core_usb_addr 
+3db3 c303bdb6 bbit0 7 ,mouse_usb_no_exsit 
+3db4 c283bdb9 bbit1 7 ,mouse_usb_exsit 
+3db5 20600000 rtn 
+
+mouse_usb_no_exsit:
+3db6 6fe0c92a fetch 1 ,mem_usb_addr 
+3db7 c4038000 rtnbit0 7 
+3db8 20205d8c branch soft_reset_chip 
+
+mouse_usb_exsit:
+3db9 6fe0c92a fetch 1 ,mem_usb_addr 
+3dba c3838000 rtnbit1 7 
+3dbb 204047f2 call mouse_24g_stop 
+3dbc 20204316 branch mouse_stop_bluetooth_mode 
+
+mouse_usb_isr:
+3dbd 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3dbe c4068000 rtnbit0 mouse_enable_usb 
+3dbf 20407991 call usb_isr 
+3dc0 20203dc1 branch mouse_usb_interface_check 
+
+mouse_usb_interface_check:
+3dc1 44e34018 bpatch patch18_6 ,mem_patch18 
+3dc2 68488b58 fetcht 1 ,mem_usb_offline_check_gpio 
+3dc3 20406059 call gpio_get_bit 
+3dc4 2020bdc6 branch mouse_usb_gpio_low ,true 
+3dc5 20203dcd branch mouse_usb_gpio_high 
+
+mouse_usb_gpio_low:
+3dc6 6fe0c92b fetch 1 ,mem_mouse_usb_vdd_status 
+3dc7 c1528000 rtneq mouse_usb_interface_remove 
+3dc8 70492ba5 jam mouse_usb_interface_remove ,mem_mouse_usb_vdd_status 
+3dc9 700bfa00 jam 0 ,mem_usb_device_enumeration_endflag 
+3dca 7009f600 jam 0 ,mem_usb_status 
+3dcb 700bec00 jam 0 ,mem_usb_state 
+3dcc 20203bcb branch mouse_init_wireless 
+
+mouse_usb_gpio_high:
+3dcd 6fe0c92b fetch 1 ,mem_mouse_usb_vdd_status 
+3dce c12d0000 rtneq mouse_usb_interface_insert 
+3dcf 70492b5a jam mouse_usb_interface_insert ,mem_mouse_usb_vdd_status 
+3dd0 204047f2 call mouse_24g_stop 
+3dd1 20404316 call mouse_stop_bluetooth_mode 
+3dd2 2040490e call mouse_device_led_all_off 
+3dd3 2020799d branch usb_init 
+
+mouse_usb_mode:
+3dd4 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3dd5 c4068000 rtnbit0 mouse_enable_usb 
+3dd6 20403db2 call mouse_usb_check 
+3dd7 6ff08c02 fetch 1 ,core_usb_addr 
+3dd8 67e0c92a store 1 ,mem_usb_addr 
+3dd9 c4038000 rtnbit0 7 
+3dda 20403e0b call mouse_clkn_check 
+3ddb 6fe24abd fetch 4 ,mem_btclk_sensor 
+3ddc 6848c929 fetcht 1 ,mem_wire_usb_interval 
+3ddd 98408400 iadd temp ,temp 
+3dde 1c427e00 copy clkn_bt ,pdata 
+3ddf 98467c00 isub temp ,null 
+3de0 24610000 nrtn positive 
+3de1 67e24abd store 4 ,mem_btclk_sensor 
+3de2 20403f70 call mouse_motion 
+3de3 24740000 nrtn user 
+
+mouse_push_data_to_usb:
+3de4 6ff08c02 fetch 1 ,core_usb_addr 
+3de5 c4038000 rtnbit0 7 
+3de6 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3de7 c30abdea bbit0 mouse_enable_keyboard ,mouse_push_mouse_data_to_usb 
+3de8 6fe0cb8b fetch 1 ,mem_customer_key 
+3de9 c000bdf0 beq 1 ,mouse_push_keyboard_data_to_usb 
+
+mouse_push_mouse_data_to_usb:
+3dea 20403694 call dongle_usb_tx_ms_data 
+3deb 58000001 setarg ms_report_id 
+3dec 67e08bff store 1 ,mem_usb_mouse_data 
+3ded 6fe3c8d0 fetch 7 ,mem_mouse_key 
+3dee e7e38005 istore 7 ,contw 
+3def 20600000 rtn 
+
+mouse_push_keyboard_data_to_usb:
+3df0 6fe0cb8c fetch 1 ,mem_customer_data_trigger 
+3df1 203a3dfb branch mouse_push_release_keyboard_data_to_usb ,blank 
+3df2 6fe44bcd fetch 8 ,mem_customer_key_press + 1 
+
+mouse_push_keyboard_package_data_to_usb:
+3df3 67e4095c store 8 ,mem_pdatatemp 
+3df4 6fe0cbcc fetch 1 ,mem_customer_key_press 
+3df5 c001bdfd beq kb_multikey_report_id ,mouse_push_multimedia_key_data_to_usb 
+3df6 c0013e04 beq kb_system_conctrl_report_id ,mouse_push_systemctrl_key_data_to_usb 
+3df7 204036a2 call dongle_usb_tx_kb_data 
+3df8 6fe4095c fetch 8 ,mem_pdatatemp 
+3df9 67e40c0f store 8 ,mem_usb_kb_data 
+3dfa 20600000 rtn 
+
+mouse_push_release_keyboard_data_to_usb:
+3dfb 6fe44bd6 fetch 8 ,mem_customer_key_release + 1 
+3dfc 20203df3 branch mouse_push_keyboard_package_data_to_usb 
+
+mouse_push_multimedia_key_data_to_usb:
+3dfd 20403695 call dongle_usb_tx_enable_ep2 
+3dfe 700bf821 jam usb_ep2_multikey ,mem_usb_ep2_data 
+3dff 58000003 setarg kb_multikey_report_id 
+3e00 67e08c1f store 1 ,mem_usb_kb_multikey 
+3e01 6fe1095c fetch 2 ,mem_pdatatemp 
+3e02 e7e10005 istore 2 ,contw 
+3e03 20600000 rtn 
+
+mouse_push_systemctrl_key_data_to_usb:
+3e04 20403695 call dongle_usb_tx_enable_ep2 
+3e05 700bf822 jam usb_ep2_systemkey ,mem_usb_ep2_data 
+3e06 58000002 setarg kb_system_conctrl_report_id 
+3e07 67e08c2f store 1 ,mem_usb_kb_system 
+3e08 6fe0895c fetch 1 ,mem_pdatatemp 
+3e09 e7e08005 istore 1 ,contw 
+3e0a 20600000 rtn 
+
+mouse_clkn_check:
+3e0b 684a4abd fetcht 4 ,mem_btclk_sensor 
+3e0c 1c427e00 copy clkn_bt ,pdata 
+3e0d 98467c00 isub temp ,null 
+3e0e 24413e10 ncall mouse_clkn_timeout ,positive 
+3e0f 20600000 rtn 
+
+mouse_clkn_timeout:
+3e10 58000000 setarg 0 
+3e11 67e24abd store 4 ,mem_btclk_sensor 
+3e12 20600000 rtn 
+
+mouse_lpm_check_wake_lock:
+3e13 c51331dd bmark1 mark_24g ,app_get_lpm_wake_lock 
+3e14 6fe0caac fetch 1 ,mem_mouse_clear_sensor_data_flag 
+3e15 203a31dd branch app_get_lpm_wake_lock ,blank 
+3e16 6fe0caf4 fetch 1 ,mem_mouse_le_conn_param_reject 
+3e17 c000b1dd beq le_lpm_disable ,app_get_lpm_wake_lock 
+3e18 6fe144d8 fetch 2 ,mem_sdp_remote_cid 
+3e19 243a31dd nbranch app_get_lpm_wake_lock ,blank 
+3e1a 6fe0c8e1 fetch 1 ,mem_mouse_wheel_trigger 
+3e1b 243a31dd nbranch app_get_lpm_wake_lock ,blank 
+3e1c 202031df branch app_put_lpm_wake_lock 
+
+mouse_delay_enter_hibernata:
+3e1d 6fe0c902 fetch 1 ,mem_mouse_direct_timeout 
+3e1e 67e0cac4 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
+3e1f 20600000 rtn 
+
+mouse_app_enter_hibernate:
+3e20 44e3c018 bpatch patch18_7 ,mem_patch18 
+3e21 20404232 call mouse_sensor_reset 
+3e22 2040423c call mouse_sensor_powerdown 
+3e23 20403e33 call mouse_setgpio_hibernate 
+3e24 20203217 branch app_enter_hibernate 
+
+mouse_before_hibernate:
+3e25 44e44019 bpatch patch19_0 ,mem_patch19 
+3e26 78347c00 enable user 
+3e27 6ff20138 fetch 4 ,0x8138 
+3e28 79347e1a setflag user ,26 ,pdata 
+3e29 67f2004c store 4 ,core_lpm_reg 
+3e2a 2040159a call lpm_write_ctrl 
+3e2b 20406df7 call disable_authrom 
+3e2c 2040490e call mouse_device_led_all_off 
+3e2d 20404015 call mouse_before_hibernate_wheel_gpio_set 
+3e2e 20403e33 call mouse_setgpio_hibernate 
+3e2f 2040462d call mouse_flash_power_down 
+3e30 2040609d call gpio_set_before_lpm_common 
+3e31 6848c911 fetcht 1 ,mem_sensor_motion_gpio 
+3e32 20206042 branch gpio_clr_wake 
+
+mouse_setgpio_hibernate:
+3e33 44e4c019 bpatch patch19_1 ,mem_patch19 
+3e34 204042e9 call mouse_set_sdio_high 
+3e35 20407fdc call clear_wake 
+3e36 20403e40 call mouse_lpm_before_common 
+3e37 20406082 call gpio_pd_idle 
+3e38 d8400013 arg 19 ,temp 
+3e39 20403f56 call mouse_gpio_config_input_pu 
+3e3a 20203f58 branch mouse_gpio_set_high_impedance 
+
+mouse_process_lpm_before:
+3e3b c6130000 rtnmark1 mark_24g 
+3e3c 20403e40 call mouse_lpm_before_common 
+3e3d 6fe0809e fetch 1 ,mem_lpm_current_mult 
+3e3e 247a0000 nrtn blank 
+3e3f 20206042 branch gpio_clr_wake 
+
+mouse_lpm_before_common:
+3e40 44e54019 bpatch patch19_2 ,mem_patch19 
+3e41 20403f88 call mouse_wheel_check 
+3e42 6848c91f fetcht 1 ,mem_mouse_sensor_sclk_gpio 
+3e43 20406069 call gpio_config_output 
+
+mouse_lpm_before_common_next:
+3e44 20405b04 call twspi_disable 
+3e45 6848c918 fetcht 1 ,mem_lbutton_gpio 
+3e46 20406036 call gpio_set_wake 
+3e47 6848c919 fetcht 1 ,mem_rbutton_gpio 
+3e48 20406036 call gpio_set_wake 
+3e49 6848c91a fetcht 1 ,mem_mbutton_gpio 
+3e4a 20406036 call gpio_set_wake 
+3e4b 6848c90d fetcht 1 ,mem_bk_button_gpio 
+3e4c 20406036 call gpio_set_wake 
+3e4d 6848c90e fetcht 1 ,mem_fw_button_gpio 
+3e4e 20406036 call gpio_set_wake 
+3e4f 6848c90f fetcht 1 ,mem_dpi_button_gpio 
+3e50 20406036 call gpio_set_wake 
+3e51 6848c91b fetcht 1 ,mem_config_select_device_button_gpio 
+3e52 20406036 call gpio_set_wake 
+3e53 6848c912 fetcht 1 ,mem_customer_key_gpio 
+3e54 20406036 call gpio_set_wake 
+3e55 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+3e56 20406032 call gpio_set_wake_by_current_state 
+3e57 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+3e58 20406032 call gpio_set_wake_by_current_state 
+3e59 6848c91c fetcht 1 ,mem_whee_ta_data_gpio 
+3e5a 20406032 call gpio_set_wake_by_current_state 
+3e5b 6848c91d fetcht 1 ,mem_whee_tb_data_gpio 
+3e5c 20406032 call gpio_set_wake_by_current_state 
+3e5d 6848c911 fetcht 1 ,mem_sensor_motion_gpio 
+3e5e 20206036 branch gpio_set_wake 
+
+mouse_set_mult:
+3e5f 6fe1478c fetch 2 ,mem_ui_state_map 
+3e60 c284be64 bbit1 ui_state_ble_connected ,mouse_set_ble_mult 
+3e61 6fe1478c fetch 2 ,mem_ui_state_map 
+3e62 c2803e67 bbit1 ui_state_bt_connected ,mouse_set_bt_mult 
+3e63 20600000 rtn 
+
+mouse_set_ble_mult:
+3e64 1a227e00 copy rega ,pdata 
+3e65 243a1b26 nbranch le_set_config_short_mult ,blank 
+3e66 20201b28 branch le_clr_config_short_mult 
+
+mouse_set_bt_mult:
+3e67 1a227e00 copy rega ,pdata 
+3e68 243a1540 nbranch classic_bt_set_mult_short_flag ,blank 
+3e69 20201542 branch classic_bt_clr_mult_short_flag 
+
+mouse_adc_gpio_set:
+3e6a 6fe0c4a0 fetch 1 ,mem_adc_config_flag 
+3e6b c1810000 rtnne adc_config_gpio 
+
+mouse_adc_gpio_check_output:
+3e6c 44e5c019 bpatch patch19_3 ,mem_patch19 
+3e6d 6848c4a1 fetcht 1 ,mem_adc_channel 
+3e6e 18467c03 sub temp ,3 ,null 
+3e6f 20213e78 branch mouse_adc_gpio_4_7_set ,positive 
+3e70 18408405 increase 5 ,temp 
+3e71 6048c8fc storet 1 ,mem_adc_channel_gpio 
+
+mouse_adc_gpio_set_next:
+3e72 18422200 copy temp ,rega 
+3e73 20406098 call gpio_get_config 
+3e74 c01fc954 beq gpcfg_output_high ,mouse_set_24g_led_statue 
+3e75 20404952 call mouse_clear_24g_led_statue 
+3e76 1a220400 copy rega ,temp 
+3e77 2020607f branch gpio_set_high_impedance 
+
+mouse_adc_gpio_4_7_set:
+3e78 18408404 increase 4 ,temp 
+3e79 6048c8fc storet 1 ,mem_adc_channel_gpio 
+3e7a 20203e72 branch mouse_adc_gpio_set_next 
+
+mouse_adc_vol_init:
+3e7b 6fe0c8fd fetch 1 ,mem_adc_config_flag_init 
+3e7c c0013e84 beq adc_config_gpio ,mouse_adc_gpio_vol_init 
+3e7d c0003e89 beq adc_config_vinlpm ,mouse_adc_gpio_vinlpm_init 
+3e7e 7048fd00 jam adc_config_vinlpm ,mem_adc_config_flag_init 
+3e7f 582c0172 setarg 0x2c0172 
+3e80 67e1c8e3 store 3 ,mem_mouse_vdd_full_vol 
+3e81 58014001 setarg 0x014001 
+3e82 e7e18005 istore 3 ,contw 
+3e83 20600000 rtn 
+
+mouse_adc_gpio_vol_init:
+3e84 585d0099 setarg 0x5d0099 
+3e85 67e1c8e3 store 3 ,mem_mouse_vdd_full_vol 
+3e86 58007100 setarg 0x007100 
+3e87 e7e18005 istore 3 ,contw 
+3e88 20600000 rtn 
+
+mouse_adc_gpio_vinlpm_init:
+3e89 58c8012c setarg 0xc8012c 
+3e8a 67e1c8e3 store 3 ,mem_mouse_vdd_full_vol 
+3e8b 5800dc00 setarg 0x00dc00 
+3e8c e7e18005 istore 3 ,contw 
+3e8d 20600000 rtn 
+
+mouse_adc_gpio_mux_init:
+3e8e 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3e8f c40a0000 rtnbit0 mouse_enable_adc 
+3e90 7048f501 jam mouse_adc_check_multiple ,mem_adc_mux_status 
+3e91 c3970000 rtnbit1 mouse_enable_dpi_key_connect_adc 
+3e92 c3958000 rtnbit1 mouse_enable_select_device_by_switch_adc 
+3e93 7048f500 jam mouse_adc_check_battery_only ,mem_adc_mux_status 
+3e94 20600000 rtn 
+
+mouse_adc_read_interval:
+3e95 6fe0c8f6 fetch 1 ,mem_adc_read_timer 
+3e96 1fe0fe01 increase 1 ,pdata 
+3e97 67e0c8f6 store 1 ,mem_adc_read_timer 
+3e98 6848c8f7 fetcht 1 ,mem_adc_read_time_init 
+3e99 98467c00 isub temp ,null 
+3e9a 20600000 rtn 
+
+mouse_adc_read:
+3e9b 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3e9c c40a0000 rtnbit0 mouse_enable_adc 
+3e9d 20403e6a call mouse_adc_gpio_set 
+3e9e 6fe0c8f5 fetch 1 ,mem_adc_mux_status 
+3e9f 203a3eb2 branch mouse_adc_read_battery ,blank 
+3ea0 6fe0c4a0 fetch 1 ,mem_adc_config_flag 
+3ea1 c0013ea7 beq adc_config_gpio ,mouse_adc_read_gpio_mux_start 
+3ea2 7048f503 jam mouse_adc_check_vinlpm_multiple ,mem_adc_mux_status 
+3ea3 20403e95 call mouse_adc_read_interval 
+3ea4 20213ea9 branch mouse_adc_read_gpio ,positive 
+3ea5 20403eae call mouse_adc_read_vinlpm 
+3ea6 20203eb8 branch mouse_adc_read_start 
+
+mouse_adc_read_gpio_mux_start:
+3ea7 7048f502 jam mouse_adc_check_gpio_multiple ,mem_adc_mux_status 
+3ea8 20203eb8 branch mouse_adc_read_start 
+
+mouse_adc_read_gpio:
+3ea9 20403e6c call mouse_adc_gpio_check_output 
+3eaa 7044a002 jam adc_config_gpio ,mem_adc_config_flag 
+3eab 6fe0cbaa fetch 1 ,mem_24g_device_led_status 
+3eac 245a3eae ncall mouse_adc_read_vinlpm ,blank 
+3ead 20203eb8 branch mouse_adc_read_start 
+
+mouse_adc_read_vinlpm:
+3eae 7048f600 jam 0 ,mem_adc_read_timer 
+3eaf 6fe0c8fd fetch 1 ,mem_adc_config_flag_init 
+3eb0 67e0c4a0 store 1 ,mem_adc_config_flag 
+3eb1 20600000 rtn 
+
+mouse_adc_read_battery:
+3eb2 6fe0c4a0 fetch 1 ,mem_adc_config_flag 
+3eb3 c0813eb6 bne adc_config_gpio ,mouse_adc_read_battery_start 
+3eb4 6fe0cbaa fetch 1 ,mem_24g_device_led_status 
+3eb5 247a0000 nrtn blank 
+
+mouse_adc_read_battery_start:
+3eb6 20403e95 call mouse_adc_read_interval 
+3eb7 24610000 nrtn positive 
+
+mouse_adc_read_start:
+3eb8 44e64019 bpatch patch19_4 ,mem_patch19 
+3eb9 6fe0cbaa fetch 1 ,mem_24g_device_led_status 
+3eba 247a0000 nrtn blank 
+3ebb 7048f600 jam 0 ,mem_adc_read_timer 
+3ebc 20406125 call vdd_calculate_by_mode 
+3ebd 67e148e9 store 2 ,mem_mouse_vdd_now_vol 
+3ebe 6fe0c4a0 fetch 1 ,mem_adc_config_flag 
+3ebf c0813ec6 bne adc_config_gpio ,mouse_adc_data_process 
+3ec0 684948e9 fetcht 2 ,mem_mouse_vdd_now_vol 
+3ec1 184ffe08 mul32 temp ,8 ,pdata 
+3ec2 1fe6fc0a div pdata ,10 
+3ec3 20407dec call get_div_result 
+3ec4 9840fe00 iadd temp ,pdata 
+3ec5 67e148e9 store 2 ,mem_mouse_vdd_now_vol 
+
+mouse_adc_data_process:
+3ec6 da2048e3 arg mem_mouse_vdd_calculate_set ,rega 
+3ec7 20403ed8 call mouse_adc_bat_percent_lowpower_out 
+3ec8 6fe0c4a4 fetch 1 ,mem_adc_power_flag 
+3ec9 c2813f1a bbit1 2 ,mouse_adc_button_press 
+3eca c280bf1c bbit1 1 ,mouse_power_down 
+3ecb c3003ed0 bbit0 0 ,mouse_adc_no_low_voltage 
+
+mouse_adc_data_process_next:
+3ecc 7048fa01 jam 1 ,mem_mouse_adc_last_low_voltage_flag 
+3ecd 20203ece branch mouse_adc_low_voltage 
+
+mouse_adc_low_voltage:
+3ece d8e00004 arg mouse_low_voltage_flag ,queue 
+3ecf 202046f0 branch mouse_enable_function_flag 
+
+mouse_adc_no_low_voltage:
+3ed0 d8e00004 arg mouse_low_voltage_flag ,queue 
+3ed1 204046f4 call mouse_disable_function_flag 
+3ed2 7048f80c jam 12 ,mem_adc_low_volatage_led_timer_count 
+3ed3 6fe0c8fa fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
+3ed4 207a0000 rtn blank 
+3ed5 7048fa00 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
+3ed6 6848c921 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+3ed7 2020492b branch mouse_led_off 
+
+mouse_adc_bat_percent_lowpower_out:
+3ed8 44e6c019 bpatch patch19_5 ,mem_patch19 
+3ed9 efe40011 ifetch 8 ,rega 
+3eda 67e4095c store 8 ,mem_pdatatemp 
+3edb 6fe0c8f5 fetch 1 ,mem_adc_mux_status 
+3edc c0003ef0 beq mouse_adc_check_battery_only ,mouse_adc_bat_percent_lowpower_out_battery 
+3edd c0013edf beq mouse_adc_check_gpio_multiple ,mouse_adc_bat_percent_lowpower_out_gpio_multiple 
+3ede c001bf0f beq mouse_adc_check_vinlpm_multiple ,mouse_adc_bat_percent_lowpower_out_vinlpm_multiple 
+
+mouse_adc_bat_percent_lowpower_out_gpio_multiple:
+3edf 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3ee0 c3173ee5 bbit0 mouse_enable_dpi_key_connect_adc ,mouse_adc_bat_percent_lowpower_out_gpio_switch 
+3ee1 6fe10962 fetch 2 ,mem_pdatatemp + 6 
+3ee2 684948eb fetcht 2 ,mem_mouse_vdd_button_press_vol 
+3ee3 98467c00 isub temp ,null 
+3ee4 24213f12 nbranch mouse_adc_set_button_press_flag ,positive 
+
+mouse_adc_bat_percent_lowpower_out_gpio_switch:
+3ee5 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3ee6 c315bef0 bbit0 mouse_enable_select_device_by_switch_adc ,mouse_adc_bat_percent_lowpower_out_battery 
+3ee7 7048fb00 jam 0 ,mem_mouse_adc_button_press_flag 
+3ee8 6fe10962 fetch 2 ,mem_pdatatemp + 6 
+3ee9 684948ed fetcht 2 ,mem_mouse_vdd_switch_gnd_24g_vol 
+3eea 98467c00 isub temp ,null 
+3eeb 24213eee nbranch mouse_select_24gdevice ,positive 
+3eec 204046a9 call mouse_select_btdevice 
+3eed 20203ef0 branch mouse_adc_bat_percent_lowpower_out_battery 
+
+mouse_select_24gdevice:
+3eee 204046ad call mouse_check_select_24gdevice 
+3eef 20203ef0 branch mouse_adc_bat_percent_lowpower_out_battery 
+
+mouse_adc_bat_percent_lowpower_out_battery:
+3ef0 20403f16 call mouse_adc_clear_button_press_flag 
+3ef1 2040616e call adc_clear_no_power_flag 
+3ef2 20406166 call adc_clear_low_power_flag 
+3ef3 6fe10962 fetch 2 ,mem_pdatatemp + 6 
+3ef4 6849095e fetcht 2 ,mem_pdatatemp + 2 
+3ef5 98467c00 isub temp ,null 
+3ef6 2441616a ncall adc_set_no_power_flag ,positive 
+3ef7 68490960 fetcht 2 ,mem_pdatatemp + 4 
+3ef8 98467c00 isub temp ,null 
+3ef9 24416162 ncall adc_set_low_power_flag ,positive 
+
+mouse_adc_bat_level_set:
+3efa 6fe10962 fetch 2 ,mem_pdatatemp + 6 
+3efb 6849095c fetcht 2 ,mem_pdatatemp 
+3efc 98467c00 isub temp ,null 
+3efd 20213f0b branch mouse_adc_bat_level_100_percent ,positive 
+3efe 6849095e fetcht 2 ,mem_pdatatemp + 2 
+3eff 98467e00 isub temp ,pdata 
+3f00 24213f0d nbranch mouse_adc_bat_level_0_percent ,positive 
+3f01 203a3f0d branch mouse_adc_bat_level_0_percent ,blank 
+3f02 1fefa264 mul32 pdata ,100 ,rega 
+3f03 6fe1095c fetch 2 ,mem_pdatatemp 
+3f04 6849095e fetcht 2 ,mem_pdatatemp + 2 
+3f05 98460400 isub temp ,temp 
+3f06 1a227e00 copy rega ,pdata 
+3f07 9846fc00 idiv temp 
+3f08 20407dec call get_div_result 
+3f09 67e0caef store 1 ,mem_le_battery_level_percentage 
+3f0a 20600000 rtn 
+
+mouse_adc_bat_level_100_percent:
+3f0b 704aef64 jam 100 ,mem_le_battery_level_percentage 
+3f0c 20600000 rtn 
+
+mouse_adc_bat_level_0_percent:
+3f0d 704aef00 jam 0 ,mem_le_battery_level_percentage 
+3f0e 20600000 rtn 
+
+mouse_adc_bat_percent_lowpower_out_vinlpm_multiple:
+3f0f 6fe0c4a0 fetch 1 ,mem_adc_config_flag 
+3f10 c0013edf beq adc_config_gpio ,mouse_adc_bat_percent_lowpower_out_gpio_multiple 
+3f11 20203ef0 branch mouse_adc_bat_percent_lowpower_out_battery 
+
+mouse_adc_set_button_press_flag:
+3f12 6848c4a4 fetcht 1 ,mem_adc_power_flag 
+3f13 79200402 set1 2 ,temp 
+3f14 6048c4a4 storet 1 ,mem_adc_power_flag 
+3f15 20600000 rtn 
+
+mouse_adc_clear_button_press_flag:
+3f16 6848c4a4 fetcht 1 ,mem_adc_power_flag 
+3f17 793f8402 set0 2 ,temp 
+3f18 6048c4a4 storet 1 ,mem_adc_power_flag 
+3f19 20600000 rtn 
+
+mouse_adc_button_press:
+3f1a 7048fb01 jam 1 ,mem_mouse_adc_button_press_flag 
+3f1b 20600000 rtn 
+
+mouse_power_down:
+3f1c 2040490e call mouse_device_led_all_off 
+3f1d 20203e20 branch mouse_app_enter_hibernate 
+
+mouse_gpio_init:
+3f1e 6848c4c1 fetcht 1 ,mem_eeprom_wp_gpio 
+3f1f 20406069 call gpio_config_output 
+3f20 204079b4 call usb_offline_check_init 
+3f21 6848c918 fetcht 1 ,mem_lbutton_gpio 
+3f22 20403f56 call mouse_gpio_config_input_pu 
+3f23 6848c919 fetcht 1 ,mem_rbutton_gpio 
+3f24 20403f56 call mouse_gpio_config_input_pu 
+3f25 6848c91a fetcht 1 ,mem_mbutton_gpio 
+3f26 20403f56 call mouse_gpio_config_input_pu 
+3f27 6848c90d fetcht 1 ,mem_bk_button_gpio 
+3f28 20403f56 call mouse_gpio_config_input_pu 
+3f29 6848c90e fetcht 1 ,mem_fw_button_gpio 
+3f2a 20403f56 call mouse_gpio_config_input_pu 
+3f2b 6848c90f fetcht 1 ,mem_dpi_button_gpio 
+3f2c 20403f56 call mouse_gpio_config_input_pu 
+3f2d 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+3f2e 20403f56 call mouse_gpio_config_input_pu 
+3f2f 6848c91b fetcht 1 ,mem_config_select_device_button_gpio 
+3f30 20403f56 call mouse_gpio_config_input_pu 
+3f31 6848c912 fetcht 1 ,mem_customer_key_gpio 
+3f32 20403f56 call mouse_gpio_config_input_pu 
+3f33 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+3f34 20403f56 call mouse_gpio_config_input_pu 
+3f35 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+3f36 20403f56 call mouse_gpio_config_input_pu 
+3f37 6848c91c fetcht 1 ,mem_whee_ta_data_gpio 
+3f38 20403f56 call mouse_gpio_config_input_pu 
+3f39 6848c91d fetcht 1 ,mem_whee_tb_data_gpio 
+3f3a 20403f56 call mouse_gpio_config_input_pu 
+3f3b 6848c911 fetcht 1 ,mem_sensor_motion_gpio 
+3f3c 20403f56 call mouse_gpio_config_input_pu 
+3f3d 6848c91e fetcht 1 ,mem_device_switch_gpio 
+3f3e 20403f56 call mouse_gpio_config_input_pu 
+3f3f 6848caab fetcht 1 ,mem_sensor_reset_gpio 
+3f40 20406069 call gpio_config_output 
+3f41 6848c921 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+3f42 20406069 call gpio_config_output 
+3f43 6848c915 fetcht 1 ,mem_config_device_24g_led_gpio 
+3f44 20406069 call gpio_config_output 
+3f45 6848c916 fetcht 1 ,mem_config_device_bt1_led_gpio 
+3f46 20406069 call gpio_config_output 
+3f47 6848c922 fetcht 1 ,mem_config_device_bt2_led_gpio 
+3f48 20406069 call gpio_config_output 
+3f49 6848c923 fetcht 1 ,mem_dpi_led_gpio 
+3f4a 20406069 call gpio_config_output 
+3f4b 6848c917 fetcht 1 ,mem_select_sensor_angle_gpio 
+3f4c 20203f56 branch mouse_gpio_config_input_pu 
+
+mouse_gpio_set_pupd_by_input:
+3f4d 18467cff sub temp ,ui_button_gpio_disable ,null 
+3f4e 20628000 rtn zero 
+3f4f 18410e7f and temp ,0x7f ,queue 
+3f50 6ff2011c fetch 4 ,core_gpio_in 
+3f51 afefffff qisolate1 pdata 
+3f52 2020bf56 branch mouse_gpio_config_input_pu ,true 
+3f53 20203f54 branch mouse_gpio_config_input_pd 
+
+mouse_gpio_config_input_pd:
+3f54 79200407 set1 gpio_active_bit ,temp 
+3f55 20206050 branch gpio_config_input 
+
+mouse_gpio_config_input_pu:
+3f56 793f8407 set0 gpio_active_bit ,temp 
+3f57 20206050 branch gpio_config_input 
+
+mouse_gpio_set_high_impedance:
+3f58 6fe1cbde fetch 3 ,mem_mouse_set_high_impedance_bit_set 
+3f59 67e1895c store 3 ,mem_pdatatemp 
+3f5a df200014 arg 20 ,loopcnt 
+3f5b d8400000 arg 0 ,temp 
+
+mouse_gpio_set_high_impedance_bit_loop:
+3f5c 6fe1895c fetch 3 ,mem_pdatatemp 
+3f5d 2feffe00 isolate1 0 ,pdata 
+3f5e 2040e07f call gpio_set_high_impedance ,true 
+3f5f 6fe1895c fetch 3 ,mem_pdatatemp 
+3f60 1fe3fe00 lshift pdata ,pdata 
+3f61 67e1895c store 3 ,mem_pdatatemp 
+3f62 18408401 increase 1 ,temp 
+3f63 c2003f5c loop mouse_gpio_set_high_impedance_bit_loop 
+3f64 20600000 rtn 
+
+mouse_sensor_spi_init:
+3f65 20403f6a call mouse_spid_init_pin 
+3f66 70448473 jam 0x73 ,mem_spi_init_clk 
+3f67 20403f69 call mouse_spi_init 
+3f68 20205b08 branch twspi_enable 
+
+mouse_spi_write_flash_cb:
+
+mouse_spi_init:
+3f69 20205cb5 branch spid_init 
+
+mouse_spid_init_pin:
+3f6a 6fe0c91f fetch 1 ,mem_mouse_sensor_sclk_gpio 
+3f6b d8400021 arg gpcfg_spid_sck ,temp 
+3f6c 20406093 call gpio_config_function_int 
+3f6d 6fe0c920 fetch 1 ,mem_mouse_sensor_sdio_gpio 
+3f6e d8400023 arg gpcfg_spid_sdio ,temp 
+3f6f 20206093 branch gpio_config_function_int 
+
+mouse_motion:
+3f70 44e74019 bpatch patch19_6 ,mem_patch19 
+3f71 78547c00 disable user 
+3f72 58000000 setarg 0 
+3f73 67e348d1 store 6 ,mem_mouse_x 
+3f74 20404240 call mouse_check_sensor_data 
+3f75 20403f7e call mouse_zwheel 
+3f76 20403f83 call mouse_t_zwheel 
+3f77 204040dc call mouse_key 
+3f78 6fe0c8d0 fetch 1 ,mem_mouse_key 
+3f79 1fe17e1f and_into 0x1f ,pdata 
+3f7a 67e0c8d0 store 1 ,mem_mouse_key 
+3f7b 24344728 nbranch mouse_drawing_optima_init ,user 
+3f7c 2040471a call mouse_drawing_optima 
+3f7d 20204544 branch mouse_no_data_timer_init 
+
+mouse_zwheel:
+3f7e 6fe0c8e0 fetch 1 ,mem_mouse_z_data 
+3f7f 207a0000 rtn blank 
+3f80 67e0c8d5 store 1 ,mem_mouse_z 
+3f81 7048e000 jam 0 ,mem_mouse_z_data 
+3f82 20207e54 branch enable_user 
+
+mouse_t_zwheel:
+3f83 6fe0c8dc fetch 1 ,mem_mouse_tz_data 
+3f84 207a0000 rtn blank 
+3f85 67e0c8d6 store 1 ,mem_mouse_tz 
+3f86 7048dc00 jam 0 ,mem_mouse_tz_data 
+3f87 20207e54 branch enable_user 
+
+mouse_wheel_check:
+3f88 20403f95 call mouse_t_wheel_scan 
+3f89 20403fd1 call mouse_wheel_scan 
+3f8a 6fe0c8da fetch 1 ,mem_wheel_tb_new_pinlevel 
+3f8b 6848c8d9 fetcht 1 ,mem_wheel_tb_old_pinlevel 
+3f8c 67e0c8d9 store 1 ,mem_wheel_tb_old_pinlevel 
+3f8d 98467c00 isub temp ,null 
+3f8e 2422b1e1 nbranch app_lpm_wake_auto_lock ,zero 
+3f8f 6fe0c8de fetch 1 ,mem_mwheel_b_new_pinlevel 
+3f90 6848c8dd fetcht 1 ,mem_mwheel_b_old_pinlevel 
+3f91 67e0c8dd store 1 ,mem_mwheel_b_old_pinlevel 
+3f92 98467c00 isub temp ,null 
+3f93 2422b1e1 nbranch app_lpm_wake_auto_lock ,zero 
+3f94 20600000 rtn 
+
+mouse_t_wheel_scan:
+3f95 6fe0c91c fetch 1 ,mem_whee_ta_data_gpio 
+3f96 c17f8000 rtneq gpio_disable 
+3f97 da200000 arg 0 ,rega 
+3f98 6848c91c fetcht 1 ,mem_whee_ta_data_gpio 
+3f99 20406059 call gpio_get_bit 
+3f9a 7920a200 setflag true ,0 ,rega 
+3f9b 6848c91d fetcht 1 ,mem_whee_tb_data_gpio 
+3f9c 20406059 call gpio_get_bit 
+3f9d 7920a201 setflag true ,1 ,rega 
+3f9e 1a227e00 copy rega ,pdata 
+3f9f 67e0c8da store 1 ,mem_wheel_tb_new_pinlevel 
+3fa0 c000bfa5 beq 0x01 ,mouse_t_wheel_scan_judge1 
+3fa1 c0013fa9 beq 0x02 ,mouse_t_wheel_scan_judge2 
+3fa2 6fe0c8db fetch 1 ,mem_wheel_tog 
+3fa3 c283bfb5 bbit1 7 ,mouse_t_wheel_scan_judge3 
+3fa4 20600000 rtn 
+
+mouse_t_wheel_scan_judge1:
+3fa5 6fe0c8d9 fetch 1 ,mem_wheel_tb_old_pinlevel 
+3fa6 c0003fad beq 0 ,mouse_t_wheel_scan_judge11 
+3fa7 c001bfaf beq 3 ,mouse_t_wheel_scan_judge12 
+3fa8 20600000 rtn 
+
+mouse_t_wheel_scan_judge2:
+3fa9 6fe0c8d9 fetch 1 ,mem_wheel_tb_old_pinlevel 
+3faa c0003fb1 beq 0 ,mouse_t_wheel_scan_judge21 
+3fab c001bfb3 beq 3 ,mouse_t_wheel_scan_judge22 
+3fac 20600000 rtn 
+
+mouse_t_wheel_scan_judge11:
+3fad 7048db82 jam 0x82 ,mem_wheel_tog 
+3fae 20600000 rtn 
+
+mouse_t_wheel_scan_judge12:
+3faf 7048db81 jam 0x81 ,mem_wheel_tog 
+3fb0 20600000 rtn 
+
+mouse_t_wheel_scan_judge21:
+3fb1 7048db80 jam 0x80 ,mem_wheel_tog 
+3fb2 20600000 rtn 
+
+mouse_t_wheel_scan_judge22:
+3fb3 7048db83 jam 0x83 ,mem_wheel_tog 
+3fb4 20600000 rtn 
+
+mouse_t_wheel_scan_judge3:
+3fb5 6fe0c8db fetch 1 ,mem_wheel_tog 
+3fb6 793ffe07 set0 7 ,pdata 
+3fb7 67e0c8db store 1 ,mem_wheel_tog 
+3fb8 c0003fbd beq 0 ,mouse_t_wheel_scan_judge30 
+3fb9 c000bfc0 beq 1 ,mouse_t_wheel_scan_judge31 
+3fba c0013fc3 beq 2 ,mouse_t_wheel_scan_judge32 
+3fbb c001bfc6 beq 3 ,mouse_t_wheel_scan_judge33 
+3fbc 20600000 rtn 
+
+mouse_t_wheel_scan_judge30:
+3fbd 6fe0c8da fetch 1 ,mem_wheel_tb_new_pinlevel 
+3fbe c001bfc9 beq 3 ,mouse_wheel_t_forward 
+3fbf 20600000 rtn 
+
+mouse_t_wheel_scan_judge31:
+3fc0 6fe0c8da fetch 1 ,mem_wheel_tb_new_pinlevel 
+3fc1 c0003fc9 beq 0 ,mouse_wheel_t_forward 
+3fc2 20600000 rtn 
+
+mouse_t_wheel_scan_judge32:
+3fc3 6fe0c8da fetch 1 ,mem_wheel_tb_new_pinlevel 
+3fc4 c001bfcd beq 3 ,mouse_wheel_t_back 
+3fc5 20600000 rtn 
+
+mouse_t_wheel_scan_judge33:
+3fc6 6fe0c8da fetch 1 ,mem_wheel_tb_new_pinlevel 
+3fc7 c0003fcd beq 0 ,mouse_wheel_t_back 
+3fc8 20600000 rtn 
+
+mouse_wheel_t_forward:
+3fc9 6fe0c8dc fetch 1 ,mem_mouse_tz_data 
+3fca 1fe0fe01 increase 1 ,pdata 
+3fcb 67e0c8dc store 1 ,mem_mouse_tz_data 
+3fcc 20600000 rtn 
+
+mouse_wheel_t_back:
+3fcd 6fe0c8dc fetch 1 ,mem_mouse_tz_data 
+3fce 1fe0ffff increase -1 ,pdata 
+3fcf 67e0c8dc store 1 ,mem_mouse_tz_data 
+3fd0 20600000 rtn 
+
+mouse_wheel_scan:
+3fd1 6fe0c913 fetch 1 ,mem_whee_a_data_gpio 
+3fd2 c17f8000 rtneq gpio_disable 
+3fd3 da200000 arg 0 ,rega 
+3fd4 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+3fd5 20406059 call gpio_get_bit 
+3fd6 7920a200 setflag true ,0 ,rega 
+3fd7 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+3fd8 20406059 call gpio_get_bit 
+3fd9 7920a201 setflag true ,1 ,rega 
+3fda 1a227e00 copy rega ,pdata 
+3fdb 67e0c8de store 1 ,mem_mwheel_b_new_pinlevel 
+3fdc c000bfe1 beq 0x01 ,mouse_wheel_scan_judge1 
+3fdd c0013fe5 beq 0x02 ,mouse_wheel_scan_judge2 
+3fde 6fe0c8df fetch 1 ,mem_mwheel_tog 
+3fdf c283bff1 bbit1 7 ,mouse_wheel_scan_judge3 
+3fe0 20600000 rtn 
+
+mouse_wheel_scan_judge1:
+3fe1 6fe0c8dd fetch 1 ,mem_mwheel_b_old_pinlevel 
+3fe2 c0003fe9 beq 0 ,mouse_wheel_scan_judge11 
+3fe3 c001bfeb beq 3 ,mouse_wheel_scan_judge12 
+3fe4 20600000 rtn 
+
+mouse_wheel_scan_judge2:
+3fe5 6fe0c8dd fetch 1 ,mem_mwheel_b_old_pinlevel 
+3fe6 c0003fed beq 0 ,mouse_wheel_scan_judge21 
+3fe7 c001bfef beq 3 ,mouse_wheel_scan_judge22 
+3fe8 20600000 rtn 
+
+mouse_wheel_scan_judge11:
+3fe9 7048df82 jam 0x82 ,mem_mwheel_tog 
+3fea 20600000 rtn 
+
+mouse_wheel_scan_judge12:
+3feb 7048df81 jam 0x81 ,mem_mwheel_tog 
+3fec 20600000 rtn 
+
+mouse_wheel_scan_judge21:
+3fed 7048df80 jam 0x80 ,mem_mwheel_tog 
+3fee 20600000 rtn 
+
+mouse_wheel_scan_judge22:
+3fef 7048df83 jam 0x83 ,mem_mwheel_tog 
+3ff0 20600000 rtn 
+
+mouse_wheel_scan_judge3:
+3ff1 6fe0c8df fetch 1 ,mem_mwheel_tog 
+3ff2 793ffe07 set0 7 ,pdata 
+3ff3 67e0c8df store 1 ,mem_mwheel_tog 
+3ff4 c0003ff9 beq 0 ,mouse_wheel_scan_judge30 
+3ff5 c000bffc beq 1 ,mouse_wheel_scan_judge31 
+3ff6 c0013fff beq 2 ,mouse_wheel_scan_judge32 
+3ff7 c001c002 beq 3 ,mouse_wheel_scan_judge33 
+3ff8 20600000 rtn 
+
+mouse_wheel_scan_judge30:
+3ff9 6fe0c8de fetch 1 ,mem_mwheel_b_new_pinlevel 
+3ffa c001c005 beq 3 ,mouse_wheel_forward 
+3ffb 20600000 rtn 
+
+mouse_wheel_scan_judge31:
+3ffc 6fe0c8de fetch 1 ,mem_mwheel_b_new_pinlevel 
+3ffd c0004005 beq 0 ,mouse_wheel_forward 
+3ffe 20600000 rtn 
+
+mouse_wheel_scan_judge32:
+3fff 6fe0c8de fetch 1 ,mem_mwheel_b_new_pinlevel 
+4000 c001c009 beq 3 ,mouse_wheel_back 
+4001 20600000 rtn 
+
+mouse_wheel_scan_judge33:
+4002 6fe0c8de fetch 1 ,mem_mwheel_b_new_pinlevel 
+4003 c0004009 beq 0 ,mouse_wheel_back 
+4004 20600000 rtn 
+
+mouse_wheel_forward:
+4005 6fe0c8e0 fetch 1 ,mem_mouse_z_data 
+4006 1fe0fe01 increase 1 ,pdata 
+4007 67e0c8e0 store 1 ,mem_mouse_z_data 
+4008 20600000 rtn 
+
+mouse_wheel_back:
+4009 6fe0c8e0 fetch 1 ,mem_mouse_z_data 
+400a 1fe0ffff increase -1 ,pdata 
+400b 67e0c8e0 store 1 ,mem_mouse_z_data 
+400c 20600000 rtn 
+
+mouse_wheel_gpio_set_wake:
+400d 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+400e 20406032 call gpio_set_wake_by_current_state 
+400f 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+4010 20406032 call gpio_set_wake_by_current_state 
+4011 6848c91c fetcht 1 ,mem_whee_ta_data_gpio 
+4012 20406032 call gpio_set_wake_by_current_state 
+4013 6848c91d fetcht 1 ,mem_whee_tb_data_gpio 
+4014 20206032 branch gpio_set_wake_by_current_state 
+
+mouse_before_hibernate_wheel_gpio_set:
+4015 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+4016 20403f4d call mouse_gpio_set_pupd_by_input 
+4017 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+4018 20403f4d call mouse_gpio_set_pupd_by_input 
+4019 6848c91c fetcht 1 ,mem_whee_ta_data_gpio 
+401a 20403f4d call mouse_gpio_set_pupd_by_input 
+401b 6848c91d fetcht 1 ,mem_whee_tb_data_gpio 
+401c 20203f4d branch mouse_gpio_set_pupd_by_input 
+
+mouse_wheel_trigger:
+401d 6fe148d5 fetch 2 ,mem_mouse_z 
+401e 207a0000 rtn blank 
+401f 7048e101 jam 1 ,mem_mouse_wheel_trigger 
+4020 7048e20a jam 10 ,mem_mouse_wheel_trigger_timer 
+4021 20600000 rtn 
+
+mouse_wheel_trigger_timer:
+4022 da6048e2 arg mem_mouse_wheel_trigger_timer ,regc 
+4023 da404025 arg mouse_wheel_trigger_disable ,regb 
+4024 2020318a branch timer_single_step 
+
+mouse_wheel_trigger_disable:
+4025 7048e100 jam 0 ,mem_mouse_wheel_trigger 
+4026 20600000 rtn 
+
+mouse_dpi_check:
+4027 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4028 c2974036 bbit1 mouse_enable_dpi_key_connect_adc ,mouse_dpi_check_connect_adc 
+4029 6fe0c90f fetch 1 ,mem_dpi_button_gpio 
+402a c17f8000 rtneq gpio_disable 
+402b da200000 arg 0 ,rega 
+402c 704b9605 jam mouse_dpi_key ,mem_mouse_key_temp 
+402d 6848c90f fetcht 1 ,mem_dpi_button_gpio 
+402e 20404039 call mouse_dpi_key_check 
+
+mouse_dpi_check_next:
+402f 67e0cb93 store 1 ,mem_mouse_dpikey_press_status 
+4030 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+4031 c07fc042 beq gpio_disable ,mouse_3io6key_dpi_check_end 
+4032 20404168 call mouse_matrix_public_gpio_reset 
+
+mouse_dpi_check_exit:
+4033 1a227e00 copy rega ,pdata 
+4034 c282c052 bbit1 mouse_dpi_key ,mouse_dpi_down 
+4035 20204059 branch mouse_dpi_up 
+
+mouse_dpi_check_connect_adc:
+4036 6fe0c8fb fetch 1 ,mem_mouse_adc_button_press_flag 
+4037 203a4059 branch mouse_dpi_up ,blank 
+4038 20204052 branch mouse_dpi_down 
+
+mouse_dpi_key_check:
+4039 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+403a c2964048 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
+403b 6fe0cb93 fetch 1 ,mem_mouse_dpikey_press_status 
+403c 1fe22600 copy pdata ,regc 
+403d 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+403e c07fc195 beq gpio_disable ,mouse_3io6key_check 
+
+mouse_dpi_key_check_next:
+403f 6fe0cb9a fetch 1 ,mem_mouse_ghost_flag 
+4040 243a4045 nbranch mouse_dpi_check_end ,blank 
+4041 2020404a branch mouse_dpi_key_connect_matrix 
+
+mouse_3io6key_dpi_check_end:
+4042 6848c90f fetcht 1 ,mem_dpi_button_gpio 
+4043 20403f56 call mouse_gpio_config_input_pu 
+4044 20204033 branch mouse_dpi_check_exit 
+
+mouse_dpi_check_end:
+4045 7049dd00 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+4046 704b9300 jam 0 ,mem_mouse_dpikey_press_status 
+4047 20600000 rtn 
+
+mouse_dpi_key_connect_gnd:
+4048 6fe0cb93 fetch 1 ,mem_mouse_dpikey_press_status 
+4049 20204187 branch mouse_check_key_connect_gnd 
+
+mouse_dpi_key_connect_matrix:
+404a 20406059 call gpio_get_bit 
+404b 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+404c 2020c048 branch mouse_dpi_key_connect_gnd ,true 
+404d 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+404e 20406069 call gpio_out_active 
+404f 6848c90f fetcht 1 ,mem_dpi_button_gpio 
+4050 6fe0cb93 fetch 1 ,mem_mouse_dpikey_press_status 
+4051 20204187 branch mouse_check_key_connect_gnd 
+
+mouse_dpi_down:
+4052 6fe0c9dd fetch 1 ,mem_mouse_dpi_button_state 
+4053 c1008000 rtneq dpi_button_state_down 
+4054 7049dd01 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+4055 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4056 c3940000 rtnbit1 mouse_enable_select_device_by_dpi_button 
+4057 c39b0000 rtnbit1 mouse_enable_dpi_key_long_press_disconvery 
+4058 20204069 branch mouse_dpi_process 
+
+mouse_dpi_up:
+4059 6fe0c9dd fetch 1 ,mem_mouse_dpi_button_state 
+405a c1000000 rtneq dpi_button_state_up 
+405b 7049dd00 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+405c 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+405d c2944060 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_dpi_up_next 
+405e c29b4060 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_dpi_up_next 
+405f 20600000 rtn 
+
+mouse_dpi_up_next:
+4060 6fe0c9de fetch 1 ,mem_mouse_dpi_long_press_flag 
+4061 243a4064 nbranch mouse_dpi_up_after_long_press ,blank 
+4062 6fe0cb9c fetch 1 ,mem_select_device_count 
+4063 245a4069 ncall mouse_dpi_process ,blank 
+
+mouse_dpi_up_after_long_press:
+4064 7049de00 jam 0 ,mem_mouse_dpi_long_press_flag 
+4065 6fe0c78f fetch 1 ,mem_ui_button_timeout 
+4066 67e0cb9c store 1 ,mem_select_device_count 
+4067 67e0cb9b store 1 ,mem_bt_discovery_count 
+4068 20600000 rtn 
+
+mouse_dpi_process:
+4069 44e7c019 bpatch patch19_7 ,mem_patch19 
+406a 20404072 call mouse_dpi_ghost_check 
+406b 20740000 rtn user 
+406c 6fe0c992 fetch 1 ,mem_mouse_dpi 
+406d 1fe0fe01 increase 1 ,pdata 
+406e 1fe17e03 and pdata ,0x03 ,pdata 
+406f 67e0c992 store 1 ,mem_mouse_dpi 
+4070 20404095 call mouse_seting_dpi 
+4071 202045ee branch mouse_store_device_info_delay 
+
+mouse_dpi_ghost_check:
+4072 78547c00 disable user 
+4073 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4074 c3960000 rtnbit1 mouse_enable_dpi_key_connect_gnd 
+4075 c3970000 rtnbit1 mouse_enable_dpi_key_connect_adc 
+4076 6fe0cb8e fetch 1 ,mem_mouse_lkey_press_status 
+4077 207a0000 rtn blank 
+4078 6fe0cb8f fetch 1 ,mem_mouse_rkey_press_status 
+4079 207a0000 rtn blank 
+407a 78347c00 enable user 
+407b 20600000 rtn 
+
+mouse_dpi_key_check_long_press:
+407c 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+407d c2944080 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_select_device_by_dpi_button 
+407e c29b4087 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_discovery_by_dpi_button 
+407f 20600000 rtn 
+
+mouse_select_device_by_dpi_button:
+4080 6fe0c9dd fetch 1 ,mem_mouse_dpi_button_state 
+4081 c1808000 rtnne dpi_button_state_down 
+4082 da604b9c arg mem_select_device_count ,regc 
+4083 da404085 arg mouse_ready_reconnection_by_dpi_button ,regb 
+4084 2020318a branch timer_single_step 
+
+mouse_ready_reconnection_by_dpi_button:
+4085 7049de01 jam 1 ,mem_mouse_dpi_long_press_flag 
+4086 202046b5 branch mouse_ready_reconnection_by_button 
+
+mouse_discovery_by_dpi_button:
+4087 6fe0c9dd fetch 1 ,mem_mouse_dpi_button_state 
+4088 c1808000 rtnne dpi_button_state_down 
+4089 da604b9b arg mem_bt_discovery_count ,regc 
+408a da40408c arg mouse_long_dpi_button_bt_discovery ,regb 
+408b 2020318a branch timer_single_step 
+
+mouse_long_dpi_button_bt_discovery:
+408c 7049de01 jam 1 ,mem_mouse_dpi_long_press_flag 
+408d 202044d4 branch mouse_long_button_bt_discovery 
+
+mouse_dpi_config:
+408e 20204098 branch mouse_seting_sensor_type 
+
+mouse_setting_dpi_4_level:
+408f 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4090 c38e0000 rtnbit1 mouse_enable_dpi_level_4 
+4091 6fe0c992 fetch 1 ,mem_mouse_dpi 
+4092 c1818000 rtnne mouse_dpi_level4 
+4093 70499200 jam mouse_dpi_level1 ,mem_mouse_dpi 
+4094 20600000 rtn 
+
+mouse_seting_dpi:
+4095 44e8401a bpatch patch1a_0 ,mem_patch1a 
+4096 2040408f call mouse_setting_dpi_4_level 
+4097 204048e1 call mouse_dpi_led_blink_delay 
+
+mouse_seting_sensor_type:
+4098 6fe0c927 fetch 1 ,mem_config_sensor_type 
+4099 c001c0bb beq p3212 ,mouse_seting_3212_dpi 
+409a c005c0cf beq ka8g2 ,mouse_seting_ka8g2_dpi 
+409b 6fe0c992 fetch 1 ,mem_mouse_dpi 
+409c c00040a2 beq mouse_dpi_level1 ,mouse_set_cpi0 
+409d c000c0a0 beq mouse_dpi_level2 ,mouse_set_cpi1 
+409e c00140a4 beq mouse_dpi_level3 ,mouse_set_cpi2 
+409f c001c0a6 beq mouse_dpi_level4 ,mouse_set_cpi3 
+
+mouse_set_cpi1:
+40a0 6848c9d1 fetcht 1 ,mem_320x_dpi_1 
+40a1 202040a8 branch mouse_dpi_store 
+
+mouse_set_cpi0:
+40a2 6848c9d0 fetcht 1 ,mem_320x_dpi_0 
+40a3 202040a8 branch mouse_dpi_store 
+
+mouse_set_cpi2:
+40a4 6848c9d2 fetcht 1 ,mem_320x_dpi_2 
+40a5 202040a8 branch mouse_dpi_store 
+
+mouse_set_cpi3:
+40a6 6848c9d3 fetcht 1 ,mem_320x_dpi_3 
+40a7 202040a8 branch mouse_dpi_store 
+
+mouse_dpi_store:
+40a8 6fe0c927 fetch 1 ,mem_config_sensor_type 
+40a9 c00240b7 beq p3065_xy ,mouse_3065xy_set_dpi 
+40aa c002c0b7 beq mx8650 ,mouse_3065xy_set_dpi 
+40ab c00440b9 beq ka8 ,mouse_ka8_set_dpi 
+40ac c003c0b9 beq p6520 ,mouse_ka8_set_dpi 
+40ad c00340b7 beq p8009 ,mouse_3065xy_set_dpi 
+
+mouse_dpi_write:
+40ae 6048c9dc storet 1 ,mem_mouse_cpi_count 
+40af 58000006 setarg mouse_dpi_address 
+40b0 20405b0d call twspi_read 
+40b1 1fe104f8 and pdata ,0xf8 ,temp 
+40b2 6fe0c9dc fetch 1 ,mem_mouse_cpi_count 
+40b3 9840fe00 iadd temp ,pdata 
+40b4 1fed7e00 lshift8 pdata ,pdata 
+40b5 1fe0fe06 add pdata ,mouse_dpi_address ,pdata 
+40b6 20205b0c branch twspi_write 
+
+mouse_3065xy_set_dpi:
+40b7 184085ff increase -1 ,temp 
+40b8 202040ae branch mouse_dpi_write 
+
+mouse_ka8_set_dpi:
+40b9 18408402 increase 2 ,temp 
+40ba 202040ae branch mouse_dpi_write 
+
+mouse_seting_3212_dpi:
+40bb 6fe0c992 fetch 1 ,mem_mouse_dpi 
+40bc c00040c2 beq mouse_dpi_level1 ,mouse_set_p3212_cpi0 
+40bd c000c0c0 beq mouse_dpi_level2 ,mouse_set_p3212_cpi1 
+40be c00140c4 beq mouse_dpi_level3 ,mouse_set_p3212_cpi2 
+40bf c001c0c6 beq mouse_dpi_level4 ,mouse_set_p3212_cpi3 
+
+mouse_set_p3212_cpi1:
+40c0 6fe0c9d5 fetch 1 ,mem_3212_dpi_1 
+40c1 202040c7 branch mouse_p3212_dpi 
+
+mouse_set_p3212_cpi0:
+40c2 6fe0c9d4 fetch 1 ,mem_3212_dpi_0 
+40c3 202040c7 branch mouse_p3212_dpi 
+
+mouse_set_p3212_cpi2:
+40c4 6fe0c9d6 fetch 1 ,mem_3212_dpi_2 
+40c5 202040c7 branch mouse_p3212_dpi 
+
+mouse_set_p3212_cpi3:
+40c6 6fe0c9d7 fetch 1 ,mem_3212_dpi_3 
+
+mouse_p3212_dpi:
+40c7 67e0c9dc store 1 ,mem_mouse_cpi_count 
+40c8 1fed7e00 lshift8 pdata ,pdata 
+40c9 1fe22200 copy pdata ,rega 
+40ca 1fe0fe0d add pdata ,mouse_p3212_dpi_xaddress ,pdata 
+40cb 20405b0c call twspi_write 
+40cc 1a227e00 copy rega ,pdata 
+40cd 1fe0fe0e add pdata ,mouse_p3212_dpi_yaddress ,pdata 
+40ce 20205b0c branch twspi_write 
+
+mouse_seting_ka8g2_dpi:
+40cf 6fe0c992 fetch 1 ,mem_mouse_dpi 
+40d0 c00040d6 beq mouse_dpi_level1 ,mouse_set_pka8g2_cpi0 
+40d1 c000c0d4 beq mouse_dpi_level2 ,mouse_set_pka8g2_cpi1 
+40d2 c00140d8 beq mouse_dpi_level3 ,mouse_set_pka8g2_cpi2 
+40d3 c001c0da beq mouse_dpi_level4 ,mouse_set_pka8g2_cpi3 
+
+mouse_set_pka8g2_cpi1:
+40d4 6fe0c9d9 fetch 1 ,mem_ka8g2_dpi_1 
+40d5 202040c7 branch mouse_p3212_dpi 
+
+mouse_set_pka8g2_cpi0:
+40d6 6fe0c9d8 fetch 1 ,mem_ka8g2_dpi_0 
+40d7 202040c7 branch mouse_p3212_dpi 
+
+mouse_set_pka8g2_cpi2:
+40d8 6fe0c9da fetch 1 ,mem_ka8g2_dpi_2 
+40d9 202040c7 branch mouse_p3212_dpi 
+
+mouse_set_pka8g2_cpi3:
+40da 6fe0c9db fetch 1 ,mem_ka8g2_dpi_3 
+40db 202040c7 branch mouse_p3212_dpi 
+
+mouse_key:
+40dc 20404115 call mouse_check_key_gpio 
+40dd 204040ed call mouse_ghost_key_check 
+40de 20403e5f call mouse_set_mult 
+40df 204040e8 call mouse_24g_key 
+40e0 1a227e00 copy rega ,pdata 
+40e1 6848c8d8 fetcht 1 ,mem_mouse_key_last 
+40e2 67e0c8d8 store 1 ,mem_mouse_key_last 
+40e3 67e0c8d0 store 1 ,mem_mouse_key 
+40e4 9842fe00 ixor temp ,pdata 
+40e5 1fe67c00 sub pdata ,0 ,null 
+40e6 20628000 rtn zero 
+40e7 20207e54 branch enable_user 
+
+mouse_24g_key:
+40e8 c6930000 rtnmark0 mark_24g 
+40e9 1a227e00 copy rega ,pdata 
+40ea 207a0000 rtn blank 
+40eb 67e0c8d0 store 1 ,mem_mouse_key 
+40ec 20207e54 branch enable_user 
+
+mouse_ghost_key_check:
+40ed 704b9800 jam 0 ,mem_mouse_matrix_key_cow_count 
+40ee 704b9900 jam 0 ,mem_mouse_matrix_key_row_count 
+40ef 704b9a00 jam 0 ,mem_mouse_ghost_flag 
+40f0 1fe20400 copy pdata ,temp 
+40f1 204040fd call mouse_ghost_key_check_l_bk 
+40f2 20404100 call mouse_ghost_key_check_m_fw 
+40f3 20404103 call mouse_ghost_key_check_bk_fw 
+40f4 20404106 call mouse_ghost_key_check_lmr 
+40f5 6fe0cb99 fetch 1 ,mem_mouse_matrix_key_row_count 
+40f6 207a0000 rtn blank 
+40f7 6fe0cb98 fetch 1 ,mem_mouse_matrix_key_cow_count 
+40f8 207a0000 rtn blank 
+40f9 704b9a01 jam 1 ,mem_mouse_ghost_flag 
+40fa 6fe0c8d8 fetch 1 ,mem_mouse_key_last 
+40fb 1fe22200 copy pdata ,rega 
+40fc 20600000 rtn 
+
+mouse_ghost_key_check_l_bk:
+40fd 18417e09 and temp ,mouse_l_bk_button ,pdata 
+40fe c004c10e beq mouse_l_bk_button ,mouse_matrix_cow_more_than_one_key 
+40ff 20600000 rtn 
+
+mouse_ghost_key_check_m_fw:
+4100 18417e14 and temp ,mouse_m_fw_button ,pdata 
+4101 c00a410e beq mouse_m_fw_button ,mouse_matrix_cow_more_than_one_key 
+4102 20600000 rtn 
+
+mouse_ghost_key_check_bk_fw:
+4103 18417e18 and temp ,mouse_bk_fw_button ,pdata 
+4104 c00c410c beq mouse_bk_fw_button ,mouse_matrix_row_more_than_one_key 
+4105 20600000 rtn 
+
+mouse_ghost_key_check_lmr:
+4106 18417e07 and temp ,mouse_lmr_button ,pdata 
+4107 c001c10c beq mouse_lr_button ,mouse_matrix_row_more_than_one_key 
+4108 c002c10c beq mouse_lm_button ,mouse_matrix_row_more_than_one_key 
+4109 c003410c beq mouse_rm_button ,mouse_matrix_row_more_than_one_key 
+410a c003c10c beq mouse_lmr_button ,mouse_matrix_row_more_than_one_key 
+410b 20600000 rtn 
+
+mouse_matrix_row_more_than_one_key:
+410c 704b9901 jam 1 ,mem_mouse_matrix_key_row_count 
+410d 20600000 rtn 
+
+mouse_matrix_cow_more_than_one_key:
+410e 704b9801 jam 1 ,mem_mouse_matrix_key_cow_count 
+410f 20600000 rtn 
+
+mouse_key_check_once:
+4110 20404121 call mouse_check_key_gpio_once 
+4111 20404115 call mouse_check_key_gpio 
+4112 58000000 setarg 0x00 
+4113 67e1cb8e store 3 ,mem_mouse_lkey_press_status 
+4114 20600000 rtn 
+
+mouse_check_key_gpio:
+4115 44e8c01a bpatch patch1a_1 ,mem_patch1a 
+4116 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+4117 245a4121 ncall mouse_check_key_gpio_once ,blank 
+4118 da200000 arg 0 ,rega 
+4119 20404124 call mouse_check_lkey_gpio 
+411a 2040412a call mouse_check_rkey_gpio 
+411b 20404130 call mouse_check_mkey_gpio 
+411c 20404136 call mouse_check_bkkey_gpio 
+411d 2040414f call mouse_check_fwkey_gpio 
+
+mouse_check_key_gpio_next:
+411e 2040416a call mouse_check_customerkey_gpio 
+411f 1a227e00 copy rega ,pdata 
+4120 20600000 rtn 
+
+mouse_check_key_gpio_once:
+4121 58030303 setarg 0x030303 
+4122 67e1cb8e store 3 ,mem_mouse_lkey_press_status 
+4123 20600000 rtn 
+
+mouse_check_lkey_gpio:
+4124 704b9600 jam mouse_l_key ,mem_mouse_key_temp 
+4125 6848c918 fetcht 1 ,mem_lbutton_gpio 
+4126 6fe0cb8e fetch 1 ,mem_mouse_lkey_press_status 
+4127 20404187 call mouse_check_key_connect_gnd 
+4128 67e0cb8e store 1 ,mem_mouse_lkey_press_status 
+4129 20600000 rtn 
+
+mouse_check_rkey_gpio:
+412a 704b9601 jam mouse_r_key ,mem_mouse_key_temp 
+412b 6848c919 fetcht 1 ,mem_rbutton_gpio 
+412c 6fe0cb8f fetch 1 ,mem_mouse_rkey_press_status 
+412d 20404187 call mouse_check_key_connect_gnd 
+412e 67e0cb8f store 1 ,mem_mouse_rkey_press_status 
+412f 20600000 rtn 
+
+mouse_check_mkey_gpio:
+4130 704b9602 jam mouse_m_key ,mem_mouse_key_temp 
+4131 6848c91a fetcht 1 ,mem_mbutton_gpio 
+4132 6fe0cb90 fetch 1 ,mem_mouse_mkey_press_status 
+4133 20404187 call mouse_check_key_connect_gnd 
+4134 67e0cb90 store 1 ,mem_mouse_mkey_press_status 
+4135 20600000 rtn 
+
+mouse_check_bkkey_gpio:
+4136 6fe0c90d fetch 1 ,mem_bk_button_gpio 
+4137 c17f8000 rtneq gpio_disable 
+4138 704b9603 jam mouse_bk_key ,mem_mouse_key_temp 
+4139 6fe0cb91 fetch 1 ,mem_mouse_bkkey_press_status 
+413a 1fe22600 copy pdata ,regc 
+413b 6848c90d fetcht 1 ,mem_bk_button_gpio 
+413c 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+413d c07fc14b beq gpio_disable ,mouse_3io6key_bk_check 
+
+mouse_check_bkkey_gpio_next:
+413e 20406059 call gpio_get_bit 
+413f 2020c147 branch mouse_check_bk_button_connect_gnd ,true 
+4140 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+4141 20406069 call gpio_out_active 
+4142 6848c90d fetcht 1 ,mem_bk_button_gpio 
+4143 6fe0cb91 fetch 1 ,mem_mouse_bkkey_press_status 
+4144 20404187 call mouse_check_key_connect_gnd 
+
+mouse_check_bkkey_gpio_end:
+4145 67e0cb91 store 1 ,mem_mouse_bkkey_press_status 
+4146 20204168 branch mouse_matrix_public_gpio_reset 
+
+mouse_check_bk_button_connect_gnd:
+4147 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+4148 6fe0cb91 fetch 1 ,mem_mouse_bkkey_press_status 
+4149 20404187 call mouse_check_key_connect_gnd 
+414a 20204145 branch mouse_check_bkkey_gpio_end 
+
+mouse_3io6key_bk_check:
+414b 20404195 call mouse_3io6key_check 
+414c 67e0cb91 store 1 ,mem_mouse_bkkey_press_status 
+414d 6848c90d fetcht 1 ,mem_bk_button_gpio 
+414e 20203f56 branch mouse_gpio_config_input_pu 
+
+mouse_check_fwkey_gpio:
+414f 6fe0c90e fetch 1 ,mem_fw_button_gpio 
+4150 c17f8000 rtneq gpio_disable 
+4151 704b9604 jam mouse_fw_key ,mem_mouse_key_temp 
+4152 6fe0cb92 fetch 1 ,mem_mouse_fwkey_press_status 
+4153 1fe22600 copy pdata ,regc 
+4154 6848c90e fetcht 1 ,mem_fw_button_gpio 
+4155 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+4156 c07fc164 beq gpio_disable ,mouse_3io6key_fw_check 
+
+mouse_check_fwkey_gpio_next:
+4157 20406059 call gpio_get_bit 
+4158 2020c160 branch mouse_check_fw_button_connect_gnd ,true 
+4159 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+415a 20406069 call gpio_out_active 
+415b 6848c90e fetcht 1 ,mem_fw_button_gpio 
+415c 6fe0cb92 fetch 1 ,mem_mouse_fwkey_press_status 
+415d 20404187 call mouse_check_key_connect_gnd 
+
+mouse_check_fwkey_gpio_end:
+415e 67e0cb92 store 1 ,mem_mouse_fwkey_press_status 
+415f 20204168 branch mouse_matrix_public_gpio_reset 
+
+mouse_check_fw_button_connect_gnd:
+4160 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+4161 6fe0cb92 fetch 1 ,mem_mouse_fwkey_press_status 
+4162 20404187 call mouse_check_key_connect_gnd 
+4163 2020415e branch mouse_check_fwkey_gpio_end 
+
+mouse_3io6key_fw_check:
+4164 20404195 call mouse_3io6key_check 
+4165 67e0cb92 store 1 ,mem_mouse_fwkey_press_status 
+4166 6848c90e fetcht 1 ,mem_fw_button_gpio 
+4167 20203f56 branch mouse_gpio_config_input_pu 
+
+mouse_matrix_public_gpio_reset:
+4168 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+4169 20203f56 branch mouse_gpio_config_input_pu 
+
+mouse_check_customerkey_gpio:
+416a 704b8b00 jam 0 ,mem_customer_key 
+416b 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+416c c40a8000 rtnbit0 mouse_enable_keyboard 
+416d 6fe0c912 fetch 1 ,mem_customer_key_gpio 
+416e c17f8000 rtneq gpio_disable 
+416f 704b9607 jam mouse_customer_key ,mem_mouse_key_temp 
+4170 6848c912 fetcht 1 ,mem_customer_key_gpio 
+4171 6fe0cb95 fetch 1 ,mem_mouse_customerkey_press_status 
+4172 20404187 call mouse_check_key_connect_gnd 
+4173 67e0cb95 store 1 ,mem_mouse_customerkey_press_status 
+4174 1a227e00 copy rega ,pdata 
+4175 c283c17a bbit1 mouse_customer_key ,mouse_customerkey_press 
+4176 2040417d call mouse_customerkey_release 
+
+mouse_check_customerkey_gpio_exit:
+4177 6fe0cb8c fetch 1 ,mem_customer_data_trigger 
+4178 67e0cb8d store 1 ,mem_customer_data_trigger_last 
+4179 20600000 rtn 
+
+mouse_customerkey_press:
+417a 704b8c01 jam 1 ,mem_customer_data_trigger 
+417b 20404180 call mouse_customer_key_need_send 
+417c 20204177 branch mouse_check_customerkey_gpio_exit 
+
+mouse_customerkey_release:
+417d 704b8c00 jam 0 ,mem_customer_data_trigger 
+417e 6fe0cb8d fetch 1 ,mem_customer_data_trigger_last 
+417f 207a0000 rtn blank 
+
+mouse_customer_key_need_send:
+4180 704b8b01 jam 1 ,mem_customer_key 
+4181 20600000 rtn 
+
+mouse_check_matrix_button_connect_gnd:
+4182 20406059 call gpio_get_bit 
+4183 6848cb96 fetcht 1 ,mem_mouse_key_temp 
+4184 18420e00 copy temp ,queue 
+4185 2020c193 branch mouse_key_press ,true 
+4186 20204191 branch mouse_key_release 
+
+mouse_check_key_connect_gnd:
+4187 1fe3fe00 lshift pdata ,pdata 
+4188 1fe22400 copy pdata ,regb 
+4189 20406059 call gpio_get_bit 
+418a 7920a400 setflag true ,0 ,regb 
+418b 1a417e07 and regb ,0x07 ,pdata 
+418c 6848cb96 fetcht 1 ,mem_mouse_key_temp 
+418d 18420e00 copy temp ,queue 
+418e c003c193 beq 0x07 ,mouse_key_press 
+418f c0004191 beq 0x00 ,mouse_key_release 
+4190 20600000 rtn 
+
+mouse_key_release:
+4191 f93fa200 qset0 rega 
+4192 20600000 rtn 
+
+mouse_key_press:
+4193 f9202200 qset1 rega 
+4194 20600000 rtn 
+
+mouse_3io6key_check:
+4195 44e9401a bpatch patch1a_2 ,mem_patch1a 
+4196 1a627e00 copy regc ,pdata 
+4197 67e0cb97 store 1 ,mem_mouse_key_status 
+4198 1fe3fe00 lshift pdata ,pdata 
+4199 1fe22400 copy pdata ,regb 
+419a 18422600 copy temp ,regc 
+419b 20403f54 call mouse_gpio_config_input_pd 
+419c 1a620400 copy regc ,temp 
+419d 20406059 call gpio_get_bit 
+419e 7d20a400 nsetflag true ,0 ,regb 
+419f 204041a1 call mouse_check_press 
+41a0 2020418b branch mouse_check_key_connect_gnd + 4 
+
+mouse_check_press:
+41a1 6848cb97 fetcht 1 ,mem_mouse_key_status 
+41a2 18410401 and_into 0x01 ,temp 
+41a3 1a417e01 and regb ,0x01 ,pdata 
+41a4 98467c00 isub temp ,null 
+41a5 2422c32f nbranch mouse_current_mult_update ,zero 
+41a6 20600000 rtn 
+
+mouse_init_sunt:
+41a7 44e9c01a bpatch patch1a_3 ,mem_patch1a 
+41a8 20403f65 call mouse_sensor_spi_init 
+41a9 20758000 rtn wake 
+
+mouse_init_sensor_wakeup:
+41aa 20404236 call mouse_sensor_poweron 
+
+mouse_init_sensor:
+41ab 204041b5 call mouse_read_sensor_id 
+41ac c01841bc beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
+41ad c018c217 beq p3065_id1 ,mouse_init_p3065 
+41ae c02c4220 beq pka8g2_id1 ,mouse_ka8g2_id2_judge 
+41af 204041b2 call mouse_twspi_reset 
+41b0 20001af4 nop 6900 
+41b1 202041ab branch mouse_init_sensor 
+
+mouse_twspi_reset:
+41b2 6fe0c91f fetch 1 ,mem_mouse_sensor_sclk_gpio 
+41b3 20405af7 call twspi_reset 
+41b4 20203f6a branch mouse_spid_init_pin 
+
+mouse_read_sensor_id:
+41b5 58000001 setarg pan_reg_pid_h 
+41b6 20405b0d call twspi_read 
+41b7 67e0c9c2 store 1 ,mem_sensor_id2 
+41b8 58000000 setarg pan_reg_pid_l 
+41b9 20405b0d call twspi_read 
+41ba 67e0c9c1 store 1 ,mem_sensor_id1 
+41bb 20600000 rtn 
+
+mouse_init_p32xx_id2_judge:
+41bc 6fe0c9c2 fetch 1 ,mem_sensor_id2 
+41bd c02d41c5 beq p_mx8650 ,mouse_mx8650_init_param 
+41be c06c41cb beq p8009_id2 ,mouse_8009_init_param 
+41bf c068c1da beq p3205_tj3t_id2 ,mouse_3205_3t_init_param 
+41c0 c06941e3 beq p3204_tj3l_id2 ,mouse_3204_3l_init_param 
+41c1 c00141ea beq p3212_id2 ,mouse_3212_init_param 
+41c2 c02a41ed beq pka8_id2 ,mouse_ka8_init_param_check 
+41c3 c0284214 beq p6520a_id2 ,mouse_p6520_init_param 
+41c4 202041ab branch mouse_init_sensor 
+
+mouse_mx8650_init_param:
+41c5 70492705 jam mx8650 ,mem_config_sensor_type 
+41c6 20404232 call mouse_sensor_reset 
+41c7 20407d12 call delay_10ms 
+41c8 da604a39 arg mem_sensor_8650_init ,regc 
+41c9 2040422b call mouse_sensor_wr_seq 
+41ca 2020408e branch mouse_dpi_config 
+
+mouse_8009_init_param:
+41cb 58000016 setarg 0x16 
+41cc 20405b0d call twspi_read 
+41cd 1fe67cbd sub pdata ,0xbd ,null 
+41ce 2422c1a7 nbranch mouse_init_sunt ,zero 
+41cf 58000019 setarg 0x19 
+41d0 20405b0d call twspi_read 
+41d1 1fe67c55 sub pdata ,0x55 ,null 
+41d2 2422c1a7 nbranch mouse_init_sunt ,zero 
+41d3 5800001b setarg 0x1b 
+41d4 20405b0d call twspi_read 
+41d5 1fe67c1d sub pdata ,0x1d ,null 
+41d6 2422c1a7 nbranch mouse_init_sunt ,zero 
+41d7 70492706 jam p8009 ,mem_config_sensor_type 
+41d8 da604a71 arg mem_sensor_8009_init ,regc 
+41d9 2020422b branch mouse_sensor_wr_seq 
+
+mouse_3205_3t_init_param:
+41da 70492700 jam p3205 ,mem_config_sensor_type 
+41db da6049f3 arg mem_sensor_3205_init ,regc 
+41dc 2040422b call mouse_sensor_wr_seq 
+41dd da6049fd arg mem_sensor_32xx_init ,regc 
+41de 2040422b call mouse_sensor_wr_seq 
+41df 58000943 setarg 0x0943 
+41e0 20405b0c call twspi_write 
+41e1 da604a17 arg mem_sensor_32xx_init_1 ,regc 
+41e2 2020422b branch mouse_sensor_wr_seq 
+
+mouse_3204_3l_init_param:
+41e3 70492702 jam p3204 ,mem_config_sensor_type 
+41e4 da6049e9 arg mem_sensor_3204_init ,regc 
+41e5 2040422b call mouse_sensor_wr_seq 
+41e6 da6049fd arg mem_sensor_32xx_init ,regc 
+41e7 2040422b call mouse_sensor_wr_seq 
+41e8 da604a17 arg mem_sensor_32xx_init_1 ,regc 
+41e9 2020422b branch mouse_sensor_wr_seq 
+
+mouse_3212_init_param:
+41ea 70492703 jam p3212 ,mem_config_sensor_type 
+41eb da6049df arg mem_sensor_3212_init ,regc 
+41ec 2020422b branch mouse_sensor_wr_seq 
+
+mouse_ka8_init_param_check:
+41ed 20404229 call mouse_sensor_disable_wp 
+41ee 58009a5b setarg 0x9a5b 
+41ef 20405b0c call twspi_write 
+41f0 5800000d setarg 0x0d 
+41f1 20405b0d call twspi_read 
+41f2 1fe67c12 sub pdata ,0x12 ,null 
+41f3 2022c201 branch mouse_ka8ul_init_param ,zero 
+41f4 1fe67c0a sub pdata ,0x0a ,null 
+41f5 2422c204 nbranch mouse_ka8hd_sensor_judge ,zero 
+41f6 5800000e setarg 0x0e 
+41f7 20405b0d call twspi_read 
+41f8 1fe67ce5 sub pdata ,0xe5 ,null 
+41f9 2422c1ab nbranch mouse_init_sensor ,zero 
+41fa 58000010 setarg 0x10 
+41fb 20405b0d call twspi_read 
+41fc 1fe67ca5 sub pdata ,0xa5 ,null 
+41fd 2022c201 branch mouse_ka8ul_init_param ,zero 
+41fe 20404211 call mouse_enable_ka8_sensor_wp 
+
+mouse_ka8_init_param:
+41ff 70492708 jam ka8 ,mem_config_sensor_type 
+4200 20600000 rtn 
+
+mouse_ka8ul_init_param:
+4201 70492709 jam ka8_ul ,mem_config_sensor_type 
+4202 da604a53 arg mem_sensor_ka8ul_init ,regc 
+4203 2020422b branch mouse_sensor_wr_seq 
+
+mouse_ka8hd_sensor_judge:
+4204 1fe67c10 sub pdata ,0x10 ,null 
+4205 2422c1ab nbranch mouse_init_sensor ,zero 
+4206 5800000e setarg 0x0e 
+4207 20405b0d call twspi_read 
+4208 1fe67cc5 sub pdata ,0xc5 ,null 
+4209 2422c1ab nbranch mouse_init_sensor ,zero 
+420a 58000010 setarg 0x10 
+420b 20405b0d call twspi_read 
+420c 1fe67c38 sub pdata ,0x38 ,null 
+420d 2422c1ab nbranch mouse_init_sensor ,zero 
+
+mouse_ka8hd_init_param:
+420e 20404211 call mouse_enable_ka8_sensor_wp 
+420f 7049270a jam ka8_hd ,mem_config_sensor_type 
+4210 20600000 rtn 
+
+mouse_enable_ka8_sensor_wp:
+4211 5800005b setarg 0x005b 
+4212 20405b0c call twspi_write 
+4213 20204227 branch mouse_sensor_enable_wp 
+
+mouse_p6520_init_param:
+4214 70492707 jam p6520 ,mem_config_sensor_type 
+4215 da604a97 arg mem_sensor_p6520_init ,regc 
+4216 2020422b branch mouse_sensor_wr_seq 
+
+mouse_init_p3065:
+4217 20404236 call mouse_sensor_poweron 
+4218 6fe0c9c2 fetch 1 ,mem_sensor_id2 
+4219 c038421e beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+421a c000421c beq p3065_id2 ,mouse_p3065_init_param 
+421b 202041ab branch mouse_init_sensor 
+
+mouse_p3065_init_param:
+421c 70492701 jam p3065 ,mem_config_sensor_type 
+421d 20600000 rtn 
+
+mouse_p3065xy_init_param:
+421e 70492704 jam p3065_xy ,mem_config_sensor_type 
+421f 20600000 rtn 
+
+mouse_ka8g2_id2_judge:
+4220 20404236 call mouse_sensor_poweron 
+4221 6fe0c9c2 fetch 1 ,mem_sensor_id2 
+4222 c02cc224 beq pka8g2_id2 ,mouse_ka8g2_init_param 
+4223 202041bc branch mouse_init_p32xx_id2_judge 
+
+mouse_ka8g2_init_param:
+4224 7049270b jam ka8g2 ,mem_config_sensor_type 
+4225 da604a81 arg mem_sensor_ka8g2_init ,regc 
+4226 2020422b branch mouse_sensor_wr_seq 
+
+mouse_sensor_enable_wp:
+4227 58000009 setarg 0x0009 
+4228 20205b0c branch twspi_write 
+
+mouse_sensor_disable_wp:
+4229 58005a09 setarg 0x5a09 
+422a 20205b0c branch twspi_write 
+
+mouse_sensor_wr_seq:
+422b efe10013 ifetch 2 ,regc 
+422c d840ffff arg 0xffff ,temp 
+422d 98467c00 isub temp ,null 
+422e 20628000 rtn zero 
+422f 20405b0c call twspi_write 
+4230 1a60a602 increase 2 ,regc 
+4231 2020422b branch mouse_sensor_wr_seq 
+
+mouse_sensor_reset:
+4232 58008006 setarg 0x8006 
+
+mouse_sensor_reset_end:
+4233 20405b0c call twspi_write 
+4234 20002ee0 nop 12000 
+4235 20600000 rtn 
+
+mouse_sensor_poweron:
+4236 44ea401a bpatch patch1a_4 ,mem_patch1a 
+4237 20403f65 call mouse_sensor_spi_init 
+
+mouse_sensor_poweron_next:
+4238 20404232 call mouse_sensor_reset 
+4239 da604aa3 arg mem_sensor_poweron_init ,regc 
+
+mouse_sensor_poweron_end:
+423a 2040422b call mouse_sensor_wr_seq 
+423b 2020408e branch mouse_dpi_config 
+
+mouse_sensor_powerdown:
+423c 204041a7 call mouse_init_sunt 
+423d 20403f65 call mouse_sensor_spi_init 
+
+mouse_sensor_powerdown_end:
+423e 58000806 setarg 0x0806 
+423f 20205b0c branch twspi_write 
+
+mouse_check_sensor_data:
+4240 6fe0c4ac fetch 1 ,mem_spi_write_flash_sm 
+4241 c1800000 rtnne flash_sm_no_buys 
+4242 6fe0c927 fetch 1 ,mem_config_sensor_type 
+4243 c000424c beq p3205 ,mouse_p32xx_sensor_motion 
+4244 c000c24c beq p3065 ,mouse_p32xx_sensor_motion 
+4245 c004424c beq ka8 ,mouse_p32xx_sensor_motion 
+4246 c001424c beq p3204 ,mouse_p32xx_sensor_motion 
+4247 c001c270 beq p3212 ,mouse_p3212_sensor_motion 
+4248 c002424c beq p3065_xy ,mouse_p32xx_sensor_motion 
+4249 c0034295 beq p8009 ,mouse_p8009_sensor_motion 
+424a c005c28e beq ka8g2 ,mouse_pka8g2_sensor_motion 
+424b 2020424c branch mouse_p32xx_sensor_motion 
+
+mouse_p32xx_sensor_motion:
+424c 204042c4 call mouse_clear_sensor_data 
+424d 78547c00 disable user 
+424e 6fe0c911 fetch 1 ,mem_sensor_motion_gpio 
+424f c07fc253 beq gpio_disable ,mouse_p32xx_sensor_motion_2 
+4250 6848c911 fetcht 1 ,mem_sensor_motion_gpio 
+4251 20406059 call gpio_get_bit 
+4252 24608000 nrtn true 
+
+mouse_p32xx_sensor_motion_2:
+4253 58000000 setarg pan_reg_pid_l 
+4254 20405b0d call twspi_read 
+4255 c0984266 bne p32xx_id1 ,mouse_p3065_judge 
+
+mouse_p32xx_sensor_motion_1:
+4256 58000002 setarg pan_reg_motion_staus 
+4257 20405b0d call twspi_read 
+4258 c4038000 rtnbit0 7 
+4259 204042db call mouse_read_sensor_common 
+425a 6fe0c8d1 fetch 1 ,mem_mouse_x 
+425b 204042d3 call mouse_data_extsign 
+425c 67e148d1 store 2 ,mem_mouse_x 
+425d 6fe0c8d3 fetch 1 ,mem_mouse_y 
+425e 204042d3 call mouse_data_extsign 
+425f 67e148d3 store 2 ,mem_mouse_y 
+4260 6fe0c928 fetch 1 ,mem_config_sensor_angle 
+4261 c0004268 beq mouse_6clk_angle ,mouse_motion32xx_6clk_direction_selection 
+4262 c000c26a beq mouse_9clk_angle ,mouse_motion32xx_9clk_direction_selection 
+4263 c001426c beq mouse_12clk_angle ,mouse_motion32xx_12clk_direction_selection 
+4264 c001c26e beq mouse_3clk_angle ,mouse_motion32xx_3clk_direction_selection 
+4265 20600000 rtn 
+
+mouse_p3065_judge:
+4266 c018c256 beq p3065_id1 ,mouse_p32xx_sensor_motion_1 
+4267 202041b2 branch mouse_twspi_reset 
+
+mouse_motion32xx_6clk_direction_selection:
+4268 204042ad call mouse_motion_6clk_direction_dispose 
+4269 202042e2 branch mouse_sensor_sdio_low 
+
+mouse_motion32xx_9clk_direction_selection:
+426a 204042b5 call mouse_motion_9clk_direction_dispose 
+426b 202042e2 branch mouse_sensor_sdio_low 
+
+mouse_motion32xx_12clk_direction_selection:
+426c 204042b1 call mouse_motion_12clk_direction_dispose 
+426d 202042e2 branch mouse_sensor_sdio_low 
+
+mouse_motion32xx_3clk_direction_selection:
+426e 204042bd call mouse_motion_3clk_direction_dispose 
+426f 202042e2 branch mouse_sensor_sdio_low 
+
+mouse_p3212_sensor_motion:
+4270 204042c4 call mouse_clear_sensor_data 
+4271 6fe0c911 fetch 1 ,mem_sensor_motion_gpio 
+4272 c07fc276 beq gpio_disable ,mouse_p3212_sensor_motion_1 
+4273 6848c911 fetcht 1 ,mem_sensor_motion_gpio 
+4274 20406059 call gpio_get_bit 
+4275 24608000 nrtn true 
+
+mouse_p3212_sensor_motion_1:
+4276 58000000 setarg pan_reg_pid_l 
+4277 20405b0d call twspi_read 
+4278 c09841b2 bne p32xx_id1 ,mouse_twspi_reset 
+
+mouse_p3212_sensor_motion_2:
+4279 58000002 setarg pan_reg_motion_staus 
+427a 20405b0d call twspi_read 
+427b c4038000 rtnbit0 7 
+427c 204042db call mouse_read_sensor_common 
+427d 2040428c call mouse_read_3212sensor_xy_high 
+427e 67e0c8d7 store 1 ,mem_mouse_xy_h 
+427f 1ff1fe00 rshift4 pdata ,pdata 
+4280 204042d7 call mouse_data_extsign_bit3 
+4281 67e0c8d2 store 1 ,mem_mouse_x + 1 
+4282 6fe0c8d7 fetch 1 ,mem_mouse_xy_h 
+4283 1fe17e0f and pdata ,0x0f ,pdata 
+4284 204042d7 call mouse_data_extsign_bit3 
+4285 67e0c8d4 store 1 ,mem_mouse_y + 1 
+4286 6fe0c928 fetch 1 ,mem_config_sensor_angle 
+4287 c00042ad beq mouse_6clk_angle ,mouse_motion_6clk_direction_dispose 
+4288 c000c2b5 beq mouse_9clk_angle ,mouse_motion_9clk_direction_dispose 
+4289 c00142b1 beq mouse_12clk_angle ,mouse_motion_12clk_direction_dispose 
+428a c001c2bd beq mouse_3clk_angle ,mouse_motion_3clk_direction_dispose 
+428b 20600000 rtn 
+
+mouse_read_3212sensor_xy_high:
+428c 58000012 setarg 0x12 
+428d 20205b0d branch twspi_read 
+
+mouse_pka8g2_sensor_motion:
+428e 204042c4 call mouse_clear_sensor_data 
+428f 6fe0c911 fetch 1 ,mem_sensor_motion_gpio 
+4290 c07fc294 beq gpio_disable ,mouse_pka8g2_sensor_motion_1 
+4291 6848c911 fetcht 1 ,mem_sensor_motion_gpio 
+4292 20406059 call gpio_get_bit 
+4293 24608000 nrtn true 
+
+mouse_pka8g2_sensor_motion_1:
+4294 20204279 branch mouse_p3212_sensor_motion_2 
+
+mouse_p8009_sensor_motion:
+4295 204042c4 call mouse_clear_sensor_data 
+4296 78547c00 disable user 
+4297 58000002 setarg pan_reg_motion_staus 
+4298 20405b0d call twspi_read 
+4299 c4038000 rtnbit0 7 
+429a 58000008 setarg pan_reg_opration_state 
+429b 20405b0d call twspi_read 
+429c 203a4259 branch mouse_p32xx_sensor_motion_1 + 3 ,blank 
+429d 58000000 setarg 0 
+429e 67e348d1 store 6 ,mem_mouse_x 
+429f 20600000 rtn 
+
+mouse_sensor_set_angle:
+42a0 6fe0c924 fetch 1 ,mem_sensor_angle_default 
+42a1 67e0c928 store 1 ,mem_config_sensor_angle 
+42a2 6fe0c917 fetch 1 ,mem_select_sensor_angle_gpio 
+42a3 c17f8000 rtneq gpio_disable 
+42a4 6848c917 fetcht 1 ,mem_select_sensor_angle_gpio 
+42a5 20403f56 call mouse_gpio_config_input_pu 
+42a6 6848c917 fetcht 1 ,mem_select_sensor_angle_gpio 
+42a7 20406059 call gpio_get_bit 
+42a8 2040c2aa call mouse_sensor_switch_angle ,true 
+42a9 20203f54 branch mouse_gpio_config_input_pd 
+
+mouse_sensor_switch_angle:
+42aa 6fe0c925 fetch 1 ,mem_sensor_angle_switch 
+42ab 67e0c928 store 1 ,mem_config_sensor_angle 
+42ac 20600000 rtn 
+
+mouse_motion_6clk_direction_dispose:
+42ad 6fe148d1 fetch 2 ,mem_mouse_x 
+42ae 1fe67e00 sub pdata ,0 ,pdata 
+42af 67e148d1 store 2 ,mem_mouse_x 
+42b0 20207e54 branch enable_user 
+
+mouse_motion_12clk_direction_dispose:
+42b1 6fe148d3 fetch 2 ,mem_mouse_y 
+42b2 1fe67e00 sub pdata ,0 ,pdata 
+42b3 67e148d3 store 2 ,mem_mouse_y 
+42b4 20207e54 branch enable_user 
+
+mouse_motion_9clk_direction_dispose:
+42b5 6fe148d3 fetch 2 ,mem_mouse_y 
+42b6 1fe67e00 sub pdata ,0 ,pdata 
+42b7 67e148d3 store 2 ,mem_mouse_y 
+42b8 6fe148d1 fetch 2 ,mem_mouse_x 
+42b9 1fe67e00 sub pdata ,0 ,pdata 
+42ba 67e148d1 store 2 ,mem_mouse_x 
+42bb 204042bf call mouse_sensor_data_swap_places 
+42bc 20207e54 branch enable_user 
+
+mouse_motion_3clk_direction_dispose:
+42bd 204042bf call mouse_sensor_data_swap_places 
+42be 20207e54 branch enable_user 
+
+mouse_sensor_data_swap_places:
+42bf 6fe148d3 fetch 2 ,mem_mouse_y 
+42c0 684948d1 fetcht 2 ,mem_mouse_x 
+42c1 67e148d1 store 2 ,mem_mouse_x 
+42c2 604948d3 storet 2 ,mem_mouse_y 
+42c3 20600000 rtn 
+
+mouse_clear_sensor_data:
+42c4 6fe0c9c8 fetch 1 ,mem_mouse_move_flag 
+42c5 205a42db call mouse_read_sensor_common ,blank 
+42c6 7049c801 jam 1 ,mem_mouse_move_flag 
+42c7 20600000 rtn 
+
+mouse_clear_sensor_data_by_reset:
+42c8 704aac01 jam 1 ,mem_mouse_clear_sensor_data_flag 
+42c9 20401b1a call le_set_config_more_data 
+
+mouse_init_sensor_reset:
+42ca 202041a7 branch mouse_init_sunt 
+
+mouse_data_xy_release:
+42cb 6fe0c911 fetch 1 ,mem_sensor_motion_gpio 
+42cc c1ff8000 rtnne gpio_disable 
+42cd 6fe0caae fetch 1 ,mem_mouse_long_mult_flag 
+42ce c1808000 rtnne 1 
+42cf 58000000 setarg 0 
+42d0 67e0caae store 1 ,mem_mouse_long_mult_flag 
+42d1 67e248d1 store 4 ,mem_mouse_x 
+42d2 202042ca branch mouse_init_sensor_reset 
+
+mouse_data_extsign:
+42d3 c4038000 rtnbit0 7 
+
+mouse_data_overflow:
+42d4 d840ff00 arg 0xff00 ,temp 
+42d5 9841fe00 ior temp ,pdata 
+42d6 20600000 rtn 
+
+mouse_data_extsign_bit3:
+42d7 c4018000 rtnbit0 3 
+42d8 d84000f0 arg 0xf0 ,temp 
+42d9 9841fe00 ior temp ,pdata 
+42da 20600000 rtn 
+
+mouse_read_sensor_common:
+42db dfe00003 arg pan_reg_delta_x ,pdata 
+42dc 20405b0d call twspi_read 
+42dd 67e148d1 store 2 ,mem_mouse_x 
+42de dfe00004 arg pan_reg_delta_y ,pdata 
+42df 20405b0d call twspi_read 
+42e0 67e148d3 store 2 ,mem_mouse_y 
+42e1 20600000 rtn 
+
+mouse_sensor_sdio_low:
+42e2 6848c920 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+42e3 20406059 call gpio_get_bit 
+42e4 20608000 rtn true 
+42e5 5800000a setarg 0x0a 
+42e6 20405b0d call twspi_read 
+42e7 200003e8 nop 1000 
+42e8 202042e2 branch mouse_sensor_sdio_low 
+
+mouse_set_sdio_high:
+42e9 58008100 setarg 0x8100 
+42ea 20205b0c branch twspi_write 
+
+mouse_buletooth_fast_conn_init:
+42eb 704ac1ff jam 0xff ,mem_mouse_bluetooth_fast_conn_flag 
+42ec 6fe0cbb3 fetch 1 ,mem_mouse_bluetooth_type 
+42ed c280c2ef bbit1 mode_4_mouse ,mouse_ble_fast_conn_init 
+42ee c28042f4 bbit1 mode_3_mouse ,mouse_bt_fast_conn_init 
+
+mouse_ble_fast_conn_init:
+42ef 70448234 jam 0x34 ,mem_xrecord_mode 
+42f0 580f0f0f setarg 0x0f0f0f 
+42f1 67e1c37a store 3 ,mem_le_lap 
+42f2 67e1c37d store 3 ,mem_le_lap + 3 
+42f3 20203d61 branch mouse_start_reconnect 
+
+mouse_bt_fast_conn_init:
+42f4 70448233 jam 0x33 ,mem_xrecord_mode 
+42f5 d8c04974 arg mem_mouse_compare_addr_ff ,contr 
+42f6 204045c8 call mouse_load_bt_device 
+42f7 20203d61 branch mouse_start_reconnect 
+
+mouse_buletooth_fast_conn_end:
+42f8 44eac01a bpatch patch1a_5 ,mem_patch1a 
+42f9 204045bd call mouse_select_reconn_device 
+42fa 20404314 call mouse_bluetooth_fast_conn_disable 
+42fb 6fe0c938 fetch 1 ,mem_device_flag 
+42fc c000c2ff beq mode_bt_device1 ,mouse_device1_check_auto_discover 
+42fd c0014301 beq mode_bt_device2 ,mouse_device2_check_auto_discover 
+42fe 20600000 rtn 
+
+mouse_device1_check_auto_discover:
+42ff 6fe3493a fetch 6 ,mem_device1_addr 
+4300 20204302 branch mouse_device_check_auto_discover 
+
+mouse_device2_check_auto_discover:
+4301 6fe34957 fetch 6 ,mem_device2_addr 
+
+mouse_device_check_auto_discover:
+4302 684b4974 fetcht 6 ,mem_mouse_compare_addr_ff 
+4303 98467c00 isub temp ,null 
+4304 2022c553 branch mouse_start_discovery ,zero 
+4305 20203d59 branch mouse_start_reconnect_device 
+
+mouse_bt_fast_conn_send_device_name:
+4306 20404314 call mouse_bluetooth_fast_conn_disable 
+4307 6fe0c5fc fetch 1 ,mem_local_name_length 
+4308 1fe0fe03 increase 3 ,pdata 
+4309 1fe22200 copy pdata ,rega 
+430a 20404dc0 call hid_malloc_tx_buff 
+430b 6fe144de fetch 2 ,mem_hid_int_remote_cid 
+430c e7e10005 istore 2 ,contw 
+430d 580004a1 setarg 0x04a1 
+430e e7e10005 istore 2 ,contw 
+430f 6fe0c5fc fetch 1 ,mem_local_name_length 
+4310 1fe0fe01 increase 1 ,pdata 
+4311 1fe27200 copy pdata ,loopcnt 
+4312 d8c045fc arg mem_local_name_length ,contr 
+4313 20207d5f branch memcpy 
+
+mouse_bluetooth_fast_conn_disable:
+4314 704ac15a jam 0x5a ,mem_mouse_bluetooth_fast_conn_flag 
+4315 20600000 rtn 
+
+mouse_stop_bluetooth_mode:
+4316 6fe1478c fetch 2 ,mem_ui_state_map 
+4317 c283c322 bbit1 ui_state_bt_reconnect ,mouse_cancel_reconnect 
+4318 c284b20f bbit1 ui_state_ble_connected ,app_ble_disconnect 
+4319 c28031f6 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+431a 20204576 branch mouse_stop_discovery 
+
+mouse_disconnect:
+431b 58000000 setarg 0 
+431c 67e14ab2 store 2 ,mem_mouse_no_data_timer 
+431d 6fe1478c fetch 2 ,mem_ui_state_map 
+431e c284b20f bbit1 ui_state_ble_connected ,app_ble_disconnect 
+431f 6fe1478c fetch 2 ,mem_ui_state_map 
+4320 c28031f6 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+4321 20600000 rtn 
+
+mouse_cancel_reconnect:
+4322 204046de call mouse_bt_cannel_reconn_enable 
+4323 20207931 branch check_51cmd_bb_reconn_cancel 
+
+mouse_check_125hz:
+4324 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4325 c40d8000 rtnbit0 mouse_enable_bt_125hz 
+
+mouse_bluetooth_125hz:
+4326 2434432c nbranch mouse_bluetooth_125hz_clear ,user 
+4327 6fe0caad fetch 1 ,mem_bluetooth_125hz_cnt 
+4328 1fe0fe01 increase 1 ,pdata 
+4329 1fe17e0f and_into 0x0f ,pdata 
+432a 67e0caad store 1 ,mem_bluetooth_125hz_cnt 
+432b 247a0000 nrtn blank 
+
+mouse_bluetooth_125hz_clear:
+432c 704aad00 jam 0 ,mem_bluetooth_125hz_cnt 
+432d 78547c00 disable user 
+432e 20600000 rtn 
+
+mouse_current_mult_update:
+432f 6fe0c911 fetch 1 ,mem_sensor_motion_gpio 
+4330 c1ff8000 rtnne gpio_disable 
+4331 70417700 jam 0 ,mem_lpm_mult 
+4332 704aaf1e jam 30 ,mem_mouse_current_mult_timer 
+4333 20600000 rtn 
+
+mouse_priority_bb_event:
+4334 44eb401a bpatch patch1a_6 ,mem_patch1a 
+4335 1a627e00 copy regc ,pdata 
+4336 c00a4350 beq bt_evt_le_connected ,mouse_le_bb_event_connected 
+4337 c000c3fa beq bt_evt_bb_connected ,mouse_bb_event_connected 
+4338 c00ac35f beq bt_evt_le_disconnected ,mouse_le_bb_disconnected 
+4339 c00143fe beq bt_evt_bb_disconnected ,mouse_bb_disconnected 
+433a c002c421 beq bt_evt_setup_complete ,mouse_bt_event_setup_complete 
+433b c008454e beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
+433c c0094424 beq bt_evt_hid_handshake ,mouse_bt_hid_handshake 
+433d c0033244 beq bt_evt_hid_connected ,app_hid_connected 
+433e c0024432 beq bt_evt_reconn_failed ,mouse_bb_event_reconn_failed 
+433f c009c432 beq bt_evt_reconn_page_timeout ,mouse_bb_event_reconn_timeout 
+4340 c00cb1ec beq bt_evt_switch_not_accept ,app_bt_role_switch 
+4341 c015c43d beq bt_evt_switch_success_master ,mouse_enter_sniff_check 
+4342 c010c443 beq bt_evt_sniff_not_accept ,mouse_sniff_not_accept 
+4343 c005444a beq bt_evt_pincode_req ,mouse_bb_event_pincode 
+4344 c01731da beq bt_evt_remote_unsniff ,app_start_auto_sniff 
+4345 c018c36a beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
+4346 c014c36c beq bt_evt_le_enc_info ,mouse_le_enc_info 
+4347 c019436e beq bt_evt_le_start_enc ,mouse_le_ll_start_encryt 
+4348 c01f4379 beq bt_evt_le_pairing_complete ,mouse_le_pairing_complete 
+4349 c020437a beq bt_evt_le_parse_conn_papa_update_rsp ,mouse_le_conn_param_update_rsp_recieved 
+434a c013c44c beq bt_evt_virtual_cable_unplug ,mouse_irtual_cable_unplug 
+434b c01cc857 beq bt_evt_24g_pairing_complete ,mouse_24g_pairing_complete 
+434c c01d4833 beq bt_evt_24g_attempt_fail ,mouse_24g_attempt_fail 
+434d c01e484e beq bt_evt_24g_attempt_success ,mouse_24g_attempt_success 
+434e c0224390 beq bt_evt_le_parse_conn_param_accepted ,mouse_le_parse_conn_param_accepted 
+434f 20600000 rtn 
+
+mouse_le_bb_event_connected:
+4350 704aae00 jam 0 ,mem_mouse_long_mult_flag 
+4351 204042ca call mouse_init_sensor_reset 
+4352 704ac601 jam 1 ,mem_mouse_le_bb_connected_flag 
+4353 20404822 call mouse_24g_first_store_reconn_info 
+4354 6fe0cac7 fetch 1 ,mem_mouse_le_reconnect_flag 
+4355 243a4357 nbranch mouse_le_bb_event_connected_next ,blank 
+4356 704ac814 jam 0x14 ,mem_mouse_send_secutiry_request_timer 
+
+mouse_le_bb_event_connected_next:
+4357 6fe14480 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+4358 793ffe00 set0 app_disc_by_button ,pdata 
+4359 67e14480 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+435a 704b7700 jam 0 ,mem_mouse_direct_timer 
+435b 6fe14af0 fetch 2 ,mem_le_battery_level_updata_timer_init 
+435c 67e14af2 store 2 ,mem_le_battery_level_updata_timer 
+435d 20404544 call mouse_no_data_timer_init 
+435e 20204576 branch mouse_stop_discovery 
+
+mouse_le_bb_disconnected:
+435f 704ac600 jam 0 ,mem_mouse_le_bb_connected_flag 
+4360 58000006 setarg le_interval_7_5ms 
+4361 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4362 c28dc364 bbit1 mouse_enable_bt_125hz ,mouse_le_bb_disconnected_next 
+4363 58000007 setarg le_interval_8_75ms 
+
+mouse_le_bb_disconnected_next:
+4364 67e14372 store 2 ,mem_le_interval_min 
+4365 67e14374 store 2 ,mem_le_interval_min + 2 
+4366 704af400 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+4367 704aac00 jam 0 ,mem_mouse_clear_sensor_data_flag 
+4368 20401b1c call le_clr_config_more_data 
+4369 202043fe branch mouse_bb_disconnected 
+
+mouse_le_pairing_success:
+436a d8e00002 arg ll_pairing_success_flag ,queue 
+436b 20204375 branch mouse_le_enable_connect_flag 
+
+mouse_le_enc_info:
+
+mouse_updata_le_param:
+436c 70095b12 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+436d 2020787a branch ui_ipc_send_cmd 
+
+mouse_le_ll_start_encryt:
+436e 6fe0cac7 fetch 1 ,mem_mouse_le_reconnect_flag 
+436f c000c371 beq 1 ,mouse_le_ll_reconn_start_encryt 
+4370 20204373 branch mouse_le_ll_enable_start_enc_flag 
+
+mouse_le_ll_reconn_start_encryt:
+4371 2040436c call mouse_updata_le_param 
+4372 704b7614 jam 20 ,mem_le_start_encrypt_timer 
+
+mouse_le_ll_enable_start_enc_flag:
+4373 d8e00001 arg ll_start_enc_flag ,queue 
+4374 20204375 branch mouse_le_enable_connect_flag 
+
+mouse_le_enable_connect_flag:
+4375 6fe0cb75 fetch 1 ,mem_le_connect_status_flag 
+4376 f9207e00 qset1 pdata 
+4377 67e0cb75 store 1 ,mem_le_connect_status_flag 
+4378 20600000 rtn 
+
+mouse_le_pairing_complete:
+4379 2020321d branch app_ble_store_reconn_info 
+
+mouse_le_conn_param_update_rsp_recieved:
+437a 6fe143db fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+437b c1000000 rtneq ble_signaling_connect_parameter_update_accepted 
+437c 6fe08289 fetch 1 ,mem_le_tsniff 
+437d 1feb7e00 rshift2 pdata ,pdata 
+437e 1fe67c0c sub pdata ,le_interval_15ms ,null 
+437f 20610000 rtn positive 
+4380 58000009 setarg le_interval_11_25ms 
+4381 67e14372 store 2 ,mem_le_interval_min 
+4382 67e14374 store 2 ,mem_le_interval_min + 2 
+4383 2040436c call mouse_updata_le_param 
+
+mouse_le_conn_param_lpm_disable:
+4384 704af401 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
+4385 20600000 rtn 
+
+mouse_le_conn_param_lpm_enable:
+4386 704af400 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+4387 20600000 rtn 
+
+mouse_le_bb_event_connect_complete:
+4388 6fe0cac7 fetch 1 ,mem_mouse_le_reconnect_flag 
+4389 247a0000 nrtn blank 
+438a 6fe0c437 fetch 1 ,mem_le_att_handle 
+438b 1fe67e22 sub pdata ,34 ,pdata 
+438c 24628000 nrtn zero 
+438d 704b7600 jam 0 ,mem_le_start_encrypt_timer 
+
+mouse_le_write_enable:
+438e d8e00000 arg write_req_enable_flag ,queue 
+438f 20204375 branch mouse_le_enable_connect_flag 
+
+mouse_le_parse_conn_param_accepted:
+4390 6fe082c1 fetch 1 ,mem_le_new_conninterval 
+4391 1fe67c0c sub pdata ,le_interval_15ms ,null 
+4392 24214384 nbranch mouse_le_conn_param_lpm_disable ,positive 
+4393 6fe082c3 fetch 1 ,mem_le_new_connslavelatency 
+4394 6848cb8a fetcht 1 ,mem_lpm_mult_init 
+4395 98467c00 isub temp ,null 
+4396 2021439a branch mouse_le_lpm_mult_reinit ,positive 
+4397 6fe082c3 fetch 1 ,mem_le_new_connslavelatency 
+4398 67e0c177 store 1 ,mem_lpm_mult 
+4399 20204386 branch mouse_le_conn_param_lpm_enable 
+
+mouse_le_lpm_mult_reinit:
+439a 6fe0cb8a fetch 1 ,mem_lpm_mult_init 
+439b 67e0c177 store 1 ,mem_lpm_mult 
+439c 20204386 branch mouse_le_conn_param_lpm_enable 
+
+mouse_le_clean_connect_flag:
+439d 704b7500 jam 0 ,mem_le_connect_status_flag 
+439e 20600000 rtn 
+
+mouse_le:
+439f 44ebc01a bpatch patch1a_7 ,mem_patch1a 
+43a0 20401b77 call le_fifo_check_nearly_full 
+43a1 247a0000 nrtn blank 
+43a2 6fe0cac1 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+43a3 c07fc3a7 beq 0xff ,mouse_le_next 
+43a4 6fe0cb75 fetch 1 ,mem_le_connect_status_flag 
+43a5 1fe17e03 and pdata ,0x03 ,pdata 
+43a6 c1818000 rtnne 0x03 
+
+mouse_le_next:
+43a7 6fe0caac fetch 1 ,mem_mouse_clear_sensor_data_flag 
+43a8 205a42c8 call mouse_clear_sensor_data_by_reset ,blank 
+43a9 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+43aa c280c3d1 bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
+43ab c28043d1 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+43ac c282c3d1 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+43ad c28343d1 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
+43ae 20403f70 call mouse_motion 
+43af 20404324 call mouse_check_125hz 
+43b0 24740000 nrtn user 
+43b1 2040432f call mouse_current_mult_update 
+43b2 204042cb call mouse_data_xy_release 
+43b3 2040401d call mouse_wheel_trigger 
+43b4 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+43b5 c30ac3b8 bbit0 mouse_enable_keyboard ,mouse_le_send_mouse_data 
+43b6 6fe0cb8b fetch 1 ,mem_customer_key 
+43b7 c000c3b9 beq 1 ,mouse_le_send_keyboard_package_data 
+
+mouse_le_send_mouse_data:
+43b8 202043d3 branch mouse_fill_mouse_data_le 
+
+mouse_le_send_keyboard_package_data:
+43b9 6fe0cb8c fetch 1 ,mem_customer_data_trigger 
+43ba 203a43c3 branch mouse_le_release_keyboard_data ,blank 
+43bb 6fe44bcd fetch 8 ,mem_customer_key_press + 1 
+
+mouse_fill_keyboard_package_data_le:
+43bc 67e4095c store 8 ,mem_pdatatemp 
+43bd 6fe0cbcc fetch 1 ,mem_customer_key_press 
+43be c001c3c5 beq kb_multikey_report_id ,mouse_fill_multimedia_key_data_le 
+43bf c00143c8 beq kb_system_conctrl_report_id ,mouse_fill_systemctrl_key_data_le 
+43c0 704ae608 jam 8 ,mem_le_data_len 
+43c1 68494ae7 fetcht 2 ,mem_le_keyboard_handle 
+43c2 202043d8 branch mouse_fill_data_le 
+
+mouse_le_release_keyboard_data:
+43c3 6fe44bd6 fetch 8 ,mem_customer_key_release + 1 
+43c4 202043bc branch mouse_fill_keyboard_package_data_le 
+
+mouse_fill_multimedia_key_data_le:
+43c5 704ae603 jam 3 ,mem_le_data_len 
+43c6 68494ae9 fetcht 2 ,mem_le_multimedia_handle 
+43c7 202043d8 branch mouse_fill_data_le 
+
+mouse_fill_systemctrl_key_data_le:
+43c8 704ae602 jam 2 ,mem_le_data_len 
+43c9 68494aeb fetcht 2 ,mem_le_systemctrl_handle 
+43ca 202043d8 branch mouse_fill_data_le 
+
+mouse_fill_battery_level_le:
+43cb da200001 arg 1 ,rega 
+43cc 68494aed fetcht 2 ,mem_le_battery_level_handle 
+43cd 20401eb3 call le_att_malloc_tx_notify 
+43ce 6fe0caef fetch 1 ,mem_le_battery_level_percentage 
+43cf e7e08005 istore 1 ,contw 
+43d0 20600000 rtn 
+
+mouse_le_send_empty_packet:
+43d1 58000000 setarg 0 
+43d2 67e3c8d0 store 7 ,mem_mouse_key 
+
+mouse_fill_mouse_data_le:
+43d3 704ae607 jam 7 ,mem_le_data_len 
+43d4 6fe3c8d0 fetch 7 ,mem_mouse_key 
+43d5 67e3895c store 7 ,mem_pdatatemp 
+43d6 68494357 fetcht 2 ,mem_le_notify_handle 
+43d7 202043d8 branch mouse_fill_data_le 
+
+mouse_fill_data_le:
+43d8 6fe0cae6 fetch 1 ,mem_le_data_len 
+43d9 1fe22200 copy pdata ,rega 
+43da 20401eb3 call le_att_malloc_tx_notify 
+43db 6848cae6 fetcht 1 ,mem_le_data_len 
+43dc 18427200 copy temp ,loopcnt 
+43dd d8c0095c arg mem_pdatatemp ,contr 
+43de 20207d5f branch memcpy 
+
+mouse_check_51cmd_adv:
+43df 704ac700 jam 0 ,mem_mouse_le_reconnect_flag 
+43e0 6fe1cacc fetch 3 ,mem_le_adv_ind 
+43e1 67e1c3ec store 3 ,mem_le_adv_data + 4 
+43e2 204043e8 call mouse_le_check_adv_flag 
+43e3 58000005 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
+43e4 e7e08006 istore 1 ,contr 
+43e5 d8c04ad2 arg mem_le_adv_swift_pair ,contr 
+43e6 204043ef call mouse_le_adv_data_update 
+43e7 202078ee branch check_51cmd_adv 
+
+mouse_le_check_adv_flag:
+43e8 da2043e8 arg mem_le_adv_data ,rega 
+
+mouse_le_check_adv_flag_loop:
+43e9 efe08011 ifetch 1 ,rega 
+43ea 207a0000 rtn blank 
+43eb 98c0a200 iadd contr ,rega 
+43ec efe08006 ifetch 1 ,contr 
+43ed c1008000 rtneq 0x01 
+43ee 202043e9 branch mouse_le_check_adv_flag_loop 
+
+mouse_le_adv_data_update:
+43ef d8a043f3 arg mem_le_adv_data + 11 ,contw 
+43f0 df200013 arg 19 ,loopcnt 
+43f1 20407d5f call memcpy 
+43f2 20201abe branch le_modified_name_adv 
+
+mouse_bt_sniff_param_interval_setup:
+43f3 5800000c setarg classic_interval_7_5ms 
+43f4 67e14455 store 2 ,mem_sniff_param_interval 
+43f5 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+43f6 c38d8000 rtnbit1 mouse_enable_bt_125hz 
+43f7 5800000e setarg classic_interval_8_75ms 
+43f8 67e14455 store 2 ,mem_sniff_param_interval 
+43f9 20600000 rtn 
+
+mouse_bb_event_connected:
+43fa 704aae00 jam 0 ,mem_mouse_long_mult_flag 
+43fb 204042ca call mouse_init_sensor_reset 
+43fc 20404822 call mouse_24g_first_store_reconn_info 
+43fd 20204576 branch mouse_stop_discovery 
+
+mouse_bb_disconnected:
+43fe 704b7f00 jam 0 ,mem_mouse_enter_sniff_count 
+43ff 704b8800 jam 0 ,mem_mouse_bt_send_first_package_flag 
+4400 204043f3 call mouse_bt_sniff_param_interval_setup 
+4401 20404409 call mouse_bb_discon_clear_stack 
+4402 6fe1447e fetch app_disc_rsn_size ,mem_app_disconn_reason 
+4403 c283c410 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
+4404 c28031c6 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+4405 c280c414 bbit1 app_disc_after_pairing ,mouse_event_light_state_pairing 
+4406 c2814417 bbit1 app_disc_after_reconn ,mouse_event_light_state_hibernate 
+4407 c281c417 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
+4408 20204553 branch mouse_start_discovery 
+
+mouse_bb_discon_clear_stack:
+4409 58000000 setarg 0 
+440a 67e448d9 store 8 ,mem_wheel_tb_old_pinlevel 
+440b e7e20005 istore 4 ,contw 
+440c 7049c800 jam 0 ,mem_mouse_move_flag 
+440d 70445400 jam app_handshake_null ,mem_app_handshake_flag 
+440e 70432600 jam 0 ,mem_ltk_exists 
+440f 20600000 rtn 
+
+mouse4_0_event_bb_disconn:
+4410 2040439d call mouse_le_clean_connect_flag 
+4411 6fe1447e fetch app_disc_rsn_size ,mem_app_disconn_reason 
+4412 c28031c6 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+4413 20203e20 branch mouse_app_enter_hibernate 
+
+mouse_event_light_state_pairing:
+4414 c282c417 bbit1 app_disc_after_handshake ,mouse_event_light_state_hibernate 
+4415 c281c417 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
+4416 20204553 branch mouse_start_discovery 
+
+mouse_event_light_state_hibernate:
+4417 6fe1478c fetch 2 ,mem_ui_state_map 
+4418 c2864553 bbit1 ui_state_btn_down ,mouse_start_discovery 
+4419 204031c6 call app_disconn_reason_clear 
+441a 20404110 call mouse_key_check_once 
+441b 204044dc call mouse_commbination_key_process 
+441c 6fe0cb9f fetch 1 ,mem_commbination_key_statue 
+441d c000be1d beq commbination_key_state_down ,mouse_delay_enter_hibernata 
+441e 6fe0cac4 fetch 1 ,mem_mouse_bluetooth_reconnect_timeout 
+441f 247a0000 nrtn blank 
+4420 20203e20 branch mouse_app_enter_hibernate 
+
+mouse_bt_event_setup_complete:
+4421 20600000 rtn 
+
+mouse_bt_send_first_package_timer_init:
+4422 704b8704 jam 4 ,mem_mouse_bt_send_first_package_timer 
+4423 20600000 rtn 
+
+mouse_bt_hid_handshake:
+4424 70445401 jam app_handshake_done ,mem_app_handshake_flag 
+4425 20403223 call app_lpm_mult_enable 
+4426 2040321f call app_bt_store_reconn_info 
+4427 58000000 setarg 0 
+4428 67e14788 store 2 ,mem_discovery_timeout_timer_count 
+4429 67e0c78a store 1 ,mem_hid_handshake_timer_count 
+442a 20404422 call mouse_bt_send_first_package_timer_init 
+442b 2020321b branch app_bt_enter_sniff 
+
+mouse_bt_hid_handshake_boot_check:
+442c 704b8000 jam 0 ,mem_mouse_bt_boot_mode 
+442d 6fe0c5f5 fetch 1 ,mem_l2cap_rcv_hidtype 
+442e 2feffe00 isolate1 0 ,pdata 
+442f 20608000 rtn true 
+4430 704b8001 jam 1 ,mem_mouse_bt_boot_mode 
+4431 20600000 rtn 
+
+mouse_bb_event_reconn_timeout:
+
+mouse_bb_event_reconn_failed:
+4432 6fe0cac1 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+4433 c07fc2f8 beq 0xff ,mouse_buletooth_fast_conn_end 
+4434 6fe1478c fetch 2 ,mem_ui_state_map 
+4435 c3860000 rtnbit1 ui_state_btn_down 
+4436 c3830000 rtnbit1 ui_state_bt_discovery 
+4437 c3858000 rtnbit1 ui_state_ble_adv 
+4438 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4439 c3828000 rtnbit1 mouse_bt_discovery_button_down_flag 
+443a c299c553 bbit1 mouse_enable_bt_reconnect_timeout_enter_discovery ,mouse_start_discovery 
+443b c297c81f bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_bb_event_reconn_timeout 
+443c 20203e20 branch mouse_app_enter_hibernate 
+
+mouse_enter_sniff_check:
+443d 6fe0cb7f fetch 1 ,mem_mouse_enter_sniff_count 
+443e c1810000 rtnne 2 
+443f 704b7f00 jam 0 ,mem_mouse_enter_sniff_count 
+4440 204043f3 call mouse_bt_sniff_param_interval_setup 
+4441 20404422 call mouse_bt_send_first_package_timer_init 
+4442 2020321b branch app_bt_enter_sniff 
+
+mouse_sniff_not_accept:
+4443 6fe0cb7f fetch 1 ,mem_mouse_enter_sniff_count 
+4444 c1010000 rtneq 2 
+4445 1fe0fe01 increase 1 ,pdata 
+4446 67e0cb7f store 1 ,mem_mouse_enter_sniff_count 
+4447 70445512 jam 0x12 ,mem_sniff_param_interval 
+4448 20404422 call mouse_bt_send_first_package_timer_init 
+4449 2020321b branch app_bt_enter_sniff 
+
+mouse_bb_event_pincode:
+444a 20405af1 call pincode_reinit 
+444b 202031ea branch app_bt_set_pincode 
+
+mouse_irtual_cable_unplug:
+444c 58000001 setarg 0x01 
+444d 67e30041 store 6 ,mem_plap 
+444e 7000e833 jam rec_3_mode ,mem_record_bt_mode 
+444f 2020458d branch mouse_unplug_clean_bdaddr 
+
+mouse_irtual_cable_unplug1:
+4450 5fffffff setarg -1 
+4451 67e30041 store 6 ,mem_plap 
+4452 7000e833 jam rec_3_mode ,mem_record_bt_mode 
+4453 704ac1ff jam 0xff ,mem_mouse_bluetooth_fast_conn_flag 
+4454 204045a2 call mouse_before_store_reconn_info 
+4455 704939ff jam 0xff ,mem_device1_type 
+4456 202045ee branch mouse_store_device_info_delay 
+
+mouse_bt:
+4457 44ec401b bpatch patch1b_0 ,mem_patch1b 
+4458 20770000 rtn attempt 
+4459 6fe0c454 fetch 1 ,mem_app_handshake_flag 
+445a 207a0000 rtn blank 
+445b 204052f4 call l2cap_malloc_is_fifo_nearly_full 
+445c 247a0000 nrtn blank 
+445d 6fe0cac1 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+445e c07fc306 beq 0xff ,mouse_bt_fast_conn_send_device_name 
+445f 6fe0caac fetch 1 ,mem_mouse_clear_sensor_data_flag 
+4460 205a42c8 call mouse_clear_sensor_data_by_reset ,blank 
+4461 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4462 c280c48e bbit1 mouse_24g_pairing_flag ,mouse_send_empty_data 
+4463 c280448e bbit1 mouse_select_device_flag ,mouse_send_empty_data 
+4464 c282c48e bbit1 mouse_bt_discovery_button_down_flag ,mouse_send_empty_data 
+4465 c283448e bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_send_empty_data 
+4466 20403f70 call mouse_motion 
+4467 20404324 call mouse_check_125hz 
+4468 24740000 nrtn user 
+4469 2040432f call mouse_current_mult_update 
+446a 204042cb call mouse_data_xy_release 
+446b 2040401d call mouse_wheel_trigger 
+446c 6fe0cb80 fetch 1 ,mem_mouse_bt_boot_mode 
+446d c000c47d beq 1 ,mouse_send_data_boot_mode 
+446e 6fe0cb88 fetch 1 ,mem_mouse_bt_send_first_package_flag 
+446f 207a0000 rtn blank 
+4470 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4471 c30ac474 bbit0 mouse_enable_keyboard ,mouse_send_data 
+4472 6fe0cb8b fetch 1 ,mem_customer_key 
+4473 c000c491 beq 1 ,mouse_bt_send_keyboard_packet 
+
+mouse_send_data:
+4474 da200009 arg 9 ,rega 
+4475 20404dc0 call hid_malloc_tx_buff 
+4476 6fe144de fetch 2 ,mem_hid_int_remote_cid 
+4477 e7e10005 istore 2 ,contw 
+4478 580002a1 setarg 0x02a1 
+4479 e7e10005 istore 2 ,contw 
+447a 6fe3c8d0 fetch 7 ,mem_mouse_key 
+447b e7e38005 istore 7 ,contw 
+447c 20600000 rtn 
+
+mouse_send_data_boot_mode:
+447d 6fe0c8d0 fetch 1 ,mem_mouse_key 
+447e 67e0cb81 store 1 ,mem_mouse_bt_boot_data 
+447f 6fe0c8d1 fetch 1 ,mem_mouse_x 
+4480 e7e08005 istore 1 ,contw 
+4481 6fe0c8d3 fetch 1 ,mem_mouse_y 
+4482 e7e08005 istore 1 ,contw 
+4483 6fe148d5 fetch 2 ,mem_mouse_z 
+4484 e7e10005 istore 2 ,contw 
+4485 da200007 arg 7 ,rega 
+4486 20404dc0 call hid_malloc_tx_buff 
+4487 6fe144de fetch 2 ,mem_hid_int_remote_cid 
+4488 e7e10005 istore 2 ,contw 
+4489 580002a1 setarg 0x02a1 
+448a e7e10005 istore 2 ,contw 
+448b 6fe2cb81 fetch 5 ,mem_mouse_bt_boot_data 
+448c e7e28005 istore 5 ,contw 
+448d 20600000 rtn 
+
+mouse_send_empty_data:
+448e 58000000 setarg 0 
+448f 67e3c8d0 store 7 ,mem_mouse_key 
+4490 20204474 branch mouse_send_data 
+
+mouse_bt_send_keyboard_packet:
+4491 6fe0cb8c fetch 1 ,mem_customer_data_trigger 
+4492 203a44b3 branch mouse_bt_release_keyboard_data ,blank 
+4493 6fe44bcd fetch 8 ,mem_customer_key_press + 1 
+
+mouse_bt_send_keyboard_data:
+4494 67e4095c store 8 ,mem_pdatatemp 
+4495 6fe0cbcc fetch 1 ,mem_customer_key_press 
+4496 c001c4a1 beq kb_multikey_report_id ,mouse_bt_send_multimedia_key_data 
+4497 c00144aa beq kb_system_conctrl_report_id ,mouse_bt_send_systemctrl_key_data 
+4498 da20000a arg 10 ,rega 
+4499 20404dc0 call hid_malloc_tx_buff 
+449a 6fe144de fetch 2 ,mem_hid_int_remote_cid 
+449b e7e10005 istore 2 ,contw 
+449c 580001a1 setarg 0x01a1 
+449d e7e10005 istore 2 ,contw 
+449e 6fe4095c fetch 8 ,mem_pdatatemp 
+449f e7e40005 istore 8 ,contw 
+44a0 20600000 rtn 
+
+mouse_bt_send_multimedia_key_data:
+44a1 da200004 arg 4 ,rega 
+44a2 20404dc0 call hid_malloc_tx_buff 
+44a3 6fe144de fetch 2 ,mem_hid_int_remote_cid 
+44a4 e7e10005 istore 2 ,contw 
+44a5 580003a1 setarg 0x03a1 
+44a6 e7e10005 istore 2 ,contw 
+44a7 6fe1095c fetch 2 ,mem_pdatatemp 
+44a8 e7e10005 istore 2 ,contw 
+44a9 20600000 rtn 
+
+mouse_bt_send_systemctrl_key_data:
+44aa da200003 arg 3 ,rega 
+44ab 20404dc0 call hid_malloc_tx_buff 
+44ac 6fe144de fetch 2 ,mem_hid_int_remote_cid 
+44ad e7e10005 istore 2 ,contw 
+44ae 580004a1 setarg 0x04a1 
+44af e7e10005 istore 2 ,contw 
+44b0 6fe0895c fetch 1 ,mem_pdatatemp 
+44b1 e7e08005 istore 1 ,contw 
+44b2 20600000 rtn 
+
+mouse_bt_release_keyboard_data:
+44b3 6fe44bd6 fetch 8 ,mem_customer_key_release + 1 
+44b4 20204494 branch mouse_bt_send_keyboard_data 
+
+mouse_bb_event_timer:
+44b5 44ecc01b bpatch patch1b_1 ,mem_patch1b 
+44b6 20403e9b call mouse_adc_read 
+44b7 20404956 call mouse_low_voltage_led_timer 
+44b8 2040232b call g24_pair_timeout_timer 
+44b9 20402556 call g24_reconn_timeout_timer 
+44ba 204047cd call mouse_24g_long_sleep_param_update_timer 
+44bb 204048be call mouse_device_poweron_timer 
+44bc 204048ef call mouse_dpi_led_blink_delay_timer 
+44bd 2040407c call mouse_dpi_key_check_long_press 
+44be 204044cc call mouse_bt_discovery_check 
+44bf 204044dc call mouse_commbination_key_process 
+44c0 204044ff call mouse_check_discovery_timeout_timer 
+44c1 20404504 call mouse_check_direct_timeout_timer 
+44c2 20404512 call mouse_le_enable_att_list_timer 
+44c3 2040451f call mouse_le_battery_updata_timer 
+44c4 20404515 call mouse_le_send_smp_security_request_timer 
+44c5 2040452a call mouse_check_hid_handshake_timer 
+44c6 2040452d call mouse_bt_check_sniff_req_timeout_timer 
+44c7 20404532 call mouse_check_reconnect_delay_long_sleep 
+44c8 20404535 call mouse_current_mult_update_timer 
+44c9 20404022 call mouse_wheel_trigger_timer 
+44ca 20404547 call mouse_store_information_delay_timer 
+44cb 2020453c branch mouse_check_no_data_timeout_timer 
+
+mouse_bt_discovery_check:
+44cc 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+44cd c29bc4cf bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_bt_discovery_by_pb_button 
+44ce 20600000 rtn 
+
+mouse_bt_discovery_by_pb_button:
+44cf 6fe0cb9e fetch 1 ,mem_select_device_button_statue 
+44d0 c1808000 rtnne pb_button_state_down 
+44d1 da604b9b arg mem_bt_discovery_count ,regc 
+44d2 da4044d4 arg mouse_long_button_bt_discovery ,regb 
+44d3 2020318a branch timer_single_step 
+
+mouse_long_button_bt_discovery:
+44d4 6fe0c938 fetch 1 ,mem_device_flag 
+44d5 c1000000 rtneq mode_24g_device 
+44d6 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+44d7 c3830000 rtnbit1 mouse_bt_discovery_button_long_down_flag 
+44d8 d8e00006 arg mouse_bt_discovery_button_long_down_flag ,queue 
+44d9 204046f0 call mouse_enable_function_flag 
+44da 20403173 call app_evt_button_long_pressed 
+44db 2020454e branch mouse_bb_event_discovery_btn 
+
+mouse_commbination_key_process:
+44dc 6fe0c938 fetch 1 ,mem_device_flag 
+44dd c00044e2 beq mode_24g_device ,mouse_24g_commbination_key_process 
+44de 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+44df c41a8000 rtnbit0 mouse_enable_commbination_key_by_bt_discovery 
+44e0 6848cbca fetcht 1 ,mem_mouse_commbination_key_bt 
+44e1 202044e5 branch mouse_commbination_key_start 
+
+mouse_24g_commbination_key_process:
+44e2 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+44e3 c4190000 rtnbit0 mouse_enable_commbination_key_by_24g_pairing 
+44e4 6848cbcb fetcht 1 ,mem_mouse_commbination_key_24g 
+
+mouse_commbination_key_start:
+44e5 6048cb9d storet 1 ,mem_mouse_commbination_key 
+44e6 20404115 call mouse_check_key_gpio 
+44e7 1fe17e07 and pdata ,0x07 ,pdata 
+44e8 6848cb9d fetcht 1 ,mem_mouse_commbination_key 
+44e9 98467c00 isub temp ,null 
+44ea 2022c4f1 branch mouse_commbination_key_down ,zero 
+
+mouse_commbination_key_up:
+44eb 6fe0c78f fetch 1 ,mem_ui_button_timeout 
+44ec 67e0cba0 store 1 ,mem_combination_ui_button_count 
+44ed 6fe0cb9f fetch 1 ,mem_commbination_key_statue 
+44ee c1000000 rtneq commbination_key_state_up 
+44ef 704b9f00 jam commbination_key_state_up ,mem_commbination_key_statue 
+44f0 20600000 rtn 
+
+mouse_commbination_key_down:
+44f1 204044f6 call mouse_combination_ui_timer 
+44f2 6fe0cb9f fetch 1 ,mem_commbination_key_statue 
+44f3 c1008000 rtneq commbination_key_state_down 
+44f4 704b9f01 jam commbination_key_state_down ,mem_commbination_key_statue 
+44f5 20207931 branch check_51cmd_bb_reconn_cancel 
+
+mouse_combination_ui_timer:
+44f6 da404827 arg mouse_24g_start_pair_mode ,regb 
+44f7 da604ba0 arg mem_combination_ui_button_count ,regc 
+44f8 6fe0c938 fetch 1 ,mem_device_flag 
+44f9 c000318a beq mode_24g_device ,timer_single_step 
+44fa da4044d4 arg mouse_long_button_bt_discovery ,regb 
+44fb 2040318a call timer_single_step 
+44fc 6fe0cba0 fetch 1 ,mem_combination_ui_button_count 
+44fd c000c6e2 beq 1 ,mouse_bt_discovery_button_down_enable 
+44fe 20600000 rtn 
+
+mouse_check_discovery_timeout_timer:
+44ff da604ac2 arg mem_mouse_discovery_timer ,regc 
+4500 da404502 arg mouse_check_discovery_timeout ,regb 
+4501 20203191 branch timer_single_step_2b 
+
+mouse_check_discovery_timeout:
+4502 20404576 call mouse_stop_discovery 
+4503 20203e20 branch mouse_app_enter_hibernate 
+
+mouse_check_direct_timeout_timer:
+4504 da604b77 arg mem_mouse_direct_timer ,regc 
+4505 da40450a arg mouse_check_direct_timeout ,regb 
+4506 20403191 call timer_single_step_2b 
+4507 6fe0cb77 fetch 1 ,mem_mouse_direct_timer 
+4508 c000b203 beq 1 ,app_ble_stop_direct_adv 
+4509 20600000 rtn 
+
+mouse_check_direct_timeout:
+450a 6fe0cac1 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+450b c07fc2f8 beq 0xff ,mouse_buletooth_fast_conn_end 
+450c 6fe0cab0 fetch 1 ,mem_reconn_times 
+450d 243a470e nbranch mouse_polling_device ,blank 
+450e 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+450f c299c553 bbit1 mouse_enable_bt_reconnect_timeout_enter_discovery ,mouse_start_discovery 
+4510 c297c81f bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_bb_event_reconn_timeout 
+4511 20203e20 branch mouse_app_enter_hibernate 
+
+mouse_le_enable_att_list_timer:
+4512 da604b76 arg mem_le_start_encrypt_timer ,regc 
+4513 da40438e arg mouse_le_write_enable ,regb 
+4514 2020318a branch timer_single_step 
+
+mouse_le_send_smp_security_request_timer:
+4515 6fe0cac6 fetch 1 ,mem_mouse_le_bb_connected_flag 
+4516 207a0000 rtn blank 
+4517 da604ac8 arg mem_mouse_send_secutiry_request_timer ,regc 
+4518 da40451a arg mouse_le_pairing_sm_start_check ,regb 
+4519 2020318a branch timer_single_step 
+
+mouse_le_pairing_sm_start_check:
+451a 6fe0cac7 fetch 1 ,mem_mouse_le_reconnect_flag 
+451b 247a0000 nrtn blank 
+451c 6fe0c39b fetch 1 ,mem_le_pairing_state 
+451d c1800000 rtnne flag_le_pairing_null 
+451e 20202090 branch le_pairing_sm_start 
+
+mouse_le_battery_updata_timer:
+451f da604af2 arg mem_le_battery_level_updata_timer ,regc 
+4520 da404522 arg mouse_le_battery_level_updata ,regb 
+4521 2020318a branch timer_single_step 
+
+mouse_le_battery_level_updata:
+4522 6fe14af0 fetch 2 ,mem_le_battery_level_updata_timer_init 
+4523 67e14af2 store 2 ,mem_le_battery_level_updata_timer 
+4524 202043cb branch mouse_fill_battery_level_le 
+
+mouse_le_enable_att_list:
+4525 6fe0cb75 fetch 1 ,mem_le_connect_status_flag 
+4526 c3810000 rtnbit1 ll_pairing_success_flag 
+4527 2040436c call mouse_updata_le_param 
+4528 d8e00000 arg write_req_enable_flag ,queue 
+4529 20204375 branch mouse_le_enable_connect_flag 
+
+mouse_check_hid_handshake_timer:
+452a da60478a arg mem_hid_handshake_timer_count ,regc 
+452b da404424 arg mouse_bt_hid_handshake ,regb 
+452c 2020318a branch timer_single_step 
+
+mouse_bt_check_sniff_req_timeout_timer:
+452d da604b87 arg mem_mouse_bt_send_first_package_timer ,regc 
+452e da404530 arg mouse_bt_send_first_package ,regb 
+452f 2020318a branch timer_single_step 
+
+mouse_bt_send_first_package:
+4530 704b8801 jam 1 ,mem_mouse_bt_send_first_package_flag 
+4531 20600000 rtn 
+
+mouse_check_reconnect_delay_long_sleep:
+4532 da604ac4 arg mem_mouse_bluetooth_reconnect_timeout ,regc 
+4533 da403e20 arg mouse_app_enter_hibernate ,regb 
+4534 2020318a branch timer_single_step 
+
+mouse_current_mult_update_timer:
+4535 da604aaf arg mem_mouse_current_mult_timer ,regc 
+4536 da404538 arg mouse_current_mult_reinit ,regb 
+4537 2020318a branch timer_single_step 
+
+mouse_current_mult_reinit:
+4538 6fe0cb8a fetch 1 ,mem_lpm_mult_init 
+4539 67e0c177 store 1 ,mem_lpm_mult 
+453a 704aae01 jam 1 ,mem_mouse_long_mult_flag 
+453b 20600000 rtn 
+
+mouse_check_no_data_timeout_timer:
+453c 6fe0c92a fetch 1 ,mem_usb_addr 
+453d c3838000 rtnbit1 7 
+453e da604ab2 arg mem_mouse_no_data_timer ,regc 
+453f da404541 arg mouse_check_no_data_timeout ,regb 
+4540 20203191 branch timer_single_step_2b 
+
+mouse_check_no_data_timeout:
+4541 6fe0c938 fetch 1 ,mem_device_flag 
+4542 c00047e1 beq mode_24g_device ,mouse_24g_hibernate_set 
+4543 2020431b branch mouse_disconnect 
+
+mouse_no_data_timer_init:
+4544 6fe14bbe fetch 2 ,mem_mouse_no_data_timeout 
+4545 67e14ab2 store 2 ,mem_mouse_no_data_timer 
+4546 20600000 rtn 
+
+mouse_store_information_delay_timer:
+4547 da6049bf arg mem_store_information_delay_timer ,regc 
+4548 da40454a arg mouse_store_device_info_check ,regb 
+4549 2020318a branch timer_single_step 
+
+mouse_store_device_info_check:
+454a 204045f1 call mouse_store_device_info 
+454b 6fe0cac5 fetch 1 ,mem_mouse_need_soft_reset 
+454c 243a46c0 nbranch mouse_soft_reset ,blank 
+454d 20600000 rtn 
+
+mouse_bb_event_discovery_btn:
+454e 280ffe26 isolate1 mark_24g ,mark 
+454f 2040c7f2 call mouse_24g_stop ,true 
+4550 2040431b call mouse_disconnect 
+4551 2040439d call mouse_le_clean_connect_flag 
+4552 20204553 branch mouse_start_discovery 
+
+mouse_start_discovery:
+4553 44ed401b bpatch patch1b_2 ,mem_patch1b 
+4554 20404314 call mouse_bluetooth_fast_conn_disable 
+4555 6fe1478c fetch 2 ,mem_ui_state_map 
+4556 c285c55f bbit1 ui_state_ble_adv ,mouse_start_discovery_norandom 
+4557 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4558 c304455f bbit0 mouse_enable_ble_random_addre ,mouse_start_discovery_norandom 
+4559 68494997 fetcht 2 ,mem_random_addr_increase_count 
+455a 18408401 increase 1 ,temp 
+455b 60494997 storet 2 ,mem_random_addr_increase_count 
+455c 6049437b storet 2 ,mem_le_lap + 1 
+455d 180a7e00 random pdata 
+455e 67e0c37a store 1 ,mem_le_lap 
+
+mouse_start_discovery_norandom:
+455f 6fe1cac9 fetch 3 ,mem_mouse_le_lap_temp 
+4560 67e1c37d store 3 ,mem_le_lap + 3 
+4561 20403225 call app_lpm_mult_disable 
+4562 6fe14791 fetch 2 ,mem_discovery_timeout 
+4563 67e14ac2 store 2 ,mem_mouse_discovery_timer 
+4564 7000bd06 jam 6 ,mem_connection_options 
+4565 58000000 setarg 0 
+4566 67e14ab2 store 2 ,mem_mouse_no_data_timer 
+4567 67e0cb77 store 1 ,mem_mouse_direct_timer 
+4568 67e0cac4 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
+4569 67e0cba7 store 1 ,mem_mouse_device_poweron_timer_count 
+456a 67e0caac store 1 ,mem_mouse_clear_sensor_data_flag 
+456b d8e00002 arg mouse_store_eeprom_flag ,queue 
+456c 204046f0 call mouse_enable_function_flag 
+456d 204046e4 call mouse_bt_discovery_button_down_disable 
+456e 6fe0cbb3 fetch 1 ,mem_mouse_bluetooth_type 
+456f 2feffe01 isolate1 mode_4_mouse ,pdata 
+4570 2040c3df call mouse_check_51cmd_adv ,true 
+4571 6fe0cbb3 fetch 1 ,mem_mouse_bluetooth_type 
+4572 2feffe00 isolate1 mode_3_mouse ,pdata 
+4573 2040f8c4 call check_51cmd_start_discovery ,true 
+4574 2040498e call mouse_low_voltage_led_blink_disable 
+4575 202048cc branch mouse_discover_setting_led_gpio 
+
+mouse_stop_discovery:
+4576 44edc01b bpatch patch1b_3 ,mem_patch1b 
+4577 d8e00006 arg mouse_bt_discovery_button_long_down_flag ,queue 
+4578 204046f4 call mouse_disable_function_flag 
+4579 704ac400 jam 0 ,mem_mouse_bluetooth_reconnect_timeout 
+457a 6fe0cbb3 fetch 1 ,mem_mouse_bluetooth_type 
+457b 2feffe01 isolate1 mode_4_mouse ,pdata 
+457c 2040c581 call mouse_stop_le_adv ,true 
+457d 6fe0cbb3 fetch 1 ,mem_mouse_bluetooth_type 
+457e 2feffe00 isolate1 mode_3_mouse ,pdata 
+457f 2040c583 call mouse_stop_bt3_discovery ,true 
+4580 20204912 branch mouse_device_led_off 
+
+mouse_stop_le_adv:
+4581 704b7700 jam 0 ,mem_mouse_direct_timer 
+4582 202078f4 branch check_51cmd_stop_adv 
+
+mouse_stop_bt3_discovery:
+4583 58000000 setarg 0 
+4584 67e14ac2 store 2 ,mem_mouse_discovery_timer 
+4585 202078c9 branch check_51cmd_stop_discovery 
+
+mouse_store_remote_bdaddr:
+4586 44ee401b bpatch patch1b_4 ,mem_patch1b 
+4587 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4588 c4010000 rtnbit0 mouse_store_eeprom_flag 
+4589 204048c6 call mouse_device_poweron_timer_init 
+458a d8e00002 arg mouse_store_eeprom_flag ,queue 
+458b 204046f4 call mouse_disable_function_flag 
+458c 2040458f call mouse_check_device_addr 
+
+mouse_unplug_clean_bdaddr:
+458d 204045a2 call mouse_before_store_reconn_info 
+458e 202045ee branch mouse_store_device_info_delay 
+
+mouse_check_device_addr:
+458f 6fe080e8 fetch 1 ,mem_record_bt_mode 
+4590 c01a4593 beq rec_4_mode ,mouse_check_le_device_addr 
+4591 c019c596 beq rec_3_mode ,mouse_check_bt_device_addr 
+4592 20600000 rtn 
+
+mouse_check_le_device_addr:
+4593 67e0cb78 store 1 ,mem_device_addr_temp 
+4594 6fe30297 fetch 6 ,mem_le_plap 
+4595 20204598 branch mouse_check_bt_device_addr_common 
+
+mouse_check_bt_device_addr:
+4596 67e0cb78 store 1 ,mem_device_addr_temp 
+4597 6fe30041 fetch 6 ,mem_plap 
+
+mouse_check_bt_device_addr_common:
+4598 67e34b79 store 6 ,mem_device_addr_temp + 1 
+4599 6fe3cb78 fetch 7 ,mem_device_addr_temp 
+459a d8c04939 arg mem_device1_type ,contr 
+459b df200003 arg 3 ,loopcnt 
+
+mouse_check_device_addr_end:
+459c e8438006 ifetcht 7 ,contr 
+459d 98467c00 isub temp ,null 
+459e 2022c5b7 branch mouse_clean_addr ,zero 
+459f 18c08c16 increase 22 ,contr 
+45a0 c200459c loop mouse_check_device_addr_end 
+45a1 20600000 rtn 
+
+mouse_before_store_reconn_info:
+45a2 da204939 arg mem_device1_type ,rega 
+45a3 6fe0c938 fetch 1 ,mem_device_flag 
+45a4 1fe0ffff increase -1 ,pdata 
+45a5 1feffe1d mul32 pdata ,29 ,pdata 
+45a6 9a20a200 iadd rega ,rega 
+45a7 6fe080e8 fetch 1 ,mem_record_bt_mode 
+45a8 e7e08011 istore 1 ,rega 
+45a9 c01a45ac beq rec_4_mode ,mouse_store_le_device 
+45aa c019c5b3 beq rec_3_mode ,mouse_store_bt_device 
+45ab 20600000 rtn 
+
+mouse_store_le_device:
+45ac 6fe30297 fetch 6 ,mem_le_plap 
+45ad e7e30005 istore 6 ,contw 
+45ae d8c04316 arg mem_le_ltk ,contr 
+45af 20407d0c call memcpy16 
+45b0 6fe3437a fetch 6 ,mem_le_lap 
+45b1 e7e30005 istore 6 ,contw 
+45b2 20600000 rtn 
+
+mouse_store_bt_device:
+45b3 6fe30041 fetch 6 ,mem_plap 
+45b4 e7e30005 istore 6 ,contw 
+45b5 d8c041cb arg mem_link_key ,contr 
+45b6 20207d0c branch memcpy16 
+
+mouse_clean_addr:
+45b7 18c08dfa increase -6 ,contr 
+45b8 18c20a00 copy contr ,contw 
+45b9 684b4b79 fetcht 6 ,mem_device_addr_temp + 1 
+45ba 18408403 increase 3 ,temp 
+45bb e0430005 istoret 6 ,contw 
+45bc 20600000 rtn 
+
+mouse_select_reconn_device:
+45bd da204939 arg mem_device1_type ,rega 
+45be 6fe0c938 fetch 1 ,mem_device_flag 
+45bf c1000000 rtneq mode_24g_device 
+45c0 1fe0ffff increase -1 ,pdata 
+45c1 1feffe1d mul32 pdata ,29 ,pdata 
+45c2 9a20a200 iadd rega ,rega 
+45c3 efe08011 ifetch 1 ,rega 
+45c4 67e0c482 store 1 ,mem_xrecord_mode 
+45c5 c019c5c8 beq rec_3_mode ,mouse_load_bt_device 
+45c6 c01a45cd beq rec_4_mode ,mouse_load_le_device 
+45c7 20600000 rtn 
+
+mouse_load_bt_device:
+45c8 efe30006 ifetch 6 ,contr 
+
+mouse_load_bt_device_end:
+45c9 67e341dd store 6 ,mem_hci_plap 
+45ca d8a041cb arg mem_link_key ,contw 
+45cb 20407d0c call memcpy16 
+45cc 2020602c branch check_link_key_load 
+
+mouse_load_le_device:
+45cd efe30006 ifetch 6 ,contr 
+
+mouse_load_le_device_end:
+45ce 67e341dd store 6 ,mem_hci_plap 
+45cf d8a04316 arg mem_le_ltk ,contw 
+45d0 20407d0c call memcpy16 
+45d1 efe30006 ifetch 6 ,contr 
+45d2 67e3437a store 6 ,mem_le_lap 
+45d3 20600000 rtn 
+
+mouse_app_initflag_check:
+45d4 6fe14990 fetch 2 ,mem_store_flag 
+45d5 d840aa55 arg eeprom_init_flag ,temp 
+45d6 98467c00 isub temp ,null 
+45d7 2022c5e2 branch mouse_load_device_info ,zero 
+45d8 60494990 storet 2 ,mem_store_flag 
+45d9 204045e7 call mouse_ble_init_address 
+45da 6fe0cab4 fetch 1 ,mem_device_flag_temp 
+45db 67e0c938 store 1 ,mem_device_flag 
+45dc 6fe0c926 fetch 1 ,mem_config_sensor_dpi 
+45dd 67e0c992 store 1 ,mem_mouse_dpi 
+45de 6fe2488d fetch 4 ,mem_24g_fast_conn_addr 
+45df 67e24891 store 4 ,mem_24g_receiver_addr 
+45e0 67e2483c store 4 ,mem_24g_addr 
+45e1 20600000 rtn 
+
+mouse_load_device_info:
+45e2 204045bd call mouse_select_reconn_device 
+45e3 6fe24993 fetch 4 ,mem_mouse_24g_addr 
+45e4 67e24891 store 4 ,mem_24g_receiver_addr 
+45e5 67e2483c store 4 ,mem_24g_addr 
+45e6 20600000 rtn 
+
+mouse_ble_init_address:
+45e7 6fe3437a fetch 6 ,mem_le_lap 
+45e8 67e34950 store 6 ,mem_device1_locall_addr 
+45e9 1fe0ff00 add pdata ,0x0100 ,pdata 
+45ea 67e3496d store 6 ,mem_device2_locall_addr 
+45eb 1fe0ff00 add pdata ,0x0100 ,pdata 
+45ec 67e3498a store 6 ,mem_device3_locall_addr 
+45ed 20600000 rtn 
+
+mouse_store_device_info_delay:
+45ee 6fe0c9c0 fetch 1 ,mem_store_information_delay_timer_init 
+45ef 67e0c9bf store 1 ,mem_store_information_delay_timer 
+45f0 20600000 rtn 
+
+mouse_store_device_info:
+45f1 44eec01b bpatch patch1b_5 ,mem_patch1b 
+45f2 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+45f3 c289c63f bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
+45f4 c2894603 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
+45f5 20600000 rtn 
+
+mouse_load_flash_info_check:
+45f6 20405d10 call spid_init_flash 
+45f7 2040460a call mouse_spid_flash_release_form_powerdown 
+45f8 204045fd call mouse_information_flash_parameters 
+45f9 20405d33 call spid_read_flash 
+45fa 20404611 call mouse_spid_flash_powerdown 
+45fb 204045d4 call mouse_app_initflag_check 
+45fc 20203f65 branch mouse_sensor_spi_init 
+
+mouse_information_flash_parameters:
+45fd 580049b8 setarg mem_mouse_information_end 
+45fe d8404938 arg mem_mouse_information_start ,temp 
+45ff 98460400 isub temp ,temp 
+4600 6fe1c9b8 fetch 3 ,mem_flash_base 
+4601 da204938 arg mem_mouse_information_start ,rega 
+4602 20600000 rtn 
+
+mouse_store_flash_device_info:
+4603 20405d10 call spid_init_flash 
+4604 2040460a call mouse_spid_flash_release_form_powerdown 
+4605 2040461f call mouse_flash_erase_sector 
+4606 204045fd call mouse_information_flash_parameters 
+4607 20404622 call mouse_spid_write_flash 
+4608 20404611 call mouse_spid_flash_powerdown 
+4609 20203f65 branch mouse_sensor_spi_init 
+
+mouse_spid_flash_release_form_powerdown:
+460a 700964ab jam flash_command_release_from_powerdown ,mem_temp 
+
+mouse_spid_write_flash_cmd:
+460b 204061d7 call delay_nop100 
+460c 20405d15 call spid_unlock_flash 
+460d da2049bb arg mem_write_flash_head_temp ,rega 
+460e 68488964 fetcht 1 ,mem_temp 
+460f 20404613 call mouse_spid_write_flash_cmd_common 
+4610 202061d7 branch delay_nop100 
+
+mouse_spid_flash_powerdown:
+4611 700964b9 jam flash_command_powerdown ,mem_temp 
+4612 2020460b branch mouse_spid_write_flash_cmd 
+
+mouse_spid_write_flash_cmd_common:
+4613 e0408011 istoret 1 ,rega 
+4614 1ff10400 rshift16 pdata ,temp 
+4615 e0408005 istoret 1 ,contw 
+4616 1fec8400 rshift8 pdata ,temp 
+4617 e0408005 istoret 1 ,contw 
+4618 e7e08005 istore 1 ,contw 
+4619 1a227e00 deposit rega 
+461a 67f1008a store 2 ,core_spid_txaddr 
+461b 58000000 setarg 0 
+461c 67f1008e store 2 ,core_spid_rxlen 
+461d 70800602 jam spid_start ,core_misc_ctrl 
+461e 20205ccf branch wait_spid_done 
+
+mouse_flash_erase_sector:
+461f 6fe1c9b8 fetch 3 ,mem_flash_base 
+4620 67e1c4a5 store 3 ,mem_spi_write_addr 
+4621 20205ceb branch spid_flash_erase_sector + 2 
+
+mouse_spid_write_flash:
+4622 1fe22600 copy pdata ,regc 
+4623 1a227e00 copy rega ,pdata 
+4624 1fe0fffc increase -4 ,pdata 
+4625 1fe22400 copy pdata ,regb 
+4626 efe20012 ifetch 4 ,regb 
+4627 67e249bb store 4 ,mem_write_flash_head_temp 
+4628 1a627e00 copy regc ,pdata 
+4629 20405d22 call spid_write_flash 
+462a 6fe249bb fetch 4 ,mem_write_flash_head_temp 
+462b e7e20012 istore 4 ,regb 
+462c 20600000 rtn 
+
+mouse_flash_power_down:
+462d 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+462e c4090000 rtnbit0 mouse_enable_flash 
+462f 20404611 call mouse_spid_flash_powerdown 
+4630 20405b08 call twspi_enable 
+4631 6848c4b5 fetcht 1 ,mem_spi_cs_gpio 
+4632 20406065 call gpio_out_inactive 
+4633 6848c4ba fetcht 1 ,mem_spi_hold_gpio 
+4634 20203f54 branch mouse_gpio_config_input_pd 
+
+mouse_load_eeprom_info_check:
+4635 20405da5 call iicd_read_init_pin 
+4636 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4637 2feffe09 isolate1 mouse_enable_2k_eeprom ,pdata 
+4638 2440ddbf ncall clear_eeprom_size_2k ,true 
+4639 2040463b call mouse_eeprom_load_recon_info 
+463a 202045d4 branch mouse_app_initflag_check 
+
+mouse_eeprom_load_recon_info:
+463b d8400080 arg 128 ,temp 
+463c da204938 arg mem_device_flag ,rega 
+463d da400000 arg mouse_info_eeprom_offect ,regb 
+463e 20205ddc branch iicd_read_eep_data 
+
+mouse_store_eeprom_device_info:
+463f d8400080 arg 128 ,temp 
+4640 da204938 arg mem_device_flag ,rega 
+4641 da400000 arg mouse_info_eeprom_offect ,regb 
+4642 20205dce branch iicd_write_protect_eep_data 
+
+mouse_store_eerpom_dpi:
+4643 d8400001 arg 1 ,temp 
+4644 da204992 arg mem_mouse_dpi ,rega 
+4645 da40005a arg mouse_dpi_eeprom_offect ,regb 
+4646 20205dce branch iicd_write_protect_eep_data 
+
+mouse_load_eeprom_dpi:
+4647 d8400001 arg 1 ,temp 
+4648 da204992 arg mem_mouse_dpi ,rega 
+4649 da40005a arg mouse_dpi_eeprom_offect ,regb 
+464a 20205ddc branch iicd_read_eep_data 
+
+mouse_idle:
+464b 44ef401b bpatch patch1b_6 ,mem_patch1b 
+464c 20404990 call mouse_low_voltage_led_no_enter_lpm 
+464d 20407936 call ui_check_paring_button 
+464e 20404027 call mouse_dpi_check 
+464f 20404655 call mouse_select_device_check 
+4650 204046a0 call mouse_check_select_device_by_switch 
+4651 204046d6 call mouse_bt_button_check 
+4652 20403dbd call mouse_usb_isr 
+4653 20403f88 call mouse_wheel_check 
+4654 20203dd4 branch mouse_usb_mode 
+
+mouse_select_device_check:
+4655 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4656 c294c65a bbit1 mouse_enable_select_device_by_pb_button ,mouse_select_device_by_pb_button 
+4657 c29bc65a bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_select_device_by_pb_button 
+4658 20600000 rtn 
+
+mouse_select_device_by_pb_button_check_once:
+4659 704b9403 jam 0x03 ,mem_mouse_pbkey_press_status 
+
+mouse_select_device_by_pb_button:
+465a 6fe0c91b fetch 1 ,mem_config_select_device_button_gpio 
+465b c17f8000 rtneq gpio_disable 
+465c da200000 arg 0 ,rega 
+465d 704b9606 jam mouse_pb_key ,mem_mouse_key_temp 
+465e 6848c91b fetcht 1 ,mem_config_select_device_button_gpio 
+465f 2040466a call mouse_pb_button_check 
+4660 67e0cb94 store 1 ,mem_mouse_pbkey_press_status 
+4661 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+4662 c07fc667 beq gpio_disable ,mouse_3io6key_pb_button_check_end 
+4663 20404168 call mouse_matrix_public_gpio_reset 
+
+mouse_select_device_by_pb_button_exit:
+4664 1a227e00 copy rega ,pdata 
+4665 c283468b bbit1 mouse_pb_key ,mouse_select_device_button_down 
+4666 20204680 branch mouse_select_device_button_up 
+
+mouse_3io6key_pb_button_check_end:
+4667 6848c91b fetcht 1 ,mem_config_select_device_button_gpio 
+4668 20403f56 call mouse_gpio_config_input_pu 
+4669 20204664 branch mouse_select_device_by_pb_button_exit 
+
+mouse_pb_button_check:
+466a 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+466b c296c676 bbit1 mouse_enable_pb_button_connect_gnd ,mouse_pb_button_connect_gnd 
+466c 6fe0cb94 fetch 1 ,mem_mouse_pbkey_press_status 
+466d 1fe22600 copy pdata ,regc 
+466e 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+466f c07fc195 beq gpio_disable ,mouse_3io6key_check 
+4670 6fe0cb9a fetch 1 ,mem_mouse_ghost_flag 
+4671 243a4673 nbranch mouse_select_device_by_pb_button_end ,blank 
+4672 20204678 branch mouse_pb_button_connect_matrix 
+
+mouse_select_device_by_pb_button_end:
+4673 704b9e00 jam pb_button_state_up ,mem_select_device_button_statue 
+4674 704b9400 jam 0 ,mem_mouse_pbkey_press_status 
+4675 20600000 rtn 
+
+mouse_pb_button_connect_gnd:
+4676 6fe0cb94 fetch 1 ,mem_mouse_pbkey_press_status 
+4677 20204187 branch mouse_check_key_connect_gnd 
+
+mouse_pb_button_connect_matrix:
+4678 20406059 call gpio_get_bit 
+4679 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+467a 2020c676 branch mouse_pb_button_connect_gnd ,true 
+467b 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+467c 20406069 call gpio_out_active 
+467d 6848c91b fetcht 1 ,mem_config_select_device_button_gpio 
+467e 6fe0cb94 fetch 1 ,mem_mouse_pbkey_press_status 
+467f 20204187 branch mouse_check_key_connect_gnd 
+
+mouse_select_device_button_up:
+4680 6fe0cb9e fetch 1 ,mem_select_device_button_statue 
+4681 c1000000 rtneq pb_button_state_up 
+4682 704b9e00 jam pb_button_state_up ,mem_select_device_button_statue 
+4683 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4684 c39a0000 rtnbit1 mouse_enable_pb_button_short_press_enter_discovery 
+4685 6fe0cb9b fetch 1 ,mem_bt_discovery_count 
+4686 1fe67c14 sub pdata ,20 ,null 
+4687 244146b5 ncall mouse_ready_reconnection_by_button ,positive 
+4688 6fe0c78f fetch 1 ,mem_ui_button_timeout 
+4689 67e0cb9b store 1 ,mem_bt_discovery_count 
+468a 20600000 rtn 
+
+mouse_select_device_button_down:
+468b 20404697 call mouse_select_device_ghost_check 
+468c 20740000 rtn user 
+468d 6fe0cb9e fetch 1 ,mem_select_device_button_statue 
+468e c1008000 rtneq pb_button_state_down 
+468f 704b9e01 jam pb_button_state_down ,mem_select_device_button_statue 
+4690 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4691 c29a44d4 bbit1 mouse_enable_pb_button_short_press_enter_discovery ,mouse_long_button_bt_discovery 
+4692 6fe0cb77 fetch 1 ,mem_mouse_direct_timer 
+4693 207a0000 rtn blank 
+4694 6fe0c902 fetch 1 ,mem_mouse_direct_timeout 
+4695 67e0cb77 store 1 ,mem_mouse_direct_timer 
+4696 20600000 rtn 
+
+mouse_select_device_ghost_check:
+4697 78547c00 disable user 
+4698 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4699 c3968000 rtnbit1 mouse_enable_pb_button_connect_gnd 
+469a 6fe0cb8e fetch 1 ,mem_mouse_lkey_press_status 
+469b 207a0000 rtn blank 
+469c 6fe0cb8f fetch 1 ,mem_mouse_rkey_press_status 
+469d 207a0000 rtn blank 
+469e 78347c00 enable user 
+469f 20600000 rtn 
+
+mouse_check_select_device_by_switch:
+46a0 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+46a1 c29546a4 bbit1 mouse_enable_select_device_by_switch_gpio ,mouse_check_select_device_by_switch_gpio 
+46a2 c295be9b bbit1 mouse_enable_select_device_by_switch_adc ,mouse_adc_read 
+46a3 20600000 rtn 
+
+mouse_check_select_device_by_switch_gpio:
+46a4 6848c91e fetcht 1 ,mem_device_switch_gpio 
+46a5 20403f56 call mouse_gpio_config_input_pu 
+46a6 6848c91e fetcht 1 ,mem_device_switch_gpio 
+46a7 20406059 call gpio_get_bit 
+46a8 2020c6ad branch mouse_check_select_24gdevice ,true 
+
+mouse_select_btdevice:
+46a9 6fe0c938 fetch 1 ,mem_device_flag 
+46aa c1008000 rtneq mode_bt_device1 
+46ab 70493801 jam mode_bt_device1 ,mem_device_flag 
+46ac 20204316 branch mouse_stop_bluetooth_mode 
+
+mouse_check_select_24gdevice:
+46ad 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+46ae c315c6b1 bbit0 mouse_enable_select_device_by_switch_adc ,mouse_check_select_24g_device 
+46af 6fe348ef fetch 6 ,mem_mouse_vdd_switch_gnd_full_vol 
+46b0 67e348e3 store 6 ,mem_mouse_vdd_calculate_set 
+
+mouse_check_select_24g_device:
+46b1 6fe0c938 fetch 1 ,mem_device_flag 
+46b2 c1000000 rtneq mode_24g_device 
+46b3 70493800 jam mode_24g_device ,mem_device_flag 
+46b4 202047f2 branch mouse_24g_stop 
+
+mouse_ready_reconnection_by_button:
+46b5 44efc01b bpatch patch1b_7 ,mem_patch1b 
+46b6 6fe0cbb4 fetch 1 ,mem_device_number 
+46b7 c1008000 rtneq 1 
+46b8 204046c2 call mouse_select_device_number 
+46b9 6048c938 storet 1 ,mem_device_flag 
+
+mouse_store_device_number_before_reset:
+46ba 7041ca00 jam 0 ,mem_link_key_exists 
+46bb 204046da call mouse_select_device_enable 
+46bc 20404316 call mouse_stop_bluetooth_mode 
+46bd 204046dc call mouse_select_device_disable 
+46be 704ac501 jam 1 ,mem_mouse_need_soft_reset 
+46bf 202045ee branch mouse_store_device_info_delay 
+
+mouse_soft_reset:
+46c0 204046da call mouse_select_device_enable 
+46c1 20205d8c branch soft_reset_chip 
+
+mouse_select_device_number:
+46c2 6848c938 fetcht 1 ,mem_device_flag 
+46c3 18408401 increase 1 ,temp 
+46c4 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+46c5 c288c6c9 bbit1 mouse_enable_24g ,mouse_select_device_number_24g 
+46c6 18467c02 sub temp ,2 ,null 
+46c7 244146d0 ncall mouse_select_device_count_clean_bt ,positive 
+46c8 20600000 rtn 
+
+mouse_select_device_number_24g:
+46c9 6fe0cbb4 fetch 1 ,mem_device_number 
+46ca 1fe0ffff increase -1 ,pdata 
+46cb 98467c00 isub temp ,null 
+46cc 244146ce ncall mouse_select_device_count_clean_24g ,positive 
+46cd 20600000 rtn 
+
+mouse_select_device_count_clean_24g:
+46ce d8400000 arg 0 ,temp 
+46cf 20600000 rtn 
+
+mouse_select_device_count_clean_bt:
+46d0 d8400001 arg 1 ,temp 
+46d1 20600000 rtn 
+
+mouse_store_device_number2eeprom:
+46d2 d8400001 arg 1 ,temp 
+46d3 da204938 arg mem_device_flag ,rega 
+46d4 da400000 arg 0 ,regb 
+46d5 20205dce branch iicd_write_protect_eep_data 
+
+mouse_bt_button_check:
+46d6 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+46d7 c41a0000 rtnbit0 mouse_enable_pb_button_short_press_enter_discovery 
+46d8 2040465a call mouse_select_device_by_pb_button 
+46d9 20600000 rtn 
+
+mouse_select_device_enable:
+46da d8e00000 arg mouse_select_device_flag ,queue 
+46db 202046f0 branch mouse_enable_function_flag 
+
+mouse_select_device_disable:
+46dc d8e00000 arg mouse_select_device_flag ,queue 
+46dd 202046f4 branch mouse_disable_function_flag 
+
+mouse_bt_cannel_reconn_enable:
+46de d8e00003 arg mouse_bt_cannel_reconn_flag ,queue 
+46df 202046f0 branch mouse_enable_function_flag 
+
+mouse_bt_cannel_reconn_disable:
+46e0 d8e00003 arg mouse_bt_cannel_reconn_flag ,queue 
+46e1 202046f4 branch mouse_disable_function_flag 
+
+mouse_bt_discovery_button_down_enable:
+46e2 d8e00005 arg mouse_bt_discovery_button_down_flag ,queue 
+46e3 202046f0 branch mouse_enable_function_flag 
+
+mouse_bt_discovery_button_down_disable:
+46e4 d8e00005 arg mouse_bt_discovery_button_down_flag ,queue 
+46e5 202046f4 branch mouse_disable_function_flag 
+
+mouse_adc_read_enable:
+46e6 d8e00014 arg mouse_enable_adc ,queue 
+46e7 202046f0 branch mouse_enable_function_flag 
+
+mouse_24g_set_250hz:
+46e8 d8e00018 arg mouse_enable_24g_250hz ,queue 
+46e9 202046f0 branch mouse_enable_function_flag 
+
+mouse_24g_search_dongle_enable:
+46ea d8e00016 arg mouse_enable_24g_search_dongle ,queue 
+46eb 202046f0 branch mouse_enable_function_flag 
+
+mouse_16m_enable:
+46ec d8e0000c arg mouse_enable_16m ,queue 
+46ed 202046f0 branch mouse_enable_function_flag 
+
+mouse_dpi_4level_enable:
+46ee d8e0001c arg mouse_enable_dpi_level_4 ,queue 
+46ef 202046f0 branch mouse_enable_function_flag 
+
+mouse_enable_function_flag:
+46f0 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+46f1 f9207e00 qset1 pdata 
+46f2 67e44bab store mouse_flag_len ,mem_mouse_flag 
+46f3 20600000 rtn 
+
+mouse_disable_function_flag:
+46f4 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+46f5 f93ffe00 qset0 pdata 
+46f6 67e44bab store mouse_flag_len ,mem_mouse_flag 
+46f7 20600000 rtn 
+
+mouse_customer_key_enable:
+46f8 d8e00015 arg mouse_enable_keyboard ,queue 
+46f9 204046f0 call mouse_enable_function_flag 
+46fa 58000000 setarg 0 
+46fb 67e44bcc store 8 ,mem_customer_key_press 
+46fc 67e44bd5 store 8 ,mem_customer_key_release 
+46fd 6fe0c90a fetch 1 ,mem_mouse_enable_flag 
+46fe 1fe17ec0 and pdata ,0xc0 ,pdata 
+46ff c0204705 beq 0x40 ,mouse_customer_key_ctrl_alt_a 
+4700 c0404707 beq 0x80 ,mouse_customer_ac_home 
+4701 c060470c beq 0xc0 ,mouse_customer_key_play 
+4702 58070008 setarg 0x070008 
+
+mouse_customer_standrad_key_set:
+4703 67e44bcd store 8 ,mem_customer_key_press + 1 
+4704 20600000 rtn 
+
+mouse_customer_key_ctrl_alt_a:
+4705 58040005 setarg 0x040005 
+4706 20204703 branch mouse_customer_standrad_key_set 
+
+mouse_customer_ac_home:
+4707 58022303 setarg 0x022303 
+
+mouse_customer_media_key_set:
+4708 67e44bcc store 8 ,mem_customer_key_press 
+4709 58000003 setarg 0x03 
+470a 67e44bd5 store 8 ,mem_customer_key_release 
+470b 20600000 rtn 
+
+mouse_customer_key_play:
+470c 5800cd03 setarg 0x00cd03 
+470d 20204708 branch mouse_customer_media_key_set 
+
+mouse_polling_device:
+470e 44f0401c bpatch patch1c_0 ,mem_patch1c 
+470f 6fe0cab0 fetch 1 ,mem_reconn_times 
+4710 1fe0ffff increase -1 ,pdata 
+4711 67e0cab0 store 1 ,mem_reconn_times 
+4712 6848c938 fetcht 1 ,mem_device_flag 
+4713 18467c01 sub temp ,1 ,null 
+4714 2442c6c2 ncall mouse_select_device_number ,zero 
+4715 6048c938 storet 1 ,mem_device_flag 
+4716 7041ca00 jam 0 ,mem_link_key_exists 
+4717 204046d2 call mouse_store_device_number2eeprom 
+4718 204045a2 call mouse_before_store_reconn_info 
+4719 20203d59 branch mouse_start_reconnect_device 
+
+mouse_drawing_optima:
+471a 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+471b c41c0000 rtnbit0 mouse_enable_smoother 
+471c 6fe248d1 fetch 4 ,mem_mouse_x 
+471d 207a0000 rtn blank 
+471e 204047bd call mouse_data_abs_check 
+471f 58000003 setarg 0x03 
+4720 204047b3 call mouse_pdata_greater_than_check 
+4721 205a47af call mouse_disable_asm ,blank 
+4722 245a47b1 ncall mouse_enable_asm ,blank 
+4723 58000002 setarg 0x02 
+4724 204047b8 call mouse_data_less_than_check 
+4725 205a47af call mouse_disable_asm ,blank 
+4726 6fe0c9c9 fetch 1 ,mem_mouse_asm_flag 
+4727 c000c72d beq 1 ,mouse_drawing_optima_modify 
+
+mouse_drawing_optima_init:
+4728 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4729 c41c0000 rtnbit0 mouse_enable_smoother 
+472a df200005 arg 5 ,loopcnt 
+472b d8a049c9 arg mem_mouse_asm_flag ,contw 
+472c 20207d26 branch clear_mem 
+
+mouse_drawing_optima_modify:
+472d 20404741 call mouse_drawing_optima_xy_offset_modify 
+472e 6fe149ca fetch 2 ,mem_mouse_x_pre 
+472f 67e109f8 store 2 ,mem_data_pre 
+4730 6fe148d1 fetch 2 ,mem_mouse_x 
+4731 67e109fa store 2 ,mem_data_current 
+4732 20404779 call mouse_drawing_optima_data_x 
+4733 6fe109f8 fetch 2 ,mem_data_pre 
+4734 67e149ca store 2 ,mem_mouse_x_pre 
+4735 6fe109fa fetch 2 ,mem_data_current 
+4736 67e148d1 store 2 ,mem_mouse_x 
+4737 6fe149cc fetch 2 ,mem_mouse_y_pre 
+4738 67e109f8 store 2 ,mem_data_pre 
+4739 6fe148d3 fetch 2 ,mem_mouse_y 
+473a 67e109fa store 2 ,mem_data_current 
+473b 20404781 call mouse_drawing_optima_data_y 
+473c 6fe109f8 fetch 2 ,mem_data_pre 
+473d 67e149cc store 2 ,mem_mouse_y_pre 
+473e 6fe109fa fetch 2 ,mem_data_current 
+473f 67e148d3 store 2 ,mem_mouse_y 
+4740 20600000 rtn 
+
+mouse_drawing_optima_xy_offset_modify:
+4741 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4742 c41c8000 rtnbit0 mouse_enable_xy_offset 
+4743 6fe149ca fetch 2 ,mem_mouse_x_pre 
+4744 67e109ff store 2 ,mem_data_value 
+4745 20404754 call mouse_pre_xy_data_judge 
+4746 67e149ca store 2 ,mem_mouse_x_pre 
+4747 6fe148d1 fetch 2 ,mem_mouse_x 
+4748 67e109ff store 2 ,mem_data_value 
+4749 20404762 call mouse_current_xy_data_judge 
+474a 67e148d1 store 2 ,mem_mouse_x 
+474b 6fe149cc fetch 2 ,mem_mouse_y_pre 
+474c 67e109ff store 2 ,mem_data_value 
+474d 20404754 call mouse_pre_xy_data_judge 
+474e 67e149cc store 2 ,mem_mouse_y_pre 
+474f 6fe148d3 fetch 2 ,mem_mouse_y 
+4750 67e109ff store 2 ,mem_data_value 
+4751 20404762 call mouse_current_xy_data_judge 
+4752 67e148d3 store 2 ,mem_mouse_y 
+4753 20600000 rtn 
+
+mouse_pre_xy_data_judge:
+4754 6fe08a00 fetch 1 ,mem_data_value + 1 
+4755 203a4757 branch mouse_pre_xy_pdata_offset ,blank 
+4756 2020475c branch mouse_pre_xy_ndata_offset 
+
+mouse_pre_xy_pdata_offset:
+4757 6fe089ff fetch 1 ,mem_data_value 
+4758 2040476f call mouse_pre_xy_get_0_4_times 
+4759 67e089ff store 1 ,mem_data_value 
+
+mouse_xy_data_offset_new:
+475a 6fe109ff fetch 2 ,mem_data_value 
+475b 20600000 rtn 
+
+mouse_pre_xy_ndata_offset:
+475c 6fe089ff fetch 1 ,mem_data_value 
+475d 204047ab call mouse_pdata_invert 
+475e 2040476f call mouse_pre_xy_get_0_4_times 
+475f 205a7e5e call disable_blank ,blank 
+4760 204047a7 call mouse_pdata_get_new_value 
+4761 2020475a branch mouse_xy_data_offset_new 
+
+mouse_current_xy_data_judge:
+4762 6fe08a00 fetch 1 ,mem_data_value + 1 
+4763 203a4765 branch mouse_current_xy_pdata_offset ,blank 
+4764 20204769 branch mouse_current_xy_ndata_offset 
+
+mouse_current_xy_pdata_offset:
+4765 6fe089ff fetch 1 ,mem_data_value 
+4766 20404774 call mouse_current_xy_get_0_6_times 
+4767 67e089ff store 1 ,mem_data_value 
+4768 2020475a branch mouse_xy_data_offset_new 
+
+mouse_current_xy_ndata_offset:
+4769 6fe089ff fetch 1 ,mem_data_value 
+476a 204047ab call mouse_pdata_invert 
+476b 20404774 call mouse_current_xy_get_0_6_times 
+476c 205a7e5e call disable_blank ,blank 
+476d 204047a7 call mouse_pdata_get_new_value 
+476e 2020475a branch mouse_xy_data_offset_new 
+
+mouse_pre_xy_get_0_4_times:
+476f 1feffe04 mul32 pdata ,4 ,pdata 
+4770 1fe6fc05 div pdata ,5 
+4771 20407def call wait_div_end 
+4772 1807fe00 quotient pdata 
+4773 20600000 rtn 
+
+mouse_current_xy_get_0_6_times:
+4774 1feffe0c mul32 pdata ,12 ,pdata 
+4775 1fe6fc0a div pdata ,10 
+4776 20407def call wait_div_end 
+4777 1807fe00 quotient pdata 
+4778 20600000 rtn 
+
+mouse_drawing_optima_data_x:
+4779 6fe109f8 fetch 2 ,mem_data_pre 
+477a 684909fa fetcht 2 ,mem_data_current 
+477b 9840fe00 iadd temp ,pdata 
+477c 6848c9ce fetcht 1 ,mem_mouse_data_xtemp 
+477d 9840fe00 iadd temp ,pdata 
+477e 1fe10401 and pdata ,0x01 ,temp 
+477f 6048c9ce storet 1 ,mem_mouse_data_xtemp 
+4780 20204789 branch mouse_drawing_optima_data 
+
+mouse_drawing_optima_data_y:
+4781 6fe109f8 fetch 2 ,mem_data_pre 
+4782 684909fa fetcht 2 ,mem_data_current 
+4783 9840fe00 iadd temp ,pdata 
+4784 6848c9cf fetcht 1 ,mem_mouse_data_ytemp 
+4785 9840fe00 iadd temp ,pdata 
+4786 1fe10401 and pdata ,0x01 ,temp 
+4787 6048c9cf storet 1 ,mem_mouse_data_ytemp 
+4788 20204789 branch mouse_drawing_optima_data 
+
+mouse_drawing_optima_data:
+4789 67e189fc store 3 ,mem_data_sum 
+478a 2feffe10 isolate1 16 ,pdata 
+478b 2020c793 branch mouse_data_sum_overflow ,true 
+478c 6fe089fd fetch 1 ,mem_data_sum + 1 
+478d c07fc79a beq 0xff ,mouse_data_sum_n 
+478e 6fe089fc fetch 1 ,mem_data_sum 
+
+mouse_data_store_pre:
+478f 1fe37e00 rshift pdata ,pdata 
+4790 67e109f8 store 2 ,mem_data_pre 
+4791 67e109fa store 2 ,mem_data_current 
+4792 20600000 rtn 
+
+mouse_data_sum_overflow:
+4793 6fe089fd fetch 1 ,mem_data_sum + 1 
+4794 c0004797 beq 0 ,mouse_data_sum_overflow_p 
+4795 6fe189fc fetch 3 ,mem_data_sum 
+4796 2020478f branch mouse_data_store_pre 
+
+mouse_data_sum_overflow_p:
+4797 7009fe00 jam 0 ,mem_data_sum + 2 
+4798 6fe089fc fetch 1 ,mem_data_sum 
+4799 2020478f branch mouse_data_store_pre 
+
+mouse_data_sum_n:
+479a 6fe089fc fetch 1 ,mem_data_sum 
+479b 204047a5 call mouse_pdata_get_half 
+479c 67e089f8 store 1 ,mem_data_pre 
+479d 67e089fa store 1 ,mem_data_current 
+479e 203a47a3 branch mouse_data_zero ,blank 
+479f 580000ff setarg 0xff 
+
+mouse_data_set_direction:
+47a0 67e089f9 store 1 ,mem_data_pre + 1 
+47a1 67e089fb store 1 ,mem_data_current + 1 
+47a2 20600000 rtn 
+
+mouse_data_zero:
+47a3 58000000 setarg 0 
+47a4 202047a0 branch mouse_data_set_direction 
+
+mouse_pdata_get_half:
+47a5 204047ab call mouse_pdata_invert 
+47a6 1fe37e00 rshift pdata ,pdata 
+
+mouse_pdata_get_new_value:
+47a7 204047ac call mouse_rega_in_out 
+47a8 1fe67e00 sub pdata ,0 ,pdata 
+47a9 67e089ff store 1 ,mem_data_value 
+47aa 20600000 rtn 
+
+mouse_pdata_invert:
+47ab 1fe67e00 sub pdata ,0 ,pdata 
+
+mouse_rega_in_out:
+47ac 67e08970 store 1 ,mem_rega 
+47ad 6fe08970 fetch 1 ,mem_rega 
+47ae 20600000 rtn 
+
+mouse_disable_asm:
+47af 7049c900 jam 0 ,mem_mouse_asm_flag 
+47b0 20600000 rtn 
+
+mouse_enable_asm:
+47b1 7049c901 jam 1 ,mem_mouse_asm_flag 
+47b2 20600000 rtn 
+
+mouse_pdata_greater_than_check:
+47b3 9a267c00 isub rega ,null 
+47b4 24217e5e nbranch disable_blank ,positive 
+47b5 9a467c00 isub regb ,null 
+47b6 24217e5e nbranch disable_blank ,positive 
+47b7 20207e60 branch enable_blank 
+
+mouse_data_less_than_check:
+47b8 9a267c00 isub rega ,null 
+47b9 24610000 nrtn positive 
+47ba 9a467c00 isub regb ,null 
+47bb 24610000 nrtn positive 
+47bc 20207e60 branch enable_blank 
+
+mouse_data_abs_check:
+47bd 6fe148d1 fetch 2 ,mem_mouse_x 
+47be 204047c4 call mouse_data_abs 
+47bf 1fe22200 copy pdata ,rega 
+47c0 6fe148d3 fetch 2 ,mem_mouse_y 
+47c1 204047c4 call mouse_data_abs 
+47c2 1fe22400 copy pdata ,regb 
+47c3 20600000 rtn 
+
+mouse_data_abs:
+47c4 67e109fa store 2 ,mem_data_current 
+47c5 6fe089fb fetch 1 ,mem_data_current + 1 
+47c6 c07fc7ca beq 0xff ,mouse_data_reversal 
+47c7 6fe089fa fetch 1 ,mem_data_current 
+
+mouse_data_abs_store:
+47c8 1fe17eff and_into 0xff ,pdata 
+47c9 20600000 rtn 
+
+mouse_data_reversal:
+47ca 6fe109fa fetch 2 ,mem_data_current 
+47cb 1fe67e00 sub pdata ,0 ,pdata 
+47cc 202047c8 branch mouse_data_abs_store 
+
+mouse_24g_long_sleep_param_update_timer:
+47cd da6048c4 arg mem_24g_long_sleep_param_update_timer ,regc 
+47ce da4047d0 arg mouse_24g_long_sleep_normal_param ,regb 
+47cf 2020318a branch timer_single_step 
+
+mouse_24g_long_sleep_normal_param:
+47d0 6fe248b8 fetch 4 ,mem_24g_long_sleep_set1 
+47d1 67e2485c store 4 ,mem_24g_enter_hibernate 
+47d2 704aae01 jam 1 ,mem_mouse_long_mult_flag 
+47d3 20600000 rtn 
+
+mouse_24g_long_sleep_set:
+47d4 c00047db beq 0x00 ,mouse_24g_long_sleep_set_30ms 
+47d5 c000c7dd beq 0x01 ,mouse_24g_long_sleep_set_50ms 
+47d6 c00147d8 beq 0x02 ,mouse_24g_long_sleep_set_80ms 
+47d7 c001c7df beq 0x03 ,mouse_24g_long_sleep_set_100ms 
+
+mouse_24g_long_sleep_set_80ms:
+47d8 580ea600 setarg 0x0ea600 
+
+mouse_24g_long_sleep_set_end:
+47d9 67e248b8 store 4 ,mem_24g_long_sleep_set1 
+47da 20600000 rtn 
+
+mouse_24g_long_sleep_set_30ms:
+47db 5805e740 setarg 0x05e740 
+47dc 202047d9 branch mouse_24g_long_sleep_set_end 
+
+mouse_24g_long_sleep_set_50ms:
+47dd 580927c0 setarg 0x0927c0 
+47de 202047d9 branch mouse_24g_long_sleep_set_end 
+
+mouse_24g_long_sleep_set_100ms:
+47df 58124f80 setarg 0x124f80 
+47e0 202047d9 branch mouse_24g_long_sleep_set_end 
+
+mouse_24g_hibernate_set:
+47e1 7048a500 jam 0 ,mem_24g_attempt_fail_flag 
+47e2 20402652 call g24_transmit_next_packet 
+47e3 5fffffff setarg -1 
+47e4 67e2485c store 4 ,mem_24g_enter_hibernate 
+47e5 58000000 setarg 0 
+47e6 67e3c8d0 store 7 ,mem_mouse_key 
+47e7 704be101 jam 1 ,mem_sensor_shutdown_flag 
+47e8 2040423c call mouse_sensor_powerdown 
+47e9 20403e33 call mouse_setgpio_hibernate 
+47ea 202026b5 branch g24_long_sleep 
+
+mouse_wakeup_24g:
+47eb 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+47ec 245a41aa ncall mouse_init_sensor_wakeup ,blank 
+47ed 704be100 jam 0 ,mem_sensor_shutdown_flag 
+47ee 20202651 branch g24_transmit_no_ack 
+
+mouse_24g_transmit_start:
+47ef 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+47f0 243a262c nbranch g24_short_sleep ,blank 
+47f1 20202628 branch g24_transmit_start_next 
+
+mouse_24g_stop:
+47f2 793f8026 set0 mark_24g ,mark 
+47f3 7048a100 jam state_24g_stop ,mem_24g_conn_sm 
+47f4 d8e00001 arg mouse_24g_pairing_flag ,queue 
+47f5 202046f4 branch mouse_disable_function_flag 
+
+mouse_24g_start_mode:
+47f6 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+47f7 c308c803 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
+47f8 20403d65 call mouse_wakeup_from_power_check 
+47f9 20344806 branch mouse_24g_reconn_dongle_start ,user 
+47fa 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+47fb c298480c bbit1 mouse_enable_auto_24g_paring ,mouse_24g_reconn_general_dongle 
+47fc c318c80c bbit0 mouse_enable_24g_power_on_pairing ,mouse_24g_reconn_general_dongle 
+47fd 20404110 call mouse_key_check_once 
+47fe 1fe17e07 and pdata ,0x07 ,pdata 
+47ff 6848cbcb fetcht 1 ,mem_mouse_commbination_key_24g 
+4800 98467c00 isub temp ,null 
+4801 2022c827 branch mouse_24g_start_pair_mode ,zero 
+4802 2020480c branch mouse_24g_reconn_general_dongle 
+
+mouse_24g_mode_setup_error:
+4803 6fe0cab0 fetch 1 ,mem_reconn_times 
+4804 243a470e nbranch mouse_polling_device ,blank 
+4805 20600000 rtn 
+
+mouse_24g_reconn_dongle_start:
+4806 6fe14885 fetch 2 ,mem_24g_reconn_timeout_init 
+4807 67e14887 store 2 ,mem_24g_reconn_timeout 
+4808 70488b03 jam receiver_and_3_0_addr ,mem_24g_reconn_type 
+4809 20202559 branch g24_reconn_start 
+
+mouse_24g_first_start_auto_pair_mode:
+480a 20403d65 call mouse_wakeup_from_power_check 
+480b 20344816 branch mouse_24g_first_start_reconn ,user 
+
+mouse_24g_reconn_general_dongle:
+480c 70493800 jam mode_24g_device ,mem_device_flag 
+480d 6fe14bba fetch 2 ,mem_mouse_24g_power_on_fast_conn_timer 
+480e 67e14887 store 2 ,mem_24g_reconn_timeout 
+480f 70488b02 jam fast_conn_and_3_0_addr ,mem_24g_reconn_type 
+4810 20202559 branch g24_reconn_start 
+
+mouse_24g_start_auto_pair:
+4811 204048cc call mouse_discover_setting_led_gpio 
+4812 6fe14881 fetch 2 ,mem_24g_pair_timeout_init 
+4813 67e14887 store 2 ,mem_24g_reconn_timeout 
+4814 70488b04 jam pair_and_3_0_addr ,mem_24g_reconn_type 
+4815 20202559 branch g24_reconn_start 
+
+mouse_24g_first_start_reconn:
+4816 6fe0c938 fetch 1 ,mem_device_flag 
+4817 c0004806 beq mode_24g_device ,mouse_24g_reconn_dongle_start 
+4818 20404314 call mouse_bluetooth_fast_conn_disable 
+4819 2020481a branch mouse_24g_first_bluetooth_reconnect 
+
+mouse_24g_first_bluetooth_reconnect:
+481a 204047f2 call mouse_24g_stop 
+481b 2040490e call mouse_device_led_all_off 
+481c 70493801 jam mode_bt_device1 ,mem_device_flag 
+481d 204045bd call mouse_select_reconn_device 
+481e 20203d59 branch mouse_start_reconnect_device 
+
+mouse_24g_first_bb_event_reconn_timeout:
+481f 20403d65 call mouse_wakeup_from_power_check 
+4820 20343e20 branch mouse_app_enter_hibernate ,user 
+4821 20204553 branch mouse_start_discovery 
+
+mouse_24g_first_store_reconn_info:
+4822 20403d65 call mouse_wakeup_from_power_check 
+4823 20740000 rtn user 
+4824 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4825 c297c5ee bbit1 mouse_enable_24g_first_auto_pairing ,mouse_store_device_info_delay 
+4826 20600000 rtn 
+
+mouse_24g_start_pair_mode:
+4827 d8e00001 arg mouse_24g_pairing_flag ,queue 
+4828 204046f0 call mouse_enable_function_flag 
+4829 58000000 setarg 0 
+482a 67e14887 store 2 ,mem_24g_reconn_timeout 
+482b 20404576 call mouse_stop_discovery 
+482c 2040498e call mouse_low_voltage_led_blink_disable 
+482d 204048cc call mouse_discover_setting_led_gpio 
+482e 70483601 jam type_ms ,mem_24g_data_type 
+482f 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4830 c30aa32e bbit0 mouse_enable_keyboard ,g24_pair_start 
+4831 70483602 jam type_kb ,mem_24g_data_type 
+4832 2020232e branch g24_pair_start 
+
+mouse_24g_attempt_fail:
+4833 6fe0c8a5 fetch 1 ,mem_24g_attempt_fail_flag 
+4834 243a47e1 nbranch mouse_24g_hibernate_set ,blank 
+4835 6fe0c88b fetch 1 ,mem_24g_reconn_type 
+4836 c0014840 beq fast_conn_and_3_0_addr ,mouse_24g_fast_conn_attempt_fail 
+4837 c0024844 beq pair_and_3_0_addr ,mouse_24g_auto_pair_attempt_fail 
+4838 c001c849 beq receiver_and_3_0_addr ,mouse_reconn_dongle_attempt_fail 
+
+mouse_24g_attempt_fail_enter_hibernate:
+4839 20404912 call mouse_device_led_off 
+483a 204047f2 call mouse_24g_stop 
+483b 6fe0cab0 fetch 1 ,mem_reconn_times 
+483c 243a470e nbranch mouse_polling_device ,blank 
+483d 6fe0c938 fetch 1 ,mem_device_flag 
+483e c0003e20 beq mode_24g_device ,mouse_app_enter_hibernate 
+483f 20600000 rtn 
+
+mouse_24g_fast_conn_attempt_fail:
+4840 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4841 c297c811 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
+4842 c2984811 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
+4843 20204806 branch mouse_24g_reconn_dongle_start 
+
+mouse_24g_auto_pair_attempt_fail:
+4844 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4845 c317c839 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+4846 6fe0cbb4 fetch 1 ,mem_device_number 
+4847 c000c839 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
+4848 2020481a branch mouse_24g_first_bluetooth_reconnect 
+
+mouse_reconn_dongle_attempt_fail:
+4849 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+484a c317c839 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+484b c289c839 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
+484c c2894839 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
+484d 20204812 branch mouse_24g_start_auto_pair + 1 
+
+mouse_24g_attempt_success:
+484e 204042ca call mouse_init_sensor_reset 
+484f 704aae00 jam 0 ,mem_mouse_long_mult_flag 
+4850 7048a100 jam 0 ,mem_24g_conn_sm 
+4851 70488b00 jam 0 ,mem_24g_reconn_type 
+4852 6fe24891 fetch 4 ,mem_24g_receiver_addr 
+4853 6fe2488d fetch 4 ,mem_24g_fast_conn_addr 
+4854 98467c00 isub temp ,null 
+4855 20628000 rtn zero 
+4856 20204822 branch mouse_24g_first_store_reconn_info 
+
+mouse_24g_pairing_complete:
+4857 d8e00001 arg mouse_24g_pairing_flag ,queue 
+4858 204046f4 call mouse_disable_function_flag 
+4859 204048c6 call mouse_device_poweron_timer_init 
+485a 58000000 setarg 0 
+485b 67e14883 store 2 ,mem_24g_pair_timeout 
+485c 67e14887 store 2 ,mem_24g_reconn_timeout 
+485d 67e0c8a1 store 1 ,mem_24g_conn_sm 
+485e 67e0c9c8 store 1 ,mem_mouse_move_flag 
+485f 67e0c88b store 1 ,mem_24g_reconn_type 
+4860 204042ca call mouse_init_sensor_reset 
+4861 204042db call mouse_read_sensor_common 
+4862 6fe2483c fetch 4 ,mem_24g_addr 
+4863 67e24891 store 4 ,mem_24g_receiver_addr 
+4864 67e24993 store 4 ,mem_mouse_24g_addr 
+4865 202045ee branch mouse_store_device_info_delay 
+
+mouse_24g_package_data:
+4866 c6930000 rtnmark0 mark_24g 
+4867 20403f70 call mouse_motion 
+4868 24740000 nrtn user 
+4869 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+486a c30ac86d bbit0 mouse_enable_keyboard ,mouse_24g_mouse_package_data 
+486b 6fe0cb8b fetch 1 ,mem_customer_key 
+486c 243a4884 nbranch mouse_24g_keyboard_package_data ,blank 
+
+mouse_24g_mouse_package_data:
+486d 204042cb call mouse_data_xy_release 
+486e 6fe0c836 fetch 1 ,mem_24g_data_type 
+486f c280c87c bbit1 1 ,mouse_24g_mouse_package_data_now 
+4870 6848c7c7 fetcht 1 ,mem_24g_txbuf + 1 
+4871 6fe0c8d0 fetch 1 ,mem_mouse_key 
+4872 9841fe00 ior temp ,pdata 
+4873 67e0c8d0 store 1 ,mem_mouse_key 
+4874 6848c7cc fetcht 1 ,mem_24g_txbuf + 6 
+4875 6fe0c8d5 fetch 1 ,mem_mouse_z 
+4876 9840fe00 iadd temp ,pdata 
+4877 67e0c8d5 store 1 ,mem_mouse_z 
+4878 6848c7cd fetcht 1 ,mem_24g_txbuf + 7 
+4879 6fe0c8d6 fetch 1 ,mem_mouse_tz 
+487a 9840fe00 iadd temp ,pdata 
+487b 67e0c8d6 store 1 ,mem_mouse_tz 
+
+mouse_24g_mouse_package_data_now:
+487c 70483601 jam type_ms ,mem_24g_data_type 
+487d da200007 arg 7 ,rega 
+487e da4048d0 arg mem_mouse_key ,regb 
+487f 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4880 c28c26e1 bbit1 mouse_enable_24g_250hz ,g24_transmit_by_interrupt_enable 
+4881 6fe148d5 fetch 2 ,mem_mouse_z 
+4882 207a0000 rtn blank 
+4883 202026e1 branch g24_transmit_by_interrupt_enable 
+
+mouse_24g_keyboard_package_data:
+4884 70483602 jam type_kb ,mem_24g_data_type 
+4885 da200009 arg 9 ,rega 
+4886 6fe0cb8c fetch 1 ,mem_customer_data_trigger 
+4887 243a488a nbranch mouse_customer_key_press ,blank 
+4888 da404bd5 arg mem_customer_key_release ,regb 
+4889 20600000 rtn 
+
+mouse_customer_key_press:
+488a da404bcc arg mem_customer_key_press ,regb 
+488b 20600000 rtn 
+
+mouse_24g_search_dongle_init:
+488c 58000000 setarg 0 
+488d 67e1cba4 store 3 ,mem_mouse_search_dongle_action 
+488e 20600000 rtn 
+
+mouse_24g_search_dongle:
+488f 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4890 c40b0000 rtnbit0 mouse_enable_24g_search_dongle 
+4891 6fe0caae fetch 1 ,mem_mouse_long_mult_flag 
+4892 207a0000 rtn blank 
+4893 6fe0c8a7 fetch 1 ,mem_24g_abort_pac 
+4894 207a0000 rtn blank 
+4895 6fe0cba1 fetch 1 ,mem_mouse_search_dongle_interval 
+4896 1fe0fe01 increase 1 ,pdata 
+4897 1fe17e03 and_into 3 ,pdata 
+4898 67e0cba1 store 1 ,mem_mouse_search_dongle_interval 
+4899 247a0000 nrtn blank 
+489a 704ba200 jam 0 ,mem_mouse_search_dongle_ch 
+
+mouse_24g_search_dongle_loop:
+489b 6fe0cba2 fetch 1 ,mem_mouse_search_dongle_ch 
+489c 1fe0fe01 increase 1 ,pdata 
+489d 67e0cba2 store 1 ,mem_mouse_search_dongle_ch 
+489e 1fe67c08 sub pdata ,g24_ch_number ,null 
+489f 242148a5 nbranch mouse_24g_search_dongle_loop_end ,positive 
+48a0 2040259a call g24_reconn_data_prep 
+48a1 2040265b call g24_transmit_receive_ack 
+48a2 242c48ab nbranch mouse_24g_search_dongle_loop_retry ,sync 
+48a3 2437c8ab nbranch mouse_24g_search_dongle_loop_retry ,user3 
+48a4 204048b5 call mouse_24g_search_dongle_success 
+
+mouse_24g_search_dongle_loop_end:
+48a5 20402597 call g24_txbuf_clear 
+48a6 6fe0cba3 fetch 1 ,mem_mouse_search_dongle_count 
+48a7 1fe0fe01 increase 1 ,pdata 
+48a8 67e0cba3 store 1 ,mem_mouse_search_dongle_count 
+48a9 c00848ad beq g24_ch_poll_count ,mouse_24g_search_dongle_check 
+48aa 20600000 rtn 
+
+mouse_24g_search_dongle_loop_retry:
+48ab 204022cb call g24_ch 
+48ac 2020489b branch mouse_24g_search_dongle_loop 
+
+mouse_24g_search_dongle_check:
+48ad 704ba300 jam 0 ,mem_mouse_search_dongle_count 
+48ae 6fe0cba4 fetch 1 ,mem_mouse_search_dongle_action 
+48af c3800000 rtnbit1 g24_disconn_state 
+48b0 79207e00 set1 g24_disconn_state ,pdata 
+48b1 67e0cba4 store 1 ,mem_mouse_search_dongle_action 
+48b2 6fe14bbc fetch 2 ,mem_mouse_24g_search_dongle_time_init 
+48b3 67e14ab2 store 2 ,mem_mouse_no_data_timer 
+48b4 2020423c branch mouse_sensor_powerdown 
+
+mouse_24g_search_dongle_success:
+48b5 6fe0c8a7 fetch 1 ,mem_24g_abort_pac 
+48b6 203a488c branch mouse_24g_search_dongle_init ,blank 
+48b7 704ba300 jam 0 ,mem_mouse_search_dongle_count 
+48b8 6fe0cba4 fetch 1 ,mem_mouse_search_dongle_action 
+48b9 c4000000 rtnbit0 g24_disconn_state 
+48ba 793ffe00 set0 g24_disconn_state ,pdata 
+48bb 67e0cba4 store 1 ,mem_mouse_search_dongle_action 
+48bc 20404544 call mouse_no_data_timer_init 
+48bd 202041aa branch mouse_init_sensor_wakeup 
+
+mouse_device_poweron_timer:
+48be 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+48bf c4100000 rtnbit0 mouse_enable_power_on_led 
+48c0 6fe0cba7 fetch 1 ,mem_mouse_device_poweron_timer_count 
+48c1 207a0000 rtn blank 
+48c2 1fe0ffff increase -1 ,pdata 
+48c3 67e0cba7 store 1 ,mem_mouse_device_poweron_timer_count 
+48c4 203a4912 branch mouse_device_led_off ,blank 
+48c5 20204920 branch mouse_device_led_on 
+
+mouse_device_poweron_timer_init:
+48c6 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+48c7 c4100000 rtnbit0 mouse_enable_power_on_led 
+48c8 2040498e call mouse_low_voltage_led_blink_disable 
+48c9 6fe0cbc0 fetch 1 ,mem_mouse_device_poweron_timer_count_init 
+48ca 67e0cba7 store 1 ,mem_mouse_device_poweron_timer_count 
+48cb 20600000 rtn 
+
+mouse_discover_setting_led_gpio:
+48cc 704ba700 jam 0 ,mem_mouse_device_poweron_timer_count 
+48cd 6fe14bc4 fetch 2 ,mem_mouse_disconvey_led_blink_time 
+48ce 67e14930 store 2 ,mem_mouse_on_time 
+48cf 67e14932 store 2 ,mem_mouse_off_time 
+
+mouse_setting_led_gpio_comman:
+48d0 6fe0c938 fetch 1 ,mem_device_flag 
+48d1 c00048d5 beq mode_24g_device ,mouse_device_led_24g 
+48d2 c000c8d7 beq mode_bt_device1 ,mouse_device_led_bt1 
+48d3 c00148d9 beq mode_bt_device2 ,mouse_device_led_bt2 
+48d4 20600000 rtn 
+
+mouse_device_led_24g:
+48d5 6fe0c915 fetch 1 ,mem_config_device_24g_led_gpio 
+48d6 202048da branch mouse_led_blink 
+
+mouse_device_led_bt1:
+48d7 6fe0c916 fetch 1 ,mem_config_device_bt1_led_gpio 
+48d8 202048da branch mouse_led_blink 
+
+mouse_device_led_bt2:
+48d9 6fe0c922 fetch 1 ,mem_config_device_bt2_led_gpio 
+
+mouse_led_blink:
+48da 67e08964 store 1 ,mem_temp 
+48db 20404912 call mouse_device_led_off 
+48dc 6fe08964 fetch 1 ,mem_temp 
+48dd 67e0c92f store 1 ,mem_mouse_struct_led_gpio 
+48de da200000 arg 0 ,rega 
+48df 70492d01 jam ui_led_state_blink_start ,mem_mouse_led_type 
+48e0 20207806 branch ui_led_blink_start_global 
+
+mouse_dpi_led_blink_delay:
+48e1 6fe0c923 fetch 1 ,mem_dpi_led_gpio 
+48e2 c17f8000 rtneq gpio_disable 
+48e3 6fe14ac2 fetch 2 ,mem_mouse_discovery_timer 
+48e4 247a0000 nrtn blank 
+48e5 6fe14883 fetch 2 ,mem_24g_pair_timeout 
+48e6 247a0000 nrtn blank 
+48e7 6fe14887 fetch 2 ,mem_24g_reconn_timeout 
+48e8 247a0000 nrtn blank 
+48e9 6fe0cba7 fetch 1 ,mem_mouse_device_poweron_timer_count 
+48ea 247a0000 nrtn blank 
+48eb 6fe0cbc1 fetch 1 ,mem_mouse_dpi_led_delay_count_init 
+48ec 203a48f2 branch mouse_dpi_led_blink_init ,blank 
+48ed 67e0cba8 store 1 ,mem_mouse_dpi_led_delay_count 
+48ee 20600000 rtn 
+
+mouse_dpi_led_blink_delay_timer:
+48ef da604ba8 arg mem_mouse_dpi_led_delay_count ,regc 
+48f0 da4048f2 arg mouse_dpi_led_blink_init ,regb 
+48f1 2020318a branch timer_single_step 
+
+mouse_dpi_led_blink_init:
+48f2 6fe0c923 fetch 1 ,mem_dpi_led_gpio 
+48f3 67e0c92f store 1 ,mem_mouse_struct_led_gpio 
+48f4 6fe14bc2 fetch 2 ,mem_mouse_dpi_led_blink_time 
+48f5 67e14930 store 2 ,mem_mouse_on_time 
+48f6 67e14932 store 2 ,mem_mouse_off_time 
+48f7 da200000 arg 0 ,rega 
+48f8 6848c992 fetcht 1 ,mem_mouse_dpi 
+48f9 18408401 increase 1 ,temp 
+48fa 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+48fb c30e48ff bbit0 mouse_enable_dpi_level_4 ,mouse_dpi_led_blink_init_end 
+48fc 18408401 increase 1 ,temp 
+48fd 18467c04 sub temp ,4 ,null 
+48fe 24414902 ncall mouse_dpi_led_blink_count_clean ,positive 
+
+mouse_dpi_led_blink_init_end:
+48ff 6048c92e storet 1 ,mem_mouse_blink_count 
+4900 70492d01 jam ui_led_state_blink_start ,mem_mouse_led_type 
+4901 20600000 rtn 
+
+mouse_dpi_led_blink_count_clean:
+4902 d8400001 arg 1 ,temp 
+4903 20600000 rtn 
+
+mouse_check_dpi_blink:
+4904 78547c00 disable user 
+4905 6fe0c923 fetch 1 ,mem_dpi_led_gpio 
+4906 6848c92f fetcht 1 ,mem_mouse_struct_led_gpio 
+4907 98467c00 isub temp ,null 
+4908 24628000 nrtn zero 
+4909 6fe0c92e fetch 1 ,mem_mouse_blink_count 
+490a 207a0000 rtn blank 
+490b 7048f900 jam 0 ,mem_adc_low_volatage_led_blink_enable 
+490c 78347c00 enable user 
+490d 20600000 rtn 
+
+mouse_device_led_all_off:
+490e 2040491e call mouse_dpi_led_off 
+490f 20404917 call mouse_device_24g_led_off 
+4910 2040491a call mouse_device_bt1_led_off 
+4911 2020491c branch mouse_device_bt2_led_off 
+
+mouse_device_led_off:
+4912 6fe0c938 fetch 1 ,mem_device_flag 
+4913 c0004917 beq mode_24g_device ,mouse_device_24g_led_off 
+4914 c000c91a beq mode_bt_device1 ,mouse_device_bt1_led_off 
+4915 c001491c beq mode_bt_device2 ,mouse_device_bt2_led_off 
+4916 20600000 rtn 
+
+mouse_device_24g_led_off:
+4917 704baa00 jam 0 ,mem_24g_device_led_status 
+4918 6848c915 fetcht 1 ,mem_config_device_24g_led_gpio 
+4919 2020492b branch mouse_led_off 
+
+mouse_device_bt1_led_off:
+491a 6848c916 fetcht 1 ,mem_config_device_bt1_led_gpio 
+491b 2020492b branch mouse_led_off 
+
+mouse_device_bt2_led_off:
+491c 6848c922 fetcht 1 ,mem_config_device_bt2_led_gpio 
+491d 2020492b branch mouse_led_off 
+
+mouse_dpi_led_off:
+491e 6848c923 fetcht 1 ,mem_dpi_led_gpio 
+491f 2020492b branch mouse_led_off 
+
+mouse_device_led_on:
+4920 6fe0c938 fetch 1 ,mem_device_flag 
+4921 c0004925 beq mode_24g_device ,mouse_device_24g_led_on 
+4922 c000c927 beq mode_bt_device1 ,mouse_device_bt1_led_on 
+4923 c0014929 beq mode_bt_device2 ,mouse_device_bt2_led_on 
+4924 20600000 rtn 
+
+mouse_device_24g_led_on:
+4925 6848c915 fetcht 1 ,mem_config_device_24g_led_gpio 
+4926 2020492f branch mouse_led_on 
+
+mouse_device_bt1_led_on:
+4927 6848c916 fetcht 1 ,mem_config_device_bt1_led_gpio 
+4928 2020492f branch mouse_led_on 
+
+mouse_device_bt2_led_on:
+4929 6848c922 fetcht 1 ,mem_config_device_bt2_led_gpio 
+492a 2020492f branch mouse_led_on 
+
+mouse_led_off:
+492b 44f0c01c bpatch patch1c_1 ,mem_patch1c 
+492c 6048c92f storet 1 ,mem_mouse_struct_led_gpio 
+492d da200000 arg 0 ,rega 
+492e 20207801 branch ui_led_off_global 
+
+mouse_led_on:
+492f 44f1401c bpatch patch1c_2 ,mem_patch1c 
+4930 6048c92f storet 1 ,mem_mouse_struct_led_gpio 
+4931 da200000 arg 0 ,rega 
+4932 202077fc branch ui_led_on_global 
+
+mouse_ui_led_off_static:
+4933 6fe0c915 fetch 1 ,mem_config_device_24g_led_gpio 
+4934 98467c00 isub temp ,null 
+4935 2042c952 call mouse_clear_24g_led_statue ,zero 
+4936 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4937 c3126065 bbit0 mouse_enable_4_led ,gpio_out_inactive 
+4938 20404943 call mouse_check_bt2_led_off 
+4939 20404947 call mouse_check_dpi_led_off 
+493a 2040494b call mouse_check_low_v_led_off 
+493b 6fe0cba9 fetch 1 ,mem_mouse_led_off_4_led 
+493c 203a6065 branch gpio_out_inactive ,blank 
+493d 704ba900 jam 0 ,mem_mouse_led_off_4_led 
+493e 2020607f branch gpio_set_high_impedance 
+
+mouse_ui_led_on_static:
+493f 6fe0c915 fetch 1 ,mem_config_device_24g_led_gpio 
+4940 98467c00 isub temp ,null 
+4941 2042c954 call mouse_set_24g_led_statue ,zero 
+4942 20206069 branch gpio_out_active 
+
+mouse_check_bt2_led_off:
+4943 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4944 c4130000 rtnbit0 mouse_enable_bt2_for_4_led 
+4945 6fe0c922 fetch 1 ,mem_config_device_bt2_led_gpio 
+4946 2020494e branch mouse_check_1gpio_2led_off 
+
+mouse_check_dpi_led_off:
+4947 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4948 c4128000 rtnbit0 mouse_enable_dpi_for_4_led 
+4949 6fe0c923 fetch 1 ,mem_dpi_led_gpio 
+494a 2020494e branch mouse_check_1gpio_2led_off 
+
+mouse_check_low_v_led_off:
+494b 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+494c c4138000 rtnbit0 mouse_enable_low_v_for_4_led 
+494d 6fe0c921 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+
+mouse_check_1gpio_2led_off:
+494e 98467c00 isub temp ,null 
+494f 24628000 nrtn zero 
+4950 704ba901 jam 1 ,mem_mouse_led_off_4_led 
+4951 20600000 rtn 
+
+mouse_clear_24g_led_statue:
+4952 704baa00 jam 0 ,mem_24g_device_led_status 
+4953 20600000 rtn 
+
+mouse_set_24g_led_statue:
+4954 704baa01 jam 1 ,mem_24g_device_led_status 
+4955 20600000 rtn 
+
+mouse_low_voltage_led_timer:
+4956 6fe14ac2 fetch 2 ,mem_mouse_discovery_timer 
+4957 247a0000 nrtn blank 
+4958 6fe14883 fetch 2 ,mem_24g_pair_timeout 
+4959 247a0000 nrtn blank 
+495a 6fe14887 fetch 2 ,mem_24g_reconn_timeout 
+495b 247a0000 nrtn blank 
+495c 6fe0cba7 fetch 1 ,mem_mouse_device_poweron_timer_count 
+495d 247a0000 nrtn blank 
+495e 20404904 call mouse_check_dpi_blink 
+495f 20740000 rtn user 
+4960 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4961 c4108000 rtnbit0 mouse_enable_low_voltage_led 
+4962 c4020000 rtnbit0 mouse_low_voltage_flag 
+4963 c291c97c bbit1 mouse_enable_low_voltage_led_blink_n_second ,mouse_low_voltage_led_blink_new_data 
+4964 6fe0c8f8 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+4965 1fe0fe01 increase 1 ,pdata 
+4966 67e0c8f8 store 1 ,mem_adc_low_volatage_led_timer_count 
+4967 1fe67c14 sub pdata ,20 ,null 
+4968 2441496e ncall mouse_adc_low_volatage_led_timer_count_clean ,positive 
+4969 c0014970 beq 2 ,mouse_low_voltage_led_on 
+496a c0024976 beq 4 ,mouse_low_voltage_led_off 
+496b c0034970 beq 6 ,mouse_low_voltage_led_on 
+496c c0044976 beq 8 ,mouse_low_voltage_led_off 
+496d 20600000 rtn 
+
+mouse_adc_low_volatage_led_timer_count_clean:
+496e 7048f801 jam 1 ,mem_adc_low_volatage_led_timer_count 
+496f 20204976 branch mouse_low_voltage_led_off 
+
+mouse_low_voltage_led_on:
+4970 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4971 c2914920 bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_device_led_on 
+4972 6fe0c921 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+4973 c17f8000 rtneq gpio_disable 
+4974 6848c921 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+4975 2020492f branch mouse_led_on 
+
+mouse_low_voltage_led_off:
+4976 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4977 c2914912 bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_device_led_off 
+4978 6fe0c921 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+4979 c17f8000 rtneq gpio_disable 
+497a 6848c921 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+497b 2020492b branch mouse_led_off 
+
+mouse_low_voltage_led_blink_new_data:
+497c 6fe14bbe fetch 2 ,mem_mouse_no_data_timeout 
+497d 68494ab2 fetcht 2 ,mem_mouse_no_data_timer 
+497e 98460400 isub temp ,temp 
+497f 6fe14bc8 fetch 2 ,mem_adc_low_volatage_led_blink_timer 
+4980 98467c00 isub temp ,null 
+4981 2421498e nbranch mouse_low_voltage_led_blink_disable ,positive 
+4982 6fe0c8f9 fetch 1 ,mem_adc_low_volatage_led_blink_enable 
+4983 247a0000 nrtn blank 
+4984 7048f901 jam 1 ,mem_adc_low_volatage_led_blink_enable 
+4985 20204986 branch mouse_low_voltage_led_blink_init 
+
+mouse_low_voltage_led_blink_init:
+4986 6fe14bc6 fetch 2 ,mem_mouse_low_v_led_blink_time 
+4987 67e14930 store 2 ,mem_mouse_on_time 
+4988 67e14932 store 2 ,mem_mouse_off_time 
+4989 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+498a c29148d0 bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_setting_led_gpio_comman 
+498b 6fe0c921 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+498c c17f8000 rtneq gpio_disable 
+498d 202048da branch mouse_led_blink 
+
+mouse_low_voltage_led_blink_disable:
+498e 7048f900 jam 0 ,mem_adc_low_volatage_led_blink_enable 
+498f 20204976 branch mouse_low_voltage_led_off 
+
+mouse_low_voltage_led_no_enter_lpm:
+4990 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4991 c4108000 rtnbit0 mouse_enable_low_voltage_led 
+4992 c4020000 rtnbit0 mouse_low_voltage_flag 
+4993 c291c9a2 bbit1 mouse_enable_low_voltage_led_blink_n_second ,mouse_low_voltage_led_no_enter_lpm_blink 
+4994 6fe0c8f8 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+4995 1fe67c0a sub pdata ,10 ,null 
+4996 2021499e branch mouse_lpm_mode_clear ,positive 
+
+mouse_low_voltage_led_no_enter_lpm_next:
+4997 6fe0c938 fetch 1 ,mem_device_flag 
+4998 c000499b beq mode_24g_device ,g24_transmit_by_interrupt_exit_check 
+4999 70409901 jam 1 ,mem_lpm_mode 
+499a 20600000 rtn 
+
+g24_transmit_by_interrupt_exit_check:
+499b 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+499c c38c0000 rtnbit1 mouse_enable_24g_250hz 
+499d 202026d0 branch g24_transmit_by_interrupt_exit 
+
+mouse_lpm_mode_clear:
+499e 6fe0c938 fetch 1 ,mem_device_flag 
+499f c00026e1 beq mode_24g_device ,g24_transmit_by_interrupt_enable 
+49a0 70409900 jam 0 ,mem_lpm_mode 
+49a1 20600000 rtn 
+
+mouse_low_voltage_led_no_enter_lpm_blink:
+49a2 6fe0c8f9 fetch 1 ,mem_adc_low_volatage_led_blink_enable 
+49a3 243a499e nbranch mouse_lpm_mode_clear ,blank 
+49a4 20204997 branch mouse_low_voltage_led_no_enter_lpm_next 
+
+mouse_store_signal_rssi:
+49a5 20401291 call rssi_hex2dec 
+49a6 6fe08018 fetch 1 ,mem_rssi 
+49a7 202025e2 branch rssi_signal 
+
+mouse_le_transmit:
+49a8 204049a5 call mouse_store_signal_rssi 
+49a9 202026ee branch power_ctrl_start 
+
+mouse_bt_slave_match:
+49aa 204049a5 call mouse_store_signal_rssi 
+49ab 6fe08031 fetch 1 ,mem_state 
+49ac 2feffe00 isolate1 state_inconn ,pdata 
+49ad 24608000 nrtn true 
+49ae 6fe08048 fetch 1 ,mem_arq 
+49af 2feffe03 isolate1 wack ,pdata 
+49b0 2040a724 call power_ctrl_pac_succ_decrs ,true 
+49b1 2440a720 ncall power_ctrl_pac_succ_incrs ,true 
+49b2 202026ee branch power_ctrl_start 
+
+mouse_le_set_lpm_mult:
+49b3 6fe0cb75 fetch 1 ,mem_le_connect_status_flag 
+49b4 2fe00603 compare 3 ,pdata ,3 
+49b5 2420fe5e nbranch disable_blank ,true 
+49b6 20403223 call app_lpm_mult_enable 
+49b7 20207e60 branch enable_blank 
+
+mouse_bt_set_lpm_mult:
+49b8 204052f7 call l2cap_malloc_is_fifo_empty 
+49b9 247a0000 nrtn blank 
+49ba 70008901 jam 1 ,mem_current_sniff_attempt 
+49bb 70008a00 jam 0 ,mem_current_sniff_timeout 
+49bc 20207e60 branch enable_blank 
+
+mouse_set_lpm_mult:
+49bd 6fe1478c fetch 2 ,mem_ui_state_map 
+49be c284c9b3 bbit1 ui_state_ble_connected ,mouse_le_set_lpm_mult 
+49bf 202049b8 branch mouse_bt_set_lpm_mult 
+
Index: output/ramcode.rom
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/ramcode.rom	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/ramcode.rom	(working copy)
@@ -0,0 +1,1574 @@
+c2840021
+c0000031
+c001805d
+c0410122
+c0418070
+c0420077
+c045009d
+c0458115
+c0460085
+c04f8129
+c057012b
+c061832f
+c0620036
+c063823f
+c0648245
+c0650278
+c06600c3
+c0670519
+c06785ee
+c068033f
+c0688555
+c0698356
+c06a053d
+c06b029b
+c06c8384
+c06d04a3
+c06d84ad
+c06f058d
+c06f8050
+c0708048
+c0710044
+c07404b4
+2020137c
+c00d04c8
+c0100042
+c01980a3
+c01a00a8
+c04384b0
+c05084d2
+c05184dc
+c05a84de
+c06004e8
+c06e832b
+c07102f7
+c07482ff
+c07501e7
+c076050e
+c076861e
+2020137c
+20800000
+204030f3
+2455804c
+20403bfd
+20200804
+204003d8
+da204939
+6fe0c938
+1fe0ffff
+1feffe1d
+9a20a200
+efe08011
+67e0c482
+6fe0c482
+c019bd6f
+c01a3d7b
+202042eb
+6fe0c91f
+20205af8
+18427e00
+c17f8000
+1fe20400
+20204930
+18427e00
+c17f8000
+1fe20400
+2020492c
+6fe0cbaf
+247a0000
+70448c00
+20600000
+6fe0cbb4
+c1008000
+204046c2
+6048c938
+204003f8
+2040010b
+7041ca00
+204046da
+2040005a
+202046bd
+6fe1478c
+c3838000
+20204318
+2040706c
+20407597
+20406ea7
+20401b92
+2040083a
+20400064
+2020081a
+20400066
+20203109
+20400068
+20207850
+6fe0c48c
+207a0000
+6fe1448d
+1fe22400
+1a40a402
+efe08012
+c17f8000
+20207813
+70890005
+20000002
+70890000
+6fe0c0c5
+c00c1168
+708a8729
+2020117d
+20401190
+58007676
+67f10968
+20600000
+c6930000
+6fe24891
+684a488d
+98467c00
+20228082
+7041eaff
+20600000
+7041ea00
+7041e891
+20600000
+6ff089a2
+2feffe06
+7920fe07
+67e0c1e9
+6ff089a3
+1fe1040f
+18438400
+1ff1fe00
+98408400
+184fa203
+6fe0c1e9
+2040009a
+1fe67e00
+9a20fe00
+1fe0fff7
+1fe17fff
+2feffe08
+24208098
+58000000
+67e08019
+20600000
+2feffe07
+24608000
+202042d4
+6fe0c1e8
+c04880a0
+2020121e
+708a395b
+708a3a01
+2020122a
+da20099e
+d840000c
+58000030
+20405e63
+202060bf
+6a508a12
+708a123d
+708a11aa
+708a0a0c
+6ff08a09
+79207e07
+67f08a09
+708a0b04
+2000003c
+708a1600
+708a1706
+2040611a
+67f08a97
+7080dc03
+2000003c
+6ff08053
+79207e07
+67f08053
+200003e8
+6ff10150
+67e144a2
+6ff08053
+793ffe07
+67f08053
+708a9700
+62508a12
+20600000
+204000a8
+7048f600
+20406125
+67e148e9
+6fe0c4a0
+c08100cf
+684948e9
+184ffe08
+1fe6fc0a
+20407dec
+9840fe00
+67e148e9
+da2048e3
+20403ed8
+6fe0c4a4
+c2813f1a
+c28080d6
+c30000d9
+20203ecc
+6fe0cc40
+c3003f1c
+2020023f
+6fe0cc40
+c3003ed0
+d8e00004
+204046f4
+704c4f0c
+6fe0c8fa
+207a0000
+7048fa00
+20200108
+78547c00
+6fe0cc44
+1fe67c04
+24628000
+20207e54
+6fe0cc40
+c3004956
+c4018000
+6fe14ac2
+247a0000
+6fe14883
+247a0000
+6fe14887
+247a0000
+6fe0cc47
+247a0000
+6fe44bab
+c4020000
+204000e2
+20740000
+6fe0cc54
+203a0111
+6848cc4f
+18408401
+6048cc4f
+6fe0cc4d
+98467c00
+24410106
+6fe0cc4e
+98467c00
+24210108
+6fe0cc45
+c0008415
+c0018415
+6848cc58
+20200421
+704c4f01
+2040010d
+6fe0cc45
+c0008427
+c0018427
+6848cc58
+2020043e
+6fe0cc54
+1fe0ffff
+67e0cc54
+20600000
+6fe0cc40
+c2820108
+204003b7
+202000f8
+708a8be6
+2040126a
+20401271
+20401277
+708a6d09
+708a0305
+708a7a94
+708a0e0b
+708a0f05
+708a8390
+708a8500
+70892140
+2020125d
+6fe0c1ea
+67e08964
+20401150
+708a0a00
+6fe08964
+67e0c1ea
+20600000
+70008000
+202013b7
+793f8034
+20406df3
+2040016d
+204041a7
+20758000
+20400341
+20403d8a
+20404728
+20400195
+2040054c
+20203bc9
+6fe44bab
+c41e8000
+6fe0cc3b
+c283813c
+704c3a00
+20600000
+704c3a01
+20600000
+6fe44c1f
+207a0000
+6fe0cc1e
+1fe22200
+1fe67c0b
+24210154
+2040014d
+d8a04adb
+2040014a
+d8a0440a
+2040014a
+d8a042f8
+d8c04c1f
+1a227200
+20207d5f
+d8a04adb
+20400152
+d8a0440a
+20400152
+d8a042f8
+df20000b
+20207d26
+2040016a
+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
+204003ab
+2040013e
+20403d13
+204003ae
+20400136
+2040018f
+20401b16
+20401b3f
+20401b32
+20401b1e
+6fe44bab
+c289817f
+c28945f6
+20600000
+20405da5
+6fe44bab
+2feffe09
+2440ddbf
+2040463b
+6fe14990
+d840aa55
+98467c00
+2022c5e2
+60494990
+204045e7
+6fe0cab4
+67e0c938
+6fe0c926
+67e0c992
+20600000
+6fe0c1e8
+67e0cc90
+20600000
+6fe0cc90
+67e0c1e8
+20600000
+5800019a
+67e1489b
+580001b9
+67e1489d
+20203bd3
+c6930000
+20403f70
+24740000
+6fe0ccc5
+704cc500
+245a01b7
+6fe44bab
+c30a81a4
+6fe0cb8b
+243a4884
+204042cb
+6fe0c836
+c28081b3
+6848c7c7
+6fe0c8d0
+9841fe00
+67e0c8d0
+6848c7cc
+6fe0c8d5
+9840fe00
+67e0c8d5
+6848c7cd
+6fe0c8d6
+9840fe00
+67e0c8d6
+70483601
+da200007
+da4048d0
+202026e1
+20407fdc
+202015b1
+6fe44bab
+c40b0000
+6fe0caae
+207a0000
+6fe0c8a7
+207a0000
+6fe0cba1
+1fe0fe01
+1fe17e03
+67e0cba1
+247a0000
+704ba200
+6fe0cba2
+1fe0fe01
+67e0cba2
+1fe67c08
+242101cf
+2040259a
+2040265b
+242c01e5
+243781e5
+204001dc
+20402597
+6fe0cba3
+1fe0fe01
+67e0cba3
+c1880000
+704ba300
+6fe0cba4
+c3800000
+79207e00
+67e0cba4
+6fe14bbc
+67e14ab2
+2020054c
+6fe0c8a7
+203a488c
+704ba300
+6fe0cba4
+c4000000
+793ffe00
+67e0cba4
+20404544
+20200358
+204022cb
+202001c5
+20402631
+24340280
+204001f7
+204026ee
+2040007b
+6fe0cbe1
+243a01f2
+6fe448b0
+67e4485c
+6fe148c2
+67e148c4
+204026bb
+24740000
+20407fdc
+6fe1c8ad
+202026b8
+7048a600
+6961015f
+34730200
+2040265b
+6fe0c82c
+c000a651
+242c0202
+24378202
+20402672
+20400233
+20202651
+6fe0cac5
+247a0000
+20400221
+20400215
+6fe0c8a7
+247a0000
+6fe148a3
+1fe0fe01
+67e148a3
+6fe0c8a4
+c280a679
+2040267e
+20400210
+202001f8
+6fe0c8a4
+1fe67c00
+20610000
+df200028
+20207d13
+d8e0000c
+20407d74
+247a0000
+2040021d
+2040407c
+d8e0000c
+580000a0
+20207d66
+6fe44bab
+c4140000
+202005a0
+704b9403
+6fe0c91b
+c17f8000
+6fe0c9bf
+247a0000
+da200000
+704b9606
+6848c91b
+2040466a
+67e0cb94
+6fe0c910
+c07f8230
+20404168
+1a227e00
+c283468d
+20204680
+6848c91b
+20403f56
+2020022d
+6fe0cbe1
+245a0237
+704be100
+20600000
+20400358
+204003a7
+6fe44bab
+c41e0000
+6848c913
+20403f56
+6848c914
+20203f56
+58000006
+20405b0d
+c281be23
+20400547
+2040054c
+20203e23
+204042e9
+20407fdc
+2040044e
+20404015
+6848c910
+20406069
+6848c910
+20406042
+6fe0c920
+20400587
+d8400003
+20403f56
+20400278
+20406082
+20400434
+d8400013
+20403f56
+2040025a
+204003ab
+2040025e
+2020026e
+6fe0c91e
+c17f8000
+6848c91e
+2020607f
+6fe0cc40
+c2800262
+6fe44bab
+c40a0000
+20400266
+6fe0c8fc
+d84000c0
+20206093
+6848c4a1
+18467c03
+2021026c
+18408405
+6048c8fc
+20600000
+18408404
+2020026a
+6fe44bab
+c41e0000
+6848c913
+20406042
+6848c914
+20406042
+6848c913
+20403f54
+6848c914
+20203f54
+6848c913
+20406050
+6848c914
+20406050
+20403f88
+6fe0c91f
+20400587
+20203e44
+6fe0c8a7
+205a028d
+6fe0c8bd
+c1008000
+2040269f
+2040050e
+24740000
+204026c4
+704cc501
+6fe0cbe1
+245a0245
+6fe2485c
+202026b8
+70483601
+7048a701
+20402642
+67e0c7c6
+58000000
+67e3c7c7
+6fe248a9
+67e247ce
+7048350c
+6fe0c836
+79207e03
+67e0c836
+20402291
+202001e9
+1a627e00
+c00082b1
+c01e02cc
+c01c82c7
+c01d02dd
+c01902b9
+c00a82b3
+c00a02ae
+c02002c0
+c00902ab
+c00302a7
+20204336
+204042ca
+204003c7
+204003a7
+20203244
+70445401
+20403223
+20204427
+204003a7
+204003c7
+20204350
+704aae00
+202043fc
+58000000
+67e14af2
+67e0cc7a
+67e0cc7b
+67e0cac6
+20204366
+6fe0cac7
+c00082bd
+704b7614
+20204373
+2040436c
+704b760a
+20204373
+6fe0cc7a
+247a0000
+704c7a01
+704c7b1e
+20600000
+20400080
+20200192
+204002c5
+20404544
+204003a7
+204003c7
+20204857
+204003a7
+6fe2483c
+67e24891
+67e24993
+2040257e
+204003c7
+20404544
+204042ca
+704aae00
+7048a100
+70488b00
+6fe24891
+684a488d
+98467c00
+20628000
+204002c5
+20204822
+204002c5
+6fe0c8a5
+243a02ee
+6fe0c88b
+c00102e3
+20204837
+6fe44bab
+c297c811
+c2984811
+c31d4806
+6fe24993
+684a4974
+98467c00
+202282ec
+20204806
+70488b00
+20204827
+7048a500
+20402652
+5fffffff
+67e2485c
+58000000
+67e3c8d0
+704be101
+2040054c
+20200285
+70488b00
+6fe14beb
+1fe0fe01
+67e14beb
+6fe0cbeb
+1fe17eff
+c0002341
+20600000
+6fe14889
+d84001f8
+98417e00
+203a0307
+6fe14889
+1fe0fe01
+67e14889
+20600000
+2040259a
+2040265b
+242c0320
+24378320
+20402672
+6fe24877
+684a483c
+98467c00
+2022a32e
+6fe248a9
+684a483c
+98467c00
+2042831c
+6fe0c8a1
+793ffe02
+67e0c8a1
+58000000
+67e14883
+67e14889
+67e14887
+20202595
+6fe2480c
+207a0000
+67e24891
+2020257e
+6fe0c88c
+203a22cb
+6fe14889
+1fe0fe01
+67e14889
+2feffe09
+6fe0c88b
+c0020329
+202025a8
+2020a575
+20202339
+c513a40e
+c6930000
+6fe0c8a1
+2020261d
+6fe44bab
+c297c80a
+6fe0c938
+c0000334
+20203d57
+6fe44bab
+c308c803
+204003cf
+20403d65
+20344806
+6fe44bab
+c298480c
+c318c80c
+20404110
+1a217e07
+202047ff
+2040408f
+2040036f
+6fe0c927
+c0060344
+20204098
+6fe0c992
+c0000348
+c000834a
+c001034c
+6fe0cc91
+2020034d
+6fe0cc93
+2020034d
+6fe0cc94
+1fe22200
+5800c309
+20405b0c
+1a227e00
+1fed7e00
+1fe0fe23
+20405b0c
+58000009
+20205b0c
+20403f65
+20758000
+20404236
+204041b5
+c0180360
+c018c217
+c02c4220
+204041b2
+20001af4
+20200359
+6fe0c9c2
+c0688369
+c02d0364
+202041be
+70492705
+20404232
+20407d12
+da604ca7
+20200542
+58000049
+20405b0d
+c050836d
+202041da
+7049270c
+20600000
+6fe0cc40
+c2800373
+6fe0c923
+c17f8000
+6fe14ac2
+247a0000
+6fe14883
+247a0000
+6fe14887
+247a0000
+6fe0cc40
+c2800381
+6fe0cba7
+247a0000
+6fe0cbc1
+203a0455
+67e0cba8
+20600000
+6fe0cc47
+247a0000
+2020037d
+20403e9b
+204000e7
+2040232b
+20402556
+204047cd
+204048be
+20400452
+204003ee
+204003a2
+20400444
+2040407c
+204044cc
+2040047e
+204044ff
+2040039e
+20404512
+20400497
+20404515
+2040049a
+2040452a
+2040452d
+20404532
+20404535
+20404022
+20404547
+2020049d
+da604b77
+da40450a
+2040318a
+20204507
+6fe0ccc7
+c1000000
+da604cc8
+da4003ab
+2020318a
+704cc8c8
+704cc701
+6848ccc6
+20206069
+704cc700
+6848ccc6
+20206065
+704c4100
+6fe0cc40
+c4000000
+20400434
+704c4400
+6fe0cc4d
+1fe37e00
+67e0cc4e
+20600000
+6fe0cc53
+67e0cc54
+20600000
+6fe0cc44
+c00083c1
+c00103c3
+c00183c5
+6fe0cc4b
+67e0cc4c
+20600000
+6fe0cc48
+202003bf
+6fe0cc49
+202003bf
+6fe0cc4a
+202003bf
+6fe0cc40
+c4000000
+6fe0cc46
+67e0cc47
+704c4200
+704c4300
+704c4101
+20600000
+6fe0cc40
+c4000000
+704c4401
+204003c1
+204003eb
+6fe0cc40
+c4010000
+6fe0cc50
+202003e2
+6fe0cc40
+c4000000
+6fe0cc40
+c4008000
+204003eb
+704c4403
+204003c5
+6fe0cc40
+c4010000
+6fe0cc51
+67e0cc52
+20600000
+6fe0cc40
+c4000000
+6fe0cc40
+793ffe02
+67e0cc40
+704c4402
+204003c3
+704c4101
+704c4201
+20200414
+6fe0cc41
+207a0000
+6fe0cc42
+c00083fa
+6fe0cc47
+203a03f7
+1fe0ffff
+67e0cc47
+20200415
+204003b7
+704c4100
+20200427
+6fe0cc44
+207a0000
+c0020401
+202003fe
+6fe0cc40
+c2810401
+20200403
+6fe0cc52
+203a0422
+da604c4c
+da400406
+2020318a
+6fe0cc44
+c002040e
+6fe0cc40
+c281040e
+204003ba
+6fe0cc43
+c0008424
+20200412
+6fe0cc52
+1fe0ffff
+67e0cc52
+2020040a
+6fe0cc44
+c002043f
+704c4301
+6fe0c938
+c000041a
+c000841c
+c001041e
+20600000
+6848cc55
+20200421
+6848cc56
+20200421
+6848cc57
+20200421
+6848cc59
+20206069
+704c4100
+704c4400
+6fe0cc44
+c0020439
+704c4300
+6fe0c938
+c000042c
+c000842e
+c0010430
+20600000
+6848cc55
+20200431
+6848cc56
+20200431
+6848cc57
+18467cff
+20628000
+2020607f
+2040042c
+2040042e
+20400430
+20400108
+20200439
+704c4300
+6fe0cc45
+c0010426
+c0018426
+6848cc59
+20206065
+704c4301
+6fe0cc45
+c0010414
+c0018414
+20200420
+6fe0cbed
+c17f8000
+6fe14ab2
+207a0000
+6fe14bbe
+68494ab2
+98460400
+6fe14bee
+98467e00
+20210450
+6848cbed
+20206065
+6848cbed
+20206069
+da604ba8
+da400455
+2020318a
+6fe0cc40
+c280046c
+6fe0c927
+c001c8f2
+c005c8f2
+6fe0c923
+67e0c92f
+6fe14bc2
+67e14930
+67e14932
+da200000
+6848c992
+18408402
+18467c03
+20410466
+2441046a
+202048ff
+6fe44bab
+c40e0000
+18408401
+20600000
+184085fd
+20600000
+6fe0c927
+c001847b
+c005847b
+6848c992
+18408402
+18467c03
+20410466
+2441046a
+18427e00
+9fe0fe00
+67e0cc52
+704c4404
+204003be
+704c4201
+202003cc
+6848c992
+18408401
+20200471
+6fe0c938
+c0000484
+6fe44bab
+c41a8000
+6848cbca
+20200487
+6fe44bab
+c4190000
+6848cbcb
+6048cb9d
+20400555
+1fe17e07
+6848cb9d
+98467c00
+2022848e
+202044eb
+20400493
+6fe0cb9f
+c1008000
+704b9f01
+20600000
+da400495
+202044f7
+204003cf
+202002ec
+6fe44bab
+c39d8000
+2020451f
+da604c7b
+da40436c
+2020318a
+da604ab2
+da4004a0
+20203191
+6fe0c938
+c00002ee
+2020431b
+204003e4
+6fe1478c
+2feffe0b
+2040c581
+6fe1478c
+2feffe07
+2040c322
+58000000
+67e14af2
+20204554
+58000000
+67e14ac2
+20204577
+6fe0cbe2
+245a7861
+704be200
+20207851
+6fe10315
+1fe20c00
+efe08006
+67e0c5f5
+1fe1040f
+1ff1fe00
+c00484bc
+20204d93
+da200001
+20404dc0
+6fe144dc
+e7e10005
+58000000
+e7e08005
+70095001
+6fe0c4e2
+79207e06
+67e0c4e2
+70095b12
+20207871
+78547c00
+204059e6
+6fe08049
+207a0000
+c283d730
+c00384cf
+20205701
+2040585d
+70007378
+20600000
+6fe0c3dd
+1fe0fe01
+67e0c3dd
+c006165a
+2040191b
+2040196a
+6fe082bd
+2040168b
+20401838
+20201655
+20400e80
+20201661
+204016be
+204016cc
+20404cb5
+79202a00
+782efc00
+78307c00
+7850fc00
+20401744
+2000000a
+20201841
+efe10006
+c00204eb
+202019e4
+efe18006
+67e1c436
+c00504f0
+c00904ff
+20201cd3
+6fe44bab
+c31d9de7
+20401e8d
+68494437
+6fe0c3c0
+c28184fa
+6fe14437
+c0181ec8
+68494437
+20201deb
+6fe143d1
+98467c00
+242284f6
+243404f6
+20201e10
+18c22200
+6fe143d4
+1fe0a5fd
+20401a25
+6fe0cac1
+c07f9e73
+6fe0cac7
+203a1e73
+6fe0cb75
+c2809e73
+5800001a
+68494437
+98467c00
+24229e73
+20201e10
+78347c00
+20401465
+6fe1c174
+203a7e56
+6fe0c099
+203a7e56
+6fe0cbe1
+247a0000
+6fe0c8bd
+c000fe56
+20600000
+78547c00
+58000000
+67e348d1
+20400529
+58000089
+20405b0c
+20400341
+20403f7e
+20403f83
+20400553
+6fe0c8d0
+1fe17e1f
+67e0c8d0
+24340538
+2040053a
+20204544
+6fe0c4ac
+c1800000
+6fe0c927
+c005852e
+20204243
+204042c4
+6fe0c911
+c07fc294
+6848c911
+20406059
+24608000
+58000000
+20405b0d
+c0ac41b2
+20204279
+20404728
+20600000
+6fe0c927
+c1018000
+2020471a
+20403f65
+6fe0c927
+c0058544
+20404232
+da604aa3
+2040422b
+20200341
+2040054a
+da604be3
+20200542
+6fe0c927
+c005854a
+20204232
+58009706
+20204233
+204041a7
+20403f65
+6fe0c927
+c0058551
+2020423e
+58001f06
+20205b0c
+20400555
+202040dd
+6fe0cbe1
+245a4121
+da200000
+2040055e
+20400563
+20400568
+2040056d
+2040057a
+2020411e
+6fe0c918
+20400587
+20404124
+6848c918
+20203f56
+6fe0c919
+20400587
+2040412a
+6848c919
+20203f56
+6fe0c91a
+20400587
+20404130
+6848c91a
+20203f56
+6fe0c90d
+c17f8000
+704b9603
+6fe0cb91
+1fe22600
+6848c90d
+6fe0c910
+c07f8576
+2020413e
+6fe0c90d
+2040058a
+6848c90d
+2020414b
+6fe0c90e
+c17f8000
+704b9604
+6fe0cb92
+1fe22600
+6848c90e
+6fe0c910
+c07f8583
+20204157
+6fe0c90e
+2040058a
+6848c90e
+20204164
+c17f8000
+d840003f
+20206093
+c17f8000
+d840003e
+20206093
+20400593
+20407936
+204005a0
+204005b2
+20400597
+20204650
+6fe0cc40
+c301c990
+6fe44bab
+20204992
+6fe44bab
+c294859b
+c29b859b
+20600000
+6fe1478c
+c2830220
+6fe0c9bf
+247a0000
+2020465a
+6fe0c90f
+c17f8000
+da200000
+704b9605
+6848c90f
+204005a7
+2020402f
+6fe44bab
+c2964048
+6fe0cb93
+1fe22600
+6fe0c910
+c07f85ae
+2020403f
+6fe0c90f
+2040058a
+6848c90f
+20204195
+6fe44bab
+c41e8000
+6fe0cc3a
+243a05bb
+6fe0cc3b
+20400587
+204005c6
+6848cc3b
+20203f56
+6fe0cc3b
+793ffe07
+67e0cc3b
+2040058a
+704c3f00
+6848cc3b
+6fe0cc3c
+204005df
+204005ca
+6848cc3b
+20203f56
+704c3f00
+6848cc3b
+6fe0cc3c
+204005d5
+67e0cc3c
+6fe0cc3e
+203a05d1
+6fe0cc3d
+c1008000
+704c3d01
+20204069
+6fe0cc3d
+c1000000
+704c3d00
+20600000
+1fe3fe00
+1fe22400
+20406059
+7920a400
+1a417e07
+6848cc3f
+18420e00
+c00385ea
+c00005ec
+20600000
+1fe3fe00
+1fe22400
+20403f54
+20406059
+7920a400
+1a417e07
+6848cc3f
+18420e00
+c00385ea
+c00005ec
+20600000
+704c3e01
+20600000
+704c3e00
+20600000
+20404072
+20740000
+6fe0c992
+1fe20400
+6fe44bab
+c29e85fa
+18427e00
+1fe0fe01
+1fe17e03
+67e0c992
+2040033f
+20204643
+6fe0cc3e
+243a0617
+6fe44bab
+c28e060b
+18427e00
+c1008000
+c0000607
+c0010605
+20600000
+58000002
+202005f7
+58000000
+202005f7
+58000001
+202005f7
+58000003
+202005f7
+18427e00
+c1008000
+c0000607
+c0010609
+c0018605
+20600000
+18427e00
+c1010000
+c0000609
+c0008605
+c0018603
+20600000
+6fe44bab
+c28e0611
+18427e00
+c1010000
+c0000603
+c0008605
+20600000
+6fe1478c
+c3858000
+c3838000
+c3830000
+6a214899
+204025cb
+6048c8c7
+202026f6
Index: output/romcode.rom
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/romcode.rom	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/romcode.rom	(working copy)
@@ -0,0 +1,17471 @@
+20403bf0
+204041a7
+2040408e
+20758000
+20403d8a
+20404728
+20403bcf
+2040423c
+6fe0c92a
+c3838000
+6fe1478c
+c2864553
+204046a0
+20203d52
+58004866
+67e1489b
+5800488f
+67e1489d
+58003e40
+67e1489f
+5800439f
+67e14461
+58004457
+67e14463
+58003e3b
+67e1445f
+58004334
+67e14467
+5800464b
+67e14465
+58003e25
+67e1445d
+58004388
+67e1446b
+580044b5
+67e1446f
+58003f69
+67e14473
+58003e13
+67e1445b
+580049a8
+67e1446d
+580049aa
+67e14477
+580049bd
+67e14471
+20600000
+20758000
+20402607
+204022ff
+20403f1e
+20403d13
+20401b16
+20401b3f
+20401b32
+20401b1e
+6fe44bab
+c289c635
+c28945f6
+20600000
+7040c508
+6fe44bab
+c3860000
+7040c518
+20600000
+700b58ff
+704790ff
+70478f1e
+5800492d
+67e1448d
+70448c01
+58004ab5
+67e14899
+70483601
+6fe148fe
+67e14791
+6fe14900
+67e14881
+6fe0c903
+67e14885
+6fe2c905
+67e2c8cb
+6fe0c904
+67e0c87c
+6fe44bab
+247a0000
+58020800
+67e1cbab
+58800700
+e7e18005
+58000300
+e7e10005
+70409901
+6fe0c90a
+2feffe00
+2040c6e6
+6fe0c90a
+2feffe02
+2040c6e8
+6fe0c90a
+2feffe01
+2040c6ea
+6fe0c90a
+2feffe03
+2040c6ec
+6fe0c90a
+2feffe04
+2040c6ee
+6fe0c90a
+2feffe05
+2040c6f8
+6fe0c866
+245a230e
+20403bfd
+6fe0c90b
+1fe10407
+6048c4a1
+1fe97e00
+1fe10401
+6048c866
+1fe37e00
+1fe10403
+6048c8fd
+1feb7e00
+1fe17e03
+204047d4
+6fe0c90c
+1fe10403
+6048c924
+1feb7e00
+1fe10403
+6048c925
+1feb7e00
+1fe17e03
+67e0c926
+67e0c992
+1feb7e00
+1fe17e03
+67e0cbb4
+580b0c0a
+67e1c918
+58ffffff
+e7e18005
+580607ff
+e7e18005
+58ffffff
+e7e18005
+7048f70a
+58000064
+67e14bc8
+20403e7b
+58001770
+67e14bbe
+704bc014
+58000190
+67e14bc6
+67e14bc2
+580003e8
+67e14bc4
+70487d07
+7048ca7d
+7041e800
+70488c01
+58000f0f
+67e1488d
+67e1488f
+6fe140a8
+67e140ac
+d8a0437a
+d8c040a8
+df200006
+20407e68
+704b8a20
+70493934
+6fe3437a
+67e34950
+704bb302
+7043e71f
+58050102
+67e1c3e8
+58120303
+e7e18005
+58190318
+e7e18005
+580003c2
+e7e10005
+5806ff06
+67e1cad2
+58000300
+e7e18005
+58090c80
+e7e18005
+58355442
+e7e18005
+5820322e
+e7e18005
+58756f4d
+e7e18005
+58006573
+e7e10005
+7044071f
+d8c04ad9
+d8a04408
+df20000d
+20407d5f
+6fe0c408
+1fe0ffff
+67e0c2f7
+d8c0440a
+d8a042f8
+df20000b
+20407d5f
+58070007
+67e1c372
+58002000
+e7e18005
+5800012c
+e7e10005
+58181203
+67e1cacc
+580000ff
+67e1cacf
+380000fb
+3806c212
+3808800f
+380c0021
+67e4444c
+70443207
+58000015
+67e14ae7
+58000019
+67e14357
+5800001d
+67e14ae9
+58000021
+67e14aeb
+58000030
+67e14aed
+58000022
+67e143d1
+704af096
+70493800
+20402322
+20402325
+58604800
+67e1c85c
+5800012c
+67e148c2
+58000050
+67e148c0
+58000005
+67e14bba
+58000708
+67e14bbc
+58010403
+67e1c9d0
+582a2002
+e7e18005
+5822153f
+e7e18005
+58114433
+e7e18005
+58265a09
+67e1c9df
+58041934
+e7e18005
+58000009
+e7e10005
+5800ffff
+e7e10005
+580d5a09
+67e1c9f3
+58ed1d10
+e7e18005
+5800807d
+e7e10005
+5800ffff
+e7e10005
+58ff5a09
+67e1ca39
+5840ab27
+e7e18005
+58a0d1be
+e7e18005
+5812a141
+e7e18005
+58a784a5
+e7e18005
+58d0b5ff
+e7e18005
+58ff00b6
+e7e18005
+58000900
+e7e18005
+5800ffff
+e7e10005
+580d5a09
+67e1ca53
+58c50e10
+e7e18005
+58109a5b
+e7e18005
+58421138
+e7e18005
+58412828
+e7e18005
+58394923
+e7e18005
+584bb04a
+e7e18005
+58904ca0
+e7e18005
+5809704d
+e7e18005
+58ffff00
+e7e18005
+5846a509
+67e1ca81
+58101934
+e7e18005
+58690760
+e7e18005
+58207d04
+e7e18005
+5809007e
+e7e18005
+58220d00
+e7e18005
+58ff220e
+e7e18005
+704a96ff
+580b5a09
+67e1caa3
+580009f3
+e7e18005
+5800ffff
+e7e10005
+20203100
+58009468
+67e14660
+58009732
+67e14396
+58002580
+67e1c0b2
+70417803
+70415b08
+704b9e00
+704b9e00
+704b9f00
+58000200
+67e14159
+70438017
+70438217
+58000a77
+67e14484
+38000306
+38044440
+38090000
+380c4408
+67e4c662
+38001224
+38044000
+38080000
+e7e28005
+3803ffff
+3806fe23
+380999d9
+380c020d
+67e440a0
+58004af5
+67e143de
+58000010
+67e143e0
+2040490e
+204048c6
+20403e8e
+6fe44bab
+c30dbd3f
+7044550c
+58000006
+67e14372
+67e14374
+20402613
+6fe44bab
+c30c3d43
+2040260b
+6fe0c938
+67e0cab4
+6fe1c37d
+67e1cac9
+6fe0c8fd
+1fe17efe
+67e0c8fd
+67e0c4a0
+58000000
+67e3c8d0
+6fe0c78f
+67e0cb9b
+67e0cb9c
+20401aa9
+202042a0
+44e1c018
+6fe44bab
+c297c80a
+6fe0c938
+c00047f6
+20403d65
+243442eb
+44e24018
+da204939
+6fe0c938
+1fe0ffff
+1feffe1d
+9a20a200
+efe08011
+67e0c482
+6fe0c482
+c019bd6f
+c01a3d7b
+20204553
+44e2c018
+78547c00
+6fe44bab
+c305bd6c
+6fe08989
+c3013d6c
+78347c00
+6fe0cab1
+67e0cab0
+20600000
+68494bb8
+6fe0cac1
+c07fbd73
+68494bb5
+604940c1
+6fe341dd
+203a31f8
+70447d17
+6fe0c764
+243a31ee
+70447d04
+202031ee
+704ac701
+6848cbb7
+6fe0cac1
+c07fbd80
+6848c902
+6048cb77
+20403225
+6fe1cacf
+67e1c3ec
+204043e8
+58000004
+e7e08006
+d8c04408
+204043ef
+202078ee
+6fe44bab
+c4068000
+58003d90
+67e10b45
+70492ba5
+20203dc1
+20403d93
+20403d98
+20203da8
+70492c00
+6fe44bab
+c40a8000
+70492c5b
+20600000
+6fe44bab
+c28ebd9f
+c28f3da2
+c28fbda5
+70492919
+700b4708
+20600000
+7049290c
+700b4704
+20600000
+70492906
+700b4702
+20600000
+70492903
+700b4701
+20600000
+204079f0
+20403dab
+20203db0
+6fe08b48
+207a0000
+6fe0c92c
+c02db66c
+20203669
+6fe0c92c
+2020366f
+6ff08c02
+c303bdb6
+c283bdb9
+20600000
+6fe0c92a
+c4038000
+20205d8c
+6fe0c92a
+c3838000
+204047f2
+20204316
+6fe44bab
+c4068000
+20407991
+20203dc1
+44e34018
+68488b58
+20406059
+2020bdc6
+20203dcd
+6fe0c92b
+c1528000
+70492ba5
+700bfa00
+7009f600
+700bec00
+20203bcb
+6fe0c92b
+c12d0000
+70492b5a
+204047f2
+20404316
+2040490e
+2020799d
+6fe44bab
+c4068000
+20403db2
+6ff08c02
+67e0c92a
+c4038000
+20403e0b
+6fe24abd
+6848c929
+98408400
+1c427e00
+98467c00
+24610000
+67e24abd
+20403f70
+24740000
+6ff08c02
+c4038000
+6fe44bab
+c30abdea
+6fe0cb8b
+c000bdf0
+20403694
+58000001
+67e08bff
+6fe3c8d0
+e7e38005
+20600000
+6fe0cb8c
+203a3dfb
+6fe44bcd
+67e4095c
+6fe0cbcc
+c001bdfd
+c0013e04
+204036a2
+6fe4095c
+67e40c0f
+20600000
+6fe44bd6
+20203df3
+20403695
+700bf821
+58000003
+67e08c1f
+6fe1095c
+e7e10005
+20600000
+20403695
+700bf822
+58000002
+67e08c2f
+6fe0895c
+e7e08005
+20600000
+684a4abd
+1c427e00
+98467c00
+24413e10
+20600000
+58000000
+67e24abd
+20600000
+c51331dd
+6fe0caac
+203a31dd
+6fe0caf4
+c000b1dd
+6fe144d8
+243a31dd
+6fe0c8e1
+243a31dd
+202031df
+6fe0c902
+67e0cac4
+20600000
+44e3c018
+20404232
+2040423c
+20403e33
+20203217
+44e44019
+78347c00
+6ff20138
+79347e1a
+67f2004c
+2040159a
+20406df7
+2040490e
+20404015
+20403e33
+2040462d
+2040609d
+6848c911
+20206042
+44e4c019
+204042e9
+20407fdc
+20403e40
+20406082
+d8400013
+20403f56
+20203f58
+c6130000
+20403e40
+6fe0809e
+247a0000
+20206042
+44e54019
+20403f88
+6848c91f
+20406069
+20405b04
+6848c918
+20406036
+6848c919
+20406036
+6848c91a
+20406036
+6848c90d
+20406036
+6848c90e
+20406036
+6848c90f
+20406036
+6848c91b
+20406036
+6848c912
+20406036
+6848c913
+20406032
+6848c914
+20406032
+6848c91c
+20406032
+6848c91d
+20406032
+6848c911
+20206036
+6fe1478c
+c284be64
+6fe1478c
+c2803e67
+20600000
+1a227e00
+243a1b26
+20201b28
+1a227e00
+243a1540
+20201542
+6fe0c4a0
+c1810000
+44e5c019
+6848c4a1
+18467c03
+20213e78
+18408405
+6048c8fc
+18422200
+20406098
+c01fc954
+20404952
+1a220400
+2020607f
+18408404
+6048c8fc
+20203e72
+6fe0c8fd
+c0013e84
+c0003e89
+7048fd00
+582c0172
+67e1c8e3
+58014001
+e7e18005
+20600000
+585d0099
+67e1c8e3
+58007100
+e7e18005
+20600000
+58c8012c
+67e1c8e3
+5800dc00
+e7e18005
+20600000
+6fe44bab
+c40a0000
+7048f501
+c3970000
+c3958000
+7048f500
+20600000
+6fe0c8f6
+1fe0fe01
+67e0c8f6
+6848c8f7
+98467c00
+20600000
+6fe44bab
+c40a0000
+20403e6a
+6fe0c8f5
+203a3eb2
+6fe0c4a0
+c0013ea7
+7048f503
+20403e95
+20213ea9
+20403eae
+20203eb8
+7048f502
+20203eb8
+20403e6c
+7044a002
+6fe0cbaa
+245a3eae
+20203eb8
+7048f600
+6fe0c8fd
+67e0c4a0
+20600000
+6fe0c4a0
+c0813eb6
+6fe0cbaa
+247a0000
+20403e95
+24610000
+44e64019
+6fe0cbaa
+247a0000
+7048f600
+20406125
+67e148e9
+6fe0c4a0
+c0813ec6
+684948e9
+184ffe08
+1fe6fc0a
+20407dec
+9840fe00
+67e148e9
+da2048e3
+20403ed8
+6fe0c4a4
+c2813f1a
+c280bf1c
+c3003ed0
+7048fa01
+20203ece
+d8e00004
+202046f0
+d8e00004
+204046f4
+7048f80c
+6fe0c8fa
+207a0000
+7048fa00
+6848c921
+2020492b
+44e6c019
+efe40011
+67e4095c
+6fe0c8f5
+c0003ef0
+c0013edf
+c001bf0f
+6fe44bab
+c3173ee5
+6fe10962
+684948eb
+98467c00
+24213f12
+6fe44bab
+c315bef0
+7048fb00
+6fe10962
+684948ed
+98467c00
+24213eee
+204046a9
+20203ef0
+204046ad
+20203ef0
+20403f16
+2040616e
+20406166
+6fe10962
+6849095e
+98467c00
+2441616a
+68490960
+98467c00
+24416162
+6fe10962
+6849095c
+98467c00
+20213f0b
+6849095e
+98467e00
+24213f0d
+203a3f0d
+1fefa264
+6fe1095c
+6849095e
+98460400
+1a227e00
+9846fc00
+20407dec
+67e0caef
+20600000
+704aef64
+20600000
+704aef00
+20600000
+6fe0c4a0
+c0013edf
+20203ef0
+6848c4a4
+79200402
+6048c4a4
+20600000
+6848c4a4
+793f8402
+6048c4a4
+20600000
+7048fb01
+20600000
+2040490e
+20203e20
+6848c4c1
+20406069
+204079b4
+6848c918
+20403f56
+6848c919
+20403f56
+6848c91a
+20403f56
+6848c90d
+20403f56
+6848c90e
+20403f56
+6848c90f
+20403f56
+6848c910
+20403f56
+6848c91b
+20403f56
+6848c912
+20403f56
+6848c913
+20403f56
+6848c914
+20403f56
+6848c91c
+20403f56
+6848c91d
+20403f56
+6848c911
+20403f56
+6848c91e
+20403f56
+6848caab
+20406069
+6848c921
+20406069
+6848c915
+20406069
+6848c916
+20406069
+6848c922
+20406069
+6848c923
+20406069
+6848c917
+20203f56
+18467cff
+20628000
+18410e7f
+6ff2011c
+afefffff
+2020bf56
+20203f54
+79200407
+20206050
+793f8407
+20206050
+6fe1cbde
+67e1895c
+df200014
+d8400000
+6fe1895c
+2feffe00
+2040e07f
+6fe1895c
+1fe3fe00
+67e1895c
+18408401
+c2003f5c
+20600000
+20403f6a
+70448473
+20403f69
+20205b08
+20205cb5
+6fe0c91f
+d8400021
+20406093
+6fe0c920
+d8400023
+20206093
+44e74019
+78547c00
+58000000
+67e348d1
+20404240
+20403f7e
+20403f83
+204040dc
+6fe0c8d0
+1fe17e1f
+67e0c8d0
+24344728
+2040471a
+20204544
+6fe0c8e0
+207a0000
+67e0c8d5
+7048e000
+20207e54
+6fe0c8dc
+207a0000
+67e0c8d6
+7048dc00
+20207e54
+20403f95
+20403fd1
+6fe0c8da
+6848c8d9
+67e0c8d9
+98467c00
+2422b1e1
+6fe0c8de
+6848c8dd
+67e0c8dd
+98467c00
+2422b1e1
+20600000
+6fe0c91c
+c17f8000
+da200000
+6848c91c
+20406059
+7920a200
+6848c91d
+20406059
+7920a201
+1a227e00
+67e0c8da
+c000bfa5
+c0013fa9
+6fe0c8db
+c283bfb5
+20600000
+6fe0c8d9
+c0003fad
+c001bfaf
+20600000
+6fe0c8d9
+c0003fb1
+c001bfb3
+20600000
+7048db82
+20600000
+7048db81
+20600000
+7048db80
+20600000
+7048db83
+20600000
+6fe0c8db
+793ffe07
+67e0c8db
+c0003fbd
+c000bfc0
+c0013fc3
+c001bfc6
+20600000
+6fe0c8da
+c001bfc9
+20600000
+6fe0c8da
+c0003fc9
+20600000
+6fe0c8da
+c001bfcd
+20600000
+6fe0c8da
+c0003fcd
+20600000
+6fe0c8dc
+1fe0fe01
+67e0c8dc
+20600000
+6fe0c8dc
+1fe0ffff
+67e0c8dc
+20600000
+6fe0c913
+c17f8000
+da200000
+6848c913
+20406059
+7920a200
+6848c914
+20406059
+7920a201
+1a227e00
+67e0c8de
+c000bfe1
+c0013fe5
+6fe0c8df
+c283bff1
+20600000
+6fe0c8dd
+c0003fe9
+c001bfeb
+20600000
+6fe0c8dd
+c0003fed
+c001bfef
+20600000
+7048df82
+20600000
+7048df81
+20600000
+7048df80
+20600000
+7048df83
+20600000
+6fe0c8df
+793ffe07
+67e0c8df
+c0003ff9
+c000bffc
+c0013fff
+c001c002
+20600000
+6fe0c8de
+c001c005
+20600000
+6fe0c8de
+c0004005
+20600000
+6fe0c8de
+c001c009
+20600000
+6fe0c8de
+c0004009
+20600000
+6fe0c8e0
+1fe0fe01
+67e0c8e0
+20600000
+6fe0c8e0
+1fe0ffff
+67e0c8e0
+20600000
+6848c913
+20406032
+6848c914
+20406032
+6848c91c
+20406032
+6848c91d
+20206032
+6848c913
+20403f4d
+6848c914
+20403f4d
+6848c91c
+20403f4d
+6848c91d
+20203f4d
+6fe148d5
+207a0000
+7048e101
+7048e20a
+20600000
+da6048e2
+da404025
+2020318a
+7048e100
+20600000
+6fe44bab
+c2974036
+6fe0c90f
+c17f8000
+da200000
+704b9605
+6848c90f
+20404039
+67e0cb93
+6fe0c910
+c07fc042
+20404168
+1a227e00
+c282c052
+20204059
+6fe0c8fb
+203a4059
+20204052
+6fe44bab
+c2964048
+6fe0cb93
+1fe22600
+6fe0c910
+c07fc195
+6fe0cb9a
+243a4045
+2020404a
+6848c90f
+20403f56
+20204033
+7049dd00
+704b9300
+20600000
+6fe0cb93
+20204187
+20406059
+6848c910
+2020c048
+6848c910
+20406069
+6848c90f
+6fe0cb93
+20204187
+6fe0c9dd
+c1008000
+7049dd01
+6fe44bab
+c3940000
+c39b0000
+20204069
+6fe0c9dd
+c1000000
+7049dd00
+6fe44bab
+c2944060
+c29b4060
+20600000
+6fe0c9de
+243a4064
+6fe0cb9c
+245a4069
+7049de00
+6fe0c78f
+67e0cb9c
+67e0cb9b
+20600000
+44e7c019
+20404072
+20740000
+6fe0c992
+1fe0fe01
+1fe17e03
+67e0c992
+20404095
+202045ee
+78547c00
+6fe44bab
+c3960000
+c3970000
+6fe0cb8e
+207a0000
+6fe0cb8f
+207a0000
+78347c00
+20600000
+6fe44bab
+c2944080
+c29b4087
+20600000
+6fe0c9dd
+c1808000
+da604b9c
+da404085
+2020318a
+7049de01
+202046b5
+6fe0c9dd
+c1808000
+da604b9b
+da40408c
+2020318a
+7049de01
+202044d4
+20204098
+6fe44bab
+c38e0000
+6fe0c992
+c1818000
+70499200
+20600000
+44e8401a
+2040408f
+204048e1
+6fe0c927
+c001c0bb
+c005c0cf
+6fe0c992
+c00040a2
+c000c0a0
+c00140a4
+c001c0a6
+6848c9d1
+202040a8
+6848c9d0
+202040a8
+6848c9d2
+202040a8
+6848c9d3
+202040a8
+6fe0c927
+c00240b7
+c002c0b7
+c00440b9
+c003c0b9
+c00340b7
+6048c9dc
+58000006
+20405b0d
+1fe104f8
+6fe0c9dc
+9840fe00
+1fed7e00
+1fe0fe06
+20205b0c
+184085ff
+202040ae
+18408402
+202040ae
+6fe0c992
+c00040c2
+c000c0c0
+c00140c4
+c001c0c6
+6fe0c9d5
+202040c7
+6fe0c9d4
+202040c7
+6fe0c9d6
+202040c7
+6fe0c9d7
+67e0c9dc
+1fed7e00
+1fe22200
+1fe0fe0d
+20405b0c
+1a227e00
+1fe0fe0e
+20205b0c
+6fe0c992
+c00040d6
+c000c0d4
+c00140d8
+c001c0da
+6fe0c9d9
+202040c7
+6fe0c9d8
+202040c7
+6fe0c9da
+202040c7
+6fe0c9db
+202040c7
+20404115
+204040ed
+20403e5f
+204040e8
+1a227e00
+6848c8d8
+67e0c8d8
+67e0c8d0
+9842fe00
+1fe67c00
+20628000
+20207e54
+c6930000
+1a227e00
+207a0000
+67e0c8d0
+20207e54
+704b9800
+704b9900
+704b9a00
+1fe20400
+204040fd
+20404100
+20404103
+20404106
+6fe0cb99
+207a0000
+6fe0cb98
+207a0000
+704b9a01
+6fe0c8d8
+1fe22200
+20600000
+18417e09
+c004c10e
+20600000
+18417e14
+c00a410e
+20600000
+18417e18
+c00c410c
+20600000
+18417e07
+c001c10c
+c002c10c
+c003410c
+c003c10c
+20600000
+704b9901
+20600000
+704b9801
+20600000
+20404121
+20404115
+58000000
+67e1cb8e
+20600000
+44e8c01a
+6fe0cbe1
+245a4121
+da200000
+20404124
+2040412a
+20404130
+20404136
+2040414f
+2040416a
+1a227e00
+20600000
+58030303
+67e1cb8e
+20600000
+704b9600
+6848c918
+6fe0cb8e
+20404187
+67e0cb8e
+20600000
+704b9601
+6848c919
+6fe0cb8f
+20404187
+67e0cb8f
+20600000
+704b9602
+6848c91a
+6fe0cb90
+20404187
+67e0cb90
+20600000
+6fe0c90d
+c17f8000
+704b9603
+6fe0cb91
+1fe22600
+6848c90d
+6fe0c910
+c07fc14b
+20406059
+2020c147
+6848c910
+20406069
+6848c90d
+6fe0cb91
+20404187
+67e0cb91
+20204168
+6848c910
+6fe0cb91
+20404187
+20204145
+20404195
+67e0cb91
+6848c90d
+20203f56
+6fe0c90e
+c17f8000
+704b9604
+6fe0cb92
+1fe22600
+6848c90e
+6fe0c910
+c07fc164
+20406059
+2020c160
+6848c910
+20406069
+6848c90e
+6fe0cb92
+20404187
+67e0cb92
+20204168
+6848c910
+6fe0cb92
+20404187
+2020415e
+20404195
+67e0cb92
+6848c90e
+20203f56
+6848c910
+20203f56
+704b8b00
+6fe44bab
+c40a8000
+6fe0c912
+c17f8000
+704b9607
+6848c912
+6fe0cb95
+20404187
+67e0cb95
+1a227e00
+c283c17a
+2040417d
+6fe0cb8c
+67e0cb8d
+20600000
+704b8c01
+20404180
+20204177
+704b8c00
+6fe0cb8d
+207a0000
+704b8b01
+20600000
+20406059
+6848cb96
+18420e00
+2020c193
+20204191
+1fe3fe00
+1fe22400
+20406059
+7920a400
+1a417e07
+6848cb96
+18420e00
+c003c193
+c0004191
+20600000
+f93fa200
+20600000
+f9202200
+20600000
+44e9401a
+1a627e00
+67e0cb97
+1fe3fe00
+1fe22400
+18422600
+20403f54
+1a620400
+20406059
+7d20a400
+204041a1
+2020418b
+6848cb97
+18410401
+1a417e01
+98467c00
+2422c32f
+20600000
+44e9c01a
+20403f65
+20758000
+20404236
+204041b5
+c01841bc
+c018c217
+c02c4220
+204041b2
+20001af4
+202041ab
+6fe0c91f
+20405af7
+20203f6a
+58000001
+20405b0d
+67e0c9c2
+58000000
+20405b0d
+67e0c9c1
+20600000
+6fe0c9c2
+c02d41c5
+c06c41cb
+c068c1da
+c06941e3
+c00141ea
+c02a41ed
+c0284214
+202041ab
+70492705
+20404232
+20407d12
+da604a39
+2040422b
+2020408e
+58000016
+20405b0d
+1fe67cbd
+2422c1a7
+58000019
+20405b0d
+1fe67c55
+2422c1a7
+5800001b
+20405b0d
+1fe67c1d
+2422c1a7
+70492706
+da604a71
+2020422b
+70492700
+da6049f3
+2040422b
+da6049fd
+2040422b
+58000943
+20405b0c
+da604a17
+2020422b
+70492702
+da6049e9
+2040422b
+da6049fd
+2040422b
+da604a17
+2020422b
+70492703
+da6049df
+2020422b
+20404229
+58009a5b
+20405b0c
+5800000d
+20405b0d
+1fe67c12
+2022c201
+1fe67c0a
+2422c204
+5800000e
+20405b0d
+1fe67ce5
+2422c1ab
+58000010
+20405b0d
+1fe67ca5
+2022c201
+20404211
+70492708
+20600000
+70492709
+da604a53
+2020422b
+1fe67c10
+2422c1ab
+5800000e
+20405b0d
+1fe67cc5
+2422c1ab
+58000010
+20405b0d
+1fe67c38
+2422c1ab
+20404211
+7049270a
+20600000
+5800005b
+20405b0c
+20204227
+70492707
+da604a97
+2020422b
+20404236
+6fe0c9c2
+c038421e
+c000421c
+202041ab
+70492701
+20600000
+70492704
+20600000
+20404236
+6fe0c9c2
+c02cc224
+202041bc
+7049270b
+da604a81
+2020422b
+58000009
+20205b0c
+58005a09
+20205b0c
+efe10013
+d840ffff
+98467c00
+20628000
+20405b0c
+1a60a602
+2020422b
+58008006
+20405b0c
+20002ee0
+20600000
+44ea401a
+20403f65
+20404232
+da604aa3
+2040422b
+2020408e
+204041a7
+20403f65
+58000806
+20205b0c
+6fe0c4ac
+c1800000
+6fe0c927
+c000424c
+c000c24c
+c004424c
+c001424c
+c001c270
+c002424c
+c0034295
+c005c28e
+2020424c
+204042c4
+78547c00
+6fe0c911
+c07fc253
+6848c911
+20406059
+24608000
+58000000
+20405b0d
+c0984266
+58000002
+20405b0d
+c4038000
+204042db
+6fe0c8d1
+204042d3
+67e148d1
+6fe0c8d3
+204042d3
+67e148d3
+6fe0c928
+c0004268
+c000c26a
+c001426c
+c001c26e
+20600000
+c018c256
+202041b2
+204042ad
+202042e2
+204042b5
+202042e2
+204042b1
+202042e2
+204042bd
+202042e2
+204042c4
+6fe0c911
+c07fc276
+6848c911
+20406059
+24608000
+58000000
+20405b0d
+c09841b2
+58000002
+20405b0d
+c4038000
+204042db
+2040428c
+67e0c8d7
+1ff1fe00
+204042d7
+67e0c8d2
+6fe0c8d7
+1fe17e0f
+204042d7
+67e0c8d4
+6fe0c928
+c00042ad
+c000c2b5
+c00142b1
+c001c2bd
+20600000
+58000012
+20205b0d
+204042c4
+6fe0c911
+c07fc294
+6848c911
+20406059
+24608000
+20204279
+204042c4
+78547c00
+58000002
+20405b0d
+c4038000
+58000008
+20405b0d
+203a4259
+58000000
+67e348d1
+20600000
+6fe0c924
+67e0c928
+6fe0c917
+c17f8000
+6848c917
+20403f56
+6848c917
+20406059
+2040c2aa
+20203f54
+6fe0c925
+67e0c928
+20600000
+6fe148d1
+1fe67e00
+67e148d1
+20207e54
+6fe148d3
+1fe67e00
+67e148d3
+20207e54
+6fe148d3
+1fe67e00
+67e148d3
+6fe148d1
+1fe67e00
+67e148d1
+204042bf
+20207e54
+204042bf
+20207e54
+6fe148d3
+684948d1
+67e148d1
+604948d3
+20600000
+6fe0c9c8
+205a42db
+7049c801
+20600000
+704aac01
+20401b1a
+202041a7
+6fe0c911
+c1ff8000
+6fe0caae
+c1808000
+58000000
+67e0caae
+67e248d1
+202042ca
+c4038000
+d840ff00
+9841fe00
+20600000
+c4018000
+d84000f0
+9841fe00
+20600000
+dfe00003
+20405b0d
+67e148d1
+dfe00004
+20405b0d
+67e148d3
+20600000
+6848c920
+20406059
+20608000
+5800000a
+20405b0d
+200003e8
+202042e2
+58008100
+20205b0c
+704ac1ff
+6fe0cbb3
+c280c2ef
+c28042f4
+70448234
+580f0f0f
+67e1c37a
+67e1c37d
+20203d61
+70448233
+d8c04974
+204045c8
+20203d61
+44eac01a
+204045bd
+20404314
+6fe0c938
+c000c2ff
+c0014301
+20600000
+6fe3493a
+20204302
+6fe34957
+684b4974
+98467c00
+2022c553
+20203d59
+20404314
+6fe0c5fc
+1fe0fe03
+1fe22200
+20404dc0
+6fe144de
+e7e10005
+580004a1
+e7e10005
+6fe0c5fc
+1fe0fe01
+1fe27200
+d8c045fc
+20207d5f
+704ac15a
+20600000
+6fe1478c
+c283c322
+c284b20f
+c28031f6
+20204576
+58000000
+67e14ab2
+6fe1478c
+c284b20f
+6fe1478c
+c28031f6
+20600000
+204046de
+20207931
+6fe44bab
+c40d8000
+2434432c
+6fe0caad
+1fe0fe01
+1fe17e0f
+67e0caad
+247a0000
+704aad00
+78547c00
+20600000
+6fe0c911
+c1ff8000
+70417700
+704aaf1e
+20600000
+44eb401a
+1a627e00
+c00a4350
+c000c3fa
+c00ac35f
+c00143fe
+c002c421
+c008454e
+c0094424
+c0033244
+c0024432
+c009c432
+c00cb1ec
+c015c43d
+c010c443
+c005444a
+c01731da
+c018c36a
+c014c36c
+c019436e
+c01f4379
+c020437a
+c013c44c
+c01cc857
+c01d4833
+c01e484e
+c0224390
+20600000
+704aae00
+204042ca
+704ac601
+20404822
+6fe0cac7
+243a4357
+704ac814
+6fe14480
+793ffe00
+67e14480
+704b7700
+6fe14af0
+67e14af2
+20404544
+20204576
+704ac600
+58000006
+6fe44bab
+c28dc364
+58000007
+67e14372
+67e14374
+704af400
+704aac00
+20401b1c
+202043fe
+d8e00002
+20204375
+70095b12
+2020787a
+6fe0cac7
+c000c371
+20204373
+2040436c
+704b7614
+d8e00001
+20204375
+6fe0cb75
+f9207e00
+67e0cb75
+20600000
+2020321d
+6fe143db
+c1000000
+6fe08289
+1feb7e00
+1fe67c0c
+20610000
+58000009
+67e14372
+67e14374
+2040436c
+704af401
+20600000
+704af400
+20600000
+6fe0cac7
+247a0000
+6fe0c437
+1fe67e22
+24628000
+704b7600
+d8e00000
+20204375
+6fe082c1
+1fe67c0c
+24214384
+6fe082c3
+6848cb8a
+98467c00
+2021439a
+6fe082c3
+67e0c177
+20204386
+6fe0cb8a
+67e0c177
+20204386
+704b7500
+20600000
+44ebc01a
+20401b77
+247a0000
+6fe0cac1
+c07fc3a7
+6fe0cb75
+1fe17e03
+c1818000
+6fe0caac
+205a42c8
+6fe44bab
+c280c3d1
+c28043d1
+c282c3d1
+c28343d1
+20403f70
+20404324
+24740000
+2040432f
+204042cb
+2040401d
+6fe44bab
+c30ac3b8
+6fe0cb8b
+c000c3b9
+202043d3
+6fe0cb8c
+203a43c3
+6fe44bcd
+67e4095c
+6fe0cbcc
+c001c3c5
+c00143c8
+704ae608
+68494ae7
+202043d8
+6fe44bd6
+202043bc
+704ae603
+68494ae9
+202043d8
+704ae602
+68494aeb
+202043d8
+da200001
+68494aed
+20401eb3
+6fe0caef
+e7e08005
+20600000
+58000000
+67e3c8d0
+704ae607
+6fe3c8d0
+67e3895c
+68494357
+202043d8
+6fe0cae6
+1fe22200
+20401eb3
+6848cae6
+18427200
+d8c0095c
+20207d5f
+704ac700
+6fe1cacc
+67e1c3ec
+204043e8
+58000005
+e7e08006
+d8c04ad2
+204043ef
+202078ee
+da2043e8
+efe08011
+207a0000
+98c0a200
+efe08006
+c1008000
+202043e9
+d8a043f3
+df200013
+20407d5f
+20201abe
+5800000c
+67e14455
+6fe44bab
+c38d8000
+5800000e
+67e14455
+20600000
+704aae00
+204042ca
+20404822
+20204576
+704b7f00
+704b8800
+204043f3
+20404409
+6fe1447e
+c283c410
+c28031c6
+c280c414
+c2814417
+c281c417
+20204553
+58000000
+67e448d9
+e7e20005
+7049c800
+70445400
+70432600
+20600000
+2040439d
+6fe1447e
+c28031c6
+20203e20
+c282c417
+c281c417
+20204553
+6fe1478c
+c2864553
+204031c6
+20404110
+204044dc
+6fe0cb9f
+c000be1d
+6fe0cac4
+247a0000
+20203e20
+20600000
+704b8704
+20600000
+70445401
+20403223
+2040321f
+58000000
+67e14788
+67e0c78a
+20404422
+2020321b
+704b8000
+6fe0c5f5
+2feffe00
+20608000
+704b8001
+20600000
+6fe0cac1
+c07fc2f8
+6fe1478c
+c3860000
+c3830000
+c3858000
+6fe44bab
+c3828000
+c299c553
+c297c81f
+20203e20
+6fe0cb7f
+c1810000
+704b7f00
+204043f3
+20404422
+2020321b
+6fe0cb7f
+c1010000
+1fe0fe01
+67e0cb7f
+70445512
+20404422
+2020321b
+20405af1
+202031ea
+58000001
+67e30041
+7000e833
+2020458d
+5fffffff
+67e30041
+7000e833
+704ac1ff
+204045a2
+704939ff
+202045ee
+44ec401b
+20770000
+6fe0c454
+207a0000
+204052f4
+247a0000
+6fe0cac1
+c07fc306
+6fe0caac
+205a42c8
+6fe44bab
+c280c48e
+c280448e
+c282c48e
+c283448e
+20403f70
+20404324
+24740000
+2040432f
+204042cb
+2040401d
+6fe0cb80
+c000c47d
+6fe0cb88
+207a0000
+6fe44bab
+c30ac474
+6fe0cb8b
+c000c491
+da200009
+20404dc0
+6fe144de
+e7e10005
+580002a1
+e7e10005
+6fe3c8d0
+e7e38005
+20600000
+6fe0c8d0
+67e0cb81
+6fe0c8d1
+e7e08005
+6fe0c8d3
+e7e08005
+6fe148d5
+e7e10005
+da200007
+20404dc0
+6fe144de
+e7e10005
+580002a1
+e7e10005
+6fe2cb81
+e7e28005
+20600000
+58000000
+67e3c8d0
+20204474
+6fe0cb8c
+203a44b3
+6fe44bcd
+67e4095c
+6fe0cbcc
+c001c4a1
+c00144aa
+da20000a
+20404dc0
+6fe144de
+e7e10005
+580001a1
+e7e10005
+6fe4095c
+e7e40005
+20600000
+da200004
+20404dc0
+6fe144de
+e7e10005
+580003a1
+e7e10005
+6fe1095c
+e7e10005
+20600000
+da200003
+20404dc0
+6fe144de
+e7e10005
+580004a1
+e7e10005
+6fe0895c
+e7e08005
+20600000
+6fe44bd6
+20204494
+44ecc01b
+20403e9b
+20404956
+2040232b
+20402556
+204047cd
+204048be
+204048ef
+2040407c
+204044cc
+204044dc
+204044ff
+20404504
+20404512
+2040451f
+20404515
+2040452a
+2040452d
+20404532
+20404535
+20404022
+20404547
+2020453c
+6fe44bab
+c29bc4cf
+20600000
+6fe0cb9e
+c1808000
+da604b9b
+da4044d4
+2020318a
+6fe0c938
+c1000000
+6fe44bab
+c3830000
+d8e00006
+204046f0
+20403173
+2020454e
+6fe0c938
+c00044e2
+6fe44bab
+c41a8000
+6848cbca
+202044e5
+6fe44bab
+c4190000
+6848cbcb
+6048cb9d
+20404115
+1fe17e07
+6848cb9d
+98467c00
+2022c4f1
+6fe0c78f
+67e0cba0
+6fe0cb9f
+c1000000
+704b9f00
+20600000
+204044f6
+6fe0cb9f
+c1008000
+704b9f01
+20207931
+da404827
+da604ba0
+6fe0c938
+c000318a
+da4044d4
+2040318a
+6fe0cba0
+c000c6e2
+20600000
+da604ac2
+da404502
+20203191
+20404576
+20203e20
+da604b77
+da40450a
+20403191
+6fe0cb77
+c000b203
+20600000
+6fe0cac1
+c07fc2f8
+6fe0cab0
+243a470e
+6fe44bab
+c299c553
+c297c81f
+20203e20
+da604b76
+da40438e
+2020318a
+6fe0cac6
+207a0000
+da604ac8
+da40451a
+2020318a
+6fe0cac7
+247a0000
+6fe0c39b
+c1800000
+20202090
+da604af2
+da404522
+2020318a
+6fe14af0
+67e14af2
+202043cb
+6fe0cb75
+c3810000
+2040436c
+d8e00000
+20204375
+da60478a
+da404424
+2020318a
+da604b87
+da404530
+2020318a
+704b8801
+20600000
+da604ac4
+da403e20
+2020318a
+da604aaf
+da404538
+2020318a
+6fe0cb8a
+67e0c177
+704aae01
+20600000
+6fe0c92a
+c3838000
+da604ab2
+da404541
+20203191
+6fe0c938
+c00047e1
+2020431b
+6fe14bbe
+67e14ab2
+20600000
+da6049bf
+da40454a
+2020318a
+204045f1
+6fe0cac5
+243a46c0
+20600000
+280ffe26
+2040c7f2
+2040431b
+2040439d
+20204553
+44ed401b
+20404314
+6fe1478c
+c285c55f
+6fe44bab
+c304455f
+68494997
+18408401
+60494997
+6049437b
+180a7e00
+67e0c37a
+6fe1cac9
+67e1c37d
+20403225
+6fe14791
+67e14ac2
+7000bd06
+58000000
+67e14ab2
+67e0cb77
+67e0cac4
+67e0cba7
+67e0caac
+d8e00002
+204046f0
+204046e4
+6fe0cbb3
+2feffe01
+2040c3df
+6fe0cbb3
+2feffe00
+2040f8c4
+2040498e
+202048cc
+44edc01b
+d8e00006
+204046f4
+704ac400
+6fe0cbb3
+2feffe01
+2040c581
+6fe0cbb3
+2feffe00
+2040c583
+20204912
+704b7700
+202078f4
+58000000
+67e14ac2
+202078c9
+44ee401b
+6fe44bab
+c4010000
+204048c6
+d8e00002
+204046f4
+2040458f
+204045a2
+202045ee
+6fe080e8
+c01a4593
+c019c596
+20600000
+67e0cb78
+6fe30297
+20204598
+67e0cb78
+6fe30041
+67e34b79
+6fe3cb78
+d8c04939
+df200003
+e8438006
+98467c00
+2022c5b7
+18c08c16
+c200459c
+20600000
+da204939
+6fe0c938
+1fe0ffff
+1feffe1d
+9a20a200
+6fe080e8
+e7e08011
+c01a45ac
+c019c5b3
+20600000
+6fe30297
+e7e30005
+d8c04316
+20407d0c
+6fe3437a
+e7e30005
+20600000
+6fe30041
+e7e30005
+d8c041cb
+20207d0c
+18c08dfa
+18c20a00
+684b4b79
+18408403
+e0430005
+20600000
+da204939
+6fe0c938
+c1000000
+1fe0ffff
+1feffe1d
+9a20a200
+efe08011
+67e0c482
+c019c5c8
+c01a45cd
+20600000
+efe30006
+67e341dd
+d8a041cb
+20407d0c
+2020602c
+efe30006
+67e341dd
+d8a04316
+20407d0c
+efe30006
+67e3437a
+20600000
+6fe14990
+d840aa55
+98467c00
+2022c5e2
+60494990
+204045e7
+6fe0cab4
+67e0c938
+6fe0c926
+67e0c992
+6fe2488d
+67e24891
+67e2483c
+20600000
+204045bd
+6fe24993
+67e24891
+67e2483c
+20600000
+6fe3437a
+67e34950
+1fe0ff00
+67e3496d
+1fe0ff00
+67e3498a
+20600000
+6fe0c9c0
+67e0c9bf
+20600000
+44eec01b
+6fe44bab
+c289c63f
+c2894603
+20600000
+20405d10
+2040460a
+204045fd
+20405d33
+20404611
+204045d4
+20203f65
+580049b8
+d8404938
+98460400
+6fe1c9b8
+da204938
+20600000
+20405d10
+2040460a
+2040461f
+204045fd
+20404622
+20404611
+20203f65
+700964ab
+204061d7
+20405d15
+da2049bb
+68488964
+20404613
+202061d7
+700964b9
+2020460b
+e0408011
+1ff10400
+e0408005
+1fec8400
+e0408005
+e7e08005
+1a227e00
+67f1008a
+58000000
+67f1008e
+70800602
+20205ccf
+6fe1c9b8
+67e1c4a5
+20205ceb
+1fe22600
+1a227e00
+1fe0fffc
+1fe22400
+efe20012
+67e249bb
+1a627e00
+20405d22
+6fe249bb
+e7e20012
+20600000
+6fe44bab
+c4090000
+20404611
+20405b08
+6848c4b5
+20406065
+6848c4ba
+20203f54
+20405da5
+6fe44bab
+2feffe09
+2440ddbf
+2040463b
+202045d4
+d8400080
+da204938
+da400000
+20205ddc
+d8400080
+da204938
+da400000
+20205dce
+d8400001
+da204992
+da40005a
+20205dce
+d8400001
+da204992
+da40005a
+20205ddc
+44ef401b
+20404990
+20407936
+20404027
+20404655
+204046a0
+204046d6
+20403dbd
+20403f88
+20203dd4
+6fe44bab
+c294c65a
+c29bc65a
+20600000
+704b9403
+6fe0c91b
+c17f8000
+da200000
+704b9606
+6848c91b
+2040466a
+67e0cb94
+6fe0c910
+c07fc667
+20404168
+1a227e00
+c283468b
+20204680
+6848c91b
+20403f56
+20204664
+6fe44bab
+c296c676
+6fe0cb94
+1fe22600
+6fe0c910
+c07fc195
+6fe0cb9a
+243a4673
+20204678
+704b9e00
+704b9400
+20600000
+6fe0cb94
+20204187
+20406059
+6848c910
+2020c676
+6848c910
+20406069
+6848c91b
+6fe0cb94
+20204187
+6fe0cb9e
+c1000000
+704b9e00
+6fe44bab
+c39a0000
+6fe0cb9b
+1fe67c14
+244146b5
+6fe0c78f
+67e0cb9b
+20600000
+20404697
+20740000
+6fe0cb9e
+c1008000
+704b9e01
+6fe44bab
+c29a44d4
+6fe0cb77
+207a0000
+6fe0c902
+67e0cb77
+20600000
+78547c00
+6fe44bab
+c3968000
+6fe0cb8e
+207a0000
+6fe0cb8f
+207a0000
+78347c00
+20600000
+6fe44bab
+c29546a4
+c295be9b
+20600000
+6848c91e
+20403f56
+6848c91e
+20406059
+2020c6ad
+6fe0c938
+c1008000
+70493801
+20204316
+6fe44bab
+c315c6b1
+6fe348ef
+67e348e3
+6fe0c938
+c1000000
+70493800
+202047f2
+44efc01b
+6fe0cbb4
+c1008000
+204046c2
+6048c938
+7041ca00
+204046da
+20404316
+204046dc
+704ac501
+202045ee
+204046da
+20205d8c
+6848c938
+18408401
+6fe44bab
+c288c6c9
+18467c02
+244146d0
+20600000
+6fe0cbb4
+1fe0ffff
+98467c00
+244146ce
+20600000
+d8400000
+20600000
+d8400001
+20600000
+d8400001
+da204938
+da400000
+20205dce
+6fe44bab
+c41a0000
+2040465a
+20600000
+d8e00000
+202046f0
+d8e00000
+202046f4
+d8e00003
+202046f0
+d8e00003
+202046f4
+d8e00005
+202046f0
+d8e00005
+202046f4
+d8e00014
+202046f0
+d8e00018
+202046f0
+d8e00016
+202046f0
+d8e0000c
+202046f0
+d8e0001c
+202046f0
+6fe44bab
+f9207e00
+67e44bab
+20600000
+6fe44bab
+f93ffe00
+67e44bab
+20600000
+d8e00015
+204046f0
+58000000
+67e44bcc
+67e44bd5
+6fe0c90a
+1fe17ec0
+c0204705
+c0404707
+c060470c
+58070008
+67e44bcd
+20600000
+58040005
+20204703
+58022303
+67e44bcc
+58000003
+67e44bd5
+20600000
+5800cd03
+20204708
+44f0401c
+6fe0cab0
+1fe0ffff
+67e0cab0
+6848c938
+18467c01
+2442c6c2
+6048c938
+7041ca00
+204046d2
+204045a2
+20203d59
+6fe44bab
+c41c0000
+6fe248d1
+207a0000
+204047bd
+58000003
+204047b3
+205a47af
+245a47b1
+58000002
+204047b8
+205a47af
+6fe0c9c9
+c000c72d
+6fe44bab
+c41c0000
+df200005
+d8a049c9
+20207d26
+20404741
+6fe149ca
+67e109f8
+6fe148d1
+67e109fa
+20404779
+6fe109f8
+67e149ca
+6fe109fa
+67e148d1
+6fe149cc
+67e109f8
+6fe148d3
+67e109fa
+20404781
+6fe109f8
+67e149cc
+6fe109fa
+67e148d3
+20600000
+6fe44bab
+c41c8000
+6fe149ca
+67e109ff
+20404754
+67e149ca
+6fe148d1
+67e109ff
+20404762
+67e148d1
+6fe149cc
+67e109ff
+20404754
+67e149cc
+6fe148d3
+67e109ff
+20404762
+67e148d3
+20600000
+6fe08a00
+203a4757
+2020475c
+6fe089ff
+2040476f
+67e089ff
+6fe109ff
+20600000
+6fe089ff
+204047ab
+2040476f
+205a7e5e
+204047a7
+2020475a
+6fe08a00
+203a4765
+20204769
+6fe089ff
+20404774
+67e089ff
+2020475a
+6fe089ff
+204047ab
+20404774
+205a7e5e
+204047a7
+2020475a
+1feffe04
+1fe6fc05
+20407def
+1807fe00
+20600000
+1feffe0c
+1fe6fc0a
+20407def
+1807fe00
+20600000
+6fe109f8
+684909fa
+9840fe00
+6848c9ce
+9840fe00
+1fe10401
+6048c9ce
+20204789
+6fe109f8
+684909fa
+9840fe00
+6848c9cf
+9840fe00
+1fe10401
+6048c9cf
+20204789
+67e189fc
+2feffe10
+2020c793
+6fe089fd
+c07fc79a
+6fe089fc
+1fe37e00
+67e109f8
+67e109fa
+20600000
+6fe089fd
+c0004797
+6fe189fc
+2020478f
+7009fe00
+6fe089fc
+2020478f
+6fe089fc
+204047a5
+67e089f8
+67e089fa
+203a47a3
+580000ff
+67e089f9
+67e089fb
+20600000
+58000000
+202047a0
+204047ab
+1fe37e00
+204047ac
+1fe67e00
+67e089ff
+20600000
+1fe67e00
+67e08970
+6fe08970
+20600000
+7049c900
+20600000
+7049c901
+20600000
+9a267c00
+24217e5e
+9a467c00
+24217e5e
+20207e60
+9a267c00
+24610000
+9a467c00
+24610000
+20207e60
+6fe148d1
+204047c4
+1fe22200
+6fe148d3
+204047c4
+1fe22400
+20600000
+67e109fa
+6fe089fb
+c07fc7ca
+6fe089fa
+1fe17eff
+20600000
+6fe109fa
+1fe67e00
+202047c8
+da6048c4
+da4047d0
+2020318a
+6fe248b8
+67e2485c
+704aae01
+20600000
+c00047db
+c000c7dd
+c00147d8
+c001c7df
+580ea600
+67e248b8
+20600000
+5805e740
+202047d9
+580927c0
+202047d9
+58124f80
+202047d9
+7048a500
+20402652
+5fffffff
+67e2485c
+58000000
+67e3c8d0
+704be101
+2040423c
+20403e33
+202026b5
+6fe0cbe1
+245a41aa
+704be100
+20202651
+6fe0cbe1
+243a262c
+20202628
+793f8026
+7048a100
+d8e00001
+202046f4
+6fe44bab
+c308c803
+20403d65
+20344806
+6fe44bab
+c298480c
+c318c80c
+20404110
+1fe17e07
+6848cbcb
+98467c00
+2022c827
+2020480c
+6fe0cab0
+243a470e
+20600000
+6fe14885
+67e14887
+70488b03
+20202559
+20403d65
+20344816
+70493800
+6fe14bba
+67e14887
+70488b02
+20202559
+204048cc
+6fe14881
+67e14887
+70488b04
+20202559
+6fe0c938
+c0004806
+20404314
+2020481a
+204047f2
+2040490e
+70493801
+204045bd
+20203d59
+20403d65
+20343e20
+20204553
+20403d65
+20740000
+6fe44bab
+c297c5ee
+20600000
+d8e00001
+204046f0
+58000000
+67e14887
+20404576
+2040498e
+204048cc
+70483601
+6fe44bab
+c30aa32e
+70483602
+2020232e
+6fe0c8a5
+243a47e1
+6fe0c88b
+c0014840
+c0024844
+c001c849
+20404912
+204047f2
+6fe0cab0
+243a470e
+6fe0c938
+c0003e20
+20600000
+6fe44bab
+c297c811
+c2984811
+20204806
+6fe44bab
+c317c839
+6fe0cbb4
+c000c839
+2020481a
+6fe44bab
+c317c839
+c289c839
+c2894839
+20204812
+204042ca
+704aae00
+7048a100
+70488b00
+6fe24891
+6fe2488d
+98467c00
+20628000
+20204822
+d8e00001
+204046f4
+204048c6
+58000000
+67e14883
+67e14887
+67e0c8a1
+67e0c9c8
+67e0c88b
+204042ca
+204042db
+6fe2483c
+67e24891
+67e24993
+202045ee
+c6930000
+20403f70
+24740000
+6fe44bab
+c30ac86d
+6fe0cb8b
+243a4884
+204042cb
+6fe0c836
+c280c87c
+6848c7c7
+6fe0c8d0
+9841fe00
+67e0c8d0
+6848c7cc
+6fe0c8d5
+9840fe00
+67e0c8d5
+6848c7cd
+6fe0c8d6
+9840fe00
+67e0c8d6
+70483601
+da200007
+da4048d0
+6fe44bab
+c28c26e1
+6fe148d5
+207a0000
+202026e1
+70483602
+da200009
+6fe0cb8c
+243a488a
+da404bd5
+20600000
+da404bcc
+20600000
+58000000
+67e1cba4
+20600000
+6fe44bab
+c40b0000
+6fe0caae
+207a0000
+6fe0c8a7
+207a0000
+6fe0cba1
+1fe0fe01
+1fe17e03
+67e0cba1
+247a0000
+704ba200
+6fe0cba2
+1fe0fe01
+67e0cba2
+1fe67c08
+242148a5
+2040259a
+2040265b
+242c48ab
+2437c8ab
+204048b5
+20402597
+6fe0cba3
+1fe0fe01
+67e0cba3
+c00848ad
+20600000
+204022cb
+2020489b
+704ba300
+6fe0cba4
+c3800000
+79207e00
+67e0cba4
+6fe14bbc
+67e14ab2
+2020423c
+6fe0c8a7
+203a488c
+704ba300
+6fe0cba4
+c4000000
+793ffe00
+67e0cba4
+20404544
+202041aa
+6fe44bab
+c4100000
+6fe0cba7
+207a0000
+1fe0ffff
+67e0cba7
+203a4912
+20204920
+6fe44bab
+c4100000
+2040498e
+6fe0cbc0
+67e0cba7
+20600000
+704ba700
+6fe14bc4
+67e14930
+67e14932
+6fe0c938
+c00048d5
+c000c8d7
+c00148d9
+20600000
+6fe0c915
+202048da
+6fe0c916
+202048da
+6fe0c922
+67e08964
+20404912
+6fe08964
+67e0c92f
+da200000
+70492d01
+20207806
+6fe0c923
+c17f8000
+6fe14ac2
+247a0000
+6fe14883
+247a0000
+6fe14887
+247a0000
+6fe0cba7
+247a0000
+6fe0cbc1
+203a48f2
+67e0cba8
+20600000
+da604ba8
+da4048f2
+2020318a
+6fe0c923
+67e0c92f
+6fe14bc2
+67e14930
+67e14932
+da200000
+6848c992
+18408401
+6fe44bab
+c30e48ff
+18408401
+18467c04
+24414902
+6048c92e
+70492d01
+20600000
+d8400001
+20600000
+78547c00
+6fe0c923
+6848c92f
+98467c00
+24628000
+6fe0c92e
+207a0000
+7048f900
+78347c00
+20600000
+2040491e
+20404917
+2040491a
+2020491c
+6fe0c938
+c0004917
+c000c91a
+c001491c
+20600000
+704baa00
+6848c915
+2020492b
+6848c916
+2020492b
+6848c922
+2020492b
+6848c923
+2020492b
+6fe0c938
+c0004925
+c000c927
+c0014929
+20600000
+6848c915
+2020492f
+6848c916
+2020492f
+6848c922
+2020492f
+44f0c01c
+6048c92f
+da200000
+20207801
+44f1401c
+6048c92f
+da200000
+202077fc
+6fe0c915
+98467c00
+2042c952
+6fe44bab
+c3126065
+20404943
+20404947
+2040494b
+6fe0cba9
+203a6065
+704ba900
+2020607f
+6fe0c915
+98467c00
+2042c954
+20206069
+6fe44bab
+c4130000
+6fe0c922
+2020494e
+6fe44bab
+c4128000
+6fe0c923
+2020494e
+6fe44bab
+c4138000
+6fe0c921
+98467c00
+24628000
+704ba901
+20600000
+704baa00
+20600000
+704baa01
+20600000
+6fe14ac2
+247a0000
+6fe14883
+247a0000
+6fe14887
+247a0000
+6fe0cba7
+247a0000
+20404904
+20740000
+6fe44bab
+c4108000
+c4020000
+c291c97c
+6fe0c8f8
+1fe0fe01
+67e0c8f8
+1fe67c14
+2441496e
+c0014970
+c0024976
+c0034970
+c0044976
+20600000
+7048f801
+20204976
+6fe44bab
+c2914920
+6fe0c921
+c17f8000
+6848c921
+2020492f
+6fe44bab
+c2914912
+6fe0c921
+c17f8000
+6848c921
+2020492b
+6fe14bbe
+68494ab2
+98460400
+6fe14bc8
+98467c00
+2421498e
+6fe0c8f9
+247a0000
+7048f901
+20204986
+6fe14bc6
+67e14930
+67e14932
+6fe44bab
+c29148d0
+6fe0c921
+c17f8000
+202048da
+7048f900
+20204976
+6fe44bab
+c4108000
+c4020000
+c291c9a2
+6fe0c8f8
+1fe67c0a
+2021499e
+6fe0c938
+c000499b
+70409901
+20600000
+6fe44bab
+c38c0000
+202026d0
+6fe0c938
+c00026e1
+70409900
+20600000
+6fe0c8f9
+243a499e
+20204997
+20401291
+6fe08018
+202025e2
+204049a5
+202026ee
+204049a5
+6fe08031
+2feffe00
+24608000
+6fe08048
+2feffe03
+2040a724
+2440a720
+202026ee
+6fe0cb75
+2fe00603
+2420fe5e
+20403223
+20207e60
+204052f7
+247a0000
+70008901
+70008a00
+20207e60
+6fe1478c
+c284c9b3
+202049b8
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+0000ec67
Index: output/sched.rom
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/sched.rom	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/output/sched.rom	(working copy)
@@ -0,0 +1,628 @@
+mem_patch00:
+09   #mem_patch00
+00   #mem_patch01
+00   #mem_patch02
+00   #mem_patch03
+00   #mem_patch04
+00   #mem_patch05
+00   #mem_patch06
+00   #mem_patch07
+00   #mem_patch08
+00   #mem_patch09
+00   #mem_patch0a
+00   #mem_patch0b
+00   #mem_patch0c
+00   #mem_patch0d
+00   #mem_patch0e
+00   #mem_patch0f
+1c   #mem_patch10
+1c   #mem_patch11
+00   #mem_patch12
+80   #mem_patch13
+00   #mem_patch14
+40   #mem_patch15
+00   #mem_patch16
+00   #mem_patch17
+98   #mem_patch18
+d6   #mem_patch19
+5b   #mem_patch1a
+ce   #mem_patch1b
+06   #mem_patch1c
+01   #mem_patch1d
+00   #mem_patch1e
+00   #mem_patch1f
+00   #mem_patch20
+00   #mem_patch21
+00   #mem_patch22
+04   #mem_patch23
+01   #mem_patch24
+00   #mem_patch25
+18   #mem_patch26
+00   #mem_patch27
+00   #mem_patch28
+00   #mem_patch29
+00   #mem_patch2a
+00   #mem_patch2b
+00   #mem_patch2c
+00   #mem_patch2d
+00   #mem_patch2e
+00   #mem_patch2f
+80   #mem_patch30
+00   #mem_patch31
+00   #mem_patch32
+00   #mem_patch33
+0a   #mem_patch34
+00   #mem_patch35
+20   #mem_patch36
+00   #mem_patch37
+01   #mem_patch38
+00   #mem_patch39
+00   #mem_patch3a
+20   #mem_patch3b
+04   #mem_patch3c
+36   #mem_patch3d
+00   #mem_patch3e
+00   #mem_patch3f
+
+
+mem_device_option:08	#08 mouse
+
+mem_lpm_config:88 16 ce	#4khz
+mem_fcomp_div:18
+
+mem_rf_init_data:ff
+mem_rf_init_ptr:mem_rf_init_data
+mem_lpm_xtalcnt:70
+
+
+mem_dig_aon_vsel:00
+mem_gain_fix:ff
+mem_gain_table:04 00 00
+mem_gain_second_agc_en:08	#00-disbale,08-enable
+
+mem_mouse_flag:
+#mouse flag byte1
+#bit0 MOUSE_SELECT_DEVICE_FLAG
+#bit1 MOUSE_24G_PAIRING_FLAG
+#bit2 MOUSE_STORE_EEPROM_FLAG
+#bit3 MOUSE_BT_CANNEL_RECONN_FLAG
+#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
+#bit1 MOUSE_ENABLE_2K_EEPROM
+#bit2 MOUSE_ENABLE_INIT_DELAY
+#bit3 MOUSE_ENABLE_WAKEUP_FROM_POWER
+#bit4 MOUSE_ENABLE_16M
+#bit5 MOUSE_ENABLE_USB
+09
+
+#mouse flag byte3
+#bit0 MOUSE_ENABLE_SPI2
+#bit1 MOUSE_ENABLE_24G
+#bit2 MOUSE_ENABLE_FLASH
+#bit3 MOUSE_ENABLE_EEPROM
+#bit4 MOUSE_ENABLE_ADC
+#bit5 MOUSE_ENABLE_KEYBOARD
+#bit6 MOUSE_ENABLE_24G_SEARCH_DONGLE
+4a
+
+#mouse flag byte4
+#bit0 MOUSE_ENABLE_24G_250Hz
+#bit1 MOUSE_ENABLE_24G_500Hz
+#bit2 MOUSE_ENABLE_24G_1000
+#bit3 MOUSE_ENABLE_BT_125Hz
+#bit4 MOUSE_ENABLE_DPI_LEVEL_4
+#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
+#bit1 MOUSE_ENABLE_LOW_VOLTAGE_LED
+#bit2 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED
+#bit3 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND
+#bit4 MOUSE_ENABLE_4_LED
+#bit5 MOUSE_ENABLE_DPI_FOR_4_LED
+#bit6 MOUSE_ENABLE_BT2_FOR_4_LED
+#bit7 MOUSE_ENABLE_LOW_V_FOR_4_LED
+00
+
+#mouse flag byte6 
+#bit0 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+#bit1 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON
+#bit2 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
+#bit3 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC
+#bit4 MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+#bit5 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+#bit6 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+#bit7 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING
+02
+
+#mouse flag byte7
+#bit0 MOUSE_ENABLE_AUTO_24G_PARING
+#bit1 MOUSE_ENABLE_24G_POWER_ON_PAIRING
+#bit2 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+#bit3 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY
+#bit4 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+#bit5 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+#bit6 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+#bit7 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY
+81
+
+#mouse flag byte8
+#bit0 MOUSE_ENABLE_SMOOTHER
+#bit1 MOUSE_ENABLE_XY_OFFSET
+#bit2 MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED
+#bit3 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+#bit4 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+#bit5 MOUSE_ENABLE_DOUBLE_DPI_KEY
+1b
+
+mem_mouse_led_new_interface_config:
+#bit0 MOUSE_ENABLE_1IO2LED
+#bit1 MOUSE_ENABLE_BT_RECONN_LED_EFFECT
+#bit2 MOUSE_ENABLE_LED_BLINK_LIMIT
+#bit3 MOUSE_ENABLE_LOW_LED
+#bit4 MOUSE_ENABLE_LOW_LED_BLINK_LIMIT
+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
+mem_mouse_24g_reconn_timeout_init:64 #10s
+
+mem_mouse_24g_pair_tx_power:94 #-20dBm
+mem_rssi_dis_min_24g_init:85
+mem_rssi_dis_max_24g_init:90
+mem_rssi_hex_received_max_value_init:63
+mem_rssi_dis_min_ble_init:75
+mem_rssi_dis_max_ble_init:80
+
+mem_bk_button_gpio:ff
+mem_fw_button_gpio:ff
+mem_dpi_button_gpio:0b
+mem_dpi_another_button_gpio:ff
+mem_matrix_public_gpio:ff
+mem_sensor_motion_gpio:ff
+mem_customer_key_gpio:ff
+mem_whee_a_data_gpio:04
+mem_whee_b_data_gpio:05
+mem_config_device_24g_led_gpio:ff
+mem_config_device_bt1_led_gpio:ff
+mem_select_sensor_angle_gpio:ff
+
+mem_lbutton_gpio:0b
+mem_rbutton_gpio:0d
+mem_mbutton_gpio:0c
+mem_config_select_device_button_gpio:0c
+mem_whee_ta_data_gpio:ff
+mem_whee_tb_data_gpio:ff
+mem_device_switch_gpio:ff
+mem_mouse_sensor_sclk_gpio:07
+mem_mouse_sensor_sdio_gpio:06
+mem_config_low_voltage_alarm_gpio:ff
+mem_config_device_bt2_led_gpio:ff
+mem_dpi_led_gpio:ff #03
+mem_firebutton_gpio:ff
+
+mem_mouse_rgb_ctrl_gpio:ff
+mem_sensor_angle_default:02	#00--6CLK   01--9CLK   02--12CLK   03--3CLK
+mem_sensor_angle_switch:02	#00--6CLK   01--9CLK   02--12CLK   03--3CLK
+mem_config_sensor_dpi:00		#00--1200   01--1600
+
+mem_mouse_logo_led_gpio:08
+mem_mouse_logo_led_on_time_init:58 02	#1min
+
+mem_mouse_mos_ctrl_gpio:03
+mem_mouse_mos_ctrl_count:c8
+
+
+
+#1io2led multi start
+#time parm
+mem_mouse_led_multi_type:00				#00:no multi	01:low+led	02:dpi+led	03:low+dpi_led
+mem_mouse_multi_led_powon_timer_init:14	#2s
+mem_mouse_multi_24gled_blink_timer_init:05			#24gled blink time		500ms on,500ms off
+mem_mouse_multi_le_discovery_blink_timer_init:02		#le discovery blink time	500ms on,500ms off
+mem_mouse_multi_le_reconn_blink_timer_init:05			#le reconn blink time		500ms on,500ms off
+mem_mouse_low_led_blink_timer:14				#low blink time			1000ms on,1000ms off
+mem_mouse_dpi_led_blink_timer_init:02			#dpi blink time			200ms on,200ms off
+#blink count=count/2
+mem_mouse_multi_24gled_blink_count_init:01		#24g count
+mem_mouse_multi_le_reconn_blink_count_init:05	#le reconn count
+mem_mouse_multi_lowled_blink_count_init:0a		#low count=count
+#io config
+mem_mouse_1io2led_multi_24gled:0a
+mem_mouse_1io2led_multi_bt1led:8a
+mem_mouse_1io2led_multi_bt2led:ff#03
+mem_mouse_low_gpio:ff
+mem_mouse_dpi_gpio:ff
+#1io2led multi end
+
+mem_usb_offline_check_gpio:ff
+
+
+mem_customer_key_press:
+#03 ea 00 00 00 00 00 00 00 #VOL DOWN
+#02 01 00 00 00 00 00 00 00 #POWERDOWN
+#00 05 00 04 00 00 00 00 00#CTRL+ALT+A
+00 08 00 07 00 00 00 00 00#One-click desktop
+
+mem_customer_key_release:
+#03 00 00 00 00 00 00 00 00 #MEDIA RELEASE
+#02 00 00 00 00 00 00 00 00 #SYSTEM CRTL RELEASE
+#00 00 00 00 00 00 00 00 00#STANDARD KEY RELEASE
+00 00 00 00 00 00 00 00 00#One-click desktop
+
+mem_lpm_mode:01
+
+
+mem_mouse_bluetooth_type:03	#03 bt3.0+ble   #02 ble   #01 bt3.0
+mem_device_number:02  #max device number   value:01,02,03
+
+mem_device_flag:
+00
+34
+ff ff ff ff ff ff
+mem_device2_type:
+34
+ff ff ff ff ff ff
+mem_device3_type:
+33
+ff ff ff ff ff ff
+ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff	# 3.0 fast  conn
+
+
+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:0a 00 #1s
+mem_mouse_24g_search_dongle_time_init: 64 00
+mem_mouse_no_data_timeout:70 17 #10min
+
+mem_mouse_device_poweron_timer_count_init:14	#2s
+mem_mouse_dpi_led_delay_count_init:05	#500ms
+mem_mouse_dpi_led_blink_time: 90 01		#200ms on,200ms off
+mem_mouse_disconvey_led_blink_time: e8 03	#500ms on,500ms off
+mem_mouse_low_v_led_blink_time:90 01		#200ms on,200ms off
+
+
+#bit0:mouse_key_l    bit1:mouse_key_r  bit2:mouse_key_m
+mem_mouse_commbination_key_bt:07
+mem_mouse_commbination_key_24g:03
+mem_mouse_commbination_key_dpi:ff
+
+mem_store_information_delay_timer_init:01
+
+#adc start
+mem_adc_config_flag_init:02 		#00-vinlpm   01-hvin   02-gpio
+mem_adc_channel:05 		#00-gpio4   01-gpio5   02-gpio6  03-gpio7    04-gpio9  05-gpio10  06-gpio11  07-gpio12
+mem_mouse_vdd_full_vol:0f 01		#1.5V
+a2 00#mem_mouse_vdd_empty_vol  :0.9V
+b4 00#mem_mouse_vdd_low_vol   :1.0V
+#mem_mouse_vdd_full_vol:4a 01		#3.3V
+#2c 01#mem_mouse_vdd_empty_vol  :3.0V
+#40 01#mem_mouse_vdd_low_vol   :3.2V
+mem_mouse_vdd_button_press_vol:10 00
+mem_mouse_vdd_switch_gnd_24g_vol:52 00
+mem_mouse_vdd_switch_gnd_full_vol:35 00
+mem_mouse_vdd_switch_gnd_shutdown_voltage:21 00
+mem_mouse_vdd_switch_gnd_low_voltage:25 00
+mem_adc_read_time_init:0a 	#1s
+mem_adc_low_volatage_led_blink_timer:64 00	#10s
+#adc end
+
+mem_mouse_set_high_impedance_bit_set:00 00  00
+mem_sensor_reset_gpio:ff
+
+mem_power_on_flag:01
+
+mem_lpm_mult:20
+mem_lpm_mult_init:20
+
+mem_app_connection_options:06
+mem_lap:15 a3 c8 12 23 51
+mem_local_name_length:
+'BT3.0 Mouse
+mem_sniff_param_interval:
+0e 00 
+01 00 ##mem_sniff_param_attempt:01 00
+02##mem_sniff_param_timeout:00 00
+
+
+mem_unsniff2sniff_timer:0a
+mem_ssp_enable:01
+##mem_all_uuid_16bits:
+##06
+##03#Type: Complete list of 16-bit UUIDs
+##0011 0100 1002 1124  1200  0001
+mem_all_uuid_128bits:00
+mem_ptt:00
+
+
+mem_lmp_io_cap_payload_iocap:03 00 04
+mem_ui_profile_supported:01
+mem_eir_enable:01
+
+mem_le_adv_data_len:1f
+mem_le_adv_data:
+#flag 
+02 01 05
+
+#uuid
+03 03 12 18
+
+#appearance
+03 19 c2 03
+
+mem_le_adv_swift_pair:
+#microsoft swift pair
+06 ff 06 00 03 00 80
+#name
+'\09BT5.2 Mouse
+
+mem_le_scan_data_len:1f
+mem_le_scan_data:
+#name
+'\09BT5.2 Mouse
+
+
+mem_le_name_len:
+'BT5.2 Mouse
+
+mem_le_name_patch_len:	#max 18bytes
+'BT5.2 Mouse
+
+mem_le_interval_min:
+06 00 #min interval
+09 00 #max interval
+20 00 #latency
+2c 01 #timeout
+
+
+mem_le_adv_ind:03 12 18
+mem_le_adv_direct_ind:ff 00 00
+
+mem_le_adv_interval:00 00
+mem_le_adv_type:00 
+mem_le_adv_own_addr_type:00
+mem_le_adv_channel_map:07 
+mem_local_rx_max_octets:fb 00 48 08 fb 00 48 08  # 1b
+
+mem_le_lap:8e b1 3a 0e 8e ed
+
+
+mem_le_keyboard_handle:15 00
+mem_le_notify_handle:19 00
+mem_le_multimedia_handle:1d 00
+mem_le_systemctrl_handle:21 00
+mem_le_battery_level_handle:30 00
+mem_le_pairing_handle:2d 00
+
+mem_le_battery_level_updata_timer_init:96 #15s
+
+
+mem_spi_ncs_gpio:ff
+mem_ui_button_gpio:ff
+mem_ui_button_timeout:1e
+
+
+mem_mouse_dpi_seting:
+03##mem_320x_dpi_0  	1200/1300
+04##mem_320x_dpi_1  	1600
+01##mem_320x_dpi_2   800
+02##mem_320x_dpi_3  	1000
+
+20##mem_3212_dpi_0	1200
+2a##mem_3212_dpi_1	1600
+3f ##mem_3212_dpi_2	2400
+15##mem_3212_dpi_3   800
+
+14##mem_ka8g2_dpi_0	1200
+1b##mem_ka8g2_dpi_1	1600
+11##mem_ka8g2_dpi_2	1000
+0e##mem_ka8g2_dpi_3	800
+
+mem_sensor_s201_dpi:
+8a  ##1200
+8b  ##1600
+83  ##2400
+84  ##3200
+88  ##800
+
+mem_sensor_3212_init:
+09 5a
+26 34
+19 04
+09 00
+ff ff
+
+mem_sensor_3204_init:
+09 5a
+0d f0
+1d e3
+7d d2
+ff ff
+
+mem_sensor_3205_init:
+09 5a
+0d 10
+1d ed
+7d 80
+ff ff
+
+mem_sensor_32xx_init:
+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
+
+mem_sensor_32xx_init_1:
+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
+
+mem_sensor_8650_init:
+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
+
+mem_sensor_8650_init_new:
+09 5a
+ff 27
+ab 40
+be d1
+a0 41
+a1 12
+a5 84
+a7 ff
+b5 d0
+b6 00
+ff 00
+35 c8
+25 af
+09 00
+ff ff
+
+mem_sensor_ka8ul_init:
+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
+
+mem_sensor_8009_init:
+09 5a
+06 02
+09 69
+0d 48
+0e 9f
+0f ba
+09 00
+ff ff
+
+mem_sensor_ka8g2_init:
+09 a5
+46 34
+60 07
+69 04
+7d 20
+7e 00
+09 00
+ff ff
+
+mem_sensor_poweron_init:
+09 5a
+0b f3
+09 00
+ff ff
+
+mem_ka8g2_sensor_poweron_init:
+09 a5
+0b f3
+09 00
+ff ff	
+
+mem_ui_led_struct_ptr:mem_mouse_led_type
+mem_ui_led_struct_num:01
+
+  
+#24g init
+mem_24g_tx_phy:01#0x01:1M/0x02:2M/0x04:S2/0x84:S8
+mem_24g_rx_phy:01#0x01:1M/0x02:2M/0x04:S2/0x84:S8
+mem_24g_data_type:01        #mouse 1,kb 2
+mem_24g_max_retry:06#max tx retry
+mem_24g_rx_window:c0 12     #400us  ## e0 2e#1ms #transmitter long range min:520us
+mem_24g_interval:19
+mem_24g_interval_min:19
+mem_24g_interval_max:1c
+mem_24g_ch_map1:00 13 2c 42
+mem_24g_ch_map2:06 15 36 48
+mem_24g_ch_map3:0f 1a 3a 4c
+mem_24g_ch_map4:11 23 31 4d
+mem_24g_pair_switch:00
+mem_24g_pair_addr:20 15 10 05
+mem_24g_pair_ch:4e
+mem_24g_fast_conn_enable:01
+mem_24g_fast_conn_addr:0f 0f 0f 0f
+mem_24g_short_sleep_set:0c f8 00
+mem_24g_long_sleep_set:00 77 01
+mem_24g_enter_hibernate:00 48 60
+mem_rssi_buff_index:07
+mem_rssi_signal_buf_ptr:mem_mouse_rssi_signal_buf
+mem_power_ctrl_pac_succ_cnt_init:80
+mem_24g_long_sleep_param_update_timer_init:14 00
+mem_24g_transmit_by_interrupt_exit_count_init:50 00
+
+mem_24g_long_sleep_set1:00 a6 0e
+
+mem_flash_base:00 50 00
+mem_eeprom_base:80 1f
+mem_eeprom_block_size:80
+
+mem_tx_power:03#3dbm
+
+
+
+
+
+#log log log log log log log log log log log
+
+#uart config
+#mem_device_uart_tx_gpio:0c	#0c
+#mem_device_uart_rx_gpio:ff
+#mem_device_uart_baud_rate:1a 00	#921600
+#mem_device_uart_rx_buffer:00 1c
+#mem_device_uart_rx_buffer_end:ff 1f
+#mem_device_uart_tx_buffer:00 4f
+#mem_device_uart_tx_buffer_end:ff 4f
+
+
Index: program/app_mouse.prog
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/program/app_mouse.prog	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/program/app_mouse.prog	(working copy)
@@ -0,0 +1,4945 @@
+
+ifdef COMPILE_MOUSE
+mouse_init:
+	call mouse_setting_config
+	call mouse_init_sunt
+	call mouse_dpi_config
+	rtn wake
+	call mouse_usb_check_enable
+	call mouse_drawing_optima_init
+	call mouse_cb_fuction
+	call mouse_sensor_powerdown
+	fetch 1,mem_usb_addr
+	rtnbit1 7
+mouse_init_wireless:	
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BTN_DOWN,mouse_start_discovery
+	call mouse_check_select_device_by_switch
+	branch mouse_start_work
+
+
+mouse_cb_fuction:
+	setarg mouse_24g_package_data
+	store 2,mem_cb_24g_transmit_data
+	setarg mouse_24g_search_dongle
+	store 2,mem_cb_24g_search_receiver
+	setarg mouse_lpm_before_common
+	store 2,mem_cb_24g_lpm_before
+	setarg mouse_le
+	store 2,mem_cb_le_process
+	setarg mouse_bt
+	store 2,mem_cb_bt_process
+	setarg mouse_process_lpm_before
+	store 2,mem_cb_before_lpm
+	setarg mouse_priority_bb_event
+	store 2,mem_cb_bb_event_process
+	setarg mouse_idle
+	store 2,mem_cb_idle_process
+	setarg mouse_before_hibernate
+	store 2,mem_cb_before_hibernate
+	setarg mouse_le_bb_event_connect_complete
+	store 2,mem_cb_att_write	
+	setarg mouse_bb_event_timer
+	store 2,mem_cb_event_timer
+	setarg mouse_spi_write_flash_cb
+	store 2,mem_cb_spi_flash_write_complate
+	setarg mouse_lpm_check_wake_lock
+	store 2,mem_cb_check_wakelock
+	setarg mouse_le_transmit
+	store 2,mem_cb_ble_transmit
+	setarg mouse_bt_slave_match
+	store 2,mem_cb_bt_slave_match
+	setarg mouse_set_lpm_mult
+	store 2,mem_cb_bt_set_mult
+	rtn
+
+
+mouse_setting_config:
+	rtn wake
+	call g24_transmit_init
+	call g24_chmap_param_init
+	call mouse_gpio_init
+	call mouse_param_init
+mouse_setting_config_next:	
+	call le_set_config_fixed_ltk
+	call le_set_justwork
+	call le_set_fixed_ltk
+	call le_set_config_read_authentication
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_load_eeprom_info_check
+	bbit1 MOUSE_ENABLE_FLASH,mouse_load_flash_info_check
+	rtn
+	
+mouse_xtal_init:
+	jam 0x08,mem_fcomp_div		// 0x08--16M 
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_16M
+	jam 0x18,mem_fcomp_div		// 0x18--24M
+	rtn
+
+mouse_default_init:
+	jam 0xff,mem_usb_offline_check_gpio
+	jam 0xff,mem_ui_button_gpio
+	jam 0x1e,mem_ui_button_timeout
+
+	setarg mem_mouse_led_type
+	store 2,mem_ui_led_struct_ptr
+	jam 1,mem_ui_led_struct_num
+
+	setarg mem_mouse_rssi_signal_buf
+	store 2,mem_rssi_signal_buf_ptr
+
+	jam 1,mem_24g_data_type
+	
+	fetch 2,mem_mouse_discovery_timeout
+	store 2,mem_discovery_timeout
+
+	fetch 2,mem_mouse_24g_pair_timeout_init
+	store 2,mem_24g_pair_timeout_init
+
+	fetch 1,mem_mouse_24g_reconn_timeout_init
+	store 2,mem_24g_reconn_timeout_init
+
+	fetch 5,mem_rssi_dis_min_24g_init
+	store 5,mem_rssi_dis_min_24g
+
+	fetch 1,mem_mouse_24g_pair_tx_power
+	store 1,mem_24g_pair_tx_power
+
+
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	nrtn blank
+
+	
+// mouse.dat no configuration parameters
+	setarg 0x020800					//enable poweron direct  & 24g
+	store 3,mem_mouse_flag			
+	setarg 0x800700					// adc led use mode led
+	istore 3,contw
+	setarg 0x0300
+	istore 2,contw
+
+	jam 1,mem_lpm_mode
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_ADC_ENABLE,pdata
+	call mouse_adc_read_enable,true
+
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_24G_250HZ_ENABLE,pdata
+	call mouse_24g_set_250Hz,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_SEARCH_DONGLE_ENABLE,pdata
+	call mouse_24g_search_dongle_enable,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_CLK_16M_ENABLE,pdata
+	call mouse_16M_enable,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_DPI_4_LEVEL_ENABLE,pdata
+	call mouse_dpi_4level_enable,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_KEYBOARD_ENABLE,pdata
+	call mouse_customer_key_enable,true
+	
+	fetch 1,mem_24g_ch_map_update
+	ncall g24_chamap_param_update,blank
+
+	call mouse_xtal_init
+
+	fetch 1,mem_mouse_global_setup
+	and pdata,0x07,temp
+	storet 1,mem_adc_channel
+	rshift3 pdata,pdata
+	and pdata,0x01,temp
+	storet 1,mem_24g_ch_map_update
+	rshift pdata,pdata
+	and pdata,0x03,temp
+	storet 1,mem_adc_config_flag_init
+	rshift2 pdata,pdata
+	and pdata,0x03,pdata
+	call mouse_24g_long_sleep_set
+
+	fetch 1,mem_mouse_global_setup1
+	and pdata,0x03,temp
+	storet 1,mem_sensor_angle_default
+	rshift2 pdata,pdata
+	and pdata,0x03,temp
+	storet 1,mem_sensor_angle_switch
+	rshift2 pdata,pdata
+	and pdata,0x03,pdata
+	store 1,mem_config_sensor_dpi
+	store 1,mem_mouse_dpi
+	rshift2 pdata,pdata
+	and pdata,0x03,pdata
+	store 1,mem_device_number
+
+
+	setarg 0x0b0c0a
+	store 3,mem_lbutton_gpio
+	setarg 0xffffff
+	istore 3,contw
+	setarg 0x0607ff			// clk-07  sdio--06
+	istore 3,contw
+	setarg 0xffffff
+	istore 3,contw
+
+/* adc*/
+	jam 0x0a,mem_adc_read_time_init
+	setarg 0x0064
+	store 2,mem_adc_low_volatage_led_blink_timer
+	call mouse_adc_vol_init	
+/****/
+	setarg 0x1770
+	store 2,mem_mouse_no_data_timeout				// 10min
+	jam 0x14,mem_mouse_device_poweron_timer_count_init	// 2s
+	setarg 0x0190
+	store 2,mem_mouse_low_v_led_blink_time			// 200ms on,200ms off
+	store 2,mem_mouse_dpi_led_blink_time
+	setarg 0x03e8
+	store 2,mem_mouse_disconvey_led_blink_time
+	jam 0x07,mem_rssi_buff_index
+	jam 125,mem_power_ctrl_pac_succ_cnt_init
+	jam TX_POWER_0DB,mem_tx_power
+
+	jam 0x01,mem_24g_fast_conn_enable
+	setarg 0x0f0f
+	store 2,mem_24g_fast_conn_addr
+	store 2,mem_24g_fast_conn_addr+2
+	
+//ble
+	fetch 2,mem_lap
+	store 2,mem_lap+4
+	arg mem_le_lap,contw
+	arg mem_lap,contr
+	arg 0x06,loopcnt
+	call reverse_byte
+	
+	jam 0x20,mem_lpm_mult_init
+	jam 0x34,mem_device1_type
+	fetch 6,mem_le_lap
+	store 6,mem_device1_locall_addr
+	jam 0x02,mem_mouse_bluetooth_type
+
+	jam 0x1f,mem_le_adv_data_len
+	
+	setarg 0x050102
+	store 3,mem_le_adv_data
+	setarg 0x120303
+	istore 3,contw
+	setarg 0x190318
+	istore 3,contw
+	setarg 0x03c2
+	istore 2,contw
+
+	setarg 0x06ff06
+	store 3,mem_le_adv_swift_pair
+	setarg 0x000300
+	istore 3,contw
+	setarg 0x090c80
+	istore 3,contw
+
+	setarg 0x355442		// BT5.2 Mouse
+	istore 3,contw
+	setarg 0x20322e
+	istore 3,contw
+	setarg 0x756f4d
+	istore 3,contw
+	setarg 0x6573
+	istore 2,contw
+
+	jam 0x1f,mem_le_scan_data_len
+	arg mem_le_adv_swift_pair+7,contr
+	arg mem_le_scan_data,contw
+	arg 13,loopcnt
+	call memcpy
+
+	fetch 1,mem_le_scan_data
+	increase -1,pdata
+	store 1,mem_le_name_len
+
+	arg mem_le_scan_data+2,contr
+	arg mem_le_name_len+1,contw
+	arg 11,loopcnt
+	call memcpy
+
+	setarg 0x070007
+	store 3,mem_le_interval_min
+	setarg 0x002000
+	istore 3,contw
+	setarg 0x012c
+	istore 2,contw
+
+	setarg 0x181203
+	store 3,mem_le_adv_ind
+
+	setarg 0x0000ff
+	store 3,mem_le_adv_direct_ind
+
+	setsect 0,0xfb
+	setsect 1,0x2c212
+	setsect 2,0x800f
+	setsect 3,0x21
+	store 8,mem_local_rx_max_octets
+
+	jam 0x07,mem_le_adv_channel_map
+
+	setarg 0x0015
+	store 2,mem_le_keyboard_handle
+	setarg 0x0019
+	store 2,mem_le_notify_handle
+	setarg 0x001d
+	store 2,mem_le_multimedia_handle
+	setarg 0x0021
+	store 2,mem_le_systemctrl_handle
+	setarg 0x0030
+	store 2,mem_le_battery_level_handle
+	setarg 0x0022
+	store 2,mem_le_pairing_handle
+
+	jam 0x96,mem_le_battery_level_updata_timer_init
+
+// 24g
+	jam MODE_24G_DEVICE,mem_device_flag
+	call g24_enable_1M
+	call g24_pair_param_init
+	
+	setarg 0x604800
+	store 3,mem_24g_enter_hibernate
+	setarg 0x012c
+	store 2,mem_24g_long_sleep_param_update_timer_init
+	setarg 0x0050
+	store 2,mem_24g_transmit_by_interrupt_exit_count_init
+	setarg 0x05
+	store 2,mem_mouse_24g_power_on_fast_conn_timer	// 200ms
+	setarg 0x0708									//search dongle 3min
+	store 2,mem_mouse_24g_search_dongle_time_init
+
+	
+// sensor
+	setarg 0x010403
+	store 3,mem_mouse_dpi_seting
+	setarg 0x2a2002
+	istore 3,contw
+	setarg 0x22153f
+	istore 3,contw
+	setarg 0x114433
+	istore 3,contw
+
+	setarg 0x265a09
+	store 3,mem_sensor_3212_init
+	setarg 0x041934
+	istore 3,contw
+	setarg 0x0009
+	istore 2,contw
+	setarg 0xffff
+	istore 2,contw
+
+	setarg 0x0d5a09
+	store 3,mem_sensor_3205_init
+	setarg 0xed1d10
+	istore 3,contw
+	setarg 0x807d
+	istore 2,contw
+	setarg 0xffff
+	istore 2,contw
+
+	setarg 0xff5a09
+	store 3,mem_sensor_8650_init
+	setarg 0x40ab27
+	istore 3,contw
+	setarg 0xa0d1be
+	istore 3,contw
+	setarg 0x12a141
+	istore 3,contw
+	setarg 0xa784a5
+	istore 3,contw
+	setarg 0xd0b5ff
+	istore 3,contw
+	setarg 0xff00b6
+	istore 3,contw
+	setarg 0x000900
+	istore 3,contw
+	setarg 0xffff
+	istore 2,contw
+
+	setarg 0x0d5a09
+	store 3,mem_sensor_ka8ul_init
+	setarg 0xc50e10
+	istore 3,contw
+	setarg 0x109a5b
+	istore 3,contw
+	setarg 0x421138
+	istore 3,contw
+	setarg 0x412828
+	istore 3,contw
+	setarg 0x394923
+	istore 3,contw
+	setarg 0x4bb04a
+	istore 3,contw
+	setarg 0x904ca0
+	istore 3,contw
+	setarg 0x09704d
+	istore 3,contw
+	setarg 0xffff00
+	istore 3,contw
+
+	setarg 0x46a509
+	store 3,mem_sensor_ka8g2_init
+	setarg 0x101934
+	istore 3,contw
+	setarg 0x690760
+	istore 3,contw
+	setarg 0x207d04
+	istore 3,contw
+	setarg 0x09007e
+	istore 3,contw
+	setarg 0x220d00
+	istore 3,contw
+	setarg 0xff220e
+	istore 3,contw
+	jam 0xff,mem_sensor_ka8g2_init+21
+		
+	setarg 0x0b5a09
+	store 3,mem_sensor_poweron_init
+	setarg 0x0009f3
+	istore 3,contw
+	setarg 0xffff
+	istore 2,contw
+
+	//sys init
+	branch app_sys_param_init
+	
+
+mouse_param_init:
+	setarg MOUSE_BT_SDP_ADDR				//bt sdp start address
+	store 2,mem_ui_uuid_table
+	setarg MOUSE_BLE_ATT_LIST_ADDR				//ble attlist start address
+	store 2,mem_ui_le_uuid_table
+	setarg 0x2580
+	store 3,mem_class
+	jam 3,mem_lpm_mult_timeout
+	jam 8,mem_lpm_overhead
+	jam DPI_BUTTON_STATE_UP,mem_select_device_button_statue
+	jam PB_BUTTON_STATE_UP,mem_select_device_button_statue
+	jam COMMBINATION_KEY_STATE_UP,mem_commbination_key_statue	
+	setarg 0x0200
+	store 2,mem_lpm_interval
+	jam 0x17,mem_le_local_mtu
+	jam 0x17,mem_le_remote_mtu
+//===========init spi param==============================
+	setarg 0x0a77
+	store 2,mem_spi_init_clk
+//===========all 16bit uuid==================================
+	setsect 0,0x306
+	setsect 1,0x4440
+	setsect 2,0x10000
+	setsect 3,0x4408
+	store 9,mem_all_uuid_16bits
+	setsect 0,0x1224
+	setsect 1,0x4000
+	setsect 2,0x0
+	istore 5,contw
+//===========features=====================================
+	setsect 0,0x3ffff
+	setsect 1,0x2fe23
+	setsect 2,0x199d9
+	setsect 3,0x20d
+	store 8,mem_features
+//======================================================	
+	setarg mem_le_tx_buffer0_omemalloc
+	store 2,mem_ble_l2cap_tx_buff0_ptr
+	setarg MOUSE_BLE_L2CAP_TXBUFF_SIZE
+	store 2,mem_ble_l2cap_tx_buff_size_ptr
+	
+	call mouse_device_led_all_off
+	call mouse_device_poweron_timer_init
+	call mouse_adc_gpio_mux_init
+
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_BT_125Hz,mouse_param_init_intervl_end
+	jam CLASSIC_INTERVAL_7_5MS,mem_sniff_param_interval
+	setarg LE_INTERVAL_7_5MS
+	store 2,mem_le_interval_min
+	store 2,mem_le_interval_min+2
+mouse_param_init_intervl_end:
+	call g24_interval_param_8ms
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G_250Hz,mouse_24g_short_sleep_set_end
+	call g24_interval_param_4ms
+mouse_24g_short_sleep_set_end:
+	fetch 1,mem_device_flag
+	store 1,mem_device_flag_temp
+	fetch 3,mem_le_lap+3
+	store 3,mem_mouse_le_lap_temp
+	fetch 1,mem_adc_config_flag_init
+	and pdata,0xfe,pdata		// hvin = vinlpm
+	store 1,mem_adc_config_flag_init
+	store 1,mem_adc_config_flag
+	setarg 0
+	store 7,mem_mouse_key
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_bt_discovery_count
+	store 1,mem_select_device_count
+	call le_modified_name
+	branch mouse_sensor_set_angle
+
+
+mouse_start_work:
+	bpatch patch18_3,mem_patch18
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING, mouse_24g_first_start_auto_pair_mode
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_start_mode
+	call mouse_wakeup_from_power_check	// wake from hibernate :enble user
+	nbranch mouse_buletooth_fast_conn_init,user
+mouse_start_reconnect_device:
+	bpatch patch18_4,mem_patch18
+	arg mem_device1_type,rega
+	fetch 1,mem_device_flag
+	increase -1,pdata
+	mul32 pdata,29,pdata
+	iadd rega,rega
+	ifetch 1,rega
+	store 1,mem_xrecord_mode
+mouse_start_reconnect:	
+	fetch 1,mem_xrecord_mode
+	beq REC_3_MODE,mouse3_0_check_reconn_target
+	beq REC_4_MODE,mouse4_0_check_reconn_target
+	branch mouse_start_discovery
+
+
+mouse_wakeup_from_power_check:
+	bpatch patch18_5,mem_patch18
+	disable user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_WAKEUP_FROM_POWER,mouse_wakeup_from_power
+	fetch 1,mem_wakup_from_power_flag
+	bbit0 BIT_POWER_ON,mouse_wakeup_from_power
+	enable user		// mouse power on
+mouse_wakeup_from_power:
+	fetch 1,mem_reconn_times_init
+	store 1,mem_reconn_times
+	rtn
+
+
+mouse3_0_check_reconn_target:
+	fetcht 2,mem_mouse_fast_page_to
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse3_0_check_reconn_target_next
+	fetcht 2,mem_mouse_page_to
+mouse3_0_check_reconn_target_next:	
+	storet 2,mem_page_to
+	fetch 6,mem_hci_plap
+	branch app_bt_start_discovery_short,blank
+	jam 0x17,mem_app_connection_options  //ssp
+	fetch 1,mem_ssp_enable
+	nbranch app_bt_start_reconnect,blank
+	jam 0x04,mem_app_connection_options  //no ssp
+	branch app_bt_start_reconnect
+	
+mouse4_0_check_reconn_target:
+	jam 1,mem_mouse_le_reconnect_flag
+	fetcht 1,mem_mouse_fast_direct_timeout
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse4_0_check_reconn_target_next
+	fetcht 1,mem_mouse_direct_timeout
+mouse4_0_check_reconn_target_next:	
+	storet 1,mem_mouse_direct_timer
+	call app_lpm_mult_disable
+	fetch 3,mem_le_adv_direct_ind
+	store 3,mem_le_adv_data+4
+	call mouse_le_check_adv_flag
+	setarg ADV_FLAG_BREDR_NOT_SUPPORTED
+	istore 1,contr
+	arg mem_le_scan_data,contr
+	call mouse_le_adv_data_update
+	branch check_51cmd_adv
+
+
+/*************************usb**********************************/
+mouse_usb_check_enable:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_USB
+	setarg mouse_usb_config_param
+	store 2,mem_cb_usb_config
+	jam MOUSE_USB_INTERFACE_REMOVE,mem_mouse_usb_vdd_status
+	branch mouse_usb_interface_check
+
+mouse_usb_config_param:
+	call mouse_usb_config_kb_check
+	call mouse_usb_config_param_init
+	branch mouse_usb_config_param_setup
+
+mouse_usb_config_kb_check:
+	jam DONGLE_KB_BIND_EEPROM_OFFECT,mem_mouse_usb_keyboard_flag
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_KEYBOARD
+	jam DONGLE_KB_BIND_SUCCESS,mem_mouse_usb_keyboard_flag
+	rtn
+
+mouse_usb_config_param_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_USB_250,mouse_usb_report_rate_set_250hz
+	bbit1 MOUSE_ENABLE_USB_500,mouse_usb_report_rate_set_500hz
+	bbit1 MOUSE_ENABLE_USB_1000,mouse_usb_report_rate_set_1000hz
+	jam 0x19,mem_wire_usb_interval
+	jam 0x08,mem_usb_tx_interval
+	rtn
+mouse_usb_report_rate_set_250hz:
+	jam 0x0c,mem_wire_usb_interval
+	jam 0x04,mem_usb_tx_interval
+	rtn
+mouse_usb_report_rate_set_500hz:
+	jam 0x06,mem_wire_usb_interval
+	jam 0x02,mem_usb_tx_interval
+	rtn
+mouse_usb_report_rate_set_1000hz:
+	jam 0x03,mem_wire_usb_interval
+	jam 0x01,mem_usb_tx_interval
+	rtn
+
+mouse_usb_config_param_setup:
+	call usb_tx_interval_config
+	call mouse_usb_vid_pid_config
+	branch mouse_usb_hid_icon_config
+
+mouse_usb_vid_pid_config:
+	fetch 1,mem_usb_vid_pid
+	rtn blank
+	fetch 1,mem_mouse_usb_keyboard_flag
+	beq DONGLE_KB_BIND_SUCCESS,dongle_usb_vid_pid_for_suit
+	branch dongle_usb_vid_pid_for_mouse_only_auto_pair
+
+mouse_usb_hid_icon_config:
+	fetch 1,mem_mouse_usb_keyboard_flag
+	branch dongle_usb_hid_icon_config+1
+
+
+mouse_usb_check:
+	fetch 1,core_usb_addr
+	bbit0 7,mouse_usb_no_exsit
+	bbit1 7,mouse_usb_exsit
+	rtn
+mouse_usb_no_exsit:
+	fetch 1,mem_usb_addr
+	rtnbit0 7
+	branch soft_reset_chip
+mouse_usb_exsit:
+	fetch 1,mem_usb_addr
+	rtnbit1 7
+	call mouse_24g_stop
+	branch mouse_stop_bluetooth_mode
+
+mouse_usb_isr:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_USB
+	call usb_isr
+	branch mouse_usb_interface_check
+//	branch usb_offline_state
+
+
+mouse_usb_interface_check:
+	bpatch patch18_6,mem_patch18
+	fetcht 1,mem_usb_offline_check_gpio
+	call gpio_get_bit
+	branch mouse_usb_gpio_low,true
+	branch mouse_usb_gpio_high
+
+
+mouse_usb_gpio_low:
+	fetch 1,mem_mouse_usb_vdd_status
+	rtneq MOUSE_USB_INTERFACE_REMOVE
+	jam MOUSE_USB_INTERFACE_REMOVE,mem_mouse_usb_vdd_status
+	jam 0,mem_usb_device_enumeration_endflag
+	jam 0,mem_usb_status
+	jam 0,mem_usb_state
+	branch mouse_init_wireless
+	
+	
+mouse_usb_gpio_high:
+	fetch 1,mem_mouse_usb_vdd_status
+	rtneq MOUSE_USB_INTERFACE_INSERT
+	jam MOUSE_USB_INTERFACE_INSERT,mem_mouse_usb_vdd_status
+	call mouse_24g_stop
+	call mouse_stop_bluetooth_mode
+	call mouse_device_led_all_off
+	branch usb_init
+	
+	
+mouse_usb_mode:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_USB
+	call mouse_usb_check
+	fetch 1,core_usb_addr
+	store 1,mem_usb_addr
+	rtnbit0 7
+	call mouse_clkn_check 
+	fetch 4,mem_btclk_sensor
+	fetcht 1,mem_wire_usb_interval
+	iadd temp,temp
+	copy clkn_bt,pdata
+	isub temp,null
+	nrtn positive
+	store 4,mem_btclk_sensor
+	call mouse_motion
+	nrtn user
+mouse_push_data_to_usb:
+	fetch 1,core_usb_addr
+	rtnbit0 7
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,mouse_push_mouse_data_to_usb
+	fetch 1,mem_customer_key
+	beq 1,mouse_push_keyboard_data_to_usb
+mouse_push_mouse_data_to_usb:
+	call dongle_usb_tx_ms_data
+	setarg MS_REPORT_ID
+	store 1,mem_usb_mouse_data
+	fetch 7,mem_mouse_key
+	istore 7,contw
+	rtn
+
+mouse_push_keyboard_data_to_usb:
+	fetch 1,mem_customer_data_trigger
+	branch mouse_push_release_keyboard_data_to_usb,blank
+	fetch 8,mem_customer_key_press+1
+mouse_push_keyboard_package_data_to_usb:
+	store 8,mem_pdatatemp
+	fetch 1,mem_customer_key_press
+	beq KB_MULTIKEY_REPORT_ID,mouse_push_multimedia_key_data_to_usb
+	beq KB_SYSTEM_CONCTRL_REPORT_ID,mouse_push_systemctrl_key_data_to_usb
+	call dongle_usb_tx_kb_data
+	fetch 8,mem_pdatatemp
+	store 8,mem_usb_kb_data
+	rtn
+	
+mouse_push_release_keyboard_data_to_usb:
+	fetch 8,mem_customer_key_release+1
+	branch mouse_push_keyboard_package_data_to_usb
+
+mouse_push_multimedia_key_data_to_usb:
+	call dongle_usb_tx_enable_ep2
+	jam USB_EP2_MULTIKEY,mem_usb_ep2_data
+	setarg KB_MULTIKEY_REPORT_ID
+	store 1,mem_usb_kb_multikey
+	fetch 2,mem_pdatatemp
+	istore 2,contw
+	rtn
+
+mouse_push_systemctrl_key_data_to_usb:
+	call dongle_usb_tx_enable_ep2
+	jam USB_EP2_SYSTEMKEY,mem_usb_ep2_data
+	setarg KB_SYSTEM_CONCTRL_REPORT_ID
+	store 1,mem_usb_kb_system
+	fetch 1,mem_pdatatemp
+	istore 1,contw
+	rtn
+
+	
+/*************************usb**********************************/
+
+
+/*****************system clk***********************************/
+
+mouse_clkn_check:
+	fetcht 4,mem_btclk_sensor
+	copy clkn_bt,pdata
+	isub temp,null
+	ncall mouse_clkn_timeout,positive
+	rtn
+mouse_clkn_timeout:
+	setarg 0
+	store 4,mem_btclk_sensor
+	rtn
+
+
+/*
+mouse_enable_clock_qdecoder:
+	fetch 2,core_clkoff
+	set0 CLOCK_OFF_QDECODER,pdata
+	store 2,core_clkoff
+	rtn
+*/
+
+mouse_lpm_check_wake_lock:
+	bmark1 mark_24g,app_get_lpm_wake_lock
+	fetch 1,mem_mouse_clear_sensor_data_flag
+	branch app_get_lpm_wake_lock,blank
+	fetch 1,mem_mouse_le_conn_param_reject
+	beq LE_LPM_DISABLE,app_get_lpm_wake_lock
+	fetch 2,mem_sdp_remote_cid
+	nbranch app_get_lpm_wake_lock,blank
+	fetch 1,mem_mouse_wheel_trigger
+	nbranch app_get_lpm_wake_lock,blank
+	branch app_put_lpm_wake_lock
+
+mouse_delay_enter_hibernata:
+	fetch 1,mem_mouse_direct_timeout
+	store 1,mem_mouse_bluetooth_reconnect_timeout
+	rtn
+
+
+mouse_app_enter_hibernate:
+	bpatch patch18_7,mem_patch18
+	call mouse_sensor_reset
+	call mouse_sensor_powerdown
+	call mouse_setgpio_hibernate
+	branch app_enter_hibernate
+
+	
+mouse_before_hibernate:
+	bpatch patch19_0,mem_patch19
+	enable user
+	fetch 4,0x8138
+	setflag user,26,pdata
+	store 4,core_lpm_reg
+	call lpm_write_ctrl
+	call disable_authrom
+	call mouse_device_led_all_off
+	call mouse_before_hibernate_wheel_gpio_set
+	call mouse_setgpio_hibernate
+	call mouse_flash_power_down
+	call gpio_set_before_lpm_common
+	fetcht 1,mem_sensor_motion_gpio
+	branch gpio_clr_wake
+
+
+mouse_setgpio_hibernate:
+	bpatch patch19_1,mem_patch19
+	call mouse_set_sdio_high
+	call clear_wake
+	call mouse_lpm_before_common
+	call gpio_pd_idle
+	arg 19,temp
+	call mouse_gpio_config_input_pu
+	branch mouse_gpio_set_high_impedance
+	
+
+	
+mouse_process_lpm_before:
+	rtnmark1 mark_24g
+	call mouse_lpm_before_common
+	fetch 1,mem_lpm_current_mult
+	nrtn blank					// 7.5ms, no gpio wakeup
+	branch gpio_clr_wake
+
+mouse_lpm_before_common:
+	bpatch patch19_2,mem_patch19
+	
+	call mouse_wheel_check
+	fetcht 1,mem_mouse_sensor_sclk_gpio					// set sclk high
+	call gpio_config_output
+mouse_lpm_before_common_next:
+	call twspi_disable
+	
+	fetcht 1,mem_lbutton_gpio
+	call gpio_set_wake
+	fetcht 1,mem_rbutton_gpio
+	call gpio_set_wake
+	fetcht 1,mem_mbutton_gpio
+	call gpio_set_wake
+
+	fetcht 1,mem_bk_button_gpio
+	call gpio_set_wake
+	fetcht 1,mem_fw_button_gpio
+	call gpio_set_wake
+	fetcht 1,mem_dpi_button_gpio
+	call gpio_set_wake
+	fetcht 1,mem_config_select_device_button_gpio
+	call gpio_set_wake
+
+	fetcht 1,mem_customer_key_gpio
+	call gpio_set_wake
+	
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_ta_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_tb_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_sensor_motion_gpio
+	branch gpio_set_wake
+
+
+//short mult: no key 
+mouse_set_mult:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,mouse_set_ble_mult
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BT_CONNECTED,mouse_set_bt_mult
+	rtn
+mouse_set_ble_mult:
+	copy rega,pdata
+	nbranch le_set_config_short_mult,blank
+	branch le_clr_config_short_mult
+mouse_set_bt_mult:
+	copy rega,pdata
+	nbranch classic_bt_set_mult_short_flag,blank
+	branch classic_bt_clr_mult_short_flag
+
+/*****************system clk***********************************/
+	
+	
+/****************************adc**************************************/	
+mouse_adc_gpio_set:
+	fetch 1,mem_adc_config_flag
+	rtnne ADC_CONFIG_GPIO
+mouse_adc_gpio_check_output:
+	bpatch patch19_3,mem_patch19
+	fetcht 1,mem_adc_channel
+	sub temp,3,null
+	branch mouse_adc_gpio_4_7_set,positive
+	increase 5,temp
+	storet 1,mem_adc_channel_gpio
+mouse_adc_gpio_set_next:
+	copy temp,rega
+	call gpio_get_config
+	beq gpcfg_output_high,mouse_set_24g_led_statue
+	call mouse_clear_24g_led_statue
+	copy rega,temp
+	branch gpio_set_high_impedance
+
+mouse_adc_gpio_4_7_set:
+	increase 4,temp
+	storet 1,mem_adc_channel_gpio
+	branch mouse_adc_gpio_set_next
+
+mouse_adc_vol_init:
+	fetch 1,mem_adc_config_flag_init
+	beq ADC_CONFIG_GPIO,mouse_adc_gpio_vol_init
+	beq ADC_CONFIG_VINLPM,mouse_adc_gpio_vinlpm_init
+	jam ADC_CONFIG_VINLPM,mem_adc_config_flag_init
+	setarg 0x2c0172		// 0x0172--3.7V  0x012c--3.0V  0x0140--3.2V  0x014a--3.3V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x014001
+	istore 3,contw
+	rtn
+mouse_adc_gpio_vol_init:	
+	setarg 0x5d0099		// 0x0099--1.5V   0x005d--0.9V  0x0068--1.0V  0x0071--1.1V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x007100
+	istore 3,contw
+	rtn
+mouse_adc_gpio_vinlpm_init:
+	setarg 0xc8012c		// 0x012c--3.0V  0x00c8--2.0V  0x00dc--2.2V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x00dc00
+	istore 3,contw
+	rtn
+	
+
+
+mouse_adc_gpio_mux_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_ADC
+	jam MOUSE_ADC_CHECK_MULTIPLE,mem_adc_mux_status
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+	rtnbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC
+	jam MOUSE_ADC_CHECK_BATTERY_ONLY,mem_adc_mux_status
+	rtn
+
+mouse_adc_read_interval:	
+	fetch 1,mem_adc_read_timer
+	increase 1,pdata
+	store 1,mem_adc_read_timer
+	fetcht 1,mem_adc_read_time_init	//1s read adc
+	isub temp,null
+	rtn
+
+
+mouse_adc_read:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_ADC
+	call mouse_adc_gpio_set
+	fetch 1,mem_adc_mux_status
+	branch mouse_adc_read_battery,blank
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_GPIO,mouse_adc_read_gpio_mux_start	// gpio + dpi/switch
+	jam MOUSE_ADC_CHECK_VINLPM_MULTIPLE,mem_adc_mux_status
+	call mouse_adc_read_interval					// vinlpm + dpi/switch
+	branch  mouse_adc_read_gpio, positive
+	call mouse_adc_read_vinlpm
+	branch mouse_adc_read_start
+
+mouse_adc_read_gpio_mux_start:
+	jam MOUSE_ADC_CHECK_GPIO_MULTIPLE,mem_adc_mux_status
+	branch mouse_adc_read_start
+
+mouse_adc_read_gpio:
+	call mouse_adc_gpio_check_output
+	jam ADC_CONFIG_GPIO,mem_adc_config_flag
+	fetch 1,mem_24g_device_led_status
+	ncall mouse_adc_read_vinlpm,blank
+	branch mouse_adc_read_start
+	
+mouse_adc_read_vinlpm:
+	jam 0,mem_adc_read_timer
+	fetch 1,mem_adc_config_flag_init
+	store 1,mem_adc_config_flag
+	rtn	
+	
+mouse_adc_read_battery:		// only get battery
+	fetch 1,mem_adc_config_flag
+	bne ADC_CONFIG_GPIO,mouse_adc_read_battery_start
+	fetch 1,mem_24g_device_led_status
+	nrtn blank
+mouse_adc_read_battery_start:
+	call mouse_adc_read_interval
+	nrtn positive
+mouse_adc_read_start:
+	bpatch patch19_4,mem_patch19
+	fetch 1,mem_24g_device_led_status
+	nrtn blank
+	jam 0,mem_adc_read_timer
+	call vdd_calculate_by_mode
+	store 2,mem_mouse_vdd_now_vol
+	fetch 1,mem_adc_config_flag
+	bne ADC_CONFIG_GPIO, mouse_adc_data_process
+	fetcht 2,mem_mouse_vdd_now_vol	// BAT= 1.5V, R = 200k, a = a*1.8
+	mul32 temp,8,pdata
+	div pdata,10
+	call get_div_result
+	iadd temp,pdata
+	store 2,mem_mouse_vdd_now_vol
+mouse_adc_data_process:	
+	arg mem_mouse_vdd_calculate_set,rega
+	call mouse_adc_bat_percent_lowpower_out
+	fetch 1,mem_adc_power_flag
+	bbit1 2,mouse_adc_button_press
+	bbit1 1,mouse_power_down
+	bbit0 0,mouse_adc_no_low_voltage
+mouse_adc_data_process_next:
+	jam 1,mem_mouse_adc_last_low_voltage_flag
+	branch mouse_adc_low_voltage
+	
+mouse_adc_low_voltage:
+	arg MOUSE_LOW_VOLTAGE_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_adc_no_low_voltage:
+	arg MOUSE_LOW_VOLTAGE_FLAG,queue
+	call mouse_disable_function_flag
+	jam 12,mem_adc_low_volatage_led_timer_count
+	fetch 1,mem_mouse_adc_last_low_voltage_flag
+	rtn blank
+	jam 0,mem_mouse_adc_last_low_voltage_flag
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	branch mouse_led_off
+
+
+
+mouse_adc_bat_percent_lowpower_out:
+	bpatch patch19_5,mem_patch19
+	ifetch 8,rega
+	store 8,mem_pdatatemp
+	fetch 1,mem_adc_mux_status
+	beq MOUSE_ADC_CHECK_BATTERY_ONLY,mouse_adc_bat_percent_lowpower_out_battery
+	beq MOUSE_ADC_CHECK_GPIO_MULTIPLE,mouse_adc_bat_percent_lowpower_out_gpio_multiple
+	beq MOUSE_ADC_CHECK_VINLPM_MULTIPLE,mouse_adc_bat_percent_lowpower_out_vinlpm_multiple
+mouse_adc_bat_percent_lowpower_out_gpio_multiple:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC,mouse_adc_bat_percent_lowpower_out_gpio_switch
+	fetch 2,mem_pdatatemp+6		               	//now voltage
+	fetcht 2,mem_mouse_vdd_button_press_vol	// button press check
+	isub temp,null
+	nbranch mouse_adc_set_button_press_flag,positive
+	
+mouse_adc_bat_percent_lowpower_out_gpio_switch:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC,mouse_adc_bat_percent_lowpower_out_battery
+	jam 0,mem_mouse_adc_button_press_flag
+	fetch 2,mem_pdatatemp+6				    	        //now voltage	
+	fetcht 2,mem_mouse_vdd_switch_gnd_24g_vol	// switch mode check
+	isub temp,null
+	nbranch mouse_select_24gdevice,positive
+	call mouse_select_btdevice
+	branch mouse_adc_bat_percent_lowpower_out_battery
+
+mouse_select_24gdevice:
+	call mouse_check_select_24gdevice
+	branch mouse_adc_bat_percent_lowpower_out_battery
+
+
+mouse_adc_bat_percent_lowpower_out_battery:	
+	call mouse_adc_clear_button_press_flag
+	call adc_clear_no_power_flag
+	call adc_clear_low_power_flag
+	fetch 2,mem_pdatatemp+6
+	fetcht 2,mem_pdatatemp+2	        //shutdown voltage
+	isub temp,null
+	ncall adc_set_no_power_flag,positive
+
+	fetcht 2,mem_pdatatemp+4		//low voltage
+	isub temp,null
+	ncall adc_set_low_power_flag,positive
+
+mouse_adc_bat_level_set:
+	fetch 2,mem_pdatatemp+6		//now voltage	
+	fetcht 2,mem_pdatatemp		//full voltage
+	isub temp,null
+	branch mouse_adc_bat_level_100_percent,positive		// now >= full
+	fetcht 2,mem_pdatatemp+2	        //shutdown voltage
+	isub temp,pdata
+	nbranch mouse_adc_bat_level_0_percent,positive		// now < shutdown
+	branch mouse_adc_bat_level_0_percent,blank			// now = shutdown
+	mul32 pdata,100,rega								// (now - shutdown)*100 /(full - shutdown)
+	fetch 2,mem_pdatatemp
+	fetcht 2,mem_pdatatemp+2
+	isub temp,temp
+	copy rega,pdata
+	idiv temp
+	call get_div_result
+	store 1,mem_le_battery_level_percentage
+	rtn
+
+mouse_adc_bat_level_100_percent:
+	jam 100,mem_le_battery_level_percentage
+	rtn
+mouse_adc_bat_level_0_percent:	
+	jam 0,mem_le_battery_level_percentage
+	rtn
+
+	
+mouse_adc_bat_percent_lowpower_out_vinlpm_multiple:
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_GPIO,mouse_adc_bat_percent_lowpower_out_gpio_multiple
+	branch mouse_adc_bat_percent_lowpower_out_battery
+	
+
+mouse_adc_set_button_press_flag:
+	fetcht 1,mem_adc_power_flag
+	set1 2,temp
+	storet 1,mem_adc_power_flag
+	rtn	
+
+mouse_adc_clear_button_press_flag:
+	fetcht 1,mem_adc_power_flag
+	set0 2,temp
+	storet 1,mem_adc_power_flag
+	rtn		
+
+mouse_adc_button_press:
+	jam 1,mem_mouse_adc_button_press_flag
+	rtn
+
+mouse_power_down:
+	call mouse_device_led_all_off
+	branch mouse_app_enter_hibernate
+	
+/****************************adc**************************************/	
+
+/****************************gpio******************************************/
+mouse_gpio_init:
+	fetcht 1,mem_eeprom_wp_gpio
+	call gpio_config_output
+	call usb_offline_check_init
+	fetcht 1,mem_lbutton_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_rbutton_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_mbutton_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_bk_button_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_fw_button_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_dpi_button_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_matrix_public_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_customer_key_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_whee_a_data_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_whee_b_data_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_whee_ta_data_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_whee_tb_data_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_sensor_motion_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_device_switch_gpio
+	call mouse_gpio_config_input_pu
+	
+
+	fetcht 1,mem_sensor_reset_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_config_device_24g_led_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_config_device_bt1_led_gpio
+	call gpio_config_output
+	
+	fetcht 1,mem_config_device_bt2_led_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_dpi_led_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_select_sensor_angle_gpio
+	branch mouse_gpio_config_input_pu
+
+
+mouse_gpio_set_pupd_by_input:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	and temp,0x7f,queue
+	fetch 4,core_gpio_in
+	qisolate1 pdata
+	branch mouse_gpio_config_input_pu,true
+	branch mouse_gpio_config_input_pd
+
+	
+mouse_gpio_config_input_pd:
+	set1 gpio_active_bit,temp
+	branch gpio_config_input
+
+mouse_gpio_config_input_pu:
+	set0 gpio_active_bit,temp
+	branch gpio_config_input
+
+mouse_gpio_set_high_impedance:
+	fetch 3,mem_mouse_set_high_impedance_bit_set
+	store 3,mem_pdatatemp
+	arg 20,loopcnt
+	arg 0,temp
+mouse_gpio_set_high_impedance_bit_loop:	
+	fetch 3,mem_pdatatemp
+	isolate1 0,pdata
+	call gpio_set_high_impedance,true
+	fetch 3,mem_pdatatemp
+	lshift pdata,pdata
+	store 3,mem_pdatatemp
+	increase 1,temp
+	loop mouse_gpio_set_high_impedance_bit_loop
+	rtn
+
+
+
+/****************************gpio******************************************/
+
+/*******************spi*****************************/
+mouse_sensor_spi_init:
+	call mouse_spid_init_pin
+	jam 0x73,mem_spi_init_clk
+//	jam 0x1e,mem_spi_init_delay_time
+	call mouse_spi_init
+	branch twspi_enable
+	
+mouse_spi_write_flash_cb:
+mouse_spi_init:
+	branch spid_init
+	
+mouse_spid_init_pin:
+	fetch 1,mem_mouse_sensor_sclk_gpio
+ 	arg gpcfg_spid_sck,temp
+ 	call gpio_config_function_int
+ 	fetch 1,mem_mouse_sensor_sdio_gpio
+ 	arg gpcfg_spid_sdio,temp
+ 	branch gpio_config_function_int
+
+
+/*******************spi*****************************/
+
+
+
+
+mouse_motion:
+	bpatch patch19_6,mem_patch19
+	disable user
+	setarg 0
+	store 6,mem_mouse_x
+	call mouse_check_sensor_data
+	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 mouse_drawing_optima
+	branch mouse_no_data_timer_init
+
+	
+
+/*******************wheel*************************/
+mouse_zwheel:
+	fetch 1,mem_mouse_z_data
+	rtn blank	
+	store 1,mem_mouse_z
+	jam 0,mem_mouse_z_data
+	branch enable_user
+	
+mouse_t_zwheel:
+	fetch 1,mem_mouse_tz_data
+	rtn blank	
+	store 1,mem_mouse_tz
+	jam 0,mem_mouse_tz_data
+	branch enable_user
+
+mouse_wheel_check:
+	call mouse_t_wheel_scan
+	call mouse_wheel_scan
+	fetch 1,mem_wheel_tb_new_pinlevel
+	fetcht 1,mem_wheel_tb_old_pinlevel
+	store 1,mem_wheel_tb_old_pinlevel
+	isub temp,null
+	nbranch app_lpm_wake_auto_lock,zero
+	fetch 1,mem_mwheel_b_new_pinlevel
+	fetcht 1,mem_mwheel_b_old_pinlevel
+	store 1,mem_mwheel_b_old_pinlevel
+	isub temp,null
+	nbranch app_lpm_wake_auto_lock,zero
+	rtn
+mouse_t_wheel_scan:
+	fetch 1,mem_whee_ta_data_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	fetcht 1,mem_whee_ta_data_gpio
+	call gpio_get_bit
+	setflag true,0,rega
+	fetcht 1,mem_whee_tb_data_gpio
+	call gpio_get_bit
+	setflag true,1,rega
+	copy rega,pdata
+	store 1,mem_wheel_tb_new_pinlevel
+	beq 0x01,mouse_t_wheel_scan_judge1
+	beq 0x02,mouse_t_wheel_scan_judge2
+	fetch 1,mem_wheel_tog
+	bbit1 7,mouse_t_wheel_scan_judge3
+	rtn
+
+mouse_t_wheel_scan_judge1:
+	fetch 1,mem_wheel_tb_old_pinlevel
+	beq 0,mouse_t_wheel_scan_judge11
+	beq 3,mouse_t_wheel_scan_judge12
+	rtn
+mouse_t_wheel_scan_judge2:
+	fetch 1,mem_wheel_tb_old_pinlevel
+	beq 0,mouse_t_wheel_scan_judge21
+	beq 3,mouse_t_wheel_scan_judge22
+	rtn
+mouse_t_wheel_scan_judge11:
+	jam 0x82,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge12:
+	jam 0x81,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge21:
+	jam 0x80,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge22:
+	jam 0x83,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge3:
+	fetch 1,mem_wheel_tog
+	set0 7,pdata
+	store 1,mem_wheel_tog
+	beq 0,mouse_t_wheel_scan_judge30
+	beq 1,mouse_t_wheel_scan_judge31
+	beq 2,mouse_t_wheel_scan_judge32
+	beq 3,mouse_t_wheel_scan_judge33
+	rtn
+mouse_t_wheel_scan_judge30:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 3,mouse_wheel_t_forward
+	rtn
+mouse_t_wheel_scan_judge31:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 0,mouse_wheel_t_forward
+	rtn
+mouse_t_wheel_scan_judge32:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 3,mouse_wheel_t_back
+	rtn
+mouse_t_wheel_scan_judge33:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 0,mouse_wheel_t_back
+	rtn
+mouse_wheel_t_forward:
+	fetch 1,mem_mouse_tz_data
+	increase 1,pdata
+	store 1,mem_mouse_tz_data
+	rtn
+mouse_wheel_t_back:
+	fetch 1,mem_mouse_tz_data
+	increase -1,pdata
+	store 1,mem_mouse_tz_data
+	rtn
+
+
+mouse_wheel_scan:
+	fetch 1,mem_whee_a_data_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_get_bit
+	setflag true,0,rega
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_get_bit
+	setflag true,1,rega
+	copy rega,pdata
+	store 1,mem_mwheel_b_new_pinlevel
+	beq 0x01,mouse_wheel_scan_judge1
+	beq 0x02,mouse_wheel_scan_judge2
+	fetch 1,mem_mwheel_tog
+	bbit1 7,mouse_wheel_scan_judge3
+	rtn
+
+mouse_wheel_scan_judge1:
+	fetch 1,mem_mwheel_b_old_pinlevel
+	beq 0,mouse_wheel_scan_judge11
+	beq 3,mouse_wheel_scan_judge12
+	rtn
+mouse_wheel_scan_judge2:
+	fetch 1,mem_mwheel_b_old_pinlevel
+	beq 0,mouse_wheel_scan_judge21
+	beq 3,mouse_wheel_scan_judge22
+	rtn
+mouse_wheel_scan_judge11:
+	jam 0x82,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge12:
+	jam 0x81,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge21:
+	jam 0x80,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge22:
+	jam 0x83,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge3:
+	fetch 1,mem_mwheel_tog
+	set0 7,pdata
+	store 1,mem_mwheel_tog
+	beq 0,mouse_wheel_scan_judge30
+	beq 1,mouse_wheel_scan_judge31
+	beq 2,mouse_wheel_scan_judge32
+	beq 3,mouse_wheel_scan_judge33
+	rtn
+mouse_wheel_scan_judge30:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 3,mouse_wheel_forward
+	rtn
+mouse_wheel_scan_judge31:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 0,mouse_wheel_forward
+	rtn
+mouse_wheel_scan_judge32:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 3,mouse_wheel_back
+	rtn
+mouse_wheel_scan_judge33:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 0,mouse_wheel_back
+	rtn
+mouse_wheel_forward:
+	fetch 1,mem_mouse_z_data
+	increase 1,pdata
+	store 1,mem_mouse_z_data
+	rtn
+mouse_wheel_back:
+	fetch 1,mem_mouse_z_data
+	increase -1,pdata
+	store 1,mem_mouse_z_data
+	rtn
+
+
+mouse_wheel_gpio_set_wake:
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_ta_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_tb_data_gpio
+	branch gpio_set_wake_by_current_state
+	
+mouse_before_hibernate_wheel_gpio_set:
+	fetcht 1,mem_whee_a_data_gpio
+	call mouse_gpio_set_pupd_by_input
+	fetcht 1,mem_whee_b_data_gpio
+	call mouse_gpio_set_pupd_by_input
+	fetcht 1,mem_whee_ta_data_gpio
+	call mouse_gpio_set_pupd_by_input
+	fetcht 1,mem_whee_tb_data_gpio
+	branch mouse_gpio_set_pupd_by_input
+
+mouse_wheel_trigger:
+	fetch 2,mem_mouse_z
+	rtn blank
+	jam 1,mem_mouse_wheel_trigger
+	jam 10,mem_mouse_wheel_trigger_timer
+	rtn
+
+mouse_wheel_trigger_timer:
+	arg mem_mouse_wheel_trigger_timer,regc
+	arg mouse_wheel_trigger_disable,regb
+	branch timer_single_step
+mouse_wheel_trigger_disable:
+	jam 0,mem_mouse_wheel_trigger
+	rtn
+
+
+/*
+mouse_set_qdecoder_x:
+	arg MOUSE_DEFAULT_XA_GPIO,temp
+	call mouse_gpio_config_input_pu
+	arg MOUSE_DEFAULT_XA_GPIO,temp
+	call gpio_get_bit
+	rtn true
+	fetch 1,core_qdec_cntx
+	set1 4,pdata
+	store 1,core_qdec_cntx
+	rtn
+*/	
+	
+/*******************wheel*************************/
+
+
+
+/********************dpi******************************/
+mouse_dpi_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC,mouse_dpi_check_connect_adc
+	fetch 1,mem_dpi_button_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	jam MOUSE_DPI_KEY,mem_mouse_key_temp
+	fetcht 1,mem_dpi_button_gpio
+	call mouse_dpi_key_check
+mouse_dpi_check_next:
+	store 1,mem_mouse_dpikey_press_status
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_dpi_check_end
+	call mouse_matrix_public_gpio_reset
+mouse_dpi_check_exit:	
+	copy rega,pdata
+	bbit1 MOUSE_DPI_KEY,mouse_dpi_down
+	branch mouse_dpi_up
+
+mouse_dpi_check_connect_adc:
+	fetch 1,mem_mouse_adc_button_press_flag
+	branch mouse_dpi_up,blank
+	branch mouse_dpi_down
+	
+mouse_dpi_key_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_GND,mouse_dpi_key_connect_gnd
+	fetch 1,mem_mouse_dpikey_press_status
+	copy pdata,regc
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_check
+mouse_dpi_key_check_next:
+	fetch 1,mem_mouse_ghost_flag
+	nbranch mouse_dpi_check_end,blank
+	branch mouse_dpi_key_connect_matrix	
+
+mouse_3io6key_dpi_check_end:
+	fetcht 1,mem_dpi_button_gpio
+	call mouse_gpio_config_input_pu
+	branch mouse_dpi_check_exit
+
+mouse_dpi_check_end:
+	jam DPI_BUTTON_STATE_UP,mem_mouse_dpi_button_state
+	jam 0,mem_mouse_dpikey_press_status
+	rtn
+
+mouse_dpi_key_connect_gnd:
+	fetch 1,mem_mouse_dpikey_press_status
+	branch mouse_check_key_connect_gnd
+
+mouse_dpi_key_connect_matrix:
+	call gpio_get_bit
+	fetcht 1,mem_matrix_public_gpio
+	branch mouse_dpi_key_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_dpi_button_gpio
+	fetch 1,mem_mouse_dpikey_press_status
+	branch mouse_check_key_connect_gnd
+
+
+mouse_dpi_down:
+	fetch 1,mem_mouse_dpi_button_state
+	rtneq DPI_BUTTON_STATE_DOWN
+	jam DPI_BUTTON_STATE_DOWN,mem_mouse_dpi_button_state
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+	branch mouse_dpi_process
+
+mouse_dpi_up:
+	fetch 1,mem_mouse_dpi_button_state
+	rtneq DPI_BUTTON_STATE_UP
+	jam DPI_BUTTON_STATE_UP,mem_mouse_dpi_button_state
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON,mouse_dpi_up_next
+	bbit1 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY,mouse_dpi_up_next
+	rtn
+mouse_dpi_up_next:	
+	fetch 1,mem_mouse_dpi_long_press_flag
+	nbranch mouse_dpi_up_after_long_press,blank
+	fetch 1,mem_select_device_count
+	ncall mouse_dpi_process,blank
+mouse_dpi_up_after_long_press:	
+	jam 0,mem_mouse_dpi_long_press_flag
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_select_device_count	
+	store 1,mem_bt_discovery_count	
+	rtn
+	
+mouse_dpi_process:	
+	bpatch patch19_7,mem_patch19
+	call mouse_dpi_ghost_check
+	rtn user
+	fetch 1,mem_mouse_dpi
+	increase 1,pdata
+	and pdata,0x03,pdata
+	store 1,mem_mouse_dpi
+	call mouse_seting_dpi
+	branch mouse_store_device_info_delay
+
+mouse_dpi_ghost_check:
+	disable user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+	fetch 1,mem_mouse_lkey_press_status
+	rtn blank
+	fetch 1,mem_mouse_rkey_press_status
+	rtn blank
+	enable user
+	rtn
+	
+
+mouse_dpi_key_check_long_press:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON,mouse_select_device_by_dpi_button
+	bbit1 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY,mouse_discovery_by_dpi_button
+	rtn
+
+
+mouse_select_device_by_dpi_button:
+	fetch 1,mem_mouse_dpi_button_state
+	rtnne DPI_BUTTON_STATE_DOWN	
+	arg mem_select_device_count,regc
+	arg mouse_ready_reconnection_by_dpi_button,regb
+	branch timer_single_step
+
+mouse_ready_reconnection_by_dpi_button:
+	jam 1,mem_mouse_dpi_long_press_flag
+	branch mouse_ready_reconnection_by_button
+
+mouse_discovery_by_dpi_button:
+	fetch 1,mem_mouse_dpi_button_state
+	rtnne DPI_BUTTON_STATE_DOWN	
+	arg mem_bt_discovery_count,regc
+	arg mouse_long_dpi_button_bt_discovery,regb
+	branch timer_single_step
+
+mouse_long_dpi_button_bt_discovery:
+	jam 1,mem_mouse_dpi_long_press_flag
+	branch mouse_long_button_bt_discovery
+
+
+
+mouse_dpi_config:
+	branch mouse_seting_sensor_type
+
+
+mouse_setting_dpi_4_level:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_DPI_LEVEL_4
+	fetch 1,mem_mouse_dpi
+	rtnne MOUSE_DPI_LEVEL4
+	jam MOUSE_DPI_LEVEL1,mem_mouse_dpi
+	rtn
+	
+
+mouse_seting_dpi:
+	bpatch patch1a_0,mem_patch1a
+	call mouse_setting_dpi_4_level
+	call mouse_dpi_led_blink_delay
+mouse_seting_sensor_type:
+	fetch 1,mem_config_sensor_type
+	beq P3212,mouse_seting_3212_dpi
+	beq KA8G2,mouse_seting_ka8g2_dpi
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_cpi0		//1200
+	beq MOUSE_DPI_LEVEL2,mouse_set_cpi1		//1600
+	beq MOUSE_DPI_LEVEL3,mouse_set_cpi2		//800
+	beq MOUSE_DPI_LEVEL4,mouse_set_cpi3		//1000
+mouse_set_cpi1:	//320x+8009
+	fetcht 1,mem_320x_dpi_1
+	branch mouse_dpi_store
+mouse_set_cpi0:
+	fetcht 1,mem_320x_dpi_0
+	branch mouse_dpi_store
+mouse_set_cpi2:
+	fetcht 1,mem_320x_dpi_2
+	branch mouse_dpi_store
+mouse_set_cpi3:
+	fetcht 1,mem_320x_dpi_3
+	branch mouse_dpi_store
+
+mouse_dpi_store:
+	fetch 1,mem_config_sensor_type
+	beq P3065_XY,mouse_3065xy_set_dpi
+	beq MX8650,mouse_3065xy_set_dpi
+	beq KA8,mouse_ka8_set_dpi
+	beq P6520,mouse_ka8_set_dpi
+	beq P8009,mouse_3065xy_set_dpi
+mouse_dpi_write:		// 3205  1  2  3  4
+	storet 1,mem_mouse_cpi_count
+	setarg MOUSE_DPI_ADDRESS
+	call twspi_read
+	and pdata,0xf8,temp
+	fetch 1,mem_mouse_cpi_count
+	iadd temp,pdata
+	lshift8 pdata,pdata
+	add pdata,MOUSE_DPI_ADDRESS,pdata
+	branch twspi_write
+
+mouse_3065xy_set_dpi:	// 0 1 2 3
+	increase -1,temp
+	branch mouse_dpi_write
+
+mouse_ka8_set_dpi:	// 3 4 5 6
+	increase 2,temp
+	branch mouse_dpi_write
+
+mouse_seting_3212_dpi:
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_p3212_cpi0	//1200
+	beq MOUSE_DPI_LEVEL2,mouse_set_p3212_cpi1	//1600
+	beq MOUSE_DPI_LEVEL3,mouse_set_p3212_cpi2	//2400
+	beq MOUSE_DPI_LEVEL4,mouse_set_p3212_cpi3	//800
+mouse_set_p3212_cpi1:
+	fetch 1,mem_3212_dpi_1
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi0:
+	fetch 1,mem_3212_dpi_0
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi2:
+	fetch 1,mem_3212_dpi_2
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi3:
+	fetch 1,mem_3212_dpi_3
+mouse_p3212_dpi:
+	store 1,mem_mouse_cpi_count
+	lshift8 pdata,pdata
+	copy pdata,rega
+	add pdata,MOUSE_P3212_DPI_XADDRESS,pdata
+  	call twspi_write
+ 	copy rega,pdata
+  	add pdata,MOUSE_P3212_DPI_YADDRESS,pdata
+	branch twspi_write
+
+mouse_seting_ka8g2_dpi:
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_pka8g2_cpi0		//1600
+	beq MOUSE_DPI_LEVEL2,mouse_set_pka8g2_cpi1		//2400
+	beq MOUSE_DPI_LEVEL3,mouse_set_pka8g2_cpi2		//3200
+	beq MOUSE_DPI_LEVEL4,mouse_set_pka8g2_cpi3		//800
+mouse_set_pka8g2_cpi1:
+	fetch 1,mem_ka8g2_dpi_1
+	branch mouse_p3212_dpi
+
+mouse_set_pka8g2_cpi0:
+	fetch 1,mem_ka8g2_dpi_0
+	branch mouse_p3212_dpi
+	
+mouse_set_pka8g2_cpi2:
+	fetch 1,mem_ka8g2_dpi_2
+	branch mouse_p3212_dpi
+
+mouse_set_pka8g2_cpi3:
+	fetch 1,mem_ka8g2_dpi_3
+	branch mouse_p3212_dpi
+
+		
+/********************dpi******************************/		
+
+
+/***********************key******************************/
+
+mouse_key:
+	call mouse_check_key_gpio
+	call mouse_ghost_key_check
+	call mouse_set_mult
+	call mouse_24g_key
+	copy rega,pdata
+	fetcht 1,mem_mouse_key_last
+	store 1,mem_mouse_key_last
+	store 1,mem_mouse_key
+	ixor temp,pdata
+	sub pdata,0,null
+	rtn zero
+	branch enable_user
+
+mouse_24g_key:
+	rtnmark0 mark_24g
+	copy rega,pdata
+	rtn blank
+	store 1,mem_mouse_key
+	branch enable_user
+
+mouse_ghost_key_check:
+	jam 0,mem_mouse_matrix_key_cow_count
+	jam 0,mem_mouse_matrix_key_row_count
+	jam 0,mem_mouse_ghost_flag
+	copy pdata,temp
+	call mouse_ghost_key_check_L_BK
+	call mouse_ghost_key_check_M_FW
+	call mouse_ghost_key_check_BK_FW
+	call mouse_ghost_key_check_LMR
+	fetch 1,mem_mouse_matrix_key_row_count
+	rtn blank
+	fetch 1,mem_mouse_matrix_key_cow_count
+	rtn blank
+	jam 1,mem_mouse_ghost_flag
+	fetch 1,mem_mouse_key_last		// matrix have ghost key
+	copy pdata,rega
+	rtn
+
+mouse_ghost_key_check_L_BK:
+	and temp,MOUSE_L_BK_BUTTON,pdata
+	beq MOUSE_L_BK_BUTTON,mouse_matrix_cow_more_than_one_key
+	rtn
+mouse_ghost_key_check_M_FW:
+	and temp,MOUSE_M_FW_BUTTON,pdata
+	beq MOUSE_M_FW_BUTTON,mouse_matrix_cow_more_than_one_key
+	rtn
+mouse_ghost_key_check_BK_FW:
+	and temp,MOUSE_BK_FW_BUTTON,pdata
+	beq MOUSE_BK_FW_BUTTON,mouse_matrix_row_more_than_one_key
+	rtn	
+
+mouse_ghost_key_check_LMR:
+	and temp,MOUSE_LMR_BUTTON,pdata	// key LMR press
+	beq MOUSE_LR_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_LM_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_RM_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_LMR_BUTTON,mouse_matrix_row_more_than_one_key
+	rtn
+
+
+mouse_matrix_row_more_than_one_key:
+	jam 1,mem_mouse_matrix_key_row_count
+	rtn
+
+mouse_matrix_cow_more_than_one_key:
+	jam 1,mem_mouse_matrix_key_cow_count
+	rtn
+
+mouse_key_check_once:
+	call mouse_check_key_gpio_once
+	call mouse_check_key_gpio
+	setarg 0x00
+	store 3,mem_mouse_lkey_press_status
+	rtn
+	
+mouse_check_key_gpio:
+	bpatch patch1a_1,mem_patch1a
+	fetch 1,mem_sensor_shutdown_flag
+	ncall mouse_check_key_gpio_once,blank
+	arg 0,rega
+	call mouse_check_lkey_gpio
+	call mouse_check_rkey_gpio
+	call mouse_check_mkey_gpio
+	call mouse_check_bkkey_gpio
+	call mouse_check_fwkey_gpio
+mouse_check_key_gpio_next:
+	call mouse_check_customerkey_gpio
+	copy rega,pdata
+	rtn
+
+mouse_check_key_gpio_once:
+	setarg 0x030303
+	store 3,mem_mouse_lkey_press_status
+	rtn
+
+mouse_check_lkey_gpio:
+	jam MOUSE_L_KEY,mem_mouse_key_temp
+	fetcht 1,mem_lbutton_gpio
+	fetch 1,mem_mouse_lkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_lkey_press_status
+	rtn
+
+mouse_check_rkey_gpio:
+	jam MOUSE_R_KEY,mem_mouse_key_temp
+	fetcht 1,mem_rbutton_gpio
+	fetch 1,mem_mouse_rkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_rkey_press_status
+	rtn
+	
+mouse_check_mkey_gpio:
+	jam MOUSE_M_KEY,mem_mouse_key_temp
+	fetcht 1,mem_mbutton_gpio
+	fetch 1,mem_mouse_mkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_mkey_press_status
+	rtn
+
+mouse_check_bkkey_gpio:
+	fetch 1,mem_bk_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_BK_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_bkkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_bk_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_bk_check
+mouse_check_bkkey_gpio_next:
+	call gpio_get_bit
+	branch mouse_check_bk_button_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_bk_button_gpio
+	fetch 1,mem_mouse_bkkey_press_status
+	call mouse_check_key_connect_gnd
+mouse_check_bkkey_gpio_end:	
+	store 1,mem_mouse_bkkey_press_status
+	branch mouse_matrix_public_gpio_reset
+
+mouse_check_bk_button_connect_gnd:
+	fetcht 1,mem_matrix_public_gpio
+	fetch 1,mem_mouse_bkkey_press_status
+	call mouse_check_key_connect_gnd
+	branch mouse_check_bkkey_gpio_end
+
+mouse_3io6key_bk_check:
+	call mouse_3io6key_check
+	store 1,mem_mouse_bkkey_press_status
+	fetcht 1,mem_bk_button_gpio
+	branch mouse_gpio_config_input_pu
+
+
+mouse_check_fwkey_gpio:
+	fetch 1,mem_fw_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_FW_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_fwkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_fw_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_fw_check
+mouse_check_fwkey_gpio_next:
+	call gpio_get_bit
+	branch mouse_check_fw_button_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_fw_button_gpio
+	fetch 1,mem_mouse_fwkey_press_status
+	call mouse_check_key_connect_gnd
+mouse_check_fwkey_gpio_end:	
+	store 1,mem_mouse_fwkey_press_status
+	branch mouse_matrix_public_gpio_reset
+
+mouse_check_fw_button_connect_gnd:
+	fetcht 1,mem_matrix_public_gpio
+	fetch 1,mem_mouse_fwkey_press_status
+	call mouse_check_key_connect_gnd
+	branch mouse_check_fwkey_gpio_end	
+
+mouse_3io6key_fw_check:
+	call mouse_3io6key_check
+	store 1,mem_mouse_fwkey_press_status
+	fetcht 1,mem_fw_button_gpio
+	branch mouse_gpio_config_input_pu
+
+
+mouse_matrix_public_gpio_reset:	
+	fetcht 1,mem_matrix_public_gpio
+	branch mouse_gpio_config_input_pu
+
+mouse_check_customerkey_gpio:
+	jam 0,mem_customer_key
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_KEYBOARD
+	fetch 1,mem_customer_key_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_CUSTOMER_KEY,mem_mouse_key_temp
+	fetcht 1,mem_customer_key_gpio
+	fetch 1,mem_mouse_customerkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_customerkey_press_status
+	copy rega,pdata
+	bbit1 MOUSE_CUSTOMER_KEY,mouse_customerkey_press
+	call mouse_customerkey_release
+mouse_check_customerkey_gpio_exit:
+	fetch 1,mem_customer_data_trigger
+	store 1,mem_customer_data_trigger_last
+	rtn
+
+
+mouse_customerkey_press:
+	jam 1,mem_customer_data_trigger
+	call mouse_customer_key_need_send
+	branch mouse_check_customerkey_gpio_exit
+
+mouse_customerkey_release:
+	jam 0,mem_customer_data_trigger
+	fetch 1,mem_customer_data_trigger_last
+	rtn blank
+mouse_customer_key_need_send:	
+	jam 1,mem_customer_key
+	rtn	
+
+
+mouse_check_matrix_button_connect_gnd:	
+	call gpio_get_bit
+	fetcht 1,mem_mouse_key_temp
+	copy temp,queue	
+	branch  mouse_key_press,true
+	branch mouse_key_release
+
+mouse_check_key_connect_gnd:	
+	lshift pdata,pdata
+	copy pdata,regb
+	call gpio_get_bit
+	setflag true,0,regb
+	and regb,0x07,pdata
+	fetcht 1,mem_mouse_key_temp
+	copy temp,queue
+	beq 0x07,mouse_key_press		//  about 17~22ms three times
+	beq 0x00,mouse_key_release
+	rtn
+
+mouse_key_release:
+	qset0 rega
+	rtn		
+
+mouse_key_press:
+	qset1 rega
+	rtn
+
+mouse_3io6key_check:
+	bpatch patch1a_2,mem_patch1a
+	copy regc,pdata
+	store 1,mem_mouse_key_status
+	lshift pdata,pdata
+	copy pdata,regb
+	copy temp,regc
+	call mouse_gpio_config_input_pd
+	copy regc,temp
+	call gpio_get_bit
+	nsetflag true,0,regb
+	call mouse_check_press
+	branch mouse_check_key_connect_gnd+4
+
+mouse_check_press:
+	fetcht 1,mem_mouse_key_status
+	and_into 0x01,temp
+	and regb,0x01,pdata
+	isub temp,null
+	nbranch mouse_current_mult_update,zero
+	rtn
+	
+/*************************key***************************************/
+
+/**********************sensor******************************/	
+mouse_init_sunt:
+	bpatch patch1a_3,mem_patch1a
+	call mouse_sensor_spi_init
+	rtn wake
+mouse_init_sensor_wakeup:	
+	call mouse_sensor_poweron
+mouse_init_sensor:
+	call mouse_read_sensor_id
+	beq P32XX_ID1,mouse_init_p32xx_id2_judge
+	beq P3065_ID1,mouse_init_p3065
+	beq PKA8G2_ID1,mouse_ka8g2_id2_judge
+	call mouse_twspi_reset
+	nop 6900
+	branch mouse_init_sensor
+mouse_twspi_reset:
+	fetch 1,mem_mouse_sensor_sclk_gpio
+	call twspi_reset 
+	branch mouse_spid_init_pin
+
+mouse_read_sensor_id:
+	setarg PAN_REG_PID_H
+	call twspi_read
+	store 1,mem_sensor_id2
+	setarg PAN_REG_PID_L
+	call twspi_read
+	store 1,mem_sensor_id1
+	rtn
+
+	
+
+mouse_init_p32xx_id2_judge:
+	fetch 1,mem_sensor_id2
+	beq P_MX8650,mouse_mx8650_init_param
+	beq P8009_ID2,mouse_8009_init_param
+	beq P3205_TJ3T_ID2,mouse_3205_3t_init_param
+	beq P3204_TJ3L_ID2,mouse_3204_3l_init_param
+	beq P3212_ID2,mouse_3212_init_param
+	beq PKA8_ID2,mouse_ka8_init_param_check
+	beq P6520A_ID2,mouse_p6520_init_param
+	branch mouse_init_sensor
+	
+mouse_mx8650_init_param:
+	jam MX8650,mem_config_sensor_type
+	call mouse_sensor_reset
+	call delay_10ms
+	arg mem_sensor_8650_init,regc
+	call mouse_sensor_wr_seq
+	branch mouse_dpi_config
+
+mouse_8009_init_param:
+	setarg 0x16
+	call twspi_read
+	sub pdata,0xbd,null 
+	nbranch mouse_init_sunt,zero
+	setarg 0x19
+	call twspi_read
+	sub pdata,0x55,null 
+	nbranch mouse_init_sunt,zero
+	setarg 0x1b
+	call twspi_read
+	sub pdata,0x1d,null 
+	nbranch mouse_init_sunt,zero
+	jam P8009,mem_config_sensor_type
+	arg mem_sensor_8009_init,regc
+	branch mouse_sensor_wr_seq
+
+mouse_3205_3t_init_param:
+	jam P3205,mem_config_sensor_type
+	arg mem_sensor_3205_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init,regc
+	call mouse_sensor_wr_seq
+	setarg 0x0943
+	call twspi_write
+	arg mem_sensor_32xx_init_1,regc
+	branch mouse_sensor_wr_seq	
+
+mouse_3204_3l_init_param:
+	jam P3204,mem_config_sensor_type
+	arg mem_sensor_3204_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init_1,regc
+	branch mouse_sensor_wr_seq	
+
+mouse_3212_init_param:
+	jam P3212,mem_config_sensor_type
+	arg mem_sensor_3212_init,regc
+	branch mouse_sensor_wr_seq
+
+mouse_ka8_init_param_check:	
+	call mouse_sensor_disable_wp
+	setarg 0x9a5b
+	call twspi_write
+	setarg 0x0d
+	call twspi_read
+	sub pdata,0x12,null
+	branch mouse_ka8ul_init_param,zero
+	sub pdata,0x0a,null
+	nbranch mouse_ka8hd_sensor_judge,zero
+	setarg 0x0e
+	call twspi_read
+	sub pdata,0xe5,null
+	nbranch mouse_init_sensor,zero
+	setarg 0x10
+	call twspi_read
+	sub pdata,0xa5,null
+	branch mouse_ka8ul_init_param,zero
+	call mouse_enable_ka8_sensor_wp
+mouse_ka8_init_param:
+	jam KA8,mem_config_sensor_type	
+	rtn
+mouse_ka8ul_init_param:
+	jam KA8_UL,mem_config_sensor_type	
+	arg mem_sensor_ka8ul_init,regc
+	branch mouse_sensor_wr_seq
+mouse_ka8hd_sensor_judge:
+	sub pdata,0x10,null
+	nbranch mouse_init_sensor,zero
+	setarg 0x0e
+	call twspi_read
+	sub pdata,0xc5,null
+	nbranch mouse_init_sensor,zero
+	setarg 0x10
+	call twspi_read
+	sub pdata,0x38,null
+	nbranch mouse_init_sensor,zero
+mouse_ka8hd_init_param:
+	call mouse_enable_ka8_sensor_wp
+	jam KA8_HD,mem_config_sensor_type
+	rtn
+mouse_enable_ka8_sensor_wp:
+	setarg 0x005b
+	call twspi_write
+	branch mouse_sensor_enable_wp
+	
+mouse_p6520_init_param:
+	jam P6520,mem_config_sensor_type
+	arg mem_sensor_p6520_init,regc
+	branch mouse_sensor_wr_seq
+	
+mouse_init_p3065:
+	call mouse_sensor_poweron
+	fetch 1,mem_sensor_id2
+	beq P3065_XY_ID2,mouse_p3065xy_init_param
+	beq P3065_ID2,mouse_p3065_init_param
+	branch mouse_init_sensor
+	
+mouse_p3065_init_param:	
+	jam P3065,mem_config_sensor_type
+	rtn
+
+mouse_p3065xy_init_param:
+	jam P3065_XY,mem_config_sensor_type
+	rtn
+	
+mouse_ka8g2_id2_judge:
+	call mouse_sensor_poweron
+	fetch 1,mem_sensor_id2
+	beq PKA8G2_ID2,mouse_ka8g2_init_param
+	branch mouse_init_p32xx_id2_judge
+mouse_ka8g2_init_param:
+	jam KA8G2,mem_config_sensor_type
+	arg mem_sensor_ka8g2_init,regc
+	branch mouse_sensor_wr_seq
+	
+mouse_sensor_enable_wp:
+	setarg 0x0009
+	branch twspi_write
+mouse_sensor_disable_wp:
+	setarg 0x5a09
+	branch twspi_write
+
+mouse_sensor_wr_seq:
+	ifetch 2,regc
+	arg 0xffff,temp
+	isub temp,null
+	rtn zero
+	call twspi_write
+	increase 2,regc
+	branch mouse_sensor_wr_seq
+
+mouse_sensor_reset:
+	setarg 0x8006		// reset to factory settings
+mouse_sensor_reset_end:
+	call twspi_write
+	nop 12000
+	rtn
+	
+mouse_sensor_poweron:
+	bpatch patch1a_4,mem_patch1a
+	call mouse_sensor_spi_init
+mouse_sensor_poweron_next:
+	call mouse_sensor_reset
+	arg mem_sensor_poweron_init,regc
+mouse_sensor_poweron_end:
+	call mouse_sensor_wr_seq
+	branch mouse_dpi_config
+
+mouse_sensor_powerdown:
+	call mouse_init_sunt
+	call mouse_sensor_spi_init
+mouse_sensor_powerdown_end:
+	setarg 0x0806
+	branch twspi_write
+/*********sensor init*************/	
+
+
+
+/*********sensor motion*************/
+mouse_check_sensor_data:
+	fetch 1,mem_spi_write_flash_sm
+	rtnne FLASH_SM_NO_BUYS
+	fetch 1,mem_config_sensor_type
+	beq P3205,mouse_p32xx_sensor_motion
+	beq P3065,mouse_p32xx_sensor_motion
+	beq KA8,mouse_p32xx_sensor_motion
+	beq P3204,mouse_p32xx_sensor_motion
+	beq P3212,mouse_p3212_sensor_motion
+	beq P3065_xy,mouse_p32xx_sensor_motion
+	beq P8009,mouse_p8009_sensor_motion	
+	beq KA8G2,mouse_pka8g2_sensor_motion
+	branch mouse_p32xx_sensor_motion
+
+
+mouse_p32xx_sensor_motion:
+	call mouse_clear_sensor_data
+	disable user
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_p32xx_sensor_motion_2
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_p32xx_sensor_motion_2:
+	setarg PAN_REG_PID_L
+	call twspi_read
+	bne P32XX_ID1,mouse_p3065_judge   
+mouse_p32xx_sensor_motion_1:
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	call mouse_read_sensor_common
+	fetch 1,mem_mouse_x
+	call mouse_data_extsign
+	store 2,mem_mouse_x
+	fetch 1,mem_mouse_y
+	call mouse_data_extsign
+	store 2,mem_mouse_y
+	fetch 1,mem_config_sensor_angle
+	beq MOUSE_6CLK_ANGLE,mouse_motion32xx_6clk_direction_selection
+	beq MOUSE_9CLK_ANGLE,mouse_motion32xx_9clk_direction_selection
+	beq MOUSE_12CLK_ANGLE,mouse_motion32xx_12clk_direction_selection
+	beq MOUSE_3CLK_ANGLE,mouse_motion32xx_3clk_direction_selection
+	rtn
+
+mouse_p3065_judge:
+	beq P3065_ID1,mouse_p32xx_sensor_motion_1
+	branch mouse_twspi_reset
+	
+mouse_motion32xx_6clk_direction_selection:
+	call mouse_motion_6clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_9clk_direction_selection:
+	call mouse_motion_9clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_12clk_direction_selection:
+	call mouse_motion_12clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_3clk_direction_selection:
+	call mouse_motion_3clk_direction_dispose
+	branch mouse_sensor_sdio_low
+
+
+	
+mouse_p3212_sensor_motion:
+	call mouse_clear_sensor_data
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_p3212_sensor_motion_1
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_p3212_sensor_motion_1:	
+	setarg PAN_REG_PID_L
+	call twspi_read
+	bne P32XX_ID1,mouse_twspi_reset
+mouse_p3212_sensor_motion_2:
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	call mouse_read_sensor_common
+	call mouse_read_3212sensor_xy_high
+	store 1,mem_mouse_xy_h
+	rshift4 pdata,pdata
+	call mouse_data_extsign_bit3
+	store 1,mem_mouse_x+1
+	fetch 1,mem_mouse_xy_h
+	and pdata,0x0f,pdata
+	call mouse_data_extsign_bit3
+	store 1,mem_mouse_y+1
+	fetch 1,mem_config_sensor_angle
+	beq MOUSE_6CLK_ANGLE,mouse_motion_6clk_direction_dispose
+	beq MOUSE_9CLK_ANGLE,mouse_motion_9clk_direction_dispose
+	beq MOUSE_12CLK_ANGLE,mouse_motion_12clk_direction_dispose
+	beq MOUSE_3CLK_ANGLE,mouse_motion_3clk_direction_dispose
+	rtn
+
+mouse_read_3212sensor_xy_high:
+	setarg 0x12
+	branch twspi_read
+
+mouse_pka8g2_sensor_motion:
+	call mouse_clear_sensor_data
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_pka8g2_sensor_motion_1
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_pka8g2_sensor_motion_1:
+	branch mouse_p3212_sensor_motion_2
+
+
+mouse_p8009_sensor_motion:
+	call mouse_clear_sensor_data
+	disable user
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	setarg PAN_REG_OPRATION_STATE
+	call twspi_read
+	branch mouse_p32xx_sensor_motion_1+3,blank
+	setarg 0
+	store 6,mem_mouse_x
+	rtn
+
+
+
+mouse_sensor_set_angle:
+	fetch 1,mem_sensor_angle_default
+	store 1,mem_config_sensor_angle
+	fetch 1,mem_select_sensor_angle_gpio
+	rtneq GPIO_DISABLE
+	fetcht 1,mem_select_sensor_angle_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_select_sensor_angle_gpio
+	call gpio_get_bit
+	call mouse_sensor_switch_angle,true
+	branch mouse_gpio_config_input_pd
+mouse_sensor_switch_angle:
+	fetch 1,mem_sensor_angle_switch
+	store 1,mem_config_sensor_angle
+	rtn
+	
+mouse_motion_6clk_direction_dispose:
+	fetch 2,mem_mouse_x
+	sub pdata,0,pdata
+	store 2,mem_mouse_x
+	branch enable_user
+mouse_motion_12clk_direction_dispose:
+	fetch 2,mem_mouse_y
+	sub pdata,0,pdata
+	store 2,mem_mouse_y
+	branch enable_user
+mouse_motion_9clk_direction_dispose:
+	fetch 2,mem_mouse_y
+	sub pdata,0,pdata
+	store 2,mem_mouse_y
+	fetch 2,mem_mouse_x
+	sub pdata,0,pdata
+	store 2,mem_mouse_x
+	call mouse_sensor_data_swap_places
+	branch enable_user
+mouse_motion_3clk_direction_dispose:
+	call mouse_sensor_data_swap_places
+	branch enable_user
+
+mouse_sensor_data_swap_places:
+	fetch 2, mem_mouse_y
+	fetcht 2,mem_mouse_x
+	store 2,mem_mouse_x
+	storet 2,mem_mouse_y
+	rtn
+
+	
+mouse_clear_sensor_data:
+	fetch 1,mem_mouse_move_flag
+	call mouse_read_sensor_common,blank
+	jam 1,mem_mouse_move_flag
+	rtn
+
+mouse_clear_sensor_data_by_reset:
+	jam 1,mem_mouse_clear_sensor_data_flag
+	call le_set_config_more_data
+mouse_init_sensor_reset:
+	branch mouse_init_sunt
+
+mouse_data_xy_release:
+	fetch 1,mem_sensor_motion_gpio
+	rtnne GPIO_DISABLE
+	fetch 1,mem_mouse_long_mult_flag
+	rtnne 1
+	setarg 0
+	store 1,mem_mouse_long_mult_flag
+	store 4,mem_mouse_x
+	branch mouse_init_sensor_reset
+
+mouse_data_extsign:
+	rtnbit0 7
+mouse_data_overflow:
+	arg 0xff00,temp
+	ior temp,pdata
+	rtn
+
+mouse_data_extsign_bit3:
+	rtnbit0 3
+	arg 0xf0,temp
+	ior temp,pdata
+	rtn
+
+mouse_read_sensor_common:
+	arg PAN_REG_DELTA_X,pdata
+	call twspi_read
+	store 2,mem_mouse_x
+	arg PAN_REG_DELTA_Y,pdata
+	call twspi_read
+	store 2,mem_mouse_y
+	rtn
+
+	/* sdio high will cost extra 9mA */
+mouse_sensor_sdio_low:
+	fetcht 1,mem_mouse_sensor_sdio_gpio
+	call gpio_get_bit
+	rtn true
+	setarg 0x0a
+	call twspi_read
+	nop 1000
+	branch mouse_sensor_sdio_low
+
+mouse_set_sdio_high:		// make sdio high to make 100uA less
+	setarg 0x8100
+	branch twspi_write
+	
+/****************************sensor*************************/
+
+/*******************mouse fast connect******************/
+mouse_buletooth_fast_conn_init:
+	jam 0xff,mem_mouse_bluetooth_fast_conn_flag
+	fetch 1,mem_mouse_bluetooth_type
+	bbit1 MODE_4_MOUSE,mouse_ble_fast_conn_init
+	bbit1 MODE_3_MOUSE,mouse_bt_fast_conn_init
+mouse_ble_fast_conn_init:	
+	jam 0x34,mem_xrecord_mode
+	setarg 0x0f0f0f
+	store 3,mem_le_lap
+	store 3,mem_le_lap+3
+	branch mouse_start_reconnect
+
+mouse_bt_fast_conn_init:
+	jam 0x33,mem_xrecord_mode
+	arg mem_mouse_compare_addr_ff,contr
+	call mouse_load_bt_device
+	branch mouse_start_reconnect
+
+mouse_buletooth_fast_conn_end:
+	bpatch patch1a_5,mem_patch1a
+	call mouse_select_reconn_device
+	call mouse_bluetooth_fast_conn_disable
+	fetch 1,mem_device_flag
+	beq MODE_BT_DEVICE1,mouse_device1_check_auto_discover
+	beq MODE_BT_DEVICE2,mouse_device2_check_auto_discover
+	rtn
+mouse_device1_check_auto_discover:
+	fetch 6,mem_device1_addr
+	branch mouse_device_check_auto_discover
+mouse_device2_check_auto_discover:
+	fetch 6,mem_device2_addr
+mouse_device_check_auto_discover:	
+	fetcht 6,mem_mouse_compare_addr_ff
+	isub temp,null
+	branch mouse_start_discovery ,zero
+	branch mouse_start_reconnect_device
+
+mouse_bt_fast_conn_send_device_name:
+	call mouse_bluetooth_fast_conn_disable
+	fetch 1,mem_local_name_length
+	increase 3,pdata
+	copy pdata,rega
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_int_remote_cid
+	istore 2,contw
+	setarg 0x04a1		// report id = 4
+	istore 2,contw
+	fetch 1,mem_local_name_length
+	increase 1,pdata
+	copy pdata,loopcnt
+	arg mem_local_name_length,contr
+	branch memcpy
+
+mouse_bluetooth_fast_conn_disable:
+	jam 0x5a,mem_mouse_bluetooth_fast_conn_flag
+	rtn	
+/*******************mouse fast connect******************/
+
+mouse_stop_bluetooth_mode:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BT_RECONNECT,mouse_cancel_reconnect
+	bbit1 UI_STATE_BLE_CONNECTED,app_ble_disconnect
+	bbit1 UI_STATE_BT_CONNECTED,app_bt_disconnect
+	branch mouse_stop_discovery
+
+mouse_disconnect:
+	setarg 0
+	store 2,mem_mouse_no_data_timer
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,app_ble_disconnect
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BT_CONNECTED,app_bt_disconnect
+	rtn
+	
+mouse_cancel_reconnect:
+	call mouse_bt_cannel_reconn_enable
+	branch check_51cmd_bb_reconn_cancel
+
+mouse_check_125Hz:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_BT_125Hz
+mouse_bluetooth_125Hz:
+	nbranch mouse_bluetooth_125hz_clear,user
+	fetch 1,mem_bluetooth_125hz_cnt
+	increase 1,pdata
+	and_into 0x0f,pdata
+	store 1,mem_bluetooth_125hz_cnt
+	nrtn blank
+mouse_bluetooth_125hz_clear:
+	jam 0,mem_bluetooth_125hz_cnt
+	disable user
+	rtn
+
+
+mouse_current_mult_update:
+	fetch 1,mem_sensor_motion_gpio
+	rtnne GPIO_DISABLE
+	jam 0,mem_lpm_mult
+	jam 30,mem_mouse_current_mult_timer
+	rtn
+
+
+mouse_priority_bb_event:	
+	bpatch patch1a_6,mem_patch1a
+	copy regc,pdata
+	beq BT_EVT_LE_CONNECTED,mouse_le_bb_event_connected
+	beq BT_EVT_BB_CONNECTED,mouse_bb_event_connected
+	beq BT_EVT_LE_DISCONNECTED,mouse_le_bb_disconnected
+	beq BT_EVT_BB_DISCONNECTED,mouse_bb_disconnected
+	beq BT_EVT_SETUP_COMPLETE,mouse_bt_event_setup_complete
+	beq BT_EVT_BUTTON_LONG_PRESSED,mouse_bb_event_discovery_btn
+	beq BT_EVT_HID_HANDSHAKE,mouse_bt_hid_handshake
+	beq BT_EVT_HID_CONNECTED,app_hid_connected
+	beq BT_EVT_RECONN_FAILED,mouse_bb_event_reconn_failed
+	beq BT_EVT_RECONN_PAGE_TIMEOUT,mouse_bb_event_reconn_timeout
+	beq BT_EVT_SWITCH_NOT_ACCEPT,app_bt_role_switch	
+	beq BT_EVT_SWITCH_SUCCESS_MASTER,mouse_enter_sniff_check
+	beq BT_EVT_SNIFF_NOT_ACCEPT,mouse_sniff_not_accept
+	beq BT_EVT_PINCODE_REQ,mouse_bb_event_pincode
+	beq BT_EVT_REMOTE_UNSNIFF,app_start_auto_sniff
+	beq BT_EVT_LE_PAIRING_SUCCESS,mouse_le_pairing_success
+	beq BT_EVT_LE_ENC_INFO,mouse_le_enc_info
+	beq BT_EVT_LE_START_ENC,mouse_le_ll_start_encryt
+	beq BT_EVT_LE_PAIRING_COMPLETE,mouse_le_pairing_complete
+	beq BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP,mouse_le_conn_param_update_rsp_recieved
+	beq BT_EVT_VIRTUAL_CABLE_UNPLUG,mouse_irtual_cable_unplug
+	beq BT_EVT_24G_PAIRING_COMPLETE,mouse_24g_pairing_complete
+	beq BT_EVT_24G_ATTEMPT_FAIL,mouse_24g_attempt_fail
+	beq BT_EVT_24G_ATTEMPT_SUCCESS,mouse_24g_attempt_success
+	beq BT_EVT_LE_PARSE_CONN_PARAM_ACCEPTED,mouse_le_parse_conn_param_accepted
+	rtn
+
+/***************************le*************************/
+mouse_le_bb_event_connected:
+	jam 0,mem_mouse_long_mult_flag
+	call mouse_init_sensor_reset
+	jam 1,mem_mouse_le_bb_connected_flag
+	call mouse_24g_first_store_reconn_info
+	fetch 1,mem_mouse_le_reconnect_flag
+	nbranch mouse_le_bb_event_connected_next,blank
+	jam 0x14,mem_mouse_send_secutiry_request_timer
+mouse_le_bb_event_connected_next:
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	set0 APP_DISC_BY_BUTTON ,pdata
+	store APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	jam 0,mem_mouse_direct_timer
+	fetch 2,mem_le_battery_level_updata_timer_init
+	store 2,mem_le_battery_level_updata_timer
+	call mouse_no_data_timer_init
+	branch mouse_stop_discovery
+
+mouse_le_bb_disconnected:
+	jam 0,mem_mouse_le_bb_connected_flag
+	setarg LE_INTERVAL_7_5MS
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_BT_125Hz,mouse_le_bb_disconnected_next
+	setarg LE_INTERVAL_8_75MS
+mouse_le_bb_disconnected_next:
+	store 2,mem_le_interval_min
+	store 2,mem_le_interval_min+2
+	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
+	jam 0,mem_mouse_clear_sensor_data_flag
+	call le_clr_config_more_data
+	branch mouse_bb_disconnected
+
+mouse_le_pairing_success:
+	arg LL_PAIRING_SUCCESS_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_le_enc_info:
+mouse_updata_le_param:
+	jam BT_CMD_LE_UPDATE_CONN,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+mouse_le_ll_start_encryt:
+	fetch 1,mem_mouse_le_reconnect_flag
+	beq 1,mouse_le_ll_reconn_start_encryt
+	branch mouse_le_ll_enable_start_enc_flag
+mouse_le_ll_reconn_start_encryt:
+	call mouse_updata_le_param
+	jam 20,mem_le_start_encrypt_timer
+mouse_le_ll_enable_start_enc_flag:
+	arg LL_START_ENC_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_le_enable_connect_flag:
+	fetch 1,mem_le_connect_status_flag
+	qset1 pdata
+	store 1,mem_le_connect_status_flag
+	rtn
+
+mouse_le_pairing_complete:
+	branch app_ble_store_reconn_info
+
+mouse_le_conn_param_update_rsp_recieved:
+	fetch 2,mem_le_l2cap_signaling_conn_param_update_rsp_result
+	rtneq BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_ACCEPTED
+	fetch 1,mem_le_tsniff
+	rshift2 pdata,pdata
+	sub pdata,LE_INTERVAL_15MS,null
+	rtn positive
+	setarg LE_INTERVAL_11_25MS
+	store 2,mem_le_interval_min
+	store 2,mem_le_interval_min+2
+	call mouse_updata_le_param
+mouse_le_conn_param_lpm_disable:
+	jam LE_LPM_DISABLE,mem_mouse_le_conn_param_reject
+	rtn
+
+mouse_le_conn_param_lpm_enable:
+	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
+	rtn
+
+mouse_le_bb_event_connect_complete:
+	fetch 1,mem_mouse_le_reconnect_flag
+	nrtn blank
+	fetch 1,mem_le_att_handle
+	sub pdata,34,pdata
+	nrtn zero
+	jam 0,mem_le_start_encrypt_timer
+mouse_le_write_enable:	
+	arg WRITE_REQ_ENABLE_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_le_parse_conn_param_accepted:
+	fetch 1,mem_le_new_conninterval
+	sub pdata,LE_INTERVAL_15MS,null
+	nbranch mouse_le_conn_param_lpm_disable,positive
+	fetch 1,mem_le_new_connslavelatency
+	fetcht 1,mem_lpm_mult_init
+	isub temp,null
+	branch mouse_le_lpm_mult_reinit,positive
+	fetch 1,mem_le_new_connslavelatency
+	store 1,mem_lpm_mult
+	branch mouse_le_conn_param_lpm_enable
+mouse_le_lpm_mult_reinit:
+	fetch 1,mem_lpm_mult_init
+	store 1,mem_lpm_mult
+	branch mouse_le_conn_param_lpm_enable
+	
+/*
+mouse_le_disable_connect_flag:
+	fetch 1,mem_le_connect_status_flag
+	qset0 pdata
+	store 1,mem_le_connect_status_flag
+	rtn
+*/
+mouse_le_clean_connect_flag:
+	jam 0,mem_le_connect_status_flag
+	rtn
+
+/*
+mouse_le_reconn_write_enable_timer_reinit:
+	fetch 1,mem_mouse_le_reconnect_flag
+	rtn blank
+	fetch 1,mem_le_connect_status_flag
+	and pdata,0x03,pdata
+	rtneq 0x03
+	jam 2,mem_le_start_encrypt_timer
+	rtn
+*/
+mouse_le:
+	bpatch patch1a_7,mem_patch1a
+	call le_fifo_check_nearly_full
+	nrtn blank
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse_le_next
+	fetch 1,mem_le_connect_status_flag
+	and pdata,0x03,pdata
+	rtnne 0x03
+mouse_le_next:	
+	fetch 1,mem_mouse_clear_sensor_data_flag
+	call mouse_clear_sensor_data_by_reset,blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_24G_PAIRING_FLAG,mouse_le_send_empty_packet
+	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_le_send_empty_packet
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,mouse_le_send_empty_packet
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,mouse_le_send_empty_packet
+	call mouse_motion
+	call mouse_check_125Hz
+	nrtn user
+	call mouse_current_mult_update
+	call mouse_data_xy_release
+	call mouse_wheel_trigger
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,mouse_le_send_mouse_data
+	fetch 1,mem_customer_key
+	beq 1,mouse_le_send_keyboard_package_data		
+mouse_le_send_mouse_data:
+	branch mouse_fill_mouse_data_le
+
+
+mouse_le_send_keyboard_package_data:
+	fetch 1,mem_customer_data_trigger
+	branch mouse_le_release_keyboard_data,blank
+	fetch 8,mem_customer_key_press+1
+mouse_fill_keyboard_package_data_le:
+	store 8,mem_pdatatemp
+	fetch 1,mem_customer_key_press
+	beq KB_MULTIKEY_REPORT_ID,mouse_fill_multimedia_key_data_le
+	beq KB_SYSTEM_CONCTRL_REPORT_ID,mouse_fill_systemctrl_key_data_le
+	jam 8,mem_le_data_len
+	fetcht 2,mem_le_keyboard_handle
+	branch mouse_fill_data_le
+	
+
+mouse_le_release_keyboard_data:
+	fetch 8,mem_customer_key_release+1
+	branch mouse_fill_keyboard_package_data_le
+
+mouse_fill_multimedia_key_data_le:
+	jam 3,mem_le_data_len
+	fetcht 2,mem_le_multimedia_handle
+	branch mouse_fill_data_le
+
+mouse_fill_systemctrl_key_data_le:
+	jam 2,mem_le_data_len
+	fetcht 2,mem_le_systemctrl_handle
+	branch mouse_fill_data_le
+
+mouse_fill_battery_level_le:
+	arg 1,rega
+	fetcht 2,mem_le_battery_level_handle
+	call le_att_malloc_tx_notify
+	fetch 1,mem_le_battery_level_percentage
+	istore 1,contw
+	rtn
+
+
+mouse_le_send_empty_packet:
+	setarg 0
+	store 7,mem_mouse_key
+mouse_fill_mouse_data_le:
+	jam 7,mem_le_data_len
+	fetch 7,mem_mouse_key
+	store 7,mem_pdatatemp
+	fetcht 2,mem_le_notify_handle
+	branch mouse_fill_data_le
+
+mouse_fill_data_le:
+	fetch 1,mem_le_data_len
+	copy pdata,rega
+	call le_att_malloc_tx_notify
+	fetcht 1,mem_le_data_len
+	copy temp,loopcnt
+	arg mem_pdatatemp,contr
+	branch memcpy	
+
+mouse_check_51cmd_adv:
+	jam 0,mem_mouse_le_reconnect_flag
+	fetch 3,mem_le_adv_ind
+	store 3,mem_le_adv_data+4
+	call mouse_le_check_adv_flag
+	setarg ADV_FLAG_BREDR_NOT_SUPPORTED |ADV_FLAG_LIMITED_DISCOVERABLE
+	istore 1,contr
+	arg mem_le_adv_swift_pair,contr
+	call mouse_le_adv_data_update
+	branch check_51cmd_adv
+
+mouse_le_check_adv_flag:
+	arg mem_le_adv_data,rega
+mouse_le_check_adv_flag_loop:
+	ifetch 1,rega	//length
+	rtn blank
+	iadd contr,rega
+	ifetch 1,contr	//type
+	rtneq 0x01
+	branch mouse_le_check_adv_flag_loop
+	
+mouse_le_adv_data_update:
+	arg mem_le_adv_data+11,contw
+	arg 19,loopcnt
+	call memcpy
+	branch le_modified_name_adv
+	
+/***************************le*************************/
+
+
+/***********************bt****************************/	
+mouse_bt_sniff_param_interval_setup:
+	setarg CLASSIC_INTERVAL_7_5MS
+	store 2,mem_sniff_param_interval
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_BT_125Hz
+	setarg CLASSIC_INTERVAL_8_75MS
+	store 2,mem_sniff_param_interval
+	rtn
+
+mouse_bb_event_connected:
+	jam 0,mem_mouse_long_mult_flag
+	call mouse_init_sensor_reset
+	call mouse_24g_first_store_reconn_info
+	branch mouse_stop_discovery
+
+mouse_bb_disconnected:
+	jam 0,mem_mouse_enter_sniff_count
+	jam 0,mem_mouse_bt_send_first_package_flag
+	call mouse_bt_sniff_param_interval_setup
+	call mouse_bb_discon_clear_stack
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
+	bbit1 APP_DISC_BLE,mouse4_0_event_bb_disconn
+	bbit1 APP_DISC_BY_BUTTON,app_disconn_reason_clear
+	bbit1 APP_DISC_AFTER_PAIRING,mouse_event_light_state_pairing
+	bbit1 APP_DISC_AFTER_RECONN,mouse_event_light_state_hibernate
+	bbit1 APP_DISC_AFTER_SNIFF,mouse_event_light_state_hibernate
+	branch mouse_start_discovery
+mouse_bb_discon_clear_stack:
+	setarg 0
+	store 8,mem_wheel_tb_old_pinlevel
+	istore 4,contw             //clean wheel statue
+	jam 0,mem_mouse_move_flag
+	jam APP_HANDSHAKE_NULL,mem_app_handshake_flag
+	jam 0,mem_ltk_exists
+	rtn
+
+mouse4_0_event_bb_disconn:
+	call mouse_le_clean_connect_flag
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
+	bbit1 APP_DISC_BY_BUTTON,app_disconn_reason_clear
+	branch mouse_app_enter_hibernate
+
+
+mouse_event_light_state_pairing:
+	bbit1 APP_DISC_AFTER_HANDSHAKE,mouse_event_light_state_hibernate
+	bbit1 APP_DISC_AFTER_SNIFF,mouse_event_light_state_hibernate
+	branch mouse_start_discovery
+mouse_event_light_state_hibernate:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BTN_DOWN,mouse_start_discovery
+	call app_disconn_reason_clear
+
+	call mouse_key_check_once	//mult_key pair
+	call mouse_commbination_key_process
+	fetch 1,mem_commbination_key_statue
+	beq COMMBINATION_KEY_STATE_DOWN,mouse_delay_enter_hibernata
+	
+	fetch 1,mem_mouse_bluetooth_reconnect_timeout
+	nrtn blank
+	branch mouse_app_enter_hibernate
+
+
+mouse_bt_event_setup_complete:
+	rtn
+
+mouse_bt_send_first_package_timer_init:
+	jam 4,mem_mouse_bt_send_first_package_timer
+	rtn
+
+mouse_bt_hid_handshake:
+	jam APP_HANDSHAKE_DONE,mem_app_handshake_flag
+	call app_lpm_mult_enable
+	call app_bt_store_reconn_info
+	setarg 0
+	store 2,mem_discovery_timeout_timer_count
+	store 1,mem_hid_handshake_timer_count
+	call mouse_bt_send_first_package_timer_init
+	branch app_bt_enter_sniff
+
+mouse_bt_hid_handshake_boot_check:	
+	jam 0,mem_mouse_bt_boot_mode
+	fetch 1,mem_l2cap_rcv_hidtype
+	isolate1 0,pdata
+	rtn true
+	jam 1,mem_mouse_bt_boot_mode	//boot mode
+	rtn
+
+	
+mouse_bb_event_reconn_timeout:
+mouse_bb_event_reconn_failed:
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse_buletooth_fast_conn_end
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BTN_DOWN
+	rtnbit1 UI_STATE_BT_DISCOVERY
+	rtnbit1 UI_STATE_BLE_ADV
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
+	bbit1 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY,mouse_start_discovery
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_first_bb_event_reconn_timeout
+	branch mouse_app_enter_hibernate
+
+mouse_enter_sniff_check:
+	fetch 1,mem_mouse_enter_sniff_count
+	rtnne 2
+	jam 0,mem_mouse_enter_sniff_count
+	call mouse_bt_sniff_param_interval_setup
+	call mouse_bt_send_first_package_timer_init
+	branch app_bt_enter_sniff
+
+mouse_sniff_not_accept:
+	fetch 1,mem_mouse_enter_sniff_count
+	rtneq 2
+	increase 1,pdata
+	store 1,mem_mouse_enter_sniff_count
+	jam 0x12,mem_sniff_param_interval	//89Hz
+	call mouse_bt_send_first_package_timer_init
+	branch app_bt_enter_sniff
+
+mouse_bb_event_pincode:
+	call pincode_reinit
+	branch app_bt_set_pincode
+
+mouse_irtual_cable_unplug:
+	setarg 0x01
+	store 6,mem_plap
+	jam REC_3_MODE,mem_record_bt_mode
+	branch mouse_unplug_clean_bdaddr
+
+mouse_irtual_cable_unplug1:
+	setarg -1
+	store 6,mem_plap
+	jam REC_3_MODE,mem_record_bt_mode
+	jam 0xff,mem_mouse_bluetooth_fast_conn_flag
+	call mouse_before_store_reconn_info
+	jam 0xff,mem_device1_type
+	branch mouse_store_device_info_delay
+
+mouse_bt:
+	bpatch patch1b_0,mem_patch1b
+	rtn attempt
+	fetch 1,mem_app_handshake_flag
+	rtn blank
+	call l2cap_malloc_is_fifo_nearly_full
+	nrtn blank
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse_bt_fast_conn_send_device_name	
+	fetch 1,mem_mouse_clear_sensor_data_flag
+	call mouse_clear_sensor_data_by_reset,blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_24G_PAIRING_FLAG,mouse_send_empty_data
+	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_send_empty_data
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,mouse_send_empty_data
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,mouse_send_empty_data
+	call mouse_motion
+	call mouse_check_125Hz
+	nrtn user
+	call mouse_current_mult_update
+	call mouse_data_xy_release
+	call mouse_wheel_trigger
+	fetch 1,mem_mouse_bt_boot_mode
+	beq 1,mouse_send_data_boot_mode	//boot
+	fetch 1,mem_mouse_bt_send_first_package_flag
+	rtn blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,mouse_send_data
+	fetch 1,mem_customer_key
+	beq 1,mouse_bt_send_keyboard_packet
+mouse_send_data:
+	arg 9,rega
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_int_remote_cid
+	istore 2,contw
+	setarg 0x02a1
+	istore 2,contw
+	fetch 7,mem_mouse_key
+	istore 7,contw
+	rtn
+
+mouse_send_data_boot_mode:
+	fetch 1,mem_mouse_key
+	store 1,mem_mouse_bt_boot_data
+	fetch 1,mem_mouse_x
+	istore 1,contw
+	fetch 1,mem_mouse_y
+	istore 1,contw
+	fetch 2,mem_mouse_z
+	istore 2,contw
+	arg 7,rega
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_int_remote_cid
+	istore 2,contw
+	setarg 0x02a1		// pid:02  mouse
+	istore 2,contw
+	fetch 5,mem_mouse_bt_boot_data
+	istore 5,contw
+	rtn
+
+mouse_send_empty_data:
+	setarg 0
+	store 7,mem_mouse_key
+	branch mouse_send_data
+
+
+mouse_bt_send_keyboard_packet:
+	fetch 1,mem_customer_data_trigger
+	branch mouse_bt_release_keyboard_data,blank
+	fetch 8,mem_customer_key_press+1
+mouse_bt_send_keyboard_data:
+	store 8,mem_pdatatemp
+	fetch 1,mem_customer_key_press
+	beq KB_MULTIKEY_REPORT_ID,mouse_bt_send_multimedia_key_data
+	beq KB_SYSTEM_CONCTRL_REPORT_ID,mouse_bt_send_systemctrl_key_data
+	arg 10,rega
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_int_remote_cid
+	istore 2,contw
+	setarg 0x01a1		// pid:01  standard key
+	istore 2,contw
+	fetch 8,mem_pdatatemp
+	istore 8,contw
+	rtn
+
+mouse_bt_send_multimedia_key_data:
+	arg 4,rega
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_int_remote_cid
+	istore 2,contw
+	setarg 0x03a1		// pid:03  multimedia key
+	istore 2,contw
+	fetch 2,mem_pdatatemp
+	istore 2,contw
+	rtn	
+
+mouse_bt_send_systemctrl_key_data:
+	arg 3,rega
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_int_remote_cid
+	istore 2,contw
+	setarg 0x04a1		// pid:04  systemctrl key	
+	istore 2,contw
+	fetch 1,mem_pdatatemp
+	istore 1,contw
+	rtn		
+
+mouse_bt_release_keyboard_data:
+	fetch 8,mem_customer_key_release+1
+	branch mouse_bt_send_keyboard_data	
+/*******************bt****************************/
+
+
+
+/********************mouse 100ms timer*****************/
+mouse_bb_event_timer:
+	bpatch patch1b_1,mem_patch1b
+	call mouse_adc_read
+	call mouse_low_voltage_led_timer
+	//24g
+	call g24_pair_timeout_timer
+	call g24_reconn_timeout_timer
+	call mouse_24g_long_sleep_param_update_timer
+	//led
+	call mouse_device_poweron_timer
+	call mouse_dpi_led_blink_delay_timer
+	//poll
+	call mouse_dpi_key_check_long_press
+	call mouse_bt_discovery_check
+	call mouse_commbination_key_process
+	call mouse_check_discovery_timeout_timer
+	//ble
+	call mouse_check_direct_timeout_timer
+	call mouse_le_enable_att_list_timer
+	call mouse_le_battery_updata_timer
+	call mouse_le_send_smp_security_request_timer
+	//bt
+	call mouse_check_hid_handshake_timer
+	call mouse_bt_check_sniff_req_timeout_timer
+	call mouse_check_reconnect_delay_long_sleep		//delete 3.0,reconnect fail
+	call mouse_current_mult_update_timer
+	call mouse_wheel_trigger_timer
+	call mouse_store_information_delay_timer
+	branch mouse_check_no_data_timeout_timer
+
+
+
+
+mouse_bt_discovery_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY,mouse_bt_discovery_by_pb_button
+	rtn
+
+mouse_bt_discovery_by_pb_button:
+	fetch 1,mem_select_device_button_statue
+	rtnne PB_BUTTON_STATE_DOWN
+	arg mem_bt_discovery_count,regc
+	arg mouse_long_button_bt_discovery,regb
+	branch timer_single_step
+		
+mouse_long_button_bt_discovery:
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
+	arg MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,queue
+	call mouse_enable_function_flag
+	call app_evt_button_long_pressed
+	branch mouse_bb_event_discovery_btn
+
+		
+mouse_commbination_key_process:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_commbination_key_process
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+	fetcht 1,mem_mouse_commbination_key_bt
+	branch mouse_commbination_key_start
+
+mouse_24g_commbination_key_process:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+	fetcht 1,mem_mouse_commbination_key_24g
+mouse_commbination_key_start:
+	storet 1,mem_mouse_commbination_key
+	call mouse_check_key_gpio
+	and pdata,0x07,pdata
+	fetcht 1,mem_mouse_commbination_key
+	isub temp,null
+	branch mouse_commbination_key_down,zero
+mouse_commbination_key_up:
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_combination_ui_button_count	//combination key timer init 
+	fetch 1,mem_commbination_key_statue
+	rtneq COMMBINATION_KEY_STATE_UP
+	jam COMMBINATION_KEY_STATE_UP,mem_commbination_key_statue	
+	rtn
+		
+mouse_commbination_key_down:
+	call mouse_combination_ui_timer
+	fetch 1,mem_commbination_key_statue
+	rtneq COMMBINATION_KEY_STATE_DOWN
+	jam COMMBINATION_KEY_STATE_DOWN,mem_commbination_key_statue
+	branch check_51cmd_bb_reconn_cancel
+
+
+mouse_combination_ui_timer:
+	arg mouse_24g_start_pair_mode,regb
+	arg mem_combination_ui_button_count,regc
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,timer_single_step
+	arg mouse_long_button_bt_discovery,regb
+	call timer_single_step
+	fetch 1,mem_combination_ui_button_count
+	beq 1,mouse_bt_discovery_button_down_enable	// ble release key press
+	rtn
+
+
+
+mouse_check_discovery_timeout_timer:	
+	arg mem_mouse_discovery_timer,regc
+	arg mouse_check_discovery_timeout,regb
+	branch timer_single_step_2B
+
+mouse_check_discovery_timeout:
+	call mouse_stop_discovery
+	branch mouse_app_enter_hibernate
+
+
+mouse_check_direct_timeout_timer:	
+	arg mem_mouse_direct_timer,regc
+	arg mouse_check_direct_timeout,regb
+	call timer_single_step_2B
+	fetch 1,mem_mouse_direct_timer
+	beq 1,app_ble_stop_direct_adv
+	rtn
+
+mouse_check_direct_timeout:
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse_buletooth_fast_conn_end
+	fetch 1,mem_reconn_times
+	nbranch mouse_polling_device,blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY,mouse_start_discovery
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_first_bb_event_reconn_timeout
+	branch mouse_app_enter_hibernate
+	
+mouse_le_enable_att_list_timer:
+	arg mem_le_start_encrypt_timer,regc
+	arg mouse_le_write_enable,regb
+	branch timer_single_step
+
+mouse_le_send_smp_security_request_timer:
+	fetch 1,mem_mouse_le_bb_connected_flag
+	rtn blank
+	arg mem_mouse_send_secutiry_request_timer,regc
+	arg mouse_le_pairing_sm_start_check,regb
+	branch timer_single_step
+mouse_le_pairing_sm_start_check:
+	fetch 1,mem_mouse_le_reconnect_flag
+	nrtn blank
+	fetch 1,mem_le_pairing_state
+	rtnne FLAG_LE_PAIRING_NULL
+	branch le_pairing_sm_start
+
+mouse_le_battery_updata_timer:
+	arg mem_le_battery_level_updata_timer,regc
+	arg mouse_le_battery_level_updata,regb
+	branch timer_single_step
+
+mouse_le_battery_level_updata:
+	fetch 2,mem_le_battery_level_updata_timer_init
+	store 2,mem_le_battery_level_updata_timer
+	branch mouse_fill_battery_level_le
+	
+mouse_le_enable_att_list:	
+	fetch 1,mem_le_connect_status_flag
+	rtnbit1 LL_PAIRING_SUCCESS_FLAG
+	call mouse_updata_le_param
+	arg WRITE_REQ_ENABLE_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_check_hid_handshake_timer:
+	arg mem_hid_handshake_timer_count,regc
+	arg mouse_bt_hid_handshake,regb
+	branch timer_single_step
+	
+mouse_bt_check_sniff_req_timeout_timer:
+	arg mem_mouse_bt_send_first_package_timer,regc
+	arg mouse_bt_send_first_package,regb
+	branch timer_single_step
+mouse_bt_send_first_package:
+	jam 1,mem_mouse_bt_send_first_package_flag
+	rtn
+
+mouse_check_reconnect_delay_long_sleep:
+	arg mem_mouse_bluetooth_reconnect_timeout,regc
+	arg mouse_app_enter_hibernate,regb
+	branch timer_single_step
+
+
+mouse_current_mult_update_timer:
+	arg mem_mouse_current_mult_timer,regc
+	arg mouse_current_mult_reinit,regb
+	branch timer_single_step
+mouse_current_mult_reinit:
+	fetch 1,mem_lpm_mult_init
+	store 1,mem_lpm_mult
+	jam 1,mem_mouse_long_mult_flag
+	rtn
+
+
+mouse_check_no_data_timeout_timer:	
+	fetch 1,mem_usb_addr
+	rtnbit1 7
+	arg mem_mouse_no_data_timer,regc
+	arg mouse_check_no_data_timeout,regb
+	branch timer_single_step_2B
+
+mouse_check_no_data_timeout:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_hibernate_set
+	branch mouse_disconnect
+	
+mouse_no_data_timer_init:
+	fetch 2,mem_mouse_no_data_timeout
+	store 2,mem_mouse_no_data_timer
+	rtn
+
+mouse_store_information_delay_timer:
+	arg mem_store_information_delay_timer,regc
+	arg mouse_store_device_info_check,regb
+	branch timer_single_step
+
+mouse_store_device_info_check:
+	call mouse_store_device_info
+	fetch 1,mem_mouse_need_soft_reset
+	nbranch mouse_soft_reset,blank
+	rtn
+
+mouse_bb_event_discovery_btn:
+	isolate1 mark_24g,mark
+	call mouse_24g_stop,true
+	call mouse_disconnect
+	call mouse_le_clean_connect_flag
+	branch mouse_start_discovery
+	
+mouse_start_discovery:
+	bpatch patch1b_2,mem_patch1b
+	call mouse_bluetooth_fast_conn_disable
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_ADV,mouse_start_discovery_norandom
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE,mouse_start_discovery_norandom
+	fetcht 2,mem_random_addr_increase_count
+	increase 1,temp
+	storet 2,mem_random_addr_increase_count
+	storet 2,mem_le_lap+1
+	random pdata					//random ble addr
+	store 1,mem_le_lap
+mouse_start_discovery_norandom:
+	fetch 3,mem_mouse_le_lap_temp
+	store 3,mem_le_lap+3
+	call app_lpm_mult_disable
+	fetch 2,mem_discovery_timeout
+	store 2,mem_mouse_discovery_timer
+	jam 6,mem_connection_options
+	setarg 0
+	store 2,mem_mouse_no_data_timer
+	store 1,mem_mouse_direct_timer
+	store 1,mem_mouse_bluetooth_reconnect_timeout
+	store 1,mem_mouse_device_poweron_timer_count
+	store 1,mem_mouse_clear_sensor_data_flag
+	arg MOUSE_STORE_EEPROM_FLAG,queue
+	call mouse_enable_function_flag
+	call mouse_bt_discovery_button_down_disable
+	fetch 1,mem_mouse_bluetooth_type
+	isolate1 MODE_4_MOUSE,pdata
+	call mouse_check_51cmd_adv,true
+	fetch 1,mem_mouse_bluetooth_type
+	isolate1 MODE_3_MOUSE,pdata
+	call check_51cmd_start_discovery,true
+	call mouse_low_voltage_led_blink_disable
+	branch mouse_discover_setting_led_gpio
+
+
+mouse_stop_discovery:
+	bpatch patch1b_3,mem_patch1b
+	arg MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,queue
+	call mouse_disable_function_flag
+	jam 0,mem_mouse_bluetooth_reconnect_timeout
+	fetch 1,mem_mouse_bluetooth_type
+	isolate1 MODE_4_MOUSE,pdata
+	call mouse_stop_le_adv,true
+	fetch 1,mem_mouse_bluetooth_type
+	isolate1 MODE_3_MOUSE,pdata
+	call mouse_stop_bt3_discovery,true
+	branch mouse_device_led_off
+mouse_stop_le_adv:
+	jam 0,mem_mouse_direct_timer
+	branch check_51cmd_stop_adv
+mouse_stop_bt3_discovery:
+	setarg 0
+	store 2,mem_mouse_discovery_timer
+	branch check_51cmd_stop_discovery
+
+mouse_store_remote_bdaddr:
+	bpatch patch1b_4,mem_patch1b
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_STORE_EEPROM_FLAG
+	call mouse_device_poweron_timer_init
+	arg MOUSE_STORE_EEPROM_FLAG,queue
+	call mouse_disable_function_flag
+	call mouse_check_device_addr
+mouse_unplug_clean_bdaddr:
+	call mouse_before_store_reconn_info
+	branch mouse_store_device_info_delay
+
+	
+mouse_check_device_addr:
+	fetch 1,mem_record_bt_mode
+	beq REC_4_MODE,mouse_check_le_device_addr
+	beq REC_3_MODE,mouse_check_bt_device_addr
+	rtn
+mouse_check_le_device_addr:
+	store 1,mem_device_addr_temp
+	fetch 6,mem_le_plap
+	branch mouse_check_bt_device_addr_common
+mouse_check_bt_device_addr:
+	store 1,mem_device_addr_temp
+	fetch 6,mem_plap
+mouse_check_bt_device_addr_common:
+	store 6,mem_device_addr_temp+1
+	fetch 7,mem_device_addr_temp
+	arg mem_device1_type,contr
+	arg 3,loopcnt
+mouse_check_device_addr_end:
+	ifetcht 7,contr
+	isub temp,null
+	branch mouse_clean_addr,zero
+	increase 22,contr
+	loop mouse_check_device_addr_end
+	rtn
+mouse_before_store_reconn_info:
+	arg mem_device1_type,rega
+	fetch 1,mem_device_flag
+	increase -1,pdata
+	mul32 pdata,29,pdata
+	iadd rega,rega
+	fetch 1,mem_record_bt_mode
+	istore 1,rega
+	beq REC_4_MODE,mouse_store_le_device
+	beq REC_3_MODE,mouse_store_bt_device
+	rtn
+	
+mouse_store_le_device:
+	fetch 6,mem_le_plap
+	istore 6,contw
+	arg mem_le_ltk,contr
+	call memcpy16
+	fetch 6,mem_le_lap
+	istore 6,contw
+	rtn
+mouse_store_bt_device:
+	fetch 6,mem_plap
+	istore 6,contw
+	arg mem_link_key,contr
+	branch memcpy16
+
+mouse_clean_addr:
+	increase -6,contr
+	copy contr,contw
+	fetcht 6,mem_device_addr_temp+1
+	increase 3,temp
+	istoret 6,contw
+	rtn
+	
+mouse_select_reconn_device:
+	arg mem_device1_type,rega
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+	increase -1,pdata
+	mul32 pdata,29,pdata
+	iadd rega,rega
+	ifetch 1,rega
+	store 1,mem_xrecord_mode
+	beq REC_3_MODE,mouse_load_bt_device
+	beq REC_4_MODE,mouse_load_le_device
+	rtn
+
+mouse_load_bt_device:
+	ifetch 6,contr
+mouse_load_bt_device_end:
+	store 6,mem_hci_plap
+	arg mem_link_key,contw
+	call memcpy16
+	branch check_link_key_load
+
+mouse_load_le_device:
+	ifetch 6,contr
+mouse_load_le_device_end:
+	store 6,mem_hci_plap
+	arg mem_le_ltk,contw
+	call memcpy16
+	ifetch 6,contr
+	store 6,mem_le_lap
+	rtn
+
+
+
+mouse_app_initflag_check:
+	fetch 2,mem_store_flag
+	arg EEPROM_INIT_FLAG,temp
+	isub temp,null
+	branch mouse_load_device_info,zero
+	storet 2,mem_store_flag
+	call mouse_ble_init_address
+	fetch 1,mem_device_flag_temp
+	store 1,mem_device_flag
+	fetch 1,mem_config_sensor_dpi
+	store 1,mem_mouse_dpi
+	fetch 4,mem_24g_fast_conn_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_24g_addr	
+	rtn
+
+mouse_load_device_info:
+	call mouse_select_reconn_device
+	fetch 4,mem_mouse_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_24g_addr
+	rtn
+	
+mouse_ble_init_address:
+	fetch 6,mem_le_lap
+	store 6,mem_device1_locall_addr
+	add pdata,0x0100,pdata
+	store 6,mem_device2_locall_addr
+	add pdata,0x0100,pdata
+	store 6,mem_device3_locall_addr
+	rtn
+	
+
+mouse_store_device_info_delay:	
+	fetch 1,mem_store_information_delay_timer_init
+	store 1,mem_store_information_delay_timer
+	rtn
+
+mouse_store_device_info:
+	bpatch patch1b_5,mem_patch1b
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_store_eeprom_device_info
+	bbit1 MOUSE_ENABLE_FLASH,mouse_store_flash_device_info
+	rtn
+
+mouse_load_flash_info_check:
+	call spid_init_flash
+	call mouse_spid_flash_release_form_powerdown
+	call mouse_information_flash_parameters
+	call spid_read_flash
+	call mouse_spid_flash_powerdown
+	call mouse_app_initflag_check
+	branch mouse_sensor_spi_init
+
+
+mouse_information_flash_parameters:
+	setarg mem_mouse_information_end
+	arg mem_mouse_information_start,temp
+	isub temp,temp
+	fetch 3,mem_flash_base
+	arg mem_mouse_information_start,rega
+	rtn
+	
+mouse_store_flash_device_info:
+	call spid_init_flash
+	call mouse_spid_flash_release_form_powerdown
+	call mouse_flash_erase_sector
+
+	call mouse_information_flash_parameters
+	call mouse_spid_write_flash
+	call mouse_spid_flash_powerdown
+	branch mouse_sensor_spi_init
+
+mouse_spid_flash_release_form_powerdown:
+	jam FLASH_COMMAND_RELEASE_FROM_POWERDOWN,mem_temp
+mouse_spid_write_flash_cmd:
+	call delay_nop100
+	call spid_unlock_flash
+	arg mem_write_flash_head_temp,rega
+	fetcht 1,mem_temp
+	call mouse_spid_write_flash_cmd_common
+	branch delay_nop100
+
+mouse_spid_flash_powerdown:
+	jam FLASH_COMMAND_POWERDOWN,mem_temp
+	branch mouse_spid_write_flash_cmd
+
+mouse_spid_write_flash_cmd_common:
+	istoret 1,rega
+	rshift16 pdata,temp
+	istoret 1,contw
+	rshift8 pdata,temp
+	istoret 1,contw
+	istore 1,contw
+	deposit rega
+	store 2,core_spid_txaddr
+	setarg 0
+	store 2,core_spid_rxlen
+	jam spid_start,core_misc_ctrl
+	branch wait_spid_done
+		
+mouse_flash_erase_sector:
+	fetch 3,mem_flash_base
+	store 3,mem_spi_write_addr
+	branch spid_flash_erase_sector+2
+
+mouse_spid_write_flash:
+	copy pdata,regc
+	copy rega,pdata
+	increase -4,pdata
+	copy pdata,regb
+	ifetch 4,regb
+	store 4,mem_write_flash_head_temp
+	copy regc,pdata
+	call spid_write_flash
+	fetch 4,mem_write_flash_head_temp
+	istore 4,regb
+	rtn
+
+mouse_flash_power_down:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_FLASH
+	call mouse_spid_flash_powerdown
+	call twspi_enable	// 2 wire mode
+	fetcht 1,mem_spi_cs_gpio		//disable flash
+	call gpio_out_inactive
+	fetcht 1,mem_spi_hold_gpio
+	branch mouse_gpio_config_input_pd
+
+mouse_load_eeprom_info_check:
+	call iicd_read_init_pin
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	isolate1 MOUSE_ENABLE_2K_EEPROM,pdata
+	ncall clear_eeprom_size_2k,true
+	call mouse_eeprom_load_recon_info
+	branch mouse_app_initflag_check
+
+mouse_eeprom_load_recon_info:
+	arg 128,temp
+	arg mem_device_flag,rega
+	arg MOUSE_INFO_EEPROM_OFFECT,regb
+	branch iicd_read_eep_data
+
+mouse_store_eeprom_device_info:
+	arg 128,temp
+	arg mem_device_flag,rega
+	arg MOUSE_INFO_EEPROM_OFFECT,regb
+	branch iicd_write_protect_eep_data
+
+
+mouse_store_eerpom_dpi:
+	arg 1,temp
+	arg mem_mouse_dpi,rega
+	arg MOUSE_DPI_EEPROM_OFFECT,regb
+	branch iicd_write_protect_eep_data
+
+mouse_load_eeprom_dpi:
+	arg 1,temp
+	arg mem_mouse_dpi,rega
+	arg MOUSE_DPI_EEPROM_OFFECT,regb
+	branch iicd_read_eep_data
+
+
+
+mouse_idle:
+	bpatch patch1b_6,mem_patch1b
+	call mouse_low_voltage_led_no_enter_lpm
+	call ui_check_paring_button
+	call mouse_dpi_check
+	call mouse_select_device_check
+	call mouse_check_select_device_by_switch
+	call mouse_bt_button_check
+	call mouse_usb_isr
+	call mouse_wheel_check
+	branch mouse_usb_mode
+
+mouse_select_device_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON,mouse_select_device_by_pb_button
+	bbit1 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY,mouse_select_device_by_pb_button
+	rtn
+
+mouse_select_device_by_pb_button_check_once:
+	jam 0x03,mem_mouse_pbkey_press_status
+mouse_select_device_by_pb_button:	
+	fetch 1,mem_config_select_device_button_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	jam MOUSE_PB_KEY,mem_mouse_key_temp
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_pb_button_check
+	store 1,mem_mouse_pbkey_press_status
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_pb_button_check_end	
+	call mouse_matrix_public_gpio_reset
+mouse_select_device_by_pb_button_exit:	
+	copy rega,pdata
+	bbit1 MOUSE_PB_KEY,mouse_select_device_button_down
+	branch mouse_select_device_button_up
+
+mouse_3io6key_pb_button_check_end:
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_gpio_config_input_pu
+	branch mouse_select_device_by_pb_button_exit
+
+
+mouse_pb_button_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND,mouse_pb_button_connect_gnd
+	fetch 1,mem_mouse_pbkey_press_status
+	copy pdata,regc
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_check
+	fetch 1,mem_mouse_ghost_flag
+	nbranch mouse_select_device_by_pb_button_end,blank
+	branch mouse_pb_button_connect_matrix
+
+mouse_select_device_by_pb_button_end:
+	jam PB_BUTTON_STATE_UP,mem_select_device_button_statue
+	jam 0,mem_mouse_pbkey_press_status
+	rtn
+
+mouse_pb_button_connect_gnd:
+	fetch 1,mem_mouse_pbkey_press_status
+	branch mouse_check_key_connect_gnd
+
+mouse_pb_button_connect_matrix:
+	call gpio_get_bit
+	fetcht 1,mem_matrix_public_gpio
+	branch mouse_pb_button_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_config_select_device_button_gpio
+	fetch 1,mem_mouse_pbkey_press_status
+	branch mouse_check_key_connect_gnd
+	
+mouse_select_device_button_up:
+	fetch 1,mem_select_device_button_statue
+	rtneq PB_BUTTON_STATE_UP
+	jam PB_BUTTON_STATE_UP,mem_select_device_button_statue	
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+	fetch 1,mem_bt_discovery_count
+	sub pdata,20,null
+	ncall mouse_ready_reconnection_by_button,positive		// press button less than 30-20=1000ms
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_bt_discovery_count
+	rtn
+
+mouse_select_device_button_down:
+	call mouse_select_device_ghost_check
+	rtn user
+	fetch 1,mem_select_device_button_statue
+	rtneq PB_BUTTON_STATE_DOWN
+	jam PB_BUTTON_STATE_DOWN,mem_select_device_button_statue
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY,mouse_long_button_bt_discovery
+	fetch 1,mem_mouse_direct_timer
+	rtn blank
+	fetch 1,mem_mouse_direct_timeout
+	store 1,mem_mouse_direct_timer
+	rtn
+
+mouse_select_device_ghost_check:
+	disable user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+	fetch 1,mem_mouse_lkey_press_status
+	rtn blank
+	fetch 1,mem_mouse_rkey_press_status
+	rtn blank
+	enable user
+	rtn
+	
+
+
+mouse_check_select_device_by_switch:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO,mouse_check_select_device_by_switch_gpio
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC,mouse_adc_read
+	rtn
+mouse_check_select_device_by_switch_gpio:	
+	fetcht 1,mem_device_switch_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_device_switch_gpio
+	call gpio_get_bit
+	branch mouse_check_select_24gdevice,true
+mouse_select_btdevice:
+	fetch 1,mem_device_flag
+	rtneq MODE_BT_DEVICE1
+	jam MODE_BT_DEVICE1,mem_device_flag
+	branch mouse_stop_bluetooth_mode
+	
+	
+mouse_check_select_24gdevice:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC,mouse_check_select_24g_device
+	fetch 6,mem_mouse_vdd_switch_gnd_full_vol
+	store 6,mem_mouse_vdd_calculate_set
+mouse_check_select_24g_device:	
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+	jam MODE_24G_DEVICE,mem_device_flag
+	branch mouse_24g_stop
+
+	
+
+mouse_ready_reconnection_by_button:
+	bpatch patch1b_7,mem_patch1b
+	fetch 1,mem_device_number
+	rtneq 1		// 1channel
+	call mouse_select_device_number
+	storet 1,mem_device_flag
+mouse_store_device_number_before_reset:	
+	jam 0,mem_link_key_exists
+	call mouse_select_device_enable
+	call mouse_stop_bluetooth_mode
+	call mouse_select_device_disable
+	jam 1,mem_mouse_need_soft_reset
+	branch mouse_store_device_info_delay
+
+
+mouse_soft_reset:
+	call mouse_select_device_enable
+	branch soft_reset_chip
+
+mouse_select_device_number:
+	fetcht 1,mem_device_flag
+	increase 1,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G,mouse_select_device_number_24g
+	sub temp,2,null
+	ncall mouse_select_device_count_clean_bt,positive
+	rtn
+	
+mouse_select_device_number_24g:	
+	fetch 1,mem_device_number
+	increase -1,pdata
+	isub temp,null
+	ncall mouse_select_device_count_clean_24g,positive
+	rtn
+
+mouse_select_device_count_clean_24g:
+	arg 0,temp
+	rtn
+mouse_select_device_count_clean_bt:
+	arg 1,temp
+	rtn
+
+
+mouse_store_device_number2eeprom:
+	arg 1,temp
+	arg mem_device_flag,rega
+	arg 0,regb
+	branch iicd_write_protect_eep_data
+		
+
+mouse_bt_button_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+	call mouse_select_device_by_pb_button
+	rtn
+
+
+
+
+mouse_select_device_enable:
+	arg MOUSE_SELECT_DEVICE_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_select_device_disable:
+	arg MOUSE_SELECT_DEVICE_FLAG,queue
+	branch mouse_disable_function_flag
+mouse_bt_cannel_reconn_enable:
+	arg MOUSE_BT_CANNEL_RECONN_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_bt_cannel_reconn_disable:
+	arg MOUSE_BT_CANNEL_RECONN_FLAG,queue
+	branch mouse_disable_function_flag
+mouse_bt_discovery_button_down_enable:
+	arg MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_bt_discovery_button_down_disable:
+	arg MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,queue
+	branch mouse_disable_function_flag
+
+mouse_adc_read_enable:
+	arg MOUSE_ENABLE_ADC,queue
+	branch mouse_enable_function_flag
+
+mouse_24g_set_250Hz:
+	arg MOUSE_ENABLE_24G_250Hz,queue
+	branch mouse_enable_function_flag
+
+mouse_24g_search_dongle_enable:
+	arg MOUSE_ENABLE_24G_SEARCH_DONGLE,queue
+	branch mouse_enable_function_flag
+	
+mouse_16M_enable:
+	arg MOUSE_ENABLE_16M,queue
+	branch mouse_enable_function_flag
+	
+mouse_dpi_4level_enable:
+	arg MOUSE_ENABLE_DPI_LEVEL_4,queue
+	branch mouse_enable_function_flag
+
+
+mouse_enable_function_flag:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	qset1 pdata
+	store MOUSE_FLAG_LEN,mem_mouse_flag
+	rtn
+
+mouse_disable_function_flag:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	qset0 pdata
+	store MOUSE_FLAG_LEN,mem_mouse_flag
+	rtn
+
+mouse_customer_key_enable:
+	arg MOUSE_ENABLE_KEYBOARD,queue
+	call mouse_enable_function_flag
+	setarg 0
+	store 8,mem_customer_key_press
+	store 8,mem_customer_key_release
+	fetch 1,mem_mouse_enable_flag	// 00--win+d     01--ctrl+alt+a    02--AC home    03--play
+	and pdata,0xc0,pdata
+	beq 0x40,mouse_customer_key_ctrl_alt_a
+	beq 0x80,mouse_customer_AC_home
+	beq 0xc0,mouse_customer_key_play
+	setarg 0x070008
+mouse_customer_standrad_key_set:	
+	store 8,mem_customer_key_press+1		// win + d
+	rtn
+
+mouse_customer_key_ctrl_alt_a:
+	setarg 0x040005
+	branch mouse_customer_standrad_key_set
+
+	
+mouse_customer_AC_home:
+	setarg 0x022303
+mouse_customer_media_key_set:	
+	store 8,mem_customer_key_press
+	setarg 0x03
+	store 8,mem_customer_key_release
+	rtn
+	
+mouse_customer_key_play:
+	setarg 0x00cd03
+	branch mouse_customer_media_key_set
+
+	
+
+
+
+	
+mouse_polling_device:
+	bpatch patch1c_0,mem_patch1c
+	fetch 1,mem_reconn_times
+	increase -1,pdata
+	store 1,mem_reconn_times
+	fetcht 1,mem_device_flag
+	sub temp,1,null
+	ncall mouse_select_device_number,zero
+	storet 1,mem_device_flag
+	jam 0,mem_link_key_exists
+	call mouse_store_device_number2eeprom
+	call mouse_before_store_reconn_info
+	branch mouse_start_reconnect_device
+	
+
+
+//notice: need to call p_mouse_drawing_optima_init when waked from mult
+mouse_drawing_optima:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_SMOOTHER
+	fetch 4,mem_mouse_x
+	rtn blank
+	call mouse_data_abs_check
+	setarg 0x03	//asm_flag enable condition
+	call mouse_pdata_greater_than_check
+	call mouse_disable_asm,blank
+	ncall mouse_enable_asm,blank
+	setarg 0x02	//asm_flag disable condition
+	call mouse_data_less_than_check
+	call mouse_disable_asm,blank
+	fetch 1,mem_mouse_asm_flag
+	beq 1,mouse_drawing_optima_modify
+mouse_drawing_optima_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_SMOOTHER
+	arg 5,loopcnt
+	arg mem_mouse_asm_flag,contw
+	branch clear_mem
+
+mouse_drawing_optima_modify:
+	call mouse_drawing_optima_xy_offset_modify
+	fetch 2,mem_mouse_x_pre
+	store 2,mem_data_pre
+	fetch 2,mem_mouse_x
+	store 2,mem_data_current
+	call mouse_drawing_optima_data_x
+	fetch 2,mem_data_pre
+	store 2,mem_mouse_x_pre
+	fetch 2,mem_data_current
+	store 2,mem_mouse_x
+
+	fetch 2,mem_mouse_y_pre
+	store 2,mem_data_pre
+	fetch 2,mem_mouse_y
+	store 2,mem_data_current
+	call mouse_drawing_optima_data_y
+	fetch 2,mem_data_pre
+	store 2,mem_mouse_y_pre
+	fetch 2,mem_data_current
+	store 2,mem_mouse_y
+	rtn
+
+mouse_drawing_optima_xy_offset_modify:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_XY_OFFSET
+	fetch 2,mem_mouse_x_pre
+	store 2,mem_data_value
+	call mouse_pre_xy_data_judge
+	store 2,mem_mouse_x_pre
+	fetch 2,mem_mouse_x
+	store 2,mem_data_value
+	call mouse_current_xy_data_judge
+	store 2,mem_mouse_x
+	fetch 2,mem_mouse_y_pre
+	store 2,mem_data_value
+	call mouse_pre_xy_data_judge
+	store 2,mem_mouse_y_pre
+	fetch 2,mem_mouse_y
+	store 2,mem_data_value
+	call mouse_current_xy_data_judge
+	store 2,mem_mouse_y
+	rtn
+
+mouse_pre_xy_data_judge:	
+	fetch 1,mem_data_value+1
+	branch mouse_pre_xy_pdata_offset,blank
+	branch mouse_pre_xy_ndata_offset
+
+mouse_pre_xy_pdata_offset:
+	fetch 1,mem_data_value
+	call mouse_pre_xy_get_0_4_times
+	store 1,mem_data_value
+mouse_xy_data_offset_new:
+	fetch 2,mem_data_value
+	rtn
+mouse_pre_xy_ndata_offset:
+	fetch 1,mem_data_value
+	call mouse_pdata_invert
+	call mouse_pre_xy_get_0_4_times
+	call disable_blank,blank
+	call mouse_pdata_get_new_value
+	branch mouse_xy_data_offset_new
+	
+mouse_current_xy_data_judge:
+	fetch 1,mem_data_value+1
+	branch mouse_current_xy_pdata_offset,blank
+	branch mouse_current_xy_ndata_offset
+mouse_current_xy_pdata_offset:
+	fetch 1,mem_data_value
+	call mouse_current_xy_get_0_6_times
+	store 1,mem_data_value
+	branch mouse_xy_data_offset_new
+mouse_current_xy_ndata_offset:	
+	fetch 1,mem_data_value
+	call mouse_pdata_invert
+	call mouse_current_xy_get_0_6_times
+	call disable_blank,blank
+	call mouse_pdata_get_new_value
+	branch mouse_xy_data_offset_new
+	
+mouse_pre_xy_get_0_4_times:
+	mul32 pdata,4,pdata
+	div pdata,5
+	call wait_div_end
+	quotient pdata
+	rtn
+mouse_current_xy_get_0_6_times:	//0.6 times
+	mul32 pdata,12,pdata
+	div pdata,10
+	call wait_div_end
+	quotient pdata
+	rtn	
+	
+mouse_drawing_optima_data_x:
+	fetch 2,mem_data_pre
+	fetcht 2,mem_data_current
+	iadd temp,pdata
+	fetcht 1,mem_mouse_data_xtemp
+	iadd temp,pdata
+	and pdata,0x01,temp
+	storet 1,mem_mouse_data_xtemp
+	branch mouse_drawing_optima_data
+
+mouse_drawing_optima_data_y:
+	fetch 2,mem_data_pre
+	fetcht 2,mem_data_current
+	iadd temp,pdata
+	fetcht 1,mem_mouse_data_ytemp
+	iadd temp,pdata
+	and pdata,0x01,temp
+	storet 1,mem_mouse_data_ytemp
+	branch mouse_drawing_optima_data
+
+/**********
+input:data_pre,data_current
+output:data_pre,data_current after optima
+***********/
+mouse_drawing_optima_data:
+	store 3,mem_data_sum
+	isolate1 16,pdata
+	branch mouse_data_sum_overflow,true
+	fetch 1,mem_data_sum+1
+	beq 0xff,mouse_data_sum_n
+	fetch 1,mem_data_sum
+mouse_data_store_pre:
+	rshift pdata,pdata
+	store 2,mem_data_pre
+	store 2,mem_data_current
+	rtn
+mouse_data_sum_overflow:
+	fetch 1,mem_data_sum+1	//sum positive
+	beq 0,mouse_data_sum_overflow_p
+	fetch 3,mem_data_sum	
+	branch mouse_data_store_pre
+mouse_data_sum_overflow_p:
+	jam 0,mem_data_sum+2
+	fetch 1,mem_data_sum
+	branch mouse_data_store_pre
+
+mouse_data_sum_n:
+	fetch 1,mem_data_sum	//sum negetive
+	call mouse_pdata_get_half
+	store 1,mem_data_pre
+	store 1,mem_data_current
+	branch mouse_data_zero,blank
+	setarg 0xff
+mouse_data_set_direction:	
+	store 1,mem_data_pre+1
+	store 1,mem_data_current+1
+	rtn
+mouse_data_zero:
+	setarg 0
+	branch mouse_data_set_direction
+
+mouse_pdata_get_half:
+	call mouse_pdata_invert
+	rshift pdata,pdata
+mouse_pdata_get_new_value:	
+	call mouse_rega_in_out
+	sub pdata,0,pdata
+	store 1,mem_data_value	
+	rtn
+
+mouse_pdata_invert:
+	sub pdata,0,pdata
+mouse_rega_in_out:	
+	store 1,mem_rega
+	fetch 1,mem_rega
+	rtn
+
+mouse_disable_asm:
+	jam 0,mem_mouse_asm_flag
+	rtn
+mouse_enable_asm:
+	jam 1,mem_mouse_asm_flag
+	rtn
+
+//rega mouse_x, regb mouse_y, pdata refer
+mouse_pdata_greater_than_check:
+	isub rega,null
+	nbranch disable_blank,positive
+	isub regb,null
+	nbranch disable_blank,positive
+	branch enable_blank
+mouse_data_less_than_check:
+	isub rega,null
+	nrtn positive
+	isub regb,null
+	nrtn positive
+	branch enable_blank
+
+mouse_data_abs_check:
+	fetch 2,mem_mouse_x
+	call mouse_data_abs
+	copy pdata,rega
+	fetch 2,mem_mouse_y
+	call mouse_data_abs
+	copy pdata,regb
+	rtn
+
+/***********
+input: data_current
+output:pdata,abs
+************/
+mouse_data_abs:
+	store 2,mem_data_current
+	fetch 1,mem_data_current+1
+	beq 0xff,mouse_data_reversal
+	fetch 1,mem_data_current
+mouse_data_abs_store:
+	and_into 0xff,pdata
+	//output:pdata
+	rtn
+mouse_data_reversal:
+	fetch 2,mem_data_current
+	sub pdata,0,pdata
+	branch mouse_data_abs_store
+
+mouse_24g_long_sleep_param_update_timer:
+	arg mem_24g_long_sleep_param_update_timer,regc
+	arg mouse_24g_long_sleep_normal_param,regb
+	branch timer_single_step
+mouse_24g_long_sleep_normal_param:
+	fetch 4,mem_24g_long_sleep_set1
+	store 4,mem_24g_enter_hibernate
+	jam 1,mem_mouse_long_mult_flag
+	rtn
+
+
+mouse_24g_long_sleep_set:
+	beq 0x00,mouse_24g_long_sleep_set_30ms
+	beq 0x01,mouse_24g_long_sleep_set_50ms
+	beq 0x02,mouse_24g_long_sleep_set_80ms
+	beq 0x03,mouse_24g_long_sleep_set_100ms
+mouse_24g_long_sleep_set_80ms:
+	setarg 0x0ea600
+mouse_24g_long_sleep_set_end:	
+	store 4,mem_24g_long_sleep_set1
+	rtn
+mouse_24g_long_sleep_set_30ms:
+	setarg 0x05e740
+	branch mouse_24g_long_sleep_set_end
+mouse_24g_long_sleep_set_50ms:
+	setarg 0x0927c0
+	branch mouse_24g_long_sleep_set_end
+mouse_24g_long_sleep_set_100ms:
+	setarg 0x124f80
+	branch mouse_24g_long_sleep_set_end
+
+	
+
+mouse_24g_hibernate_set:
+	jam 0,mem_24g_attempt_fail_flag
+	call g24_transmit_next_packet
+	setarg -1
+	store 4,mem_24g_enter_hibernate
+	setarg 0
+	store 7,mem_mouse_key
+	jam 1,mem_sensor_shutdown_flag
+	call mouse_sensor_powerdown
+	call mouse_setgpio_hibernate
+	branch g24_long_sleep
+
+mouse_wakeup_24g:
+	fetch 1,mem_sensor_shutdown_flag
+	ncall mouse_init_sensor_wakeup,blank
+	jam 0,mem_sensor_shutdown_flag
+	branch g24_transmit_no_ack
+
+mouse_24g_transmit_start:
+	fetch 1,mem_sensor_shutdown_flag
+	nbranch g24_short_sleep,blank
+	branch g24_transmit_start_next
+
+
+mouse_24g_stop:
+	set0 mark_24g,mark
+	jam STATE_24G_STOP,mem_24g_conn_sm
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	branch mouse_disable_function_flag
+
+
+mouse_24g_start_mode:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G,mouse_24g_mode_setup_error
+	call mouse_wakeup_from_power_check	// wake from hibernate :enble user
+	branch mouse_24g_reconn_dongle_start,user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_reconn_general_dongle
+	bbit0 MOUSE_ENABLE_24G_POWER_ON_PAIRING,mouse_24g_reconn_general_dongle
+	call mouse_key_check_once
+	and pdata,0x07,pdata
+	fetcht 1,mem_mouse_commbination_key_24g
+	isub temp,null
+	branch mouse_24g_start_pair_mode,zero
+	branch mouse_24g_reconn_general_dongle
+
+mouse_24g_mode_setup_error:
+	fetch 1,mem_reconn_times
+	nbranch mouse_polling_device,blank
+	rtn
+
+mouse_24g_reconn_dongle_start:
+	fetch 2,mem_24g_reconn_timeout_init
+	store 2,mem_24g_reconn_timeout
+	jam RECEIVER_AND_3_0_ADDR,mem_24g_reconn_type
+	branch g24_reconn_start
+
+
+mouse_24g_first_start_auto_pair_mode:
+	call mouse_wakeup_from_power_check
+	branch mouse_24g_first_start_reconn,user  	// wake from hibernate :enble user
+mouse_24g_reconn_general_dongle:	
+	jam MODE_24G_DEVICE,mem_device_flag
+	fetch 2,mem_mouse_24g_power_on_fast_conn_timer
+	store 2,mem_24g_reconn_timeout
+	jam FAST_CONN_AND_3_0_ADDR,mem_24g_reconn_type
+	branch g24_reconn_start
+
+mouse_24g_start_auto_pair:
+	call mouse_discover_setting_led_gpio
+	fetch 2,mem_24g_pair_timeout_init
+	store 2,mem_24g_reconn_timeout
+	jam PAIR_AND_3_0_ADDR,mem_24g_reconn_type
+	branch g24_reconn_start
+
+
+mouse_24g_first_start_reconn:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_reconn_dongle_start
+	call mouse_bluetooth_fast_conn_disable
+	branch mouse_24g_first_bluetooth_reconnect
+	
+mouse_24g_first_bluetooth_reconnect:
+	call mouse_24g_stop
+	call mouse_device_led_all_off
+	jam MODE_BT_DEVICE1,mem_device_flag
+	call mouse_select_reconn_device
+	branch mouse_start_reconnect_device
+
+mouse_24g_first_bb_event_reconn_timeout:
+	call mouse_wakeup_from_power_check
+	branch mouse_app_enter_hibernate,user
+	branch mouse_start_discovery
+
+
+mouse_24g_first_store_reconn_info:
+	call mouse_wakeup_from_power_check
+	rtn user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_store_device_info_delay
+	rtn
+
+mouse_24g_start_pair_mode:
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	call mouse_enable_function_flag
+	setarg 0
+	store 2,mem_24g_reconn_timeout	
+	call mouse_stop_discovery
+	call mouse_low_voltage_led_blink_disable
+	call mouse_discover_setting_led_gpio
+	jam TYPE_MS,mem_24g_data_type
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,g24_pair_start
+	jam TYPE_KB,mem_24g_data_type
+	branch g24_pair_start
+
+	
+mouse_24g_attempt_fail:
+	fetch 1,mem_24g_attempt_fail_flag
+	nbranch mouse_24g_hibernate_set,blank
+	fetch 1,mem_24g_reconn_type
+	beq FAST_CONN_AND_3_0_ADDR,mouse_24g_fast_conn_attempt_fail
+	beq PAIR_AND_3_0_ADDR,mouse_24g_auto_pair_attempt_fail
+	beq RECEIVER_AND_3_0_ADDR,mouse_reconn_dongle_attempt_fail
+mouse_24g_attempt_fail_enter_hibernate:
+	call mouse_device_led_off
+	call mouse_24g_stop
+	fetch 1,mem_reconn_times
+	nbranch mouse_polling_device,blank
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_app_enter_hibernate
+	rtn
+
+mouse_24g_fast_conn_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_start_auto_pair
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_start_auto_pair
+	branch mouse_24g_reconn_dongle_start
+
+
+mouse_24g_auto_pair_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate
+	fetch 1,mem_device_number
+	beq 1,mouse_24g_attempt_fail_enter_hibernate		//24g first mode and only 2.4g device
+	branch mouse_24g_first_bluetooth_reconnect
+
+mouse_reconn_dongle_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_FLASH,mouse_24g_attempt_fail_enter_hibernate
+	branch mouse_24g_start_auto_pair+1
+
+		
+mouse_24g_attempt_success:
+	call mouse_init_sensor_reset
+	jam 0,mem_mouse_long_mult_flag
+	jam 0,mem_24g_conn_sm
+	jam 0,mem_24g_reconn_type
+	fetch 4,mem_24g_receiver_addr
+	fetch 4,mem_24g_fast_conn_addr
+	isub temp,null
+	rtn zero
+	branch mouse_24g_first_store_reconn_info
+	
+mouse_24g_pairing_complete:
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	call mouse_disable_function_flag
+	call mouse_device_poweron_timer_init
+	setarg 0
+	store 2,mem_24g_pair_timeout
+	store 2,mem_24g_reconn_timeout
+	store 1,mem_24g_conn_sm
+	store 1,mem_mouse_move_flag
+	store 1,mem_24g_reconn_type
+
+	call mouse_init_sensor_reset
+	call mouse_read_sensor_common
+	fetch 4,mem_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_mouse_24g_addr
+	branch mouse_store_device_info_delay
+
+mouse_24g_package_data:
+	rtnmark0 mark_24g
+	call mouse_motion
+	nrtn user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,mouse_24g_mouse_package_data
+	fetch 1,mem_customer_key
+	nbranch mouse_24g_keyboard_package_data,blank
+mouse_24g_mouse_package_data:
+	call mouse_data_xy_release
+	fetch 1,mem_24g_data_type
+	bbit1 1,mouse_24g_mouse_package_data_now	// last package is keyboard data
+	fetcht 1,mem_24g_txbuf+1
+	fetch 1,mem_mouse_key
+	ior temp,pdata
+	store 1,mem_mouse_key
+	fetcht 1,mem_24g_txbuf+6
+	fetch 1,mem_mouse_z
+	iadd temp,pdata
+	store 1,mem_mouse_z
+	fetcht 1,mem_24g_txbuf+7
+	fetch 1,mem_mouse_tz
+	iadd temp,pdata
+	store 1,mem_mouse_tz	
+mouse_24g_mouse_package_data_now:	
+	jam TYPE_MS,mem_24g_data_type
+	arg 7,rega	//length
+	arg mem_mouse_key,regb //tx buff
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_250Hz,g24_transmit_by_interrupt_enable
+	fetch 2,mem_mouse_z
+	rtn blank
+	branch g24_transmit_by_interrupt_enable
+
+mouse_24g_keyboard_package_data:
+	jam TYPE_KB,mem_24g_data_type
+	arg 9,rega	//length
+	fetch 1,mem_customer_data_trigger
+	nbranch mouse_customer_key_press,blank
+	arg mem_customer_key_release,regb	//tx buff
+	rtn
+mouse_customer_key_press:
+	arg mem_customer_key_press,regb
+	rtn
+
+
+
+/**************************************g24 search receiver*****************************************/
+
+mouse_24g_search_dongle_init:
+	setarg 0
+	store 3,mem_mouse_search_dongle_action
+	rtn
+
+mouse_24g_search_dongle:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_24G_SEARCH_DONGLE
+	fetch 1,mem_mouse_long_mult_flag
+	rtn blank
+	fetch 1,mem_24g_abort_pac
+	rtn blank
+	fetch 1,mem_mouse_search_dongle_interval
+	increase 1,pdata
+	and_into 3,pdata
+	store 1,mem_mouse_search_dongle_interval
+	nrtn blank	//400ms
+	jam 0,mem_mouse_search_dongle_ch
+mouse_24g_search_dongle_loop:
+	fetch 1,mem_mouse_search_dongle_ch
+	increase 1,pdata
+	store 1,mem_mouse_search_dongle_ch
+	sub pdata,G24_CH_NUMBER,null
+	nbranch mouse_24g_search_dongle_loop_end,positive
+	call g24_reconn_data_prep
+	call g24_transmit_receive_ack
+	nbranch mouse_24g_search_dongle_loop_retry,sync
+	nbranch mouse_24g_search_dongle_loop_retry,user3
+	call mouse_24g_search_dongle_success
+mouse_24g_search_dongle_loop_end:
+	call g24_txbuf_clear
+	fetch 1,mem_mouse_search_dongle_count
+	increase 1,pdata
+	store 1,mem_mouse_search_dongle_count
+	beq G24_CH_POLL_COUNT,mouse_24g_search_dongle_check
+	rtn
+
+mouse_24g_search_dongle_loop_retry:
+	call g24_ch
+	branch mouse_24g_search_dongle_loop
+
+mouse_24g_search_dongle_check:
+	jam 0,mem_mouse_search_dongle_count
+	fetch 1,mem_mouse_search_dongle_action
+	rtnbit1 G24_DISCONN_STATE
+	set1 G24_DISCONN_STATE,pdata
+	store 1,mem_mouse_search_dongle_action
+	fetch 2,mem_mouse_24g_search_dongle_time_init		//3min
+	store 2,mem_mouse_no_data_timer
+	branch mouse_sensor_powerdown
+
+mouse_24g_search_dongle_success:
+	fetch 1,mem_24g_abort_pac
+	branch mouse_24g_search_dongle_init,blank
+	jam 0,mem_mouse_search_dongle_count
+	fetch 1,mem_mouse_search_dongle_action
+	rtnbit0 G24_DISCONN_STATE
+	set0 G24_DISCONN_STATE,pdata
+	store 1,mem_mouse_search_dongle_action
+	call mouse_no_data_timer_init
+	branch mouse_init_sensor_wakeup
+
+/**************************************g24 search receiver*****************************************/
+
+
+
+/*******************led*************************/
+mouse_device_poweron_timer:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_POWER_ON_LED
+	fetch 1,mem_mouse_device_poweron_timer_count
+	rtn blank
+	increase -1,pdata
+	store 1,mem_mouse_device_poweron_timer_count
+	branch mouse_device_led_off,blank
+	branch mouse_device_led_on
+	
+mouse_device_poweron_timer_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_POWER_ON_LED
+	call mouse_low_voltage_led_blink_disable
+	fetch 1,mem_mouse_device_poweron_timer_count_init
+	store 1,mem_mouse_device_poweron_timer_count
+	rtn	
+
+	
+mouse_discover_setting_led_gpio:
+	jam 0,mem_mouse_device_poweron_timer_count
+	fetch 2,mem_mouse_disconvey_led_blink_time
+	store 2,mem_mouse_on_time
+	store 2,mem_mouse_off_time	
+mouse_setting_led_gpio_comman:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_led_24g
+	beq MODE_BT_DEVICE1,mouse_device_led_bt1
+	beq MODE_BT_DEVICE2,mouse_device_led_bt2
+	rtn
+mouse_device_led_24g:
+	fetch 1,mem_config_device_24g_led_gpio
+	branch mouse_led_blink
+mouse_device_led_bt1:
+	fetch 1,mem_config_device_bt1_led_gpio
+	branch mouse_led_blink
+mouse_device_led_bt2:
+	fetch 1,mem_config_device_bt2_led_gpio
+mouse_led_blink:
+	store 1,mem_temp
+	call mouse_device_led_off
+	fetch 1,mem_temp
+	store 1,mem_mouse_struct_led_gpio
+	arg 0,rega
+	jam UI_LED_STATE_BLINK_START,mem_mouse_led_type
+	branch ui_led_blink_start_global
+
+
+mouse_dpi_led_blink_delay:
+	fetch 1,mem_dpi_led_gpio
+	rtneq GPIO_DISABLE
+	fetch 2,mem_mouse_discovery_timer
+	nrtn blank
+	fetch 2,mem_24g_pair_timeout
+	nrtn blank
+	fetch 2,mem_24g_reconn_timeout
+	nrtn blank
+	fetch 1,mem_mouse_device_poweron_timer_count
+	nrtn blank
+	fetch 1,mem_mouse_dpi_led_delay_count_init
+	branch mouse_dpi_led_blink_init,blank
+	store 1,mem_mouse_dpi_led_delay_count  //delay 1s led blink
+	rtn
+
+
+mouse_dpi_led_blink_delay_timer:
+	arg mem_mouse_dpi_led_delay_count,regc
+	arg mouse_dpi_led_blink_init,regb
+	branch timer_single_step	
+	
+mouse_dpi_led_blink_init:
+	fetch 1,mem_dpi_led_gpio
+	store 1,mem_mouse_struct_led_gpio
+	fetch 2,mem_mouse_dpi_led_blink_time
+	store 2,mem_mouse_on_time
+	store 2,mem_mouse_off_time
+	arg 0,rega
+	fetcht 1,mem_mouse_dpi
+	increase 1,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_DPI_LEVEL_4,mouse_dpi_led_blink_init_end
+	increase 1,temp
+	sub temp,4,null
+	ncall mouse_dpi_led_blink_count_clean,positive		// blink count:2 3 4 1
+mouse_dpi_led_blink_init_end:	
+	storet 1,mem_mouse_blink_count
+	jam UI_LED_STATE_BLINK_START,mem_mouse_led_type
+	rtn
+
+mouse_dpi_led_blink_count_clean:
+	arg 1,temp
+	rtn
+
+mouse_check_dpi_blink:
+	disable user
+	fetch 1,mem_dpi_led_gpio
+	fetcht 1,mem_mouse_struct_led_gpio
+	isub temp,null
+	nrtn zero
+	fetch 1,mem_mouse_blink_count
+	rtn blank
+	jam 0,mem_adc_low_volatage_led_blink_enable
+	enable user
+	rtn
+
+mouse_device_led_all_off:
+	call mouse_dpi_led_off
+	call mouse_device_24g_led_off
+	call mouse_device_bt1_led_off
+	branch mouse_device_bt2_led_off
+
+mouse_device_led_off:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_24g_led_off
+	beq MODE_BT_DEVICE1,mouse_device_bt1_led_off
+	beq MODE_BT_DEVICE2,mouse_device_bt2_led_off
+	rtn
+
+mouse_device_24g_led_off:
+	jam 0,mem_24g_device_led_status
+	fetcht 1,mem_config_device_24g_led_gpio
+	branch mouse_led_off
+
+mouse_device_bt1_led_off:
+	fetcht 1,mem_config_device_bt1_led_gpio
+	branch mouse_led_off
+	
+mouse_device_bt2_led_off:
+	fetcht 1,mem_config_device_bt2_led_gpio
+	branch mouse_led_off
+
+mouse_dpi_led_off:
+	fetcht 1,mem_dpi_led_gpio
+	branch mouse_led_off
+
+mouse_device_led_on:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_24g_led_on
+	beq MODE_BT_DEVICE1,mouse_device_bt1_led_on
+	beq MODE_BT_DEVICE2,mouse_device_bt2_led_on
+	rtn
+
+mouse_device_24g_led_on:
+	fetcht 1,mem_config_device_24g_led_gpio
+	branch mouse_led_on
+mouse_device_bt1_led_on:
+	fetcht 1,mem_config_device_bt1_led_gpio
+	branch mouse_led_on
+mouse_device_bt2_led_on:
+	fetcht 1,mem_config_device_bt2_led_gpio
+	branch mouse_led_on
+
+mouse_led_off:
+	bpatch patch1c_1,mem_patch1c
+	storet 1,mem_mouse_struct_led_gpio
+	arg 0,rega
+	branch ui_led_off_global
+mouse_led_on:
+	bpatch patch1c_2,mem_patch1c
+	storet 1,mem_mouse_struct_led_gpio
+	arg 0,rega
+	branch ui_led_on_global
+
+mouse_ui_led_off_static:
+	fetch 1,mem_config_device_24g_led_gpio
+	isub temp,null
+	call mouse_clear_24g_led_statue,zero
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_4_LED,gpio_out_inactive
+	call mouse_check_bt2_led_off
+	call mouse_check_dpi_led_off
+	call mouse_check_low_v_led_off
+	fetch 1,mem_mouse_led_off_4_led
+	branch gpio_out_inactive,blank
+	jam 0,mem_mouse_led_off_4_led
+	branch gpio_set_high_impedance
+
+mouse_ui_led_on_static:
+	fetch 1,mem_config_device_24g_led_gpio
+	isub temp,null
+	call mouse_set_24g_led_statue,zero
+	branch gpio_out_active 
+
+
+mouse_check_bt2_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_BT2_FOR_4_LED
+	fetch 1,mem_config_device_bt2_led_gpio
+	branch mouse_check_1gpio_2led_off
+mouse_check_dpi_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DPI_FOR_4_LED
+	fetch 1,mem_dpi_led_gpio
+	branch mouse_check_1gpio_2led_off
+mouse_check_low_v_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_LOW_V_FOR_4_LED
+	fetch 1,mem_config_low_voltage_alarm_gpio
+mouse_check_1gpio_2led_off:
+	isub temp,null
+	nrtn zero
+	jam 1,mem_mouse_led_off_4_led
+	rtn
+
+mouse_clear_24g_led_statue:
+	jam 0,mem_24g_device_led_status
+	rtn
+
+mouse_set_24g_led_statue:
+	jam 1,mem_24g_device_led_status
+	rtn
+
+mouse_low_voltage_led_timer:
+	fetch 2,mem_mouse_discovery_timer
+	nrtn blank
+	fetch 2,mem_24g_pair_timeout
+	nrtn blank
+	fetch 2,mem_24g_reconn_timeout
+	nrtn blank
+	fetch 1,mem_mouse_device_poweron_timer_count
+	nrtn blank
+	call mouse_check_dpi_blink
+	rtn user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_LOW_VOLTAGE_LED
+	rtnbit0 MOUSE_LOW_VOLTAGE_FLAG
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND,mouse_low_voltage_led_blink_new_data
+	fetch 1,mem_adc_low_volatage_led_timer_count
+	increase 1,pdata
+	store 1,mem_adc_low_volatage_led_timer_count
+	sub pdata,20,null
+	ncall mouse_adc_low_volatage_led_timer_count_clean,positive
+	beq 2,mouse_low_voltage_led_on
+	beq 4,mouse_low_voltage_led_off
+	beq 6,mouse_low_voltage_led_on
+	beq 8,mouse_low_voltage_led_off
+	rtn
+mouse_adc_low_volatage_led_timer_count_clean:
+	jam 1,mem_adc_low_volatage_led_timer_count
+	branch mouse_low_voltage_led_off
+mouse_low_voltage_led_on:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED,mouse_device_led_on
+	fetch 1,mem_config_low_voltage_alarm_gpio
+	rtneq GPIO_DISABLE
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	branch mouse_led_on
+mouse_low_voltage_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED,mouse_device_led_off
+	fetch 1,mem_config_low_voltage_alarm_gpio
+	rtneq GPIO_DISABLE
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	branch mouse_led_off
+
+mouse_low_voltage_led_blink_new_data:
+	fetch 2,mem_mouse_no_data_timeout
+	fetcht 2,mem_mouse_no_data_timer
+	isub temp,temp
+	fetch 2,mem_adc_low_volatage_led_blink_timer
+	isub temp,null
+	nbranch mouse_low_voltage_led_blink_disable,positive
+	fetch 1,mem_adc_low_volatage_led_blink_enable
+	nrtn blank
+	jam 1,mem_adc_low_volatage_led_blink_enable
+	branch mouse_low_voltage_led_blink_init
+	
+mouse_low_voltage_led_blink_init:
+	fetch 2,mem_mouse_low_v_led_blink_time
+	store 2,mem_mouse_on_time
+	store 2,mem_mouse_off_time
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED,mouse_setting_led_gpio_comman
+	fetch 1,mem_config_low_voltage_alarm_gpio
+	rtneq GPIO_DISABLE
+	branch mouse_led_blink
+
+mouse_low_voltage_led_blink_disable:
+	jam 0,mem_adc_low_volatage_led_blink_enable
+	branch mouse_low_voltage_led_off
+
+
+mouse_low_voltage_led_no_enter_lpm:	
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_LOW_VOLTAGE_LED
+	rtnbit0 MOUSE_LOW_VOLTAGE_FLAG
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND,mouse_low_voltage_led_no_enter_lpm_blink
+	fetch 1,mem_adc_low_volatage_led_timer_count
+	sub pdata,10,null
+	branch mouse_lpm_mode_clear,positive
+mouse_low_voltage_led_no_enter_lpm_next:	
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,g24_transmit_by_interrupt_exit_check
+	jam 1,mem_lpm_mode
+	rtn
+
+g24_transmit_by_interrupt_exit_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag	
+	rtnbit1 MOUSE_ENABLE_24G_250Hz	
+	branch g24_transmit_by_interrupt_exit
+
+mouse_lpm_mode_clear:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,g24_transmit_by_interrupt_enable
+	jam 0,mem_lpm_mode
+	rtn
+
+mouse_low_voltage_led_no_enter_lpm_blink:
+	fetch 1,mem_adc_low_volatage_led_blink_enable
+	nbranch mouse_lpm_mode_clear,blank
+	branch mouse_low_voltage_led_no_enter_lpm_next
+	
+	
+/*******************led*************************/	
+mouse_store_signal_rssi:
+	call rssi_hex2dec
+	fetch 1,mem_rssi
+	branch rssi_signal
+
+mouse_le_transmit:
+	call mouse_store_signal_rssi
+	branch power_ctrl_start
+
+mouse_bt_slave_match:
+	call mouse_store_signal_rssi
+	fetch 1,mem_state
+	isolate1 state_inconn,pdata
+	nrtn true
+	fetch 1,mem_arq
+	isolate1 wack,pdata
+	call power_ctrl_pac_succ_decrs,true
+	ncall power_ctrl_pac_succ_incrs,true
+	branch power_ctrl_start
+
+mouse_le_set_lpm_mult:
+	fetch 1,mem_le_connect_status_flag
+	compare 3,pdata,3
+	nbranch disable_blank,true
+	call app_lpm_mult_enable
+	branch enable_blank
+
+mouse_bt_set_lpm_mult:
+	call l2cap_malloc_is_fifo_empty
+	nrtn blank
+	jam 1,mem_current_sniff_attempt
+	jam 0,mem_current_sniff_timeout
+	branch enable_blank
+
+mouse_set_lpm_mult:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,mouse_le_set_lpm_mult
+	branch mouse_bt_set_lpm_mult
+
+/*****************close define  COMPILE_MOUSE**********/
+else
+mouse_init:
+mouse_irtual_cable_unplug:
+mouse_store_remote_bdaddr:
+mouse_ui_led_off_static:
+mouse_ui_led_on_static:
+mouse_bt_hid_handshake_boot_check:
+mouse_delay_enter_hibernata:
+mouse_low_voltage_led_no_enter_lpm_blink:
+	rtn
+endif
+
+
+
Index: program/patch.prog
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/program/patch.prog	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/program/patch.prog	(working copy)
@@ -0,0 +1,3501 @@
+
+//define G24_OTA
+//define FIRE_KEY
+//define UART_LOG
+//define RSSI_SORT
+define DOUBLE_DPI_KEY
+define LOGO_LED
+define S201X_SENSOR
+//define RGB_LED
+//define RGB_LED_MKEY
+//define RGB_LED_ON_AFTER_PAIR
+//define COMMBINATION_DPI
+define G24_RETRANSMIT_DPI
+//define YJX_ICE_SELECT_ANGLE
+
+	bbit1 8,pf_patch_ext
+	beq patch00_0,p_soft_reset
+	beq patch00_3,p_main_loop
+	beq patch10_2,p_shutdown_radio
+	beq patch10_3,p_set_sync_on
+	beq patch10_4,p_set_freq_rx
+	beq patch11_2,p_txon_next
+	beq patch11_3,p_initialize_radio_cont	
+	beq patch11_4,p_save_rssi
+	beq patch13_7,p_init_param
+	beq patch15_6,p_app_init
+	beq patch18_3,p_mouse_start_work
+	beq patch18_4,p_mouse_start_reconnect_device
+	beq patch18_7,p_mouse_app_enter_hibernate
+	beq patch19_1,p_mouse_setgpio_hibernate
+	beq patch19_2,p_mouse_lpm_before_common
+	beq patch19_4,p_mouse_adc_read_start
+	beq patch19_6,p_mouse_motion
+	beq patch19_7,p_mouse_dpi_process
+	beq patch1a_0,p_mouse_seting_dpi
+	beq patch1a_1,p_mouse_check_key_gpio
+	beq patch1a_3,p_mouse_init_sunt
+	beq patch1a_4,p_mouse_sensor_poweron
+	beq patch1a_6,p_mouse_priority_bb_event
+	beq patch1b_1,p_mouse_bb_event_timer
+	beq patch1b_2,p_mouse_start_discovery
+	beq patch1b_3,p_mouse_stop_discovery
+	beq patch1b_6,p_mouse_idle
+	beq patch1b_7,p_mouse_ready_reconnection_by_button
+	beq patch1c_1,p_mouse_led_off
+	beq patch1c_2,p_mouse_led_on
+	beq patch1d_0,p_hid_rx_process
+	branch loop
+
+pf_patch_ext:
+	beq patch23_2,p_send_lmp		
+	beq patch24_0,p_twspi_reset
+	beq patch26_3,p_adc_init_data
+	beq patch26_4,p_enable_adc
+	beq patch30_7,p_ui_timer_check		
+	beq patch34_1,p_le_slave_match
+	beq patch34_3,p_le_slave_unsync
+	beq patch36_5,p_le_transmit
+	beq patch38_0,p_le_parse_l2cap
+	beq patch3b_5,p_g24_dispatch
+	beq patch3c_2,p_g24_pair_dispatch
+	beq patch3d_1,p_g24_reconn_dispatch
+	beq patch3d_2,p_g24_transmit_no_interrupt
+	beq patch3d_4,p_g24_lpm_wait
+	beq patch3d_5,p_power_ctrl_start
+	branch loop
+
+
+p_soft_reset:
+	clear_stack
+	call app_param_init
+	ncall p_led_num_check,wake
+ifdef RSSI_SORT
+	setarg mem_mouse_rssi_signal_buf_patch
+	store 2,mem_rssi_signal_buf_ptr	
+endif
+	call mouse_xtal_init		// 16M / 24M
+	branch soft_reset+3
+
+p_mouse_start_reconnect_device:
+	call p_mouse_device_le_reconn_led_config
+	arg mem_device1_type,rega
+	fetch 1,mem_device_flag
+	increase -1,pdata
+	mul32 pdata,29,pdata
+	iadd rega,rega
+	ifetch 1,rega
+	store 1,mem_xrecord_mode
+p_mouse_start_reconnect:	
+	fetch 1,mem_xrecord_mode
+	beq REC_3_MODE,mouse3_0_check_reconn_target
+	beq REC_4_MODE,mouse4_0_check_reconn_target
+	branch mouse_buletooth_fast_conn_init
+
+p_twspi_reset:
+	fetch 1,mem_mouse_sensor_sclk_gpio
+	branch twspi_reset+1
+
+p_mouse_led_on:
+	copy temp,pdata
+	rtneq GPIO_DISABLE
+	copy pdata,temp
+	branch mouse_led_on+1
+
+p_mouse_led_off:
+	copy temp,pdata
+	rtneq GPIO_DISABLE
+	copy pdata,temp
+	branch mouse_led_off+1
+
+p_led_num_check:		
+	fetch 1,mem_mouse_flag+4
+	nrtn blank
+	jam 0,mem_ui_led_struct_num
+	rtn
+
+
+p_mouse_ready_reconnection_by_button:
+	fetch 1,mem_device_number
+	rtneq 1		// 1channel
+	call mouse_select_device_number
+	storet 1,mem_device_flag
+	call p_mouse_devide_led_disable
+	call p_mouse_low_voltage_led_off
+p_mouse_store_device_number_before_reset:	
+	jam 0,mem_link_key_exists
+	call mouse_select_device_enable
+	call p_mouse_stop_bluetooth_mode
+	branch mouse_store_device_number_before_reset+3
+
+p_mouse_stop_bluetooth_mode:
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BT_RECONNECT
+	branch mouse_stop_bluetooth_mode+2
+
+p_main_loop:
+ifdef SIMPLE_PAIRING
+	call sp_calc_sequence
+endif
+ifdef SECURE_CONNECTION
+	call sp_calc_sequence_256
+endif
+ifdef SIMPLE_PAIRING
+ifdef SECURE_CONNECTION
+	call sp_calc_sequence_256_check
+endif
+endif
+	call le_advertising_dispatch
+	call idle_dispatch
+	call p_app_process_idle
+	branch main_loop+7
+
+p_app_process_idle:
+	call p_ui_dispatch
+	branch app_process_idle+2
+
+p_ui_dispatch:
+	call p_ui_led_dispatch
+	branch ui_timer_check
+
+p_ui_led_dispatch:
+	fetch 1,mem_ui_led_struct_num
+	rtn blank
+	fetch 2,mem_ui_led_struct_ptr
+	copy pdata,regb
+	add regb,LED_OFFSET_LED_GPIO,regb
+	ifetch 1,regb
+	rtneq GPIO_DISABLE
+	branch ui_led_dispatch+2
+
+/////////////////////////////////// adc//////////////////////////////////////
+p_set_sync_on:
+	jam 0x5,modem_en
+	nop 2
+	jam 0x0,modem_en					/* if called from tx or rx */
+	fetch 1,mem_fcomp_div
+	beq XTAL_24M,set_sync_on_24m
+p_set_sync_on_16m:
+	jam 0x29,core_syn_afc_cfg1
+	branch set_sync_on_16m	
+
+p_set_freq_rx:
+	call set_freq_rx+1
+	setarg 0x7676
+	store 2,0x8968
+	rtn
+
+p_mouse_24g_fast_conn_mode_check:
+	rtnmark0 mark_24g
+	fetch 4,mem_24g_receiver_addr
+	fetcht 4,mem_24g_fast_conn_addr
+	isub temp,null
+	branch p_mouse_soft_agc_enable,zero
+p_mouse_soft_agc_disable:
+	jam 0xff,mem_gain_fix
+	rtn
+
+p_mouse_soft_agc_enable:
+	jam 0,mem_gain_fix
+	jam TX_POWER_F17DB,mem_tx_power
+	rtn
+
+p_save_rssi:
+	// bit6 is signed bit. 
+	fetch 1,modem_nb_pow 
+	isolate1 6,pdata 
+	setflag true,7,pdata 
+	store 1,mem_modem_rssi 
+	
+	fetch 1,modem_gain 
+	and pdata,0x0f,temp 
+	lshift temp,temp 
+	rshift4 pdata,pdata 
+	iadd temp,temp 
+	mul32 temp,3,rega // (abb_gain + lna_gain*2)*3 
+
+	fetch 1,mem_modem_rssi 
+	call p_byte_sign_extern 
+	sub pdata,0,pdata //-modem_nb_pow 
+	iadd rega,pdata // (abb_gain + lna_gain*2)*3 + (-modem_nb_pow) 
+	increase -9,pdata // (abb_gain + lna_gain*2)*3 + (-modem_nb_pow) - 9 
+	and pdata,0x1ff,pdata 
+	isolate1 8,pdata 
+	nbranch p_save_rssi_store,true 
+	setarg 0 
+p_save_rssi_store:
+	store 1,mem_rssi_hex
+	rtn
+p_byte_sign_extern:
+	isolate1 7,pdata
+	nrtn true
+	branch mouse_data_overflow
+
+p_txon_next:
+	fetch 1,mem_tx_power
+	beq TX_POWER_F17DB,p_set_tx_power_f17db	//fast conn
+	branch txon_next+1
+
+p_set_tx_power_f17db:
+	jam 0x5b,core_tx_pwr_ctrl0		
+	jam 0x01,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89
+	
+ifdef G24_OTA
+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
+endif	
+	
+p_adc_init_data:
+	arg mem_temp_block2,rega
+	arg 12,temp
+	setarg EFUSE_OFFSET_ADC_PARAM
+	call efuse_read_data
+	branch adc_init_data+6
+
+p_enable_adc:	
+	fetchr regb,1,core_rf_ldo_cfg6
+	jam 0x3d,core_rf_ldo_cfg6
+	jam 0xaa,core_rf_ldo_cfg5
+	jam 0x0c,core_rf_ldo_en0
+	fetch 1,core_clkpll_cfg6
+	set1 7,pdata
+	store 1,core_clkpll_cfg6
+	jam 0x04,core_rf_ldo_en1
+	nop 60
+	jam 0,core_syn_en
+	jam 6,core_rx_en0
+	call read_adc_mode
+	store 1,core_gpadc_ctrl
+//	jam 0x07,core_gpadc_ctrl
+	jam 0x03,core_sum_ctrl
+	nop 60
+	fetch 1,core_sum_en
+	set1 7,pdata
+	store 1,core_sum_en
+	nop 1000
+	fetch 2,core_adc_sum
+	store 2,mem_adc_current_value
+	fetch 1,core_sum_en
+	set0 7,pdata
+	store 1,core_sum_en
+	jam 0,core_gpadc_ctrl
+	
+	storer regb,1,core_rf_ldo_cfg6
+	rtn
+
+p_mouse_adc_read_start:
+	call p_enable_adc
+	jam 0,mem_adc_read_timer
+	call vdd_calculate_by_mode
+	store 2,mem_mouse_vdd_now_vol
+	fetch 1,mem_adc_config_flag
+	bne ADC_CONFIG_GPIO, p_mouse_adc_data_process
+	fetcht 2,mem_mouse_vdd_now_vol	// BAT= 1.5V, R = 200k, a = a*1.8
+	mul32 temp,8,pdata
+	div pdata,10
+	call get_div_result
+	iadd temp,pdata
+	store 2,mem_mouse_vdd_now_vol
+p_mouse_adc_data_process:	
+	arg mem_mouse_vdd_calculate_set,rega
+	call mouse_adc_bat_percent_lowpower_out
+	fetch 1,mem_adc_power_flag
+	bbit1 2,mouse_adc_button_press
+	bbit1 1,p_mouse_power_down
+	bbit0 0,p_mouse_adc_no_low_voltage
+	branch mouse_adc_data_process_next
+
+p_mouse_power_down:
+	fetch 1,mem_mouse_led_new_interface_config		//can be remove?
+	bbit0 MOUSE_ENABLE_1IO2LED,mouse_power_down
+	branch p_mouse_app_enter_hibernate
+	
+p_mouse_adc_no_low_voltage:
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit0 MOUSE_ENABLE_1IO2LED,mouse_adc_no_low_voltage
+	arg MOUSE_LOW_VOLTAGE_FLAG,queue
+	call mouse_disable_function_flag
+	jam 12,mem_adc_low_volatage_led_timer_count_new
+	fetch 1,mem_mouse_adc_last_low_voltage_flag
+	rtn blank
+	jam 0,mem_mouse_adc_last_low_voltage_flag
+	branch p_mouse_low_voltage_led_off_judge
+
+/////////////////////////////////// adc//////////////////////////////////////
+
+//============low led start============//
+p_mouse_check_dpi_blink:
+	disable user
+	fetch 1,mem_mouse_multi_led_blink_type		//04:dpi blink
+	sub pdata,4,null
+	nrtn zero
+//	jam 0,mem_adc_low_volatage_led_blink_enable
+	branch enable_user
+
+p_mouse_low_voltage_led_timer:
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit0 MOUSE_ENABLE_1IO2LED,mouse_low_voltage_led_timer
+p_mouse_low_voltage_led_timer_new:	//new interface,multi lio2led
+	rtnbit0 MOUSE_ENABLE_LOW_LED
+	fetch 2,mem_mouse_discovery_timer
+	nrtn blank
+	fetch 2,mem_24g_pair_timeout
+	nrtn blank
+	fetch 2,mem_24g_reconn_timeout
+	nrtn blank
+	fetch 1,mem_mouse_multi_led_powon_timer
+	nrtn blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_LOW_VOLTAGE_FLAG
+
+	call p_mouse_check_dpi_blink		//need judge blink led=dpi? if led=dpi led->rtn
+	rtn user
+	
+	fetch 1,mem_mouse_multi_low_led_blink_count
+	branch p_mouse_low_led_blink_count_init_judge,blank
+p_mouse_low_led_blink_timer:
+	fetcht 1,mem_adc_low_volatage_led_timer_count_new
+	increase 1,temp
+	storet 1,mem_adc_low_volatage_led_timer_count_new
+	fetch 1,mem_mouse_low_led_blink_timer
+	isub temp,null
+	ncall p_mouse_low_led_timer_count_clean,positive
+	fetch 1,mem_mouse_low_led_blink_half_timer
+	isub temp,null
+	nbranch p_mouse_low_voltage_led_off_judge,positive
+p_mouse_low_voltage_led_on_judge:
+	fetch 1,mem_mouse_led_multi_type
+	beq MOUSE_ENABLE_LOW_FOR_LED,p_mouse_device_multi_led_on+1
+	beq MOUSE_ENABLE_DPI_LOW_FOR_LED,p_mouse_device_multi_led_on+1
+p_mouse_low_voltage_led_on:
+	fetcht 1,mem_mouse_low_gpio 
+	branch p_mouse_multi_led_on
+
+p_mouse_low_led_timer_count_clean:
+	jam 1,mem_adc_low_volatage_led_timer_count_new
+	call p_mouse_low_led_blink_decrease		//blink count decrease
+p_mouse_low_voltage_led_off_judge:
+	fetch 1,mem_mouse_led_multi_type
+	beq MOUSE_ENABLE_LOW_FOR_LED,p_mouse_device_multi_led_off+1
+	beq MOUSE_ENABLE_DPI_LOW_FOR_LED,p_mouse_device_multi_led_off+1
+p_mouse_low_voltage_led_off:
+	fetcht 1,mem_mouse_low_gpio
+	branch p_mouse_multi_led_off
+
+p_mouse_low_led_blink_decrease:
+	fetch 1,mem_mouse_multi_low_led_blink_count
+	increase -1,pdata
+	store 1,mem_mouse_multi_low_led_blink_count
+	rtn
+p_mouse_low_led_blink_count_init_judge:
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_LOW_LED_BLINK_LIMIT,p_mouse_low_voltage_led_off_judge
+	call p_mouse_multi_low_led_blink_count_init
+	branch p_mouse_low_led_blink_timer
+
+//============low led end============//
+
+
+p_initialize_radio_cont:
+	jam 0xe6,core_syn_aac_cfg1
+	call initialize_syn_afc_cfg1
+	call initialize_rf_ldo_cfg1
+	call initialize_rc_cal
+	jam 0x09,core_rx_bq_cfg0
+	jam 5,core_clkpll_cfg0
+	jam 0x94,core_rx_iqadc_cfg
+	jam 0x0b,core_rf_ldo_cfg2
+	jam 0x05,core_rf_ldo_cfg3
+	jam 0x90,core_syn_pfd_lkd_cfg
+	jam 0x00,core_syn_loopdiv_dsm_cfg
+	jam 0x40,core_rx_ctrl1
+	branch initialize_radio_cont+8
+
+
+p_shutdown_radio:
+	fetch 1,mem_gain_fix	//filter gain_control
+	store 1,mem_temp
+	call shutdown_radio+1
+	jam 0x00,core_rf_ldo_en0	//RFPLL vco_LDO disable
+	fetch 1,mem_temp
+	store 1,mem_gain_fix
+	rtn
+
+p_init_param:
+	jam 0,mem_lmo_tid2			// classic can't reconnect
+	branch init_param_next+1
+
+/////////////////////////////////// g24 250Hz use lpm//////////////////////////////////////
+p_app_init:
+ifdef UART_LOG
+	call p_device_hardware_init
+endif
+	set0 mark_adc_enable,mark
+	call enable_authrom
+	call p_mouse_setting_config
+	call mouse_init_sunt
+	rtn wake	
+ifdef RGB_LED_ON_AFTER_PAIR
+	jam 1,mem_rgb_led_on_continue_1min_timeout_flag
+	call p_mouse_rgb_led_off_time_init
+endif
+
+ifdef COMMBINATION_DPI
+	jam 0,mem_mouse_commbination_dpi_check_enable
+endif
+	call p_mouse_seting_sensor_type
+	call mouse_usb_check_enable
+	call mouse_drawing_optima_init
+	call p_mouse_cb_fuction
+	call p_mouse_sensor_powerdown
+	branch mouse_init+8
+
+ifdef DOUBLE_DPI_KEY
+p_mouse_double_dpi_judge:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DOUBLE_DPI_KEY
+	fetch 1,mem_dpi_another_button_gpio
+	bbit1 gpio_active_bit,p_mouse_another_dpi_connect_vin
+p_mouse_another_dpi_connect_gnd:
+	jam 0,mem_mouse_another_dpi_connect_vin_flag
+	rtn
+p_mouse_another_dpi_connect_vin:
+	jam 1,mem_mouse_another_dpi_connect_vin_flag
+	rtn
+endif
+	
+ifdef FIRE_KEY
+p_mouse_firebutton_connect_state_check:
+	fetch 1,mem_firebutton_gpio
+	rtneq GPIO_DISABLE
+	bbit1 gpio_active_bit,p_mouse_firebutton_connect_vin
+p_mouse_firebutton_connect_gnd:	
+	jam 0,mem_mouse_firebutton_connect_vin_flag
+	rtn
+p_mouse_firebutton_connect_vin:
+	jam 1,mem_mouse_firebutton_connect_vin_flag
+	rtn
+endif
+
+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
+
+	call p_mouse_le_name_clear
+		
+	arg mem_le_adv_swift_pair+9,contw
+	call p_mouse_le_name_load_next
+	
+	arg mem_le_scan_data+2,contw
+	call p_mouse_le_name_load_next
+	
+	arg mem_le_name,contw
+p_mouse_le_name_load_next:
+	arg mem_le_name_patch,contr
+	copy rega,loopcnt
+	branch memcpy
+
+p_mouse_le_name_clear:
+	arg mem_le_adv_swift_pair+9,contw
+	call p_mouse_le_name_clear_next
+	
+	arg mem_le_scan_data+2,contw
+	call p_mouse_le_name_clear_next
+
+	arg mem_le_name,contw
+p_mouse_le_name_clear_next:
+	arg 11,loopcnt
+	branch clear_mem	
+
+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
+ifdef G24_OTA
+	ncall p_g24_load_ota_config_poweron,wake
+endif
+	call g24_transmit_init
+	call g24_chmap_param_init
+	call mouse_gpio_init
+	call p_mouse_mos_off
+	call p_mouse_le_name_load	
+	call mouse_param_init
+ifdef YJX_ICE_SELECT_ANGLE
+	call p_mouse_sensor_set_angle
+	fetcht 1,mem_mouse_sensor_sdio_gpio
+	call gpio_config_input
+	call p_ice_gpio_set_float
+endif
+	call p_mouse_device_multi_led_parm_init
+ifdef FIRE_KEY
+	call p_mouse_firebutton_connect_state_check
+endif	
+ifdef DOUBLE_DPI_KEY
+	call p_mouse_double_dpi_judge
+endif
+	call p_mouse_store_normal_tx_power
+	call le_set_config_fixed_ltk
+	call le_set_justwork
+	call le_set_fixed_ltk
+	call le_set_config_read_authentication
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_EEPROM,p_mouse_load_eeprom_info_check
+	bbit1 MOUSE_ENABLE_FLASH,mouse_load_flash_info_check
+	rtn
+
+p_mouse_load_eeprom_info_check:
+	call iicd_read_init_pin
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	isolate1 MOUSE_ENABLE_2K_EEPROM,pdata
+	ncall clear_eeprom_size_2k,true
+	call mouse_eeprom_load_recon_info
+
+	fetch 2,mem_store_flag
+	arg EEPROM_INIT_FLAG,temp
+	isub temp,null
+	branch mouse_load_device_info,zero
+	storet 2,mem_store_flag
+	call mouse_ble_init_address
+	fetch 1,mem_device_flag_temp
+	store 1,mem_device_flag
+p_mouse_load_default_dpi:
+	fetch 1,mem_config_sensor_dpi
+	store 1,mem_mouse_dpi
+	rtn
+
+
+ifdef YJX_ICE_SELECT_ANGLE
+p_mouse_sensor_set_angle:
+	fetch 1,mem_sensor_angle_default
+	store 1,mem_config_sensor_angle
+	fetch 1,mem_select_sensor_angle_gpio
+	rtneq GPIO_DISABLE
+	fetch 1,mem_select_sensor_angle_gpio
+	arg gpcfg_output_low,temp
+ 	call gpio_config_function_int
+ 	arg 0x03,pdata	//gpio3
+	arg gpcfg_output_low,temp
+ 	call gpio_config_function_int
+ 	fetcht 1,mem_mouse_sensor_sdio_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_mouse_sensor_sdio_gpio
+	call gpio_get_bit
+	ncall mouse_sensor_switch_angle,true
+	branch mouse_gpio_config_input_pd	
+
+p_ice_gpio_set_float:
+ 	fetcht 1,mem_select_sensor_angle_gpio
+	call gpio_set_high_impedance
+	arg 0x03,temp	//gpio3
+	branch gpio_set_high_impedance
+endif
+
+p_mouse_store_normal_tx_power:
+	fetch 1,mem_tx_power
+	store 1,mem_normal_tx_power
+	rtn
+
+p_mouse_fetch_normal_tx_power:
+	fetch 1,mem_normal_tx_power
+	store 1,mem_tx_power
+	rtn
+
+p_mouse_cb_fuction:
+	setarg p_mouse_24g_package_data
+	store 2,mem_cb_24g_transmit_data
+	setarg p_mouse_24g_search_dongle
+	store 2,mem_cb_24g_search_receiver
+	branch mouse_cb_fuction+4
+
+p_mouse_24g_package_data:		// 250Hz
+	rtnmark0 mark_24g
+ifdef G24_OTA
+	fetch 1,mem_g24_ota_mode
+	nbranch p_mouse_24g_package_ota,blank
+endif
+	call mouse_motion
+	nrtn user
+	fetch 1,mem_long_sleep_flag
+	jam 0,mem_long_sleep_flag
+	ncall p_mouse_short_sleep_clear_wake,blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,p_mouse_24g_mouse_package_data
+	fetch 1,mem_customer_key
+	nbranch mouse_24g_keyboard_package_data,blank
+p_mouse_24g_mouse_package_data:
+	call mouse_data_xy_release
+	fetch 1,mem_24g_data_type
+	bbit1 1,p_mouse_24g_mouse_package_data_now	// last package is keyboard data
+	fetcht 1,mem_24g_txbuf+1
+	fetch 1,mem_mouse_key
+	ior temp,pdata
+	store 1,mem_mouse_key
+	fetcht 1,mem_24g_txbuf+6
+	fetch 1,mem_mouse_z
+	iadd temp,pdata
+	store 1,mem_mouse_z
+	fetcht 1,mem_24g_txbuf+7
+	fetch 1,mem_mouse_tz
+	iadd temp,pdata
+	store 1,mem_mouse_tz	
+p_mouse_24g_mouse_package_data_now:	
+	jam TYPE_MS,mem_24g_data_type
+	arg 7,rega	//length
+	arg mem_mouse_key,regb //tx buff
+	//fetch 2,mem_mouse_z
+	//rtn blank
+	branch g24_transmit_by_interrupt_enable
+
+p_mouse_short_sleep_clear_wake:
+	call clear_wake
+	branch lpm_write_gpio_wakeup
+
+p_mouse_24g_search_dongle:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_24G_SEARCH_DONGLE
+	fetch 1,mem_mouse_long_mult_flag
+	rtn blank
+	fetch 1,mem_24g_abort_pac
+	rtn blank
+	fetch 1,mem_mouse_search_dongle_interval
+	increase 1,pdata
+	and_into 3,pdata
+	store 1,mem_mouse_search_dongle_interval
+	nrtn blank	//400ms
+	jam 0,mem_mouse_search_dongle_ch
+p_mouse_24g_search_dongle_loop:
+	fetch 1,mem_mouse_search_dongle_ch
+	increase 1,pdata
+	store 1,mem_mouse_search_dongle_ch
+	sub pdata,G24_CH_NUMBER,null
+	nbranch p_mouse_24g_search_dongle_loop_end,positive
+	call g24_reconn_data_prep
+	call g24_transmit_receive_ack
+	nbranch p_mouse_24g_search_dongle_loop_retry,sync
+	nbranch p_mouse_24g_search_dongle_loop_retry,user3
+	call p_mouse_24g_search_dongle_success
+p_mouse_24g_search_dongle_loop_end:
+	call g24_txbuf_clear
+	fetch 1,mem_mouse_search_dongle_count
+	increase 1,pdata
+	store 1,mem_mouse_search_dongle_count
+	rtnne G24_CH_POLL_COUNT
+p_mouse_24g_search_dongle_check:
+	jam 0,mem_mouse_search_dongle_count
+	fetch 1,mem_mouse_search_dongle_action
+	rtnbit1 G24_DISCONN_STATE
+	set1 G24_DISCONN_STATE,pdata
+	store 1,mem_mouse_search_dongle_action
+	fetch 2,mem_mouse_24g_search_dongle_time_init		
+	store 2,mem_mouse_no_data_timer
+	branch p_mouse_sensor_powerdown
+
+p_mouse_24g_search_dongle_success:
+	fetch 1,mem_24g_abort_pac
+	branch mouse_24g_search_dongle_init,blank
+	jam 0,mem_mouse_search_dongle_count
+	fetch 1,mem_mouse_search_dongle_action
+	rtnbit0 G24_DISCONN_STATE
+	set0 G24_DISCONN_STATE,pdata
+	store 1,mem_mouse_search_dongle_action
+	call mouse_no_data_timer_init
+	branch p_mouse_init_sensor_wakeup
+
+p_mouse_24g_search_dongle_loop_retry:
+	call g24_ch
+	branch p_mouse_24g_search_dongle_loop
+
+p_g24_transmit_no_interrupt:
+	call g24_txdata_prep
+	nbranch p_g24_nodata_transmit,user
+p_g24_transmit_start:
+	call p_g24_transmit_process
+	call power_ctrl_start
+	call p_mouse_24g_fast_conn_mode_check
+	fetch 1,mem_sensor_shutdown_flag
+	nbranch p_g24_short_sleep,blank
+	fetch 8,mem_24g_long_sleep_set
+	store 8,mem_24g_enter_hibernate
+	fetch 2,mem_24g_long_sleep_param_update_timer_init
+	store 2,mem_24g_long_sleep_param_update_timer
+p_g24_short_sleep:
+	call g24_lpm_wait
+	nrtn user
+	call clear_wake
+	fetch 3,mem_24g_short_sleep_set
+	branch g24_long_sleep2
+
+p_g24_transmit_process:
+	jam 0,mem_24g_retry
+p_g24_transmit_loop:
+	fetchr timeup,2,mem_param_rx_setup
+	until clkn_rt,meet
+	call g24_transmit_receive_ack
+	fetch 1,mem_24g_no_ack	//tx noack
+	beq no_ack_24g,g24_transmit_no_ack
+	nbranch p_g24_retransmit,sync
+	nbranch p_g24_retransmit,user3
+	call g24_ackpayload_parse		
+ifdef G24_OTA
+	call p_g24_mouse_parse_rx
+endif
+	call p_mouse_wakeup_24g
+	branch g24_transmit_no_ack
+
+
+p_g24_retransmit:
+	fetch 1,mem_mouse_need_soft_reset
+	nrtn blank
+	call p_mouse_select_device_by_pb_button
+ifdef G24_RETRANSMIT_DPI
+	call p_mouse_select_device_by_dpi_button_once
+endif
+	fetch 1,mem_24g_abort_pac
+	nrtn  blank
+	fetch 2,mem_24g_txfail_cnt
+	increase 1,pdata
+	store 2,mem_24g_txfail_cnt	
+	fetch 1,mem_24g_txfail_cnt+1
+	bbit1 1,g24_tx_attempt_fail
+	call g24_transmit_hop_process
+	call p_delay_40ms
+	branch p_g24_transmit_loop
+	
+p_delay_40ms:
+	fetch 1,mem_24g_txfail_cnt+1
+	sub pdata,0x00,null
+	rtn positive
+	arg 40,loopcnt
+	branch delay_ms_wait
+
+ifdef G24_RETRANSMIT_DPI
+p_mouse_select_device_by_dpi_button_once:
+	arg 12,queue
+	call timer_check
+	nrtn blank
+	call p_mouse_dpi_check_once
+	call mouse_dpi_key_check_long_press
+p_mouse_g24_retransmit_100ms_timer_init:
+	arg 12,queue
+	setarg 160
+	branch timer_init
+	
+p_mouse_dpi_check_once:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+//	jam 0x03,mem_mouse_dpikey_press_status
+	branch p_mouse_dpi_check
+endif
+
+p_mouse_select_device_by_pb_button_check_once:
+	jam 0x03,mem_mouse_pbkey_press_status
+p_mouse_select_device_by_pb_button:
+	fetch 1,mem_config_select_device_button_gpio
+	rtneq GPIO_DISABLE
+	fetch 1,mem_store_information_delay_timer
+	nrtn blank
+	arg 0,rega
+	jam MOUSE_PB_KEY,mem_mouse_key_temp
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_pb_button_check
+	store 1,mem_mouse_pbkey_press_status
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,p_mouse_3io6key_pb_button_check_end	
+	call mouse_matrix_public_gpio_reset
+p_mouse_select_device_by_pb_button_exit:	
+	copy rega,pdata
+	bbit1 MOUSE_PB_KEY,mouse_select_device_button_down+2
+	branch mouse_select_device_button_up
+
+p_mouse_3io6key_pb_button_check_end:
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_gpio_config_input_pu
+	branch p_mouse_select_device_by_pb_button_exit
+
+p_mouse_wakeup_24g:
+	fetch 1,mem_sensor_shutdown_flag
+	ncall p_mouse_wakeup_24g_from_long_sleep,blank
+	jam 0,mem_sensor_shutdown_flag
+	rtn	
+	
+p_mouse_wakeup_24g_from_long_sleep:
+	call p_mouse_init_sensor_wakeup
+	call p_mouse_mos_on
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+p_mouse_wheel_set_wakeup:
+	fetcht 1,mem_whee_a_data_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_whee_b_data_gpio
+	branch mouse_gpio_config_input_pu
+
+/////////////////////////////////// g24 250Hz use lpm//////////////////////////////////////
+	
+p_mouse_app_enter_hibernate:	// 1.3mA hibernate after sensroe reset
+ifdef RGB_LED
+	fetch 1,mem_mouse_rgb_adc_no_power_flag
+	nrtn blank
+	jam 1,mem_mouse_rgb_adc_no_power_flag
+endif
+	setarg PAN_REG_CONFIG
+	call twspi_read
+	bbit1 3,mouse_app_enter_hibernate+3
+	call p_mouse_sensor_reset
+	call p_mouse_sensor_powerdown
+ifdef RGB_LED
+	branch p_mouse_rgb_led_off
+endif
+	branch mouse_app_enter_hibernate+3
+
+p_mouse_setgpio_hibernate:
+	call mouse_set_sdio_high
+	call clear_wake
+ifdef LOGO_LED
+	call p_mouse_logo_led_off
+endif
+	call mouse_before_hibernate_wheel_gpio_set
+	fetcht 1,mem_matrix_public_gpio		// enable b4/b5/dpi wakeup
+	call gpio_out_active
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_clr_wake
+	fetch 1,mem_mouse_sensor_sdio_gpio
+	call p_mouse_gpio_config_output_high
+	arg 3,temp
+	call mouse_gpio_config_input_pu
+	call p_mouse_lpm_before_common
+	call gpio_pd_idle
+	call p_mouse_device_multi_led_all_off
+	arg 19,temp
+	call mouse_gpio_config_input_pu
+	call p_mouse_device_switch_gpio_high_impedance
+	call p_mouse_mos_off
+//	call p_mouse_gpio_set_high_impedance
+	call p_mouse_adc_gpio_set_before_hibernate
+	branch p_mouse_wheel_gpio_set_before_hibernate
+
+p_mouse_device_switch_gpio_high_impedance:
+	fetch 1,mem_device_switch_gpio
+	rtneq GPIO_DISABLE
+	fetcht 1,mem_device_switch_gpio
+	branch gpio_set_high_impedance
+	
+//p_mouse_gpio_set_high_impedance:
+//	fetch 3,mem_mouse_set_high_impedance_bit_set
+//	store 3,mem_pdatatemp
+//	arg 20,loopcnt
+//	arg 0,temp
+//p_mouse_gpio_set_high_impedance_bit_loop:	
+//	fetch 3,mem_pdatatemp
+//	isolate1 0,pdata
+//	call gpio_set_high_impedance,true
+//	fetch 3,mem_pdatatemp
+//	rshift pdata,pdata
+//	store 3,mem_pdatatemp
+//	increase 1,temp
+//	loop p_mouse_gpio_set_high_impedance_bit_loop
+//	rtn
+
+p_mouse_adc_gpio_set_before_hibernate:	
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_1IO2LED,p_mouse_adc_gpio_set_before_hibernate_next
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_ADC
+p_mouse_adc_gpio_set_before_hibernate_next:
+	call p_mouse_adc_gpio_set
+	fetch 1,mem_adc_channel_gpio	
+	arg gpcfg_no_ie,temp
+ 	branch gpio_config_function_int
+
+p_mouse_adc_gpio_set:
+	fetcht 1,mem_adc_channel
+	sub temp,3,null
+	branch p_mouse_adc_gpio_4_7_set,positive
+	increase 5,temp
+p_mouse_adc_gpio_store:
+	storet 1,mem_adc_channel_gpio
+	rtn
+
+p_mouse_adc_gpio_4_7_set:
+	increase 4,temp
+	branch p_mouse_adc_gpio_store
+
+p_mouse_wheel_gpio_set_before_hibernate:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+p_mouse_wheel_clr_wakeup:
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_clr_wake
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_clr_wake
+	fetcht 1,mem_whee_a_data_gpio
+	call mouse_gpio_config_input_pd
+	fetcht 1,mem_whee_b_data_gpio
+	branch mouse_gpio_config_input_pd
+
+p_mouse_lpm_before_common:
+	fetcht 1,mem_whee_a_data_gpio		//reinit gpio pu after disable wheel wakeup
+	call gpio_config_input
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_config_input
+	
+	call mouse_wheel_check
+	fetch 1,mem_mouse_sensor_sclk_gpio	// set sclk high
+	call p_mouse_gpio_config_output_high
+	branch mouse_lpm_before_common+4
+
+p_g24_nodata_transmit:
+	fetch 1,mem_24g_abort_pac
+	call p_g24_send_abort_packet,blank
+	fetch 1,mem_24g_transmit_by_interrupt
+	rtneq G24_TX_TIMER_INT_ENABLE
+	call g24_search_receiver
+p_g24_long_sleep:
+	call p_g24_lpm_wait
+	nrtn user
+	call g24_setgpio_lpm_before
+	jam 1,mem_long_sleep_flag
+	fetch 1,mem_sensor_shutdown_flag
+	ncall p_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
+	beq BT_EVT_BB_CONNECTED,p_mouse_bb_event_connected
+	beq BT_EVT_24G_ATTEMPT_SUCCESS,p_mouse_24g_attempt_success
+	beq BT_EVT_24G_PAIRING_COMPLETE,p_mouse_24g_pairing_complete
+	beq BT_EVT_24G_ATTEMPT_FAIL,p_mouse_24g_attempt_fail
+	beq BT_EVT_LE_START_ENC,p_mouse_le_ll_start_encryt
+	beq BT_EVT_LE_DISCONNECTED,p_mouse_le_bb_disconnected
+	beq BT_EVT_LE_CONNECTED,p_mouse_le_bb_event_connected
+	beq BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP,p_mouse_le_conn_param_update_rsp_recieved
+	beq BT_EVT_HID_HANDSHAKE,p_mouse_bt_hid_handshake
+	beq BT_EVT_HID_CONNECTED,p_app_hid_connected
+	branch mouse_priority_bb_event+2
+
+p_app_hid_connected:
+	call mouse_init_sensor_reset
+	call p_mouse_device_poweron_led_config
+	call p_mouse_mos_on
+	branch app_hid_connected
+
+
+p_mouse_bt_hid_handshake:
+	jam APP_HANDSHAKE_DONE,mem_app_handshake_flag
+	call app_lpm_mult_enable
+	branch mouse_bt_hid_handshake+3
+
+p_mouse_le_bb_event_connected:
+ifdef RGB_LED_ON_AFTER_PAIR
+	call p_mouse_rgb_led_on_check_next
+endif
+ifdef COMMBINATION_DPI
+	jam 1,mem_mouse_commbination_dpi_check_enable
+endif
+	call p_mouse_mos_on
+	call p_mouse_device_poweron_led_config
+	branch mouse_le_bb_event_connected
+	
+p_mouse_bb_event_connected:
+	//call mouse_no_data_timer_init
+ifdef RGB_LED_ON_AFTER_PAIR
+	call p_mouse_rgb_led_on_check_next
+endif
+ifdef COMMBINATION_DPI
+	jam 1,mem_mouse_commbination_dpi_check_enable
+endif
+	jam 0,mem_mouse_long_mult_flag
+	//call p_mouse_device_poweron_led_config
+	branch mouse_bb_event_connected+2
+	
+p_mouse_le_bb_disconnected:
+	setarg 0
+	store 2,mem_le_battery_level_updata_timer
+	store 1,mem_mouse_le_send_conn_param_update
+	store 1,mem_mouse_le_send_conn_param_update_timer
+	store 1,mem_mouse_le_bb_connected_flag	
+	branch mouse_le_bb_disconnected+7
+
+p_mouse_le_ll_start_encryt:
+	fetch 1,mem_mouse_le_reconnect_flag
+	beq 1,p_mouse_le_ll_reconn_start_encryt
+	jam 20,mem_le_start_encrypt_timer
+	branch mouse_le_ll_enable_start_enc_flag
+p_mouse_le_ll_reconn_start_encryt:
+	call mouse_updata_le_param
+	jam 10,mem_le_start_encrypt_timer
+	branch mouse_le_ll_enable_start_enc_flag
+
+p_mouse_le_conn_param_update_rsp_recieved:
+	fetch 1,mem_mouse_le_send_conn_param_update
+	nrtn blank
+	jam 1,mem_mouse_le_send_conn_param_update
+	jam 30,mem_mouse_le_send_conn_param_update_timer
+	rtn
+
+p_mouse_agc_disable_nomal_power:
+	call p_mouse_soft_agc_disable
+	branch p_mouse_fetch_normal_tx_power
+	
+p_mouse_24g_pairing_complete:
+ifdef RGB_LED_ON_AFTER_PAIR
+	call p_mouse_rgb_led_on_check_next
+endif
+ifdef COMMBINATION_DPI
+	jam 1,mem_mouse_commbination_dpi_check_enable
+endif
+	call p_mouse_agc_disable_nomal_power
+	call mouse_no_data_timer_init
+	call p_mouse_mos_on
+	call p_mouse_device_poweron_led_config
+	branch mouse_24g_pairing_complete
+
+p_mouse_24g_attempt_success:
+ifdef RGB_LED_ON_AFTER_PAIR
+	call p_mouse_rgb_led_on_check_next
+endif
+ifdef COMMBINATION_DPI
+	jam 1,mem_mouse_commbination_dpi_check_enable
+endif
+	call p_mouse_mos_on
+	fetch 4,mem_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_mouse_24g_addr		// if need store 24g address to eeprom/flash,need get mem_24g_addr
+	call g24_ch_syncword_crc8_init
+	call p_mouse_device_poweron_led_config
+	call mouse_no_data_timer_init
+	call mouse_init_sensor_reset
+	jam 0,mem_mouse_long_mult_flag
+	jam 0,mem_24g_conn_sm
+	jam 0,mem_24g_reconn_type
+	fetch 4,mem_24g_receiver_addr
+	fetcht 4,mem_24g_fast_conn_addr
+	isub temp,null
+	rtn zero
+	call p_mouse_agc_disable_nomal_power
+	branch mouse_24g_first_store_reconn_info
+
+
+p_mouse_24g_attempt_fail:
+	call p_mouse_agc_disable_nomal_power
+	fetch 1,mem_24g_attempt_fail_flag
+	nbranch p_mouse_24g_hibernate_set,blank
+	fetch 1,mem_24g_reconn_type
+	beq FAST_CONN_AND_3_0_ADDR,p_mouse_24g_fast_conn_attempt_fail
+	branch mouse_24g_attempt_fail+4
+
+p_mouse_24g_fast_conn_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_start_auto_pair
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_start_auto_pair
+	bbit0 MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED,mouse_24g_reconn_dongle_start
+	fetch 4,mem_mouse_24g_addr		// auto pair first time
+	fetcht 4,mem_mouse_compare_addr_ff
+	isub temp,null
+	branch p_mouse_24g_start_pair_mode,zero
+	branch mouse_24g_reconn_dongle_start
+	
+p_mouse_24g_start_pair_mode:
+	jam 0,mem_24g_reconn_type
+	branch mouse_24g_start_pair_mode
+
+p_mouse_24g_hibernate_set:
+ifdef RGB_LED
+	set0 mark_24g,mark
+	branch p_mouse_rgb_led_off
+endif
+p_mouse_24g_hibernate_set_next:
+	jam 0,mem_24g_attempt_fail_flag
+	call g24_transmit_next_packet
+	setarg -1
+	store 4,mem_24g_enter_hibernate
+	setarg 0
+	store 7,mem_mouse_key
+	jam 1,mem_sensor_shutdown_flag
+	call p_mouse_sensor_powerdown
+	branch p_g24_long_sleep
+
+p_g24_pair_dispatch:
+	jam DEFAULT_24G_DEVICE,mem_24g_reconn_type
+	fetch 2,mem_24g_pair_count
+	increase 1,pdata
+	store 2,mem_24g_pair_count
+	fetch 1,mem_24g_pair_count
+	and pdata,0xff,pdata
+	beq 0,g24_pair_dispatch+1
+	rtn
+
+p_g24_reconn_dispatch:
+	fetch 2,mem_24g_reconn_count
+	arg 0x01f8,temp
+	iand temp,pdata
+	branch p_g24_reconn_dispatch_next,blank
+	fetch 2,mem_24g_reconn_count
+	increase 1,pdata
+	store 2,mem_24g_reconn_count
+	rtn
+p_g24_reconn_dispatch_next:
+	call g24_reconn_data_prep
+	call g24_transmit_receive_ack
+	nbranch p_g24_reconn_device_fail,sync
+	nbranch p_g24_reconn_device_fail,user3
+	call g24_ackpayload_parse
+	fetch 4,mem_24g_pair_addr
+	fetcht 4,mem_24g_addr
+	isub temp,null
+	branch g24_pair_start,zero
+	
+	fetch 4,mem_24g_device_addr
+	fetcht 4,mem_24g_addr
+	isub temp,null
+	call p_g24_store_receiver_addr,zero
+	fetch 1,mem_24g_conn_sm
+	set0 STATE_24G_RECONN,pdata
+	store 1,mem_24g_conn_sm
+	setarg 0
+	store 2,mem_24g_pair_timeout
+	store 2,mem_24g_reconn_count
+	store 2,mem_24g_reconn_timeout	
+	branch g24_reconn_attempt_success
+	
+p_g24_store_receiver_addr:
+	fetch 4,mem_24g_rxpayload+2
+	rtn blank
+	store 4,mem_24g_receiver_addr	
+	branch g24_ch_syncword_crc8_init
+	
+p_g24_reconn_device_fail:
+	fetch 1,mem_24g_fast_conn_enable
+	branch g24_ch,blank
+	fetch 2,mem_24g_reconn_count
+	increase 1,pdata
+	store 2,mem_24g_reconn_count
+	isolate1 9,pdata	// each 8 times switch
+	fetch 1,mem_24g_reconn_type
+	beq PAIR_AND_3_0_ADDR,p_g24_reconn_pair_and_3_0
+	branch g24_reconn_device_fail+7
+
+p_g24_reconn_pair_and_3_0:
+	branch g24_reconn_device_3_0_addr,true
+	branch g24_pair_init_param
+
+p_g24_dispatch:
+ifdef RGB_LED
+	fetch 1,mem_sensor_shutdown_flag
+	ncall p_mouse_enable_g24_mark,blank
+endif
+	bmark1 mark_24g_rxmode,g24_receive_dispatch
+p_g24_transmit_dispatch:
+	rtnmark0 mark_24g
+	fetch 1,mem_24g_conn_sm
+ifdef G24_OTA
+	bbit1 STATE_24G_OTA,p_g24_ota_dispatch
+endif
+	branch g24_transmit_dispatch+2
+
+ifdef RGB_LED
+p_mouse_enable_g24_mark:
+	jam ON,mem_rgb_led_on_enable
+	call p_mouse_rgb_led_on_enable_timer_init
+	set1 mark_24g,mark
+	rtn
+p_mouse_rgb_led_on_enable_timer_init:	
+	jam OFF,mem_rgb_led_off_enable	//gpio ouput active 1s enable rgb led
+	jam 11,mem_rgb_led_on_enable_timer
+	rtn
+endif
+
+p_mouse_start_work:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_first_start_auto_pair_mode
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_24g_start_mode
+	branch mouse_start_work+5
+	
+p_mouse_24g_start_mode:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G,mouse_24g_mode_setup_error
+	call p_mouse_device_pair_led_config
+	call mouse_wakeup_from_power_check	// wake from hibernate :enble user
+	branch mouse_24g_reconn_dongle_start,user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_reconn_general_dongle
+	bbit0 MOUSE_ENABLE_24G_POWER_ON_PAIRING,mouse_24g_reconn_general_dongle
+	call mouse_key_check_once		
+	and rega,0x07,pdata
+	branch mouse_24g_start_mode+9
+	
+//=============dpi level setting===========//
+p_mouse_seting_dpi:
+	call mouse_setting_dpi_4_level
+	call p_mouse_dpi_led_blink_delay
+p_mouse_seting_sensor_type:
+ifdef S201X_SENSOR
+	fetch 1,mem_config_sensor_type
+	beq S201X,p_mouse_seting_S201_dpi
+endif
+	branch mouse_seting_sensor_type
+
+ifdef S201X_SENSOR
+p_mouse_seting_S201_dpi:
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,p_mouse_set_S201_dpi_0	//1200
+	beq MOUSE_DPI_LEVEL2,p_mouse_set_S201_dpi_2	//2400
+	beq MOUSE_DPI_LEVEL3,p_mouse_set_S201_dpi_3	//3200
+p_mouse_set_S201_dpi_0:	//1200
+	fetch 1,mem_sensor_s201_dpi_0
+	branch p_mouse_dpi_S201_store
+	
+p_mouse_set_S201_dpi_2:	//2400
+	fetch 1,mem_sensor_s201_dpi_2
+	branch p_mouse_dpi_s201_store
+
+p_mouse_set_S201_dpi_3:	//3200
+	fetch 1,mem_sensor_s201_dpi_3
+p_mouse_dpi_s201_store:
+	copy pdata,rega
+	setarg 0xc309
+	call twspi_write
+	copy rega,pdata
+	lshift8 pdata,pdata
+	add pdata,0x23,pdata
+	call twspi_write
+	setarg 0x0009
+	branch twspi_write
+
+//p_mouse_set_S201_dpi_1:	//1600
+//	fetch 1,mem_sensor_s201_dpi_1
+//	branch p_mouse_dpi_S201_store
+	
+//p_mouse_set_S201_dpi_4:	//800
+//	fetch 1,mem_sensor_s201_dpi_4
+//	branch p_mouse_dpi_s201_store
+endif
+p_mouse_init_sunt:
+	call mouse_sensor_spi_init		
+	rtn wake
+p_mouse_init_sensor_wakeup:	
+	call mouse_sensor_poweron
+p_mouse_init_sensor:
+	call mouse_read_sensor_id
+	beq P32XX_ID1,p_mouse_init_p32xx_id2_judge
+	beq P3065_ID1,mouse_init_p3065
+	beq PKA8G2_ID1,mouse_ka8g2_id2_judge
+	call mouse_twspi_reset
+	nop 6900
+	branch p_mouse_init_sensor
+
+p_mouse_init_p32xx_id2_judge:
+	fetch 1,mem_sensor_id2
+	beq P3205_TJ3T_ID2,p_mouse_3205_3t_init_param
+	beq P_MX8650,p_mouse_mx8650_init_param
+	branch mouse_init_p32xx_id2_judge+2
+
+p_mouse_mx8650_init_param:
+	jam MX8650,mem_config_sensor_type
+	call mouse_sensor_reset
+	call delay_10ms
+	arg mem_sensor_8650_init_new,regc
+	branch p_mouse_sensor_end
+
+p_mouse_3205_3t_init_param:
+ifdef S201X_SENSOR
+	setarg 0x49		// id3
+	call twspi_read
+	beq 0xa1,p_mouse_S201X_init_param
+endif
+	branch mouse_3205_3t_init_param
+
+ifdef S201X_SENSOR
+p_mouse_S201X_init_param:
+	jam S201X,mem_config_sensor_type
+	rtn
+endif
+
+//===========dpi led blink==============//
+p_mouse_dpi_led_blink_delay:
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_1IO2LED,p_mouse_dpi_led_blink_delay_new1
+	fetch 1,mem_dpi_led_gpio
+	rtneq GPIO_DISABLE
+p_mouse_dpi_led_blink_delay_new1:
+	fetch 2,mem_mouse_discovery_timer
+	nrtn blank
+	fetch 2,mem_24g_pair_timeout
+	nrtn blank
+	fetch 2,mem_24g_reconn_timeout
+	nrtn blank
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_1IO2LED,p_mouse_dpi_led_blink_delay_new2
+	fetch 1,mem_mouse_device_poweron_timer_count
+	nrtn blank
+p_mouse_dpi_led_blink_delay_next:
+	fetch 1,mem_mouse_dpi_led_delay_count_init
+	branch p_mouse_dpi_led_blink_init,blank
+	store 1,mem_mouse_dpi_led_delay_count  //delay 1s led blink
+	rtn
+p_mouse_dpi_led_blink_delay_new2:
+	fetch 1,mem_mouse_multi_led_powon_timer
+	nrtn blank
+	branch p_mouse_dpi_led_blink_delay_next
+
+p_mouse_bb_event_timer:
+	call mouse_adc_read
+	call p_mouse_low_voltage_led_timer
+	//24g
+	call g24_pair_timeout_timer
+	call g24_reconn_timeout_timer
+	call mouse_24g_long_sleep_param_update_timer
+	//led
+	call mouse_device_poweron_timer
+	call p_mouse_dpi_led_blink_delay_timer
+	call p_mouse_led_multi_timer
+	call p_mouse_mos_ctrl_timer
+ifdef RGB_LED
+	call p_mouse_rgb_led_off_enable_timer
+	call p_mouse_rgb_led_on_enable_timer
+	call p_mouse_rgb_led_on_timer
+endif
+ifdef LOGO_LED
+	call p_mouse_logo_led_on_timer
+endif
+	call mouse_dpi_key_check_long_press
+	call mouse_bt_discovery_check
+	call p_mouse_commbination_key_process
+	call mouse_check_discovery_timeout_timer
+ifdef COMMBINATION_DPI
+	call p_mouse_commbination_dpi_check_timer
+endif
+	//ble
+	call p_mouse_check_direct_timeout_timer
+	call mouse_le_enable_att_list_timer
+	call p_mouse_le_battery_updata_timer
+	call mouse_le_send_smp_security_request_timer
+	call p_mouse_le_send_conn_param_update_timer
+	//bt
+	call mouse_check_hid_handshake_timer
+	call mouse_bt_check_sniff_req_timeout_timer
+	call mouse_check_reconnect_delay_long_sleep		//delete 3.0,reconnect fail
+	call mouse_current_mult_update_timer
+	call mouse_wheel_trigger_timer
+	call mouse_store_information_delay_timer
+ifdef G24_OTA	
+	call p_mouse_g24_ota_reset_timer
+endif
+	branch p_mouse_check_no_data_timeout_timer
+
+p_mouse_check_direct_timeout_timer:
+	arg mem_mouse_direct_timer,regc
+	arg mouse_check_direct_timeout,regb
+	call timer_single_step
+	branch mouse_check_direct_timeout_timer+3
+	
+ifdef G24_OTA
+p_mouse_g24_ota_reset_timer:
+	arg mem_g24_ota_reset_timer,regc
+	arg soft_reset_chip,regb
+	branch timer_single_step
+endif
+
+ifdef COMMBINATION_DPI
+p_mouse_commbination_dpi_check_timer:
+	fetch 1,mem_mouse_commbination_key_dpi
+	rtneq GPIO_DISABLE
+	fetch 1,mem_mouse_commbination_dpi_check_enable
+	rtn blank
+	call p_mouse_check_key_gpio
+	and pdata,0x07,pdata
+	fetcht 1,mem_mouse_commbination_key_dpi
+	isub temp,null
+	branch p_mouse_commbination_dpi_check,zero
+	jam 0x1e,mem_commbination_dpi_timer
+	rtn
+p_mouse_commbination_dpi_check:	
+	arg mem_commbination_dpi_timer,regc
+	arg p_mouse_dpi_process_next,regb		//skip gost key
+	branch timer_single_step
+endif
+
+
+p_mouse_mos_ctrl_timer:
+	fetch 1,mem_mouse_mos_status
+	rtneq OFF
+	arg mem_mouse_mos_ctrl_count,regc
+	arg p_mouse_mos_off,regb
+	branch timer_single_step
+
+p_mouse_mos_on:
+	jam 0xc8,mem_mouse_mos_ctrl_count
+	jam ON,mem_mouse_mos_status
+	fetcht 1,mem_mouse_mos_ctrl_gpio
+	branch gpio_out_active
+
+p_mouse_mos_off:
+	jam OFF,mem_mouse_mos_status
+	fetcht 1,mem_mouse_mos_ctrl_gpio
+	branch gpio_out_inactive
+
+
+ifdef RGB_LED
+/**************************rgb led start************************/
+/*********************
+****rgb on--mbutton output active 1s****
+****rgb off--mbutton output active 3s****
+**********************/
+p_mouse_rgb_led_off:
+	jam 0,mem_rgb_led_on_continue_1min_timeout_flag
+	branch p_mouse_rgb_led_off_time_init
+	
+p_mouse_rgb_led_off_enable_timer:
+	fetch 1,mem_rgb_led_off_enable
+	rtn blank
+	arg mem_rgb_led_off_enable_timer,regc
+	arg p_mouse_rgb_led_off_timeout,regb
+	branch timer_single_step
+
+p_mouse_rgb_led_off_timeout:
+	call p_mouse_mbutton_function_enable
+	fetch 1,mem_rgb_led_on_continue_1min_timeout_flag
+	nrtn blank
+	jam 0,mem_rgb_led_on_continue_1min_timeout_flag
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_24g_hibernate_set_next
+	branch mouse_app_enter_hibernate+3
+	
+p_mouse_rgb_led_off_time_init:
+	jam 0x1e,mem_rgb_led_off_enable_timer
+	jam ON,mem_rgb_led_off_enable
+p_mouse_mbutton_function_disable:
+ifdef RGB_LED_MKEY
+	jam ON,mem_mbutton_function_disable
+endif
+	fetcht 1,mem_mouse_rgb_ctrl_gpio
+	branch p_mouse_multi_led_on
+
+p_mouse_rgb_led_on_enable_timer:
+	fetch 1,mem_rgb_led_off_enable
+	nrtn blank
+	fetch 1,mem_rgb_led_on_enable_timer
+	rtn blank
+	beq 1,p_mouse_rgb_led_enable_timeout
+	increase -1,pdata
+	store 1,mem_rgb_led_on_enable_timer
+	branch p_mouse_mbutton_function_disable
+
+p_mouse_rgb_led_enable_timeout:
+	jam 0,mem_rgb_led_on_enable_timer
+p_mouse_mbutton_function_enable:
+ifdef RGB_LED_MKEY
+	jam OFF,mem_mbutton_function_disable
+endif
+	fetcht 1,mem_mouse_rgb_ctrl_gpio
+	call p_mouse_multi_led_on
+ifdef RGB_LED_MKEY
+	nop 12000
+	fetcht 1,mem_mouse_rgb_ctrl_gpio
+	call mouse_gpio_config_input_pu
+endif
+	rtn
+
+p_mouse_rgb_led_on_timer:
+	fetch 1,mem_rgb_led_on_enable
+	nrtn blank
+	fetch 1,mem_rgb_led_off_enable
+	nrtn blank
+p_mouse_rgb_led_on:
+	fetch 2,mem_rgb_led_on_timer
+	increase 1,pdata
+	store 2,mem_rgb_led_on_timer
+	arg 0x0258,temp	//1min
+	isub temp,null
+	nrtn zero
+p_mouse_rgb_led_on_continue_1min:
+	jam 1,mem_rgb_led_on_continue_1min_timeout_flag
+	call p_mouse_rgb_led_on_timer_init
+	branch p_mouse_rgb_led_off_time_init
+
+endif
+
+//================led multi start===================//
+
+//===multi led parm init===//
+p_mouse_device_multi_led_parm_init:
+	jam 0,mem_mouse_multi_led_blink_enable
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_1IO2LED
+	call p_mouse_device_multi_led_all_off		//can be remove?
+p_mouse_multi_led_parm_init:
+	jam 0,mem_mouse_multi_led_blink_type
+p_mouse_multi_low_led_blink_timer_init:
+	fetch 1, mem_mouse_low_led_blink_timer
+	rshift pdata,pdata
+	store 1,mem_mouse_low_led_blink_half_timer
+	rtn
+p_mouse_multi_low_led_blink_count_init:
+	fetch 1,mem_mouse_multi_lowled_blink_count_init
+	store 1,mem_mouse_multi_low_led_blink_count
+	rtn
+
+p_mouse_multi_led_blink_timer_init:
+	fetch 1,mem_mouse_multi_led_blink_type		//00:rtn	01:24g blink	02:le blink		03:reconn blink 	04:low blink	05:dpi blink
+	beq 1,p_mouse_device_24g_led_blink_timer_init
+	beq 2,p_mouse_device_le_discovery_led_blink_timer_init
+	beq 3,p_mouse_device_le_reconn_led_blink_timer_init
+p_mouse_multi_dpi_led_blink_timer_init:
+	fetch 1,mem_mouse_dpi_led_blink_timer_init
+p_mouse_store_multi_led_blink_timer:
+	store 1,mem_mouse_multi_led_blink_timer
+	rtn
+p_mouse_device_24g_led_blink_timer_init:
+	fetch 1,mem_mouse_multi_24gled_blink_timer_init
+	branch p_mouse_store_multi_led_blink_timer
+p_mouse_device_le_discovery_led_blink_timer_init:
+	fetch 1,mem_mouse_multi_le_discovery_blink_timer_init
+	branch p_mouse_store_multi_led_blink_timer
+p_mouse_device_le_reconn_led_blink_timer_init:
+	fetch 1,mem_mouse_multi_le_reconn_blink_timer_init
+	branch p_mouse_store_multi_led_blink_timer
+
+//===led poweron config===//
+p_mouse_device_poweron_led_config:	//power on
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_1IO2LED
+	fetch 1,mem_mouse_multi_led_powon_timer_init
+	store 1,mem_mouse_multi_led_powon_timer
+	jam MULTI_LED_ON,mem_mouse_multi_led_type
+p_mouse_multi_led_enable:
+	jam OFF,mem_mouse_multi_led_state
+	jam ON,mem_mouse_multi_led_blink_enable
+	rtn
+
+//===led blink config===//
+p_mouse_device_pair_led_config:		//24g pair led config
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_1IO2LED
+p_mouse_device_24g_led_blink:
+	jam 1,mem_mouse_multi_led_blink_type
+	call p_mouse_device_24g_led_blink_timer_init
+	call p_mouse_multi_led_blink_enable_init
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_LED_BLINK_LIMIT
+	fetch 1,mem_mouse_multi_24gled_blink_count_init
+	branch p_mouse_device_led_blink_count_init
+
+p_mouse_device_le_reconn_led_config:		//le recon led config
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_1IO2LED
+p_mouse_device_le_reconn_led_blink:
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_BT_RECONN_LED_EFFECT
+	call p_mouse_multi_led_blink_enable_init
+	jam 3,mem_mouse_multi_led_blink_type
+	call p_mouse_device_le_reconn_led_blink_timer_init
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_LED_BLINK_LIMIT
+	fetch 1,mem_mouse_multi_le_reconn_blink_count_init
+p_mouse_device_led_blink_count_init:
+	store 1,mem_mouse_multi_led_blink_count
+	rtn	
+
+p_mouse_device_discovery_led_config:		//ble discovery led config
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_1IO2LED
+	fetch 1,mem_mouse_led_new_interface_config
+	set0 MOUSE_ENABLE_LED_BLINK_LIMIT,pdata
+	store 1,mem_mouse_led_new_interface_config
+	jam 2,mem_mouse_multi_led_blink_type
+	call p_mouse_device_le_discovery_led_blink_timer_init
+p_mouse_multi_led_blink_enable_init:
+	jam 1,mem_mouse_multi_led_blink_enable
+	jam MULTI_LED_BLINK,mem_mouse_multi_led_type
+	branch p_mouse_device_multi_led_on
+	
+//=====multi led blink start====//
+p_mouse_led_multi_timer:
+	fetch 1,mem_mouse_multi_led_blink_enable
+	rtn blank
+	fetch 1,mem_mouse_multi_led_type
+	beq MULTI_LED_BLINK,p_mouse_multi_led_type_blink
+p_mouse_device_multi_led_type_on:
+	fetch 1,mem_mouse_multi_led_powon_timer
+	branch p_mouse_device_poweron_led_off,blank
+	increase -1,pdata
+	store 1,mem_mouse_multi_led_powon_timer
+	branch p_mouse_device_multi_led_on+1		//skip led state
+
+p_mouse_device_poweron_led_off:
+	call p_mouse_multi_low_led_blink_count_init
+p_mouse_devide_led_disable:
+	jam 0,mem_mouse_multi_led_blink_enable
+	branch p_mouse_device_multi_led_off+1		//skip led state
+
+p_mouse_multi_led_type_blink:
+	fetch 1,mem_mouse_multi_led_blink_type	//00:rtn	01:24g blink	02:le blink		03:reconn blink 	04:low blink	05:dpi blink
+	rtn blank
+	beq 4,p_mouse_device_led_blink_limit	//dpi blink
+	branch p_mouse_device_led_blink_judge
+
+p_mouse_device_led_blink_judge:
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_LED_BLINK_LIMIT,p_mouse_device_led_blink_limit
+	branch p_mouse_multi_led_type_blink_next
+
+p_mouse_device_led_blink_limit:
+	fetch 1,mem_mouse_multi_led_blink_count
+	branch p_mouse_multi_led_off_judge, blank		//blink count =0
+p_mouse_multi_led_type_blink_next:	//blink no limit
+	arg mem_mouse_multi_led_blink_timer,regc
+	arg p_mouse_multi_led_type_blink_start,regb
+	branch timer_single_step	
+
+p_mouse_multi_led_type_blink_start:
+	fetch 1,mem_mouse_multi_led_blink_type
+	beq 4,p_mouse_multi_led_blink_count_decrease		//dpi blink
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_LED_BLINK_LIMIT, p_mouse_multi_led_blink_count_decrease
+p_mouse_multi_led_blink:
+	call p_mouse_multi_led_blink_timer_init
+	fetch 1,mem_mouse_multi_led_state
+	beq ON,p_mouse_multi_led_off_judge_next
+	branch p_mouse_multi_led_on_judge
+
+p_mouse_multi_led_blink_count_decrease:
+	fetch 1,mem_mouse_multi_led_blink_count	
+	increase -1,pdata
+	store 1,mem_mouse_multi_led_blink_count
+	branch p_mouse_multi_led_blink
+
+//=====led on/off interface=====//
+p_mouse_multi_led_on_judge:
+	fetch 1,mem_mouse_multi_led_blink_type
+	beq 4,p_mouse_multi_dpi_led_on_judge
+p_mouse_device_multi_led_on:
+	jam ON,mem_mouse_multi_led_state
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_device_24g_led_on
+	beq MODE_BT_DEVICE1,p_mouse_device_bt1_led_on
+	beq MODE_BT_DEVICE2,p_mouse_device_bt2_led_on
+	rtn
+p_mouse_device_24g_led_on:
+	fetcht 1,mem_mouse_1io2led_multi_24gled
+	branch p_mouse_multi_led_on
+p_mouse_device_bt1_led_on:
+	fetcht 1,mem_mouse_1io2led_multi_bt1led
+	branch p_mouse_multi_led_on
+p_mouse_device_bt2_led_on:
+	fetcht 1,mem_mouse_1io2led_multi_bt2led
+	branch p_mouse_multi_led_on
+p_mouse_multi_dpi_led_on:
+	fetcht 1,mem_mouse_dpi_gpio
+p_mouse_multi_led_on:
+	branch gpio_out_active	//by mouse.dat config
+
+
+p_mouse_multi_led_off_judge:
+	jam 0,mem_mouse_multi_led_blink_enable
+	jam 0,mem_mouse_multi_led_blink_type
+p_mouse_multi_led_off_judge_next:
+	fetch 1,mem_mouse_multi_led_blink_type
+	beq 4,p_mouse_multi_dpi_led_off_judge
+p_mouse_device_multi_led_off:
+	jam OFF,mem_mouse_multi_led_state
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_device_24g_led_off
+	beq MODE_BT_DEVICE1,p_mouse_device_bt1_led_off
+	beq MODE_BT_DEVICE2,p_mouse_device_bt2_led_off
+	rtn
+p_mouse_device_24g_led_off:
+	fetcht 1,mem_mouse_1io2led_multi_24gled
+	branch p_gpio_set_high_impedance
+p_mouse_device_bt1_led_off:
+	fetcht 1,mem_mouse_1io2led_multi_bt1led
+	branch p_gpio_set_high_impedance
+p_mouse_device_bt2_led_off:
+	fetcht 1,mem_mouse_1io2led_multi_bt2led
+p_gpio_set_high_impedance:
+	sub temp,GPIO_DISABLE,null
+	rtn zero
+	branch gpio_set_high_impedance
+
+p_mouse_device_multi_led_all_off:		//dpi+low no
+	call p_mouse_device_24g_led_off
+	call p_mouse_device_bt1_led_off
+	call p_mouse_device_bt2_led_off
+	call p_mouse_low_voltage_led_off_judge
+	branch p_mouse_multi_dpi_led_off_judge
+	
+p_mouse_multi_dpi_led_off_judge:
+	jam OFF,mem_mouse_multi_led_state
+	fetch 1,mem_mouse_led_multi_type
+	beq MOUSE_ENABLE_DPI_FOR_LED,p_mouse_device_multi_led_off
+	beq MOUSE_ENABLE_DPI_LOW_FOR_LED,p_mouse_device_multi_led_off
+p_mouse_multi_dpi_led_off:
+	fetcht 1,mem_mouse_dpi_gpio
+p_mouse_multi_led_off:
+	branch gpio_out_inactive
+	
+p_mouse_multi_dpi_led_on_judge:
+	jam ON,mem_mouse_multi_led_state
+	fetch 1,mem_mouse_led_multi_type
+	beq MOUSE_ENABLE_DPI_FOR_LED,p_mouse_device_multi_led_on
+	beq MOUSE_ENABLE_DPI_LOW_FOR_LED,p_mouse_device_multi_led_on
+	branch p_mouse_multi_dpi_led_on
+
+//================led multi end===================//
+ifdef LOGO_LED
+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
+	branch gpio_out_active
+endif
+
+p_mouse_dpi_led_blink_delay_timer:
+	arg mem_mouse_dpi_led_delay_count,regc
+	arg p_mouse_dpi_led_blink_init,regb
+	branch timer_single_step	
+	
+p_mouse_dpi_led_blink_init:	//result:    level3: 2  3  1     level4: 3  4  1  2
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_1IO2LED,p_mouse_dpi_led_blink_init_new1
+	fetch 1,mem_config_sensor_type
+	beq P3212,mouse_dpi_led_blink_init		//result:    level3: 1  2  3     level4: 2  3  4  1
+	beq KA8G2,mouse_dpi_led_blink_init	//result:    level3: 1  2  3     level4: 2  3  4  1
+	fetch 1,mem_dpi_led_gpio
+	store 1,mem_mouse_struct_led_gpio
+	fetch 2,mem_mouse_dpi_led_blink_time
+	store 2,mem_mouse_on_time
+	store 2,mem_mouse_off_time
+	arg 0,rega
+	fetcht 1,mem_mouse_dpi
+	increase 2,temp	// 2 3 4 (5)
+	sub temp,3,null
+	call p_mouse_dpi_led_blink_init_level_4,positive
+	ncall p_mouse_dpi_led_blink_count_clean,positive
+	branch mouse_dpi_led_blink_init_end
+
+p_mouse_dpi_led_blink_init_level_4:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DPI_LEVEL_4
+	increase 1,temp  	// 2-->3   3-->4
+	rtn
+p_mouse_dpi_led_blink_count_clean:
+	increase -3,temp		// 4-->1  5-->2
+	rtn
+
+p_mouse_dpi_led_blink_init_new1:
+	fetch 1,mem_config_sensor_type
+	beq P3212,p_mouse_dpi_led_blink_init_new2		//result:    level3: 1  2  3     level4: 2  3  4  1
+	beq KA8G2,p_mouse_dpi_led_blink_init_new2	//result:    level3: 1  2  3     level4: 2  3  4  1
+	fetcht 1,mem_mouse_dpi
+	increase 2,temp	// 2 3 4 (5)
+p_mouse_dpi_led_blink_init_new1_next:
+	sub temp,3,null
+	call p_mouse_dpi_led_blink_init_level_4,positive
+	ncall p_mouse_dpi_led_blink_count_clean,positive
+	copy temp,pdata
+	iadd pdata,pdata
+	store 1,mem_mouse_multi_led_blink_count
+p_mouse_multi_dpi_led_blink_enable:
+	jam 4,mem_mouse_multi_led_blink_type
+	call p_mouse_multi_dpi_led_blink_timer_init	
+	jam MULTI_LED_BLINK,mem_mouse_multi_led_type
+	branch p_mouse_multi_led_enable
+
+p_mouse_dpi_led_blink_init_new2:
+	fetcht 1,mem_mouse_dpi
+	increase 1,temp
+	branch p_mouse_dpi_led_blink_init_new1_next
+
+/////////////////////////////////////////////////////////////////////////////////////////////////
+
+p_mouse_commbination_key_process:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_24g_commbination_key_process
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+	fetcht 1,mem_mouse_commbination_key_bt
+	branch p_mouse_commbination_key_start
+
+p_mouse_24g_commbination_key_process:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+	fetcht 1,mem_mouse_commbination_key_24g
+p_mouse_commbination_key_start:
+	storet 1,mem_mouse_commbination_key
+	call p_mouse_check_key_gpio
+	and pdata,0x07,pdata
+	fetcht 1,mem_mouse_commbination_key
+	isub temp,null
+	branch p_mouse_commbination_key_down,zero
+	branch mouse_commbination_key_up
+
+		
+p_mouse_commbination_key_down:		// enter hibernate when reconnect
+	call p_mouse_combination_ui_timer
+	fetch 1,mem_commbination_key_statue
+	rtneq COMMBINATION_KEY_STATE_DOWN
+	jam COMMBINATION_KEY_STATE_DOWN,mem_commbination_key_statue
+	rtn
+
+p_mouse_combination_ui_timer:
+	arg p_mouse_24g_start_pair,regb
+	branch mouse_combination_ui_timer+1
+
+p_mouse_24g_start_pair:
+	call p_mouse_device_pair_led_config
+	branch p_mouse_24g_start_pair_mode
+
+p_mouse_le_battery_updata_timer:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+	branch mouse_le_battery_updata_timer
+
+p_mouse_le_send_conn_param_update_timer:
+	arg mem_mouse_le_send_conn_param_update_timer,regc
+	arg mouse_updata_le_param,regb
+	branch timer_single_step
+
+p_mouse_check_no_data_timeout_timer:
+//	fetch 1,mem_usb_addr
+//	rtnbit1 7
+	arg mem_mouse_no_data_timer,regc
+	arg p_mouse_check_no_data_timeout,regb
+	branch timer_single_step_2B
+
+p_mouse_check_no_data_timeout:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_24g_hibernate_set
+	branch mouse_disconnect	
+
+p_mouse_start_discovery:
+	call p_mouse_device_discovery_led_config
+	fetch 2,mem_ui_state_map
+	isolate1 UI_STATE_BLE_ADV,pdata
+	call mouse_stop_le_adv,true		//reconnect adv
+	fetch 2,mem_ui_state_map
+	isolate1 UI_STATE_BT_RECONNECT,pdata
+	call mouse_cancel_reconnect,true
+	setarg 0
+	store 2,mem_le_battery_level_updata_timer
+	branch mouse_start_discovery+1
+	
+p_mouse_stop_discovery:
+	setarg 0
+	store 2,mem_mouse_discovery_timer
+	branch mouse_stop_discovery+1
+
+p_ui_timer_check:		// 100ms timer will return 4 or 5 times when power on
+	fetch 1,mem_power_on_flag
+	ncall ui_timer_init,blank
+	jam 0,mem_power_on_flag
+	branch ui_timer_check+1
+
+p_hid_rx_process:
+	fetch 2,mem_l2cap_payload_ptr
+	copy pdata,contr
+	ifetch 1,contr
+	store 1,mem_l2cap_rcv_hidtype
+	and pdata,0x0f,temp
+	rshift4 pdata,pdata //hidtype
+	beq hid_type_set_idle,p_hid_rx_process_handshake
+	branch hid_rx_process+7
+
+p_hid_rx_process_handshake:
+	arg 1,rega//payload length
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_ctrl_remote_cid
+	istore 2,contw
+	setarg 0
+	istore 1,contw
+	jam 1,mem_ui_data_txbuff_length
+	fetch 1,mem_hid_control_state
+	set1 l2cap_channel_hid_handshake_done,pdata
+	store 1,mem_hid_control_state
+	jam BT_EVT_HID_HANDSHAKE,mem_fifo_temp
+	branch ui_ipc_send_event
+
+p_send_lmp:
+	disable user
+	call lmo_fifo_process
+	fetch 1,mem_lmp_to_send
+	rtn blank
+/* lmp message to be processed. this will either be because host??? */
+/* wants to send a lmp message or because one resulted from the LMP */
+/* processing section */
+/********* outgoing lmp lookup table *************/
+	bbit1 7,send_lmp_escape
+p_send_lmp0:
+	beq LMP_DETACH,p_send_lmp_detach
+	branch send_lmp0
+
+p_send_lmp_detach:
+	call send_lmp_detach
+	jam 120,mem_conn_timer
+	rtn
+
+
+p_le_slave_match:
+	fetch 1,mem_le_md_count
+	pincrease 1
+	store 1,mem_le_md_count
+	beq LE_MD_MAX_COUNT,le_slave_cont
+	call le_acknowledge
+	call le_prepare_tx
+	fetch 1,mem_le_tx_phy
+	call le_enable_phy_by_pdata
+	call le_transmit
+	branch le_slave_match+10
+
+p_le_slave_unsync:
+	call end_of_packet
+	branch le_slave_unsync+1
+
+p_le_transmit:
+	call le_prep
+	call le_tx_setfreq
+	call rf_debug_tx_on_line	//H
+	set1 TXGFSK,radio_ctrl
+	enable encode_fec0
+	enable is_tx
+	disable is_rx
+	call le_wait_tx
+	nop 10	//about delay 0.5us
+	branch le_transmit+9
+
+p_le_parse_l2cap:
+	ifetch 2,contr
+	beq LE_L2CAP_CID_ATT,p_le_parse_att
+	branch le_parse_l2cap+10
+		
+p_le_parse_att:
+	ifetch 3,contr
+	store 3,mem_le_att_opcode
+	beq ATTOP_READ_REQUEST,p_le_parse_att_read_request
+	beq ATTOP_WRITE_REQUEST,p_le_parse_att_write_request	
+	branch le_parse_att+2
+	
+p_le_parse_att_read_request:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL,le_parse_att_read_request
+	call le_check_encrypt_state
+	fetcht 2,mem_le_att_handle
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_READ_AUTH,p_le_send_att_read_response_check_auth
+//input:temp is handle
+p_le_send_att_read_response:
+	fetch 2,mem_le_att_handle
+	beq 0x30,le_send_att_error_response_notfound
+	fetcht 2,mem_le_att_handle
+	branch le_send_att_read_response
+
+p_le_send_att_read_response_check_auth:
+	fetch 2,mem_le_pairing_handle
+	isub temp,null
+	nbranch p_le_send_att_read_response,zero
+	nbranch p_le_send_att_read_response,user
+	branch le_send_att_read_response_error_insufficient_auth
+
+
+p_le_parse_att_write_request:		// mac os 10.9.5 reconnect can't move
+	copy contr,rega
+	fetch 2,mem_le_l2cap_size
+	add pdata,-3,regb
+	call le_writeatt_cb
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,le_send_att_write_response_check_auth	
+	fetch 1,mem_mouse_le_reconnect_flag
+	branch le_send_att_write_response_check_auth,blank
+	fetch 1,mem_le_connect_status_flag
+	bbit1 LL_START_ENC_FLAG,le_send_att_write_response_check_auth
+	setarg 0x001a		
+	fetcht 2,mem_le_att_handle
+	isub temp,null
+	nbranch le_send_att_write_response_check_auth,zero
+	branch le_send_att_read_response_error_insufficient_auth
+
+p_g24_lpm_wait:			// ice connect led
+//	fetch 1,mem_24g_device_led_status
+//	nbranch disable_user,blank
+	enable user
+	call lpo_calibration
+	fetch 3,mem_clks_per_lpo
+	branch disable_user,blank
+	fetch 1,mem_lpm_mode
+	branch disable_user,blank
+	fetch 1,mem_sensor_shutdown_flag
+	nrtn blank
+	fetch 1,mem_24g_transmit_by_interrupt
+	beq G24_TX_TIMER_INT_ENABLE,disable_user
+	rtn
+
+	
+p_mouse_motion:
+	disable user
+	setarg 0
+	store 6,mem_mouse_x
+	call p_mouse_check_sensor_data
+	setarg 0x0089
+	call twspi_write
+	call p_mouse_seting_sensor_type
+	call mouse_zwheel
+	call mouse_t_zwheel
+	call p_mouse_key
+	fetch 1,mem_mouse_key
+	and_into 0x1f,pdata
+	store 1,mem_mouse_key
+	nbranch p_mouse_motion_nodata,user
+	call p_mouse_drawing_optima
+ifdef RGB_LED
+	call p_mouse_rgb_led_on_check
+endif
+	branch mouse_no_data_timer_init
+
+p_mouse_check_sensor_data:
+	fetch 1,mem_spi_write_flash_sm
+	rtnne FLASH_SM_NO_BUYS
+	fetch 1,mem_config_sensor_type
+	beq KA8G2,p_mouse_ka8g2_sensor_motion
+	branch mouse_check_sensor_data+3
+
+p_mouse_ka8g2_sensor_motion:
+	call mouse_clear_sensor_data
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_pka8g2_sensor_motion_1
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+p_mouse_pka8g2_sensor_motion_1:
+	setarg PAN_REG_PID_L
+	call twspi_read
+	bne PKA8G2_ID1,mouse_twspi_reset
+	branch mouse_p3212_sensor_motion_2
+
+p_mouse_motion_nodata:	
+	call mouse_drawing_optima_init
+ifdef RGB_LED
+	fetch 2,mem_rgb_led_off_check_count
+	increase 1,pdata
+	store 2,mem_rgb_led_off_check_count
+	arg 0x0258,temp
+	isub temp,null
+	nrtn zero
+	setarg 0
+	store 2,mem_rgb_led_off_check_count
+	jam OFF,mem_rgb_led_on_enable
+endif
+	rtn
+
+p_mouse_drawing_optima:
+	fetch 1,mem_config_sensor_type
+	rtneq P3212
+	branch mouse_drawing_optima
+
+ifdef RGB_LED
+p_mouse_rgb_led_on_check:
+	fetch 2,mem_rgb_led_on_check_count
+	increase 1,pdata
+	store 2,mem_rgb_led_on_check_count
+	arg 0x0258,temp
+	isub temp,null
+	nrtn zero
+	setarg 0
+	store 2,mem_rgb_led_on_check_count
+	fetch 1,mem_rgb_led_on_enable
+	rtneq ON
+p_mouse_rgb_led_on_check_next:
+	jam ON,mem_rgb_led_on_enable
+	jam OFF,mem_rgb_led_off_enable
+	jam 11,mem_rgb_led_on_enable_timer
+p_mouse_rgb_led_on_timer_init:
+	setarg 0
+	store 2,mem_rgb_led_on_timer
+	rtn
+endif
+p_mouse_sensor_poweron:
+	call mouse_sensor_spi_init
+	fetch 1,mem_config_sensor_type
+	beq KA8G2,p_mouse_ka8g2_sensor_init
+	call mouse_sensor_reset
+	arg mem_sensor_poweron_init,regc
+p_mouse_sensor_end:
+	call mouse_sensor_wr_seq
+	branch p_mouse_seting_sensor_type
+	
+p_mouse_ka8g2_sensor_init:
+	call p_mouse_ka8g2_sensor_reset
+	arg mem_ka8g2_sensor_poweron_init,regc
+	branch p_mouse_sensor_end
+
+p_mouse_sensor_reset:
+	fetch 1,mem_config_sensor_type
+	beq KA8G2,p_mouse_ka8g2_sensor_reset
+	branch mouse_sensor_reset
+p_mouse_ka8g2_sensor_reset:
+	setarg 0x9706		// reset to factory settings
+	branch mouse_sensor_reset_end
+
+p_mouse_sensor_powerdown:
+	call mouse_init_sunt
+	call mouse_sensor_spi_init
+	fetch 1,mem_config_sensor_type
+	beq KA8G2,p_mouse_ka8g2_sensor_powerdown
+	branch mouse_sensor_powerdown_end
+	
+p_mouse_ka8g2_sensor_powerdown:
+	setarg 0x1f06		
+	branch twspi_write
+
+
+//////////////////////////////modify key start///////////////////////////////////////////////
+p_mouse_key:
+ifdef FIRE_KEY
+	call p_mouse_check_firekey_gpio
+	fetch 1,mem_fire_key_flag
+	nbranch p_fire_key_press,blank
+	fetch 1,mem_fire_key_status
+	nbranch p_fire_key_process,blank
+endif
+	call p_mouse_check_key_gpio
+	branch mouse_key+1
+
+p_mouse_check_key_gpio:	//when mem_matrix_public_gpio=0xff
+	fetch 1,mem_sensor_shutdown_flag
+	ncall mouse_check_key_gpio_once,blank
+	arg 0,rega
+	call p_mouse_check_lkey_gpio
+	call p_mouse_check_rkey_gpio
+	call p_mouse_check_mkey_gpio
+	call p_mouse_check_bkkey_gpio
+	call p_mouse_check_fwkey_gpio
+ifdef FIRE_KEY	
+	call p_mouse_check_firekey_gpio
+endif
+	branch mouse_check_key_gpio_next
+
+p_mouse_check_lkey_gpio:
+	fetch 1,mem_lbutton_gpio
+	call p_mouse_gpio_config_output_high
+	call mouse_check_lkey_gpio
+	fetcht 1,mem_lbutton_gpio
+	branch mouse_gpio_config_input_pu
+p_mouse_check_rkey_gpio:
+	fetch 1,mem_rbutton_gpio
+	call p_mouse_gpio_config_output_high
+	call mouse_check_rkey_gpio
+	fetcht 1,mem_rbutton_gpio
+	branch mouse_gpio_config_input_pu
+p_mouse_check_mkey_gpio:
+ifdef RGB_LED_MKEY
+	fetch 1,mem_mbutton_function_disable
+	nrtn blank
+endif
+	fetch 1,mem_mbutton_gpio
+	call p_mouse_gpio_config_output_high
+	call mouse_check_mkey_gpio
+	fetcht 1,mem_mbutton_gpio
+	branch mouse_gpio_config_input_pu	
+
+p_mouse_check_bkkey_gpio:
+	fetch 1,mem_bk_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_BK_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_bkkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_bk_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,p_mouse_3io6key_bk_check
+	branch mouse_check_bkkey_gpio_next
+p_mouse_3io6key_bk_check:
+	fetch 1,mem_bk_button_gpio
+	call p_mouse_gpio_config_output_low
+	fetcht 1,mem_bk_button_gpio
+	branch mouse_3io6key_bk_check	
+
+p_mouse_check_fwkey_gpio:
+	fetch 1,mem_fw_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_FW_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_fwkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_fw_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,p_mouse_3io6key_fw_check
+	branch mouse_check_fwkey_gpio_next
+p_mouse_3io6key_fw_check:
+	fetch 1,mem_fw_button_gpio
+	call p_mouse_gpio_config_output_low
+	fetcht 1,mem_fw_button_gpio
+	branch mouse_3io6key_fw_check
+
+//input:pdata gpio number
+p_mouse_gpio_config_output_high:
+	rtneq GPIO_DISABLE
+	arg gpcfg_output_high,temp
+	branch gpio_config_function_int
+		
+//input:pdata gpio number
+p_mouse_gpio_config_output_low:
+	rtneq GPIO_DISABLE
+	arg gpcfg_output_low,temp
+	branch gpio_config_function_int	
+
+/////////////////////////////////////////////firekey start//////////////////////////////////////////
+
+ifdef FIRE_KEY
+p_mouse_check_firekey_gpio:
+	arg 0,regb
+	fetch 1,mem_firebutton_gpio
+	rtneq GPIO_DISABLE
+	fetch 1,mem_mouse_firebutton_connect_vin_flag
+	nbranch p_mouse_check_firekey_connect_vin,blank
+p_mouse_check_firekey_connect_gnd:
+	fetcht 1,mem_firebutton_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_firebutton_gpio
+	call gpio_get_bit
+	setflag true,0,regb
+p_mouse_firekey_state_store:	
+	copy regb,pdata
+	store 1,mem_fire_key_flag
+	rtn
+
+p_mouse_check_firekey_connect_vin:
+	fetch 1,mem_firebutton_gpio
+	set0 gpio_active_bit,pdata
+	store 1,mem_firebutton_gpio
+	fetcht 1,mem_firebutton_gpio
+	call mouse_gpio_config_input_pd
+	fetcht 1,mem_firebutton_gpio
+	call gpio_get_bit
+	nsetflag true,0,regb
+	branch p_mouse_firekey_state_store
+
+p_fire_key_process: 
+	beq 4,p_fire_key_process_end
+p_fire_key_press:
+	call p_firekey_clkn_bt_timer_check 
+	fetch 4,mem_fire_key_delay
+	arg 0xa0,temp      
+	iadd temp,temp
+	copy clkn_bt,pdata
+	isub temp,null
+	nrtn positive
+	store 4,mem_fire_key_delay 
+	fetch 1,mem_fire_key_status
+	beq 0,p_fire_key_process_start
+	beq 1,p_fire_key_process_release1
+	beq 2,p_fire_key_process_start2
+	beq 3,p_fire_key_process_release2
+	rtn
+
+p_fire_key_process_start:
+	jam 1,mem_fire_key_status
+p_fire_key_down:
+	jam 1,mem_mouse_key
+	branch enable_user
+
+p_fire_key_process_release1:
+	jam 2,mem_fire_key_status
+p_fire_key_release:
+	jam 0,mem_mouse_key
+	branch enable_user
+
+p_fire_key_process_start2:
+	jam 3,mem_fire_key_status
+	branch p_fire_key_down
+
+p_fire_key_process_release2:
+	jam 0,mem_fire_key_status
+	branch p_fire_key_release
+
+p_fire_key_process_end:
+	jam 0,mem_fire_key_status
+	jam 0,mem_mouse_key
+	rtn
+
+p_firekey_clkn_bt_timer_check:
+	fetcht 4,mem_fire_key_delay
+	copy clkn_bt,pdata
+	isub temp,null
+	ncall p_firekey_clkn_bt_timer_timeout,positive
+	rtn
+p_firekey_clkn_bt_timer_timeout:
+	setarg 0
+	store 4,mem_fire_key_delay
+	rtn
+
+endif
+
+/////////////////////////////////////////////firekey end//////////////////////////////////////////
+
+p_mouse_idle:
+	call p_mouse_low_voltage_led_no_enter_lpm
+	call ui_check_paring_button
+	call p_mouse_dpi_check
+ifdef DOUBLE_DPI_KEY
+	call p_mouse_dpi_another_gpio_check
+endif
+	call p_mouse_select_device_check
+	branch mouse_idle+5
+
+p_mouse_low_voltage_led_no_enter_lpm:
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit0 MOUSE_ENABLE_LOW_LED,mouse_low_voltage_led_no_enter_lpm
+p_mouse_low_voltage_led_no_enter_lpm_next:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	branch mouse_low_voltage_led_no_enter_lpm+2
+
+p_mouse_select_device_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON,p_mouse_select_device_by_pb_button_check_judge
+	bbit1 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY,p_mouse_select_device_by_pb_button_check_judge
+	rtn
+p_mouse_select_device_by_pb_button_check_judge:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BT_DISCOVERY,p_mouse_select_device_by_pb_button_check_once
+	fetch 1,mem_store_information_delay_timer
+	nrtn blank
+	branch mouse_select_device_by_pb_button
+	
+p_mouse_dpi_check:
+	fetch 1,mem_dpi_button_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	jam MOUSE_DPI_KEY,mem_mouse_key_temp
+	fetcht 1,mem_dpi_button_gpio
+	call p_mouse_dpi_key_check
+	branch mouse_dpi_check_next
+
+p_mouse_dpi_key_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_GND,mouse_dpi_key_connect_gnd
+	fetch 1,mem_mouse_dpikey_press_status
+	copy pdata,regc
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,p_mouse_3io6key_dpi_check
+	branch mouse_dpi_key_check_next
+p_mouse_3io6key_dpi_check:
+	fetch 1,mem_dpi_button_gpio
+	call p_mouse_gpio_config_output_low
+	fetcht 1,mem_dpi_button_gpio
+	branch mouse_3io6key_check
+
+ifdef DOUBLE_DPI_KEY
+p_mouse_dpi_another_gpio_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DOUBLE_DPI_KEY
+	fetch 1,mem_mouse_another_dpi_connect_vin_flag
+	nbranch p_mouse_dpi_another_gpio_connect_vin_check,blank
+p_mouse_dpi_another_gpio_connect_gnd_check:	
+	fetch 1,mem_dpi_another_button_gpio
+	call p_mouse_gpio_config_output_high
+	call p_mouse_dpi_another_check
+	fetcht 1,mem_dpi_another_button_gpio
+	branch mouse_gpio_config_input_pu	
+
+p_mouse_dpi_another_gpio_connect_vin_check:
+	fetch 1,mem_dpi_another_button_gpio
+	set0 gpio_active_bit,pdata
+	store 1,mem_dpi_another_button_gpio
+	call p_mouse_gpio_config_output_low
+	jam MOUSE_DPI_ANOTHER_KEY,mem_mouse_key_temp_patch
+	fetcht 1,mem_dpi_another_button_gpio
+	fetch 1,mem_dpi_another_press_status
+	call p_mouse_check_key_connect_vin_new
+	call p_mouse_dpi_another_state_check
+	fetcht 1,mem_dpi_another_button_gpio
+	branch mouse_gpio_config_input_pu	
+	
+p_mouse_dpi_another_check:
+	jam MOUSE_DPI_ANOTHER_KEY,mem_mouse_key_temp_patch
+	fetcht 1,mem_dpi_another_button_gpio
+	fetch 1,mem_dpi_another_press_status	
+	call p_mouse_check_key_connect_gnd_new
+p_mouse_dpi_another_state_check:
+	store 1,mem_dpi_another_press_status
+	fetch 1,mem_dpi_another_button_down_enable
+	branch p_mouse_dpi_another_up,blank	
+p_mouse_dpi_another_down:
+	fetch 1,mem_dpi_another_button_state
+	rtneq DPI_BUTTON_STATE_DOWN
+	jam DPI_BUTTON_STATE_DOWN,mem_dpi_another_button_state
+	branch mouse_dpi_process
+
+p_mouse_dpi_another_up:
+	fetch 1,mem_dpi_another_button_state
+	rtneq DPI_BUTTON_STATE_UP
+	jam DPI_BUTTON_STATE_UP,mem_dpi_another_button_state
+	rtn
+
+p_mouse_check_key_connect_gnd_new:	
+	lshift pdata,pdata
+	copy pdata,regb
+	call gpio_get_bit
+	setflag true,0,regb
+	and regb,0x07,pdata
+	fetcht 1,mem_mouse_key_temp_patch
+	copy temp,queue
+	beq 0x07,p_mouse_key_press		//  about 17~22ms three times
+	beq 0x00,p_mouse_key_release
+	rtn
+
+p_mouse_check_key_connect_vin_new:	
+	lshift pdata,pdata
+	copy pdata,regb
+	call mouse_gpio_config_input_pd
+	call gpio_get_bit
+	setflag true,0,regb
+	and regb,0x07,pdata
+	fetcht 1,mem_mouse_key_temp_patch
+	copy temp,queue
+	beq 0x07,p_mouse_key_press		//  about 17~22ms three times
+	beq 0x00,p_mouse_key_release
+	rtn
+
+p_mouse_key_press:
+	jam 1,mem_dpi_another_button_down_enable
+	rtn
+p_mouse_key_release:
+	jam 0,mem_dpi_another_button_down_enable
+	rtn
+endif
+
+p_mouse_dpi_process:
+	call mouse_dpi_ghost_check
+	rtn user
+p_mouse_dpi_process_next:
+	fetch 1,mem_mouse_dpi
+ifdef DOUBLE_DPI_KEY
+	copy pdata,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DOUBLE_DPI_KEY,p_mouse_double_dpi_check
+	copy temp,pdata
+endif
+	increase 1,pdata
+	and pdata,0x03,pdata
+p_mouse_dpi_store:
+	store 1,mem_mouse_dpi
+	call p_mouse_seting_dpi
+	branch mouse_store_eerpom_dpi
+
+ifdef DOUBLE_DPI_KEY
+p_mouse_double_dpi_check:
+	fetch 1,mem_dpi_another_button_down_enable
+	nbranch p_mouse_another_dpi_button_down,blank
+p_mouse_dpi_increase:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_LEVEL_4,p_mouse_dpi_increase_level_4
+	copy temp,pdata
+	rtneq MOUSE_DPI_LEVEL2
+p_mouse_dpi_increase_level:
+	beq MOUSE_DPI_LEVEL1,p_mouse_dpi_level_3	//1600
+	beq MOUSE_DPI_LEVEL3,p_mouse_dpi_level_2 	//1200
+	rtn
+
+p_mouse_dpi_level_1:		//800
+	setarg 2
+	branch p_mouse_dpi_store
+p_mouse_dpi_level_2:		//1200
+	setarg 0
+	branch p_mouse_dpi_store
+p_mouse_dpi_level_3:		//1600
+	setarg 1
+	branch p_mouse_dpi_store
+p_mouse_dpi_level_4:		//1000
+	setarg 3
+	branch p_mouse_dpi_store
+
+p_mouse_dpi_increase_level_4:
+	copy temp,pdata			//0->1,2->3,3->0
+	rtneq MOUSE_DPI_LEVEL2
+	beq MOUSE_DPI_LEVEL1,p_mouse_dpi_level_3
+	beq MOUSE_DPI_LEVEL3,p_mouse_dpi_level_4
+	beq MOUSE_DPI_LEVEL4,p_mouse_dpi_level_2
+	rtn
+p_mouse_dpi_decrease_level_4:
+	copy temp,pdata			//0->3,1->0,3->2
+	rtneq MOUSE_DPI_LEVEL3
+	beq MOUSE_DPI_LEVEL1,p_mouse_dpi_level_4
+	beq MOUSE_DPI_LEVEL2,p_mouse_dpi_level_2
+	beq MOUSE_DPI_LEVEL4,p_mouse_dpi_level_1
+	rtn
+
+p_mouse_another_dpi_button_down:
+p_mouse_dpi_decrease:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_LEVEL_4,p_mouse_dpi_decrease_level_4
+	copy temp,pdata
+	rtneq MOUSE_DPI_LEVEL3
+p_mouse_dpi_decrease_level:
+	beq MOUSE_DPI_LEVEL1,p_mouse_dpi_level_1
+	beq MOUSE_DPI_LEVEL2,p_mouse_dpi_level_2
+	rtn
+endif
+//////////////////////////////modify key end///////////////////////////////////////////////
+
+
+///////////////////////////// 2.4g ota start ///////////////////////////////////////////////////////////	
+ifdef G24_OTA
+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
+
+///////////////////////////// 2.4g ota  ///////////////////////////////////////////////////////////	
+endif
+
+
+p_power_ctrl_start:
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_ADV
+	rtnbit1 UI_STATE_BT_RECONNECT
+	rtnbit1 UI_STATE_BT_DISCOVERY	
+ifdef RSSI_SORT
+	call p_rssi_sort
+	call p_rssi_average
+else
+	fetchr rega,2,mem_rssi_signal_buf_ptr
+	call rssi_average
+endif
+	storet 1,mem_rssi_avg_received
+	branch power_ctrl_rssi_avg_compare
+
+ifdef RSSI_SORT
+p_rssi_average:
+	arg mem_mouse_rssi_signal_buf_temp+6,rega
+	arg 10,pdata
+	branch rssi_average+2
+
+p_rssi_sort:
+	call p_memcpy16
+	arg mem_mouse_rssi_signal_buf_temp,regb
+	fetch 1,mem_rssi_buff_index
+	increase 1,pdata
+	copy pdata,loopcnt
+	branch p_bubble_sort
+
+p_memcpy16:
+	arg mem_mouse_rssi_signal_buf_patch,contr
+	arg mem_mouse_rssi_signal_buf_temp,contw
+	branch memcpy16
+
+//input:regb buff ptr,pdata buff length
+p_bubble_sort:
+	increase -1,loopcnt
+	deposit loopcnt
+	rtn blank
+p_external_loop:
+	copy loopcnt,rega
+	increase -1,rega
+	copy regb,contr
+p_internal_loop:
+	ifetch 1,contr
+	copy contr,contw
+	ifetcht 1,contr
+	isub temp,null
+	call p_sort_up
+	increase -1,contr
+	increase -1,rega
+	branch p_internal_loop,positive
+	loop p_external_loop
+	rtn
+p_sort_up:
+	call p_exchange_data,positive
+	rtn
+p_exchange_data:
+	increase -1,contw
+	istoret 1,contw
+	istore 1,contw
+	rtn
+endif
+
+ifdef UART_LOG
+p_device_hardware_init:
+	fetch 1,core_uart_ctrl
+	set0 BIT_UART_CONTROL_ENABLE,pdata
+	store 1,core_uart_ctrl
+	fetch 8,mem_device_uart_rx_buffer
+	call uarta_init_dma_mem
+
+	fetch uart_baud_len,mem_device_uart_baud_rate
+	call uarta_init_baud_rate
+	call uart_clock_select_main_freq_crystal
+	fetch 1,mem_device_uart_tx_gpio
+	arg gpcfg_uart_txd,temp
+	call gpio_config_function_int
+	fetch 1,mem_device_uart_rx_gpio
+
+	arg gpcfg_uart_rxd|gpcfg_pullup,temp
+	call gpio_config_function_int
+	arg FUN_UART_CONTROL_ENABLE|FUN_UART_CONTROL_SETTING_RATE_BAUD,temp
+	storet 1,core_uart_ctrl
+	rtn
+	
+//input: 1 byte hex @pdata  
+//output: 4 byte  '0','x', ASCII,ASCII, @pdata
+hex2ascii:
+	rshift4 pdata,rega  //high 4bit in rega
+	and_into 0x0f,pdata
+	call hex2ascii_half_byte
+	copy pdata,regb
+	copy rega,pdata
+	call hex2ascii_half_byte
+	lshift8 regb,regb
+	iadd regb,pdata
+//	lshift16 pdata,pdata
+//	arg 0x7830,regb   //0x
+//	iadd regb,pdata
+	rtn
+
+//input: 1 byte hex @pdata  
+//output: 4 byte  '0','x', ASCII,ASCII, @pdata
+hex2ascii_half_byte:
+	arg 0xa,temp
+	isub temp,temp
+	nbranch hex2ascii_half_byte_numberic,positive
+	setarg 0x41  // A
+	iadd temp,pdata
+	rtn
+hex2ascii_half_byte_numberic:
+	arg 0x30,temp
+	iadd temp,pdata
+	rtn
+
+//input: loopcnt--length,regc--data ptr	
+log_bytes:
+	copy loopcnt,pdata
+	branch log_len0,blank
+log_bytes_loop:
+	ifetch 1,regc
+	increase 1,regc
+	call log_byte
+	call log_space
+	loop log_bytes_loop
+uart_wait:
+	fetch 1,core_uart_status
+	bbit1 uart_status_tx_busy,uart_wait
+//	nop 12000
+	rtn
+
+log_len0:
+	call uarta_prepare_tx
+	setarg 0x656c
+	istore 2,contwu
+	setarg 0x306e
+	istore 2,contwu
+	call uarta_send
+	branch log_end
+
+//input 1byte @pdata
+log_byte:
+	call uarta_prepare_tx
+	call hex2ascii
+//	istore 4,contu	//0x
+	istore 2,contwu
+	branch uarta_send
+
+log_space:
+	call uarta_prepare_tx
+	setarg 0x20
+	istore 1,contwu
+	branch uarta_send
+
+log_end:
+	call uarta_prepare_tx
+	setarg 0x0a0d
+	istore 2,contwu
+	branch uarta_send
+
+log_colon:
+	call uarta_prepare_tx
+	setarg 0x3a
+	istore 1,contwu
+	branch uarta_send
+	
+//output:"sync_to"
+print_sync_timeout:
+	call uarta_prepare_tx
+	setarg 0x7973
+	istore 2,contu
+	setarg 0x636e
+	istore 2,contu
+	setarg 0x6f745f
+	istore 3,contu
+	call uarta_send
+	branch log_end
+	
+//output:"hec_error"
+print_hec_error:
+	call uarta_prepare_tx
+	setarg 0x636568
+	istore 3,contu
+print_error:
+	setarg 0x72655f
+	istore 3,contu
+	setarg 0x726f72
+	istore 3,contu
+	call uarta_send
+//	call log_space
+	branch log_end
+
+//output:"type_error"
+print_type_error:
+	call uarta_prepare_tx
+	setarg 0x707974
+	istore 3,contu
+	setarg 0x65
+	istore 1,contu
+	branch print_error
+
+//output:"rxlen_error"
+print_rxlen_error:
+	call uarta_prepare_tx
+	setarg 0x6c7872
+	istore 3,contu
+	setarg 0x6e65
+	istore 2,contu
+	branch print_error
+
+//output:"crc_error"
+print_crc_error:
+	call uarta_prepare_tx
+	setarg 0x637263
+	istore 3,contu
+	branch print_error
+
+//output:"rs_ms"
+print_rssi_mouse:
+	call uarta_prepare_tx
+	setarg 0x7372		
+	istore 2,contwu
+	setarg 0x736d5f
+	istore 3,contwu
+	call uarta_send
+	call log_colon
+	fetch 1,mem_rssi_mouse
+	call log_byte
+	branch log_space
+
+//output:"rs_dg"
+print_rssi_dongle:
+	call uarta_prepare_tx
+	setarg 0x7372		
+	istore 2,contwu
+	setarg 0x67645f
+	istore 3,contwu
+	call uarta_send
+	call log_colon
+	fetch 1,mem_rssi_hex_received
+	call bcd	
+	call log_byte
+	branch log_space
+	
+//output:"agc"
+print_agc:
+	call uarta_prepare_tx
+	setarg 0x636761
+	istore 3,contwu
+	call uarta_send
+	call log_colon
+	fetch 1,0x89a3	
+	call log_byte
+	branch log_space
+
+//output:"rs_avg-d"
+print_rssi_avg:
+	call uarta_prepare_tx
+	setarg 0x7372		
+	istore 2,contwu
+	setarg 0x76615f
+	istore 3,contwu
+	setarg 0x642d67
+	istore 3,contwu
+	call uarta_send
+	call log_colon
+	fetch 1,mem_rssi_avg_received
+	call log_byte
+	branch log_space
+	
+//output:"pac"
+print_pac_succ_cnt:
+	call uarta_prepare_tx
+	setarg 0x636170		
+	istore 3,contwu
+	call uarta_send
+	call log_colon
+	call uarta_prepare_tx
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	call log_byte
+	branch log_end
+
+//output:"ms_pac"
+print_ms_pac:
+	call uarta_prepare_tx
+	setarg 0x5f736d
+	istore 2,contwu
+	setarg 0x636170
+	istore 3,contwu
+	call uarta_send
+	call log_colon
+	fetch 1,mem_24g_paccnt
+	call log_byte
+	branch log_space
+
+//output:"ch"
+print_ch:
+	call uarta_prepare_tx
+	setarg 0x6863		
+	istore 2,contwu
+	call uarta_send
+	call log_colon
+	fetch 1,mem_24g_ch
+	call log_byte
+	branch log_space
+
+//output:"ct"
+print_clkn_bt:
+	call uarta_prepare_tx
+	setarg 0x7463		
+	istore 2,contwu
+	call uarta_send
+	call log_colon
+	deposit clke_bt
+	store 4,mem_clkn_bt_patch
+	arg 4,loopcnt
+	arg mem_clkn_bt_patch,regc
+	branch log_bytes
+
+//output:"txp"
+print_txpower:
+	call uarta_prepare_tx
+	setarg 0x707874		
+	istore 3,contwu
+	call uarta_send
+	call log_colon
+	call txpower_index_exchange
+	arg 2,loopcnt
+	arg mem_txpower_print,regc
+	branch log_bytes
+
+txpower_index_exchange:
+	fetch 1,mem_tx_power
+	beq TX_POWER_0DB,print_txpower_0
+	beq TX_POWER_3DB,print_txpower_3
+	beq TX_POWER_5DB,print_txpower_5
+	beq TX_POWER_6DB,print_txpower_6
+	beq TX_POWER_7DB,print_txpower_7
+	beq TX_POWER_10DB,print_txpower_10
+	beq TX_POWER_F3DB,print_txpower_f3
+	beq TX_POWER_F5DB,print_txpower_f5
+	rtn
+print_txpower_0:
+	setarg 0
+	store 2,mem_txpower_print
+	rtn
+print_txpower_3:
+	setarg 3
+	store 2,mem_txpower_print
+	rtn
+print_txpower_5:
+	setarg 5
+	store 2,mem_txpower_print
+	rtn
+print_txpower_6:
+	setarg 6
+	store 2,mem_txpower_print
+	rtn
+print_txpower_7:
+	setarg 7
+	store 2,mem_txpower_print
+	rtn
+print_txpower_10:
+	setarg 10
+	store 2,mem_txpower_print
+	rtn
+print_txpower_f3:
+	setarg 0xf3
+	store 2,mem_txpower_print
+	rtn
+print_txpower_f5:
+	setarg 0xf5
+	store 2,mem_txpower_print
+	rtn	
+endif
+
+	
Index: program/patch_sdk.prog
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/program/patch_sdk.prog	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/program/patch_sdk.prog	(working copy)
@@ -0,0 +1,15 @@
+define DEBUG_RF_INIT
+define SECURE_CONNECTION
+define SIMPLE_PAIRING
+define REVD
+define ROMCODE
+define PATCH
+define SDKCODE
+define COMPILE_MOUSE
+ifdef SDKCODE
+INCLUDE "bt_format"
+org 0x0000  // start from patch ram address start
+include patch.prog
+org 0x3bc1
+include app_mouse.prog
+endif
Index: readme.txt
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/readme.txt	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/readme.txt	(working copy)
@@ -0,0 +1,2 @@
+双击“do_sdk.bat”编译
+双击“YC_Download.bat”编译下载
Index: sched/mouse.dat
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/sched/mouse.dat	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/sched/mouse.dat	(working copy)
@@ -0,0 +1,561 @@
+mem_device_option:08	#08 mouse
+
+mem_lpm_config:88 16 ce	#4khz
+mem_fcomp_div:18
+
+mem_rf_init_data:ff
+mem_rf_init_ptr:mem_rf_init_data
+mem_lpm_xtalcnt:70
+
+
+mem_dig_aon_vsel:00
+mem_gain_fix:ff
+mem_gain_table:04 00 00
+mem_gain_second_agc_en:08	#00-disbale,08-enable
+
+mem_mouse_flag:
+#mouse flag byte1
+#bit0 MOUSE_SELECT_DEVICE_FLAG
+#bit1 MOUSE_24G_PAIRING_FLAG
+#bit2 MOUSE_STORE_EEPROM_FLAG
+#bit3 MOUSE_BT_CANNEL_RECONN_FLAG
+#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
+#bit1 MOUSE_ENABLE_2K_EEPROM
+#bit2 MOUSE_ENABLE_INIT_DELAY
+#bit3 MOUSE_ENABLE_WAKEUP_FROM_POWER
+#bit4 MOUSE_ENABLE_16M
+#bit5 MOUSE_ENABLE_USB
+09
+
+#mouse flag byte3
+#bit0 MOUSE_ENABLE_SPI2
+#bit1 MOUSE_ENABLE_24G
+#bit2 MOUSE_ENABLE_FLASH
+#bit3 MOUSE_ENABLE_EEPROM
+#bit4 MOUSE_ENABLE_ADC
+#bit5 MOUSE_ENABLE_KEYBOARD
+#bit6 MOUSE_ENABLE_24G_SEARCH_DONGLE
+4a
+
+#mouse flag byte4
+#bit0 MOUSE_ENABLE_24G_250Hz
+#bit1 MOUSE_ENABLE_24G_500Hz
+#bit2 MOUSE_ENABLE_24G_1000
+#bit3 MOUSE_ENABLE_BT_125Hz
+#bit4 MOUSE_ENABLE_DPI_LEVEL_4
+#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
+#bit1 MOUSE_ENABLE_LOW_VOLTAGE_LED
+#bit2 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED
+#bit3 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND
+#bit4 MOUSE_ENABLE_4_LED
+#bit5 MOUSE_ENABLE_DPI_FOR_4_LED
+#bit6 MOUSE_ENABLE_BT2_FOR_4_LED
+#bit7 MOUSE_ENABLE_LOW_V_FOR_4_LED
+00
+
+#mouse flag byte6 
+#bit0 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+#bit1 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON
+#bit2 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
+#bit3 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC
+#bit4 MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+#bit5 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+#bit6 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+#bit7 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING
+02
+
+#mouse flag byte7
+#bit0 MOUSE_ENABLE_AUTO_24G_PARING
+#bit1 MOUSE_ENABLE_24G_POWER_ON_PAIRING
+#bit2 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+#bit3 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY
+#bit4 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+#bit5 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+#bit6 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+#bit7 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY
+81
+
+#mouse flag byte8
+#bit0 MOUSE_ENABLE_SMOOTHER
+#bit1 MOUSE_ENABLE_XY_OFFSET
+#bit2 MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED
+#bit3 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+#bit4 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+#bit5 MOUSE_ENABLE_DOUBLE_DPI_KEY
+1b
+
+mem_mouse_led_new_interface_config:
+#bit0 MOUSE_ENABLE_1IO2LED
+#bit1 MOUSE_ENABLE_BT_RECONN_LED_EFFECT
+#bit2 MOUSE_ENABLE_LED_BLINK_LIMIT
+#bit3 MOUSE_ENABLE_LOW_LED
+#bit4 MOUSE_ENABLE_LOW_LED_BLINK_LIMIT
+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
+mem_mouse_24g_reconn_timeout_init:64 #10s
+
+mem_mouse_24g_pair_tx_power:94 #-20dBm
+mem_rssi_dis_min_24g_init:85
+mem_rssi_dis_max_24g_init:90
+mem_rssi_hex_received_max_value_init:63
+mem_rssi_dis_min_ble_init:75
+mem_rssi_dis_max_ble_init:80
+
+mem_bk_button_gpio:ff
+mem_fw_button_gpio:ff
+mem_dpi_button_gpio:0b
+mem_dpi_another_button_gpio:ff
+mem_matrix_public_gpio:ff
+mem_sensor_motion_gpio:ff
+mem_customer_key_gpio:ff
+mem_whee_a_data_gpio:04
+mem_whee_b_data_gpio:05
+mem_config_device_24g_led_gpio:ff
+mem_config_device_bt1_led_gpio:ff
+mem_select_sensor_angle_gpio:ff
+
+mem_lbutton_gpio:0b
+mem_rbutton_gpio:0d
+mem_mbutton_gpio:0c
+mem_config_select_device_button_gpio:0c
+mem_whee_ta_data_gpio:ff
+mem_whee_tb_data_gpio:ff
+mem_device_switch_gpio:ff
+mem_mouse_sensor_sclk_gpio:07
+mem_mouse_sensor_sdio_gpio:06
+mem_config_low_voltage_alarm_gpio:ff
+mem_config_device_bt2_led_gpio:ff
+mem_dpi_led_gpio:ff #03
+mem_firebutton_gpio:ff
+
+mem_mouse_rgb_ctrl_gpio:ff
+mem_sensor_angle_default:02	#00--6CLK   01--9CLK   02--12CLK   03--3CLK
+mem_sensor_angle_switch:02	#00--6CLK   01--9CLK   02--12CLK   03--3CLK
+mem_config_sensor_dpi:00		#00--1200   01--1600
+
+mem_mouse_logo_led_gpio:08
+mem_mouse_logo_led_on_time_init:58 02	#1min
+
+mem_mouse_mos_ctrl_gpio:03
+mem_mouse_mos_ctrl_count:c8
+
+
+
+#1io2led multi start
+#time parm
+mem_mouse_led_multi_type:00				#00:no multi	01:low+led	02:dpi+led	03:low+dpi_led
+mem_mouse_multi_led_powon_timer_init:14	#2s
+mem_mouse_multi_24gled_blink_timer_init:05			#24gled blink time		500ms on,500ms off
+mem_mouse_multi_le_discovery_blink_timer_init:02		#le discovery blink time	500ms on,500ms off
+mem_mouse_multi_le_reconn_blink_timer_init:05			#le reconn blink time		500ms on,500ms off
+mem_mouse_low_led_blink_timer:14				#low blink time			1000ms on,1000ms off
+mem_mouse_dpi_led_blink_timer_init:02			#dpi blink time			200ms on,200ms off
+#blink count=count/2
+mem_mouse_multi_24gled_blink_count_init:01		#24g count
+mem_mouse_multi_le_reconn_blink_count_init:05	#le reconn count
+mem_mouse_multi_lowled_blink_count_init:0a		#low count=count
+#io config
+mem_mouse_1io2led_multi_24gled:0a
+mem_mouse_1io2led_multi_bt1led:8a
+mem_mouse_1io2led_multi_bt2led:ff#03
+mem_mouse_low_gpio:ff
+mem_mouse_dpi_gpio:ff
+#1io2led multi end
+
+mem_usb_offline_check_gpio:ff
+
+
+mem_customer_key_press:
+#03 ea 00 00 00 00 00 00 00 #VOL DOWN
+#02 01 00 00 00 00 00 00 00 #POWERDOWN
+#00 05 00 04 00 00 00 00 00#CTRL+ALT+A
+00 08 00 07 00 00 00 00 00#One-click desktop
+
+mem_customer_key_release:
+#03 00 00 00 00 00 00 00 00 #MEDIA RELEASE
+#02 00 00 00 00 00 00 00 00 #SYSTEM CRTL RELEASE
+#00 00 00 00 00 00 00 00 00#STANDARD KEY RELEASE
+00 00 00 00 00 00 00 00 00#One-click desktop
+
+mem_lpm_mode:01
+
+
+mem_mouse_bluetooth_type:03	#03 bt3.0+ble   #02 ble   #01 bt3.0
+mem_device_number:02  #max device number   value:01,02,03
+
+mem_device_flag:
+00
+34
+ff ff ff ff ff ff
+mem_device2_type:
+34
+ff ff ff ff ff ff
+mem_device3_type:
+33
+ff ff ff ff ff ff
+ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff	# 3.0 fast  conn
+
+
+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:0a 00 #1s
+mem_mouse_24g_search_dongle_time_init: 64 00
+mem_mouse_no_data_timeout:70 17 #10min
+
+mem_mouse_device_poweron_timer_count_init:14	#2s
+mem_mouse_dpi_led_delay_count_init:05	#500ms
+mem_mouse_dpi_led_blink_time: 90 01		#200ms on,200ms off
+mem_mouse_disconvey_led_blink_time: e8 03	#500ms on,500ms off
+mem_mouse_low_v_led_blink_time:90 01		#200ms on,200ms off
+
+
+#bit0:mouse_key_l    bit1:mouse_key_r  bit2:mouse_key_m
+mem_mouse_commbination_key_bt:07
+mem_mouse_commbination_key_24g:03
+mem_mouse_commbination_key_dpi:ff
+
+mem_store_information_delay_timer_init:01
+
+#adc start
+mem_adc_config_flag_init:02 		#00-vinlpm   01-hvin   02-gpio
+mem_adc_channel:05 		#00-gpio4   01-gpio5   02-gpio6  03-gpio7    04-gpio9  05-gpio10  06-gpio11  07-gpio12
+mem_mouse_vdd_full_vol:0f 01		#1.5V
+a2 00#mem_mouse_vdd_empty_vol  :0.9V
+b4 00#mem_mouse_vdd_low_vol   :1.0V
+#mem_mouse_vdd_full_vol:4a 01		#3.3V
+#2c 01#mem_mouse_vdd_empty_vol  :3.0V
+#40 01#mem_mouse_vdd_low_vol   :3.2V
+mem_mouse_vdd_button_press_vol:10 00
+mem_mouse_vdd_switch_gnd_24g_vol:52 00
+mem_mouse_vdd_switch_gnd_full_vol:35 00
+mem_mouse_vdd_switch_gnd_shutdown_voltage:21 00
+mem_mouse_vdd_switch_gnd_low_voltage:25 00
+mem_adc_read_time_init:0a 	#1s
+mem_adc_low_volatage_led_blink_timer:64 00	#10s
+#adc end
+
+mem_mouse_set_high_impedance_bit_set:00 00  00
+mem_sensor_reset_gpio:ff
+
+mem_power_on_flag:01
+
+mem_lpm_mult:20
+mem_lpm_mult_init:20
+
+mem_app_connection_options:06
+mem_lap:15 a3 c8 12 23 51
+mem_local_name_length:
+'BT3.0 Mouse
+mem_sniff_param_interval:
+0e 00 
+01 00 ##mem_sniff_param_attempt:01 00
+02##mem_sniff_param_timeout:00 00
+
+
+mem_unsniff2sniff_timer:0a
+mem_ssp_enable:01
+##mem_all_uuid_16bits:
+##06
+##03#Type: Complete list of 16-bit UUIDs
+##0011 0100 1002 1124  1200  0001
+mem_all_uuid_128bits:00
+mem_ptt:00
+
+
+mem_lmp_io_cap_payload_iocap:03 00 04
+mem_ui_profile_supported:01
+mem_eir_enable:01
+
+mem_le_adv_data_len:1f
+mem_le_adv_data:
+#flag 
+02 01 05
+
+#uuid
+03 03 12 18
+
+#appearance
+03 19 c2 03
+
+mem_le_adv_swift_pair:
+#microsoft swift pair
+06 ff 06 00 03 00 80
+#name
+'\09BT5.2 Mouse
+
+mem_le_scan_data_len:1f
+mem_le_scan_data:
+#name
+'\09BT5.2 Mouse
+
+
+mem_le_name_len:
+'BT5.2 Mouse
+
+mem_le_name_patch_len:	#max 18bytes
+'BT5.2 Mouse
+
+mem_le_interval_min:
+06 00 #min interval
+09 00 #max interval
+20 00 #latency
+2c 01 #timeout
+
+
+mem_le_adv_ind:03 12 18
+mem_le_adv_direct_ind:ff 00 00
+
+mem_le_adv_interval:00 00
+mem_le_adv_type:00 
+mem_le_adv_own_addr_type:00
+mem_le_adv_channel_map:07 
+mem_local_rx_max_octets:fb 00 48 08 fb 00 48 08  # 1b
+
+mem_le_lap:8e b1 3a 0e 8e ed
+
+
+mem_le_keyboard_handle:15 00
+mem_le_notify_handle:19 00
+mem_le_multimedia_handle:1d 00
+mem_le_systemctrl_handle:21 00
+mem_le_battery_level_handle:30 00
+mem_le_pairing_handle:2d 00
+
+mem_le_battery_level_updata_timer_init:96 #15s
+
+
+mem_spi_ncs_gpio:ff
+mem_ui_button_gpio:ff
+mem_ui_button_timeout:1e
+
+
+mem_mouse_dpi_seting:
+03##mem_320x_dpi_0  	1200/1300
+04##mem_320x_dpi_1  	1600
+01##mem_320x_dpi_2   800
+02##mem_320x_dpi_3  	1000
+
+20##mem_3212_dpi_0	1200
+2a##mem_3212_dpi_1	1600
+3f ##mem_3212_dpi_2	2400
+15##mem_3212_dpi_3   800
+
+14##mem_ka8g2_dpi_0	1200
+1b##mem_ka8g2_dpi_1	1600
+11##mem_ka8g2_dpi_2	1000
+0e##mem_ka8g2_dpi_3	800
+
+mem_sensor_s201_dpi:
+8a  ##1200
+8b  ##1600
+83  ##2400
+84  ##3200
+88  ##800
+
+mem_sensor_3212_init:
+09 5a
+26 34
+19 04
+09 00
+ff ff
+
+mem_sensor_3204_init:
+09 5a
+0d f0
+1d e3
+7d d2
+ff ff
+
+mem_sensor_3205_init:
+09 5a
+0d 10
+1d ed
+7d 80
+ff ff
+
+mem_sensor_32xx_init:
+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
+
+mem_sensor_32xx_init_1:
+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
+
+mem_sensor_8650_init:
+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
+
+mem_sensor_8650_init_new:
+09 5a
+ff 27
+ab 40
+be d1
+a0 41
+a1 12
+a5 84
+a7 ff
+b5 d0
+b6 00
+ff 00
+35 c8
+25 af
+09 00
+ff ff
+
+mem_sensor_ka8ul_init:
+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
+
+mem_sensor_8009_init:
+09 5a
+06 02
+09 69
+0d 48
+0e 9f
+0f ba
+09 00
+ff ff
+
+mem_sensor_ka8g2_init:
+09 a5
+46 34
+60 07
+69 04
+7d 20
+7e 00
+09 00
+ff ff
+
+mem_sensor_poweron_init:
+09 5a
+0b f3
+09 00
+ff ff
+
+mem_ka8g2_sensor_poweron_init:
+09 a5
+0b f3
+09 00
+ff ff	
+
+mem_ui_led_struct_ptr:mem_mouse_led_type
+mem_ui_led_struct_num:01
+
+  
+#24g init
+mem_24g_tx_phy:01#0x01:1M/0x02:2M/0x04:S2/0x84:S8
+mem_24g_rx_phy:01#0x01:1M/0x02:2M/0x04:S2/0x84:S8
+mem_24g_data_type:01        #mouse 1,kb 2
+mem_24g_max_retry:06#max tx retry
+mem_24g_rx_window:c0 12     #400us  ## e0 2e#1ms #transmitter long range min:520us
+mem_24g_interval:19
+mem_24g_interval_min:19
+mem_24g_interval_max:1c
+mem_24g_ch_map1:00 13 2c 42
+mem_24g_ch_map2:06 15 36 48
+mem_24g_ch_map3:0f 1a 3a 4c
+mem_24g_ch_map4:11 23 31 4d
+mem_24g_pair_switch:00
+mem_24g_pair_addr:20 15 10 05
+mem_24g_pair_ch:4e
+mem_24g_fast_conn_enable:01
+mem_24g_fast_conn_addr:0f 0f 0f 0f
+mem_24g_short_sleep_set:0c f8 00
+mem_24g_long_sleep_set:00 77 01
+mem_24g_enter_hibernate:00 48 60
+mem_rssi_buff_index:07
+mem_rssi_signal_buf_ptr:mem_mouse_rssi_signal_buf
+mem_power_ctrl_pac_succ_cnt_init:80
+mem_24g_long_sleep_param_update_timer_init:14 00
+mem_24g_transmit_by_interrupt_exit_count_init:50 00
+
+mem_24g_long_sleep_set1:00 a6 0e
+
+mem_flash_base:00 50 00
+mem_eeprom_base:80 1f
+mem_eeprom_block_size:80
+
+mem_tx_power:03#3dbm
+
+
+
+
+
+#log log log log log log log log log log log
+
+#uart config
+#mem_device_uart_tx_gpio:0c	#0c
+#mem_device_uart_rx_gpio:ff
+#mem_device_uart_baud_rate:1a 00	#921600
+#mem_device_uart_rx_buffer:00 1c
+#mem_device_uart_rx_buffer_end:ff 1f
+#mem_device_uart_tx_buffer:00 4f
+#mem_device_uart_tx_buffer_end:ff 4f
+
+
Index: util/crc16.exe
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: util/crc16.exe
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: util/crc16.pl
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/util/crc16.pl	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/util/crc16.pl	(working copy)
@@ -0,0 +1,27 @@
+$debug = 0;
+$crc = 0xffff;
+$i = 0;
+$offset = 0xffff;
+$source_file = $ARGV[0];
+$offset = $ARGV[1];
+
+open(EEP,"$source_file") or die $!;
+
+while (<EEP>) {    
+	$c = hex();
+
+  if($i >= $offset){
+  	if($debug){printf "%02x\t", $c;}
+  	$crc  = ($crc >> 8) | ($crc << 8);
+		$crc ^= $c & 0xff;
+		$crc ^= ($crc & 0xff) >> 4;
+		$crc ^= $crc << 12;
+		$crc ^= ($crc & 0xff) << 5;
+		$crc &= 0xffff;
+  }
+  $i ++;
+  if($debug){printf "%02x\t", $crc;}
+  printf "%02x\n", $c;
+}
+
+printf "%02x\n%02x\n", (($crc >> 8) & 0xff),($crc & 0xff);
Index: util/eeprom2fulleeprom.exe
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: util/eeprom2fulleeprom.exe
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: util/eeprom2fulleeprom.pl
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/util/eeprom2fulleeprom.pl	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/util/eeprom2fulleeprom.pl	(working copy)
@@ -0,0 +1,18 @@
+
+
+
+$source_file = $ARGV[0];
+$eeprom_size = $ARGV[1];
+
+open(EEP,"$source_file") or die("cannot open files");
+for ($i = 1 ;$i<=$eeprom_size*128-2;$i++)
+{
+
+    while (<EEP>) { 
+        $c = hex();
+        printf "%02x\n", $c;
+        $i++;
+    }
+
+	printf "FF\n";
+}
Index: util/mergepatch.pl
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/util/mergepatch.pl	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/util/mergepatch.pl	(working copy)
@@ -0,0 +1,276 @@
+#!/usr/bin/perl
+$defs = "";
+
+sub alloc {
+	my($end, %mc) = @_;
+	my(%eadr) = ();
+	my($tstr, $str, $i, $j, $addr);
+	my($tstr) = "";
+	
+	foreach $i (sort keys %mc) {
+		if($i =~ /(.+)_(.+)/ && exists($eadr{$1})) {
+			$addr = $eadr{$1};
+		} else {
+			$addr = $end;
+		}
+		for($j = 0;$j <= $#{$mc{$i}};$j++) {
+			if($mc{$i}[$j] =~ /^\s*([0-9]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/) {
+				$str = sprintf "0x%04x %s%s\n", $addr, $2, $3;
+				$var{$2} = $addr;
+				$addr += $1;
+				$tstr .= $str;
+			}
+		}
+		$eadr{$i} = $addr;
+	}
+	if($addr > 0x4000) {
+		$xend = $addr if($addr > $xend);
+	} else {
+		$bend = $addr if($addr > $bend);
+	}
+	return $tstr . "\n";
+}
+
+
+sub malloc {
+	$path="output/bt_format.meta";
+	open file, $path;
+	@f = <file>;
+	close file;
+	open file, ">$path";
+	$path =~ s/\/.*//;
+	open file1, ">output/memmap.format";
+	$xaddr = 0x4000;
+	$addr = 0;
+	if($#ARGV == 1) {
+		$addr = hex($ARGV[0]);
+		$xaddr = hex($ARGV[1]);
+	}
+	for($i = 0, $ocnt = 0;$i < @f;$i++) { 
+		$_ = $f[$i];
+		$start = 1 if(/^\s*memalloc\s*\(\s*$/);		# allocate from 0
+		$start = 2 if(/^\s*xmemalloc\s*\(\s*$/);	# allocate from 4000
+		$start = 3 if(/^\s*omemalloc\s*\(\s*$/);	# allocate after all xmemalloc, mutex from each other(obsolete, for compatibility)
+		if(/^\s*([ax]*)memalloc\s+([a-zA-Z_0-9]+)\s*\(\s*$/) {
+			$start = $1 eq 'a' ? 5 : $1 eq 'x' ? 6 : 7;
+			$basev = $2;
+		}
+		if($start) {
+			if(/^\s*([a-zA-Z0-9_]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/ && exists($def2{$1})) {		# macro for size
+				$_ = sprintf("%s %s %s", $def2{$1}, $2, $3);
+			}
+			if(/^\s*([0-9]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/) {
+				if($start == 1) {
+					$str = sprintf "0x%04x %s%s\n", $addr, $2, $3;
+					$var{$2} = $addr;
+					$addr += $1;
+					$bstr .= $str;
+				} elsif($start == 2) {
+					$str = sprintf "0x%04x %s%s\n", $xaddr, $2, $3;
+					$var{$2} = $xaddr;
+					$xaddr += $1;
+					$xstr .= $str;
+				} else {
+					push @ostr, $_;
+				}
+			}
+			if(/^\s*\)\s*$/) {
+				if(@ostr > 0) {
+					if($start == 3) {
+						push @{$xmalloc{$ocnt}}, @ostr;
+						$ocnt++;
+					} elsif($start == 5) {
+						push @aaddr,$basev;
+						push @amalloc,[@ostr];
+					} elsif($start == 6) {
+						push @{$xmalloc{$basev}}, @ostr;
+					} elsif($start == 7) {
+						push @{$malloc{$basev}}, @ostr;
+					} 
+				}
+				$start = 0;
+				@ostr = ();
+			}
+		} else {
+			$def2{$2} = $1 if(/^\s*([0-9]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/);
+			$sstr .= $_;
+		}
+	}
+	
+#--------------------- o/x/memalloc process -----------------------
+	$bend = $addr, $xend = $xaddr;
+	$bstr .= alloc($addr, %malloc);
+	$xstr .= alloc($xaddr, %xmalloc);
+
+#--------------------- amemalloc process -----------------------
+	for($i = 0;$i <= $#aaddr;$i++) {
+		for($j = 0, $addr = $aaddr[$i] =~ /^0x([0-9a-f]+)/ ? hex($1) : $var{$aaddr[$i]};$addr != 0 && $j <= $#{$amalloc[$i]};$j++) {
+			if($amalloc[$i][$j] =~ /^\s*([0-9]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/) {
+				$str = sprintf "0x%04x %s%s\n", $addr, $2, $3;
+				$addr += $1;
+				if($addr < 0x4000) {
+					$bstr .= $str;
+				} else  {
+					$xstr .= $str;
+				}
+			}
+		}
+	}
+
+	
+	print file $bstr, $xstr, $sstr;
+	print file1 $bstr, $xstr;
+	close file;
+	close file1;
+	printf "\nLast allocated address is %04x\n", $bend;
+	printf "\nLast allocated xmem address is %04x\n", $xend;
+}
+
+
+sub parseif {
+	my($fname) = @_;
+	open file, $fname;
+	@f = <file>;
+	close file;
+	open file, ">$fname";
+	@valid = (1);
+	for($i = 0;$i < @f;$i++) { 
+		$_ = $f[$i];
+		s/\/\*.*\*\///g;
+		$comment = 1 if(/\/\*/ && !/\/\//);
+		if($comment) {
+			$comment = 0 if(/\*\//);
+			next;
+		}
+		$defs .= $1 . " " if(/^define\s+(\w+)\s*/);
+		if(/^\s*ifdef\s+(\w+)\s*/) {
+			push @valid, ($defs =~ /(^|\s)$1(\s|$)/ ? 1 : 0) & $valid[$#valid];
+		} elsif(/^\s*ifndef\s+(\w+)\s*/) {
+			push @valid, ($defs =~ /(^|\s)$1(\s|$)/ ? 0 : 1) & $valid[$#valid];
+		} elsif(/^\s*else/) {
+			printf "%s\nelse without if at line %d\n", $f[$i - 3], $i if($#valid == 0);
+			if($#valid == 0) {
+				for($j = -10;$j < 10;$j++) {
+					print $f[$i + $j];
+				}
+				last;
+ 				$i = $i;
+			}
+			$valid[$#valid] = (1 - $valid[$#valid]) & $valid[$#valid - 1];
+		} elsif(/^\s*endif/) {
+			printf "%s\nendif without if at line %d\n", $_, $i if($#valid == 0);
+			if($#valid == 0) {
+				for($j = -10;$j < 10;$j++) {
+					print $f[$i + $j];
+				}
+				last;
+ 				$i = $i;
+			}
+			pop @valid;
+		} elsif($valid[$#valid]) {
+			if(/^include\s+(.+)\s*/) {
+				open file2, "program/$1";
+				@f2 = <file2>;
+				close file2;
+				splice(@f, $i + 1, 0, @f2);
+			} else {
+				print file $_;
+			}
+		}
+	}
+	close file;
+}
+
+sub genpatch
+{
+	print "genpatch\n";
+	$patched = 0;
+	open file,"program/patch.prog";
+	while(<file>) {
+		if(/^\s*beq\s+patch([0-9a-f]+)_([0-7]),/) {
+			$a = hex($1), $b = hex($2);
+			$bits[$a] |= 1 << $b;
+			$patched = 1;
+		}
+	}
+	close file;
+	return if(!$patched);
+	open file,"output/sched.rom";
+	@sched = <file>;
+	close file;
+	for($j = 0;$j < 0x40;$j++) { 
+		$s .= sprintf ("%02x   #mem_patch%02x\n", $bits[$j], $j);
+	}
+	$s .= "\n\n";
+	for($i = $skip = 0;$i < @sched;$i++) {
+		$_ = $sched[$i];
+		if($skip > 0 && /:/) {
+			splice(@sched, $skip, $i - $skip, $s);
+			last;
+		}
+		$skip = $i + 1 if(/^mem_patch00:\s*$/);
+	}
+	if($skip == 0) {
+		$s = "mem_patch00:\n" . $s;
+		splice(@sched, 0, 0, $s);
+	}
+	open file,">output/sched.rom";
+	for($i = 0;$i < @sched;$i++) { print file $sched[$i]; }
+	close file;
+}
+
+sub zcode {
+	open file, "output/bt_program23.meta";
+	@f = <file>;
+	close file;
+	for($i = $label = $line = 0, $z = 1;$i < @f;$i++) {
+		$_ = $f[$i];
+		$line = $i - 1 if(/^org\s+0x[23]000/ && $line == 0);
+		if(/^org z\s*$/) {
+			$z += 0x10000;
+			$f[$i] = sprintf("org 0x%x\n", $z);
+			$label = 1;
+		}
+		if(/^(\w+):\s*$/ && $label == 1) {
+			$lab{$1} = $z;
+			$label = 2;
+		}
+	}
+	return if($z == 1);
+	for($i = 0;$i < @f;$i++) {
+		$_ = $f[$i];
+		$label = "";
+		if(/^\s*(branch|nbranch|call|ncall)\s+(\w+)\s*$/ || /^\s*(branch|nbranch|call|ncall)\s+(\w+)\s*,\s*(\w+)\s*$/) {
+			$label = $2;
+		}
+		if(/^\s*(bmark|beq|bne|bbit[01])\s+(\w+)\s*,\s*(\w+)\s*$/) {
+			$label = $3;
+		}
+		if(exists($lab{$label})) {
+			$nlabel = "jmpz_" . $label;
+			$f[$i] =~ s/$label/eval "$nlabel"/e;
+			if($lab{$label} > 100) {
+				$f[$line] .= sprintf("%s:\n\tsetarg 0x%x\n\tbranch p_zcode_entrance_2Bytes_common\n\n", $nlabel, int($lab{$label}/0x1000));
+				$lab{$label} = 1;
+			}
+		}
+	}
+	open file, ">output/bt_program23.meta";
+	for($i = 0;$i < @f;$i++) {
+		if($f[$i] =~ /^\s*bbit1 8,pf_patch_ext\s*$/) {
+			printf file ("p_start:\n\tbranch p_patch_array\n\np_zcode:\n");
+			for($j = 0;$j < 63;$j++) {
+				printf file "\tnop %d\n", $j + 1;
+			}
+			printf file "p_patch_array:\n";
+		}
+		print file $f[$i];
+	}
+	close file;
+}
+
+parseif("output/bt_program23.meta");
+parseif("output/bt_format.meta");
+genpatch() if($defs !~ / SIM /);
+malloc();
+zcode();
Index: util/patch.pl
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/util/patch.pl	(nonexistent)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/Multimode/PB_3mode_2ch_Logo_QD/util/patch.pl	(working copy)
@@ -0,0 +1,49 @@
+#!/usr/bin/perl
+
+
+
+@dirs = (".");
+while(@dirs){
+   $d = $dirs[0];
+   opendir folder, $d || die "Can not open this directory";
+   @filelist = readdir folder; 
+   closedir folder;
+   foreach (@filelist) {
+      $f = $d . "/" . $_;
+      next if($_ eq "." || $_ eq "..");
+      push(@dirs, $f) if(-d $f) ;
+      push(@files,$f) if(-f $f);
+    }
+   shift @dirs;
+}
+
+for($i = 0;$i < @files;$i++) {
+	if($files[$i] =~ /bt\.prog/) {
+		($files[$i],$files[0]) = ($files[0],$files[$i]);
+		last;
+	}
+}
+
+
+for($i = $byte = $bit = 0;$i < @files;$i++) {
+	next if($files[$i] =~ /patch\.prog|sim\.prog/ || $files[$i] !~ /\.prog/);
+	open(FILE, $files[$i]) or next;
+	@file = <FILE>;
+	close FILE;
+	open(FILE, "> $files[$i]");
+	for($j = 0;$j < @file;$j++) {
+		$_ = $file[$j];
+		if(/bpatch.*,.*/) {
+			printf FILE "\t%s patch%02x_%d,mem_patch%02x\n", $byte > 31 ? "bpatchx" : "bpatch" , $byte, $bit, $byte;
+			if(++$bit > 7)
+			{
+				$bit = 0;
+				$byte++;
+			}
+		} else {
+			print FILE $_;
+		}
+	}
+	close(FILE);
+}
+printf "Total patches : %d, last patch number is:%02x bit %d\n", $byte*8+$bit, $byte, $bit;
